2023-11-28T00:37:46.891 INFO:root:teuthology version: 0.0.1.dev205+g2442239 2023-11-28T00:37:46.891 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose --name yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468371 --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468371/orig.config.yaml 2023-11-28T00:37:46.929 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-28T00:37:47.008 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468371 branch: wip-yuri10-testing-2023-11-22-1112 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: '7468371' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri10-testing-2023-11-22-1112 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: 369173db14b6995b2bd07c60ec5f63d01cf21631 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 369173db14b6995b2bd07c60ec5f63d01cf21631 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri10-testing-2023-11-22-1112 sha1: 369173db14b6995b2bd07c60ec5f63d01cf21631 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: 1759 sha1: 369173db14b6995b2bd07c60ec5f63d01cf21631 sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: wip-yuri10-testing-2023-11-22-1112 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_369173db14b6995b2bd07c60ec5f63d01cf21631/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 369173db14b6995b2bd07c60ec5f63d01cf21631 targets: smithi029.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAB/YwaWJoZvcC4AxMlElSHRiG4ElwKvIN+sVBK9PTCt8LGkLmSyKwiEocDigFHv2G6lU9UVvkys3yuR7lqyOmc= smithi190.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC2zC45RsOyruMuSqhQY6Y3pinCzG63XLMdPE9TRN4+Ly8xAlXaX5OGcWBqGlTKr86ViyFnxIJUvL6uuenCQNa0= 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-27_17:19:32 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-28T00:37:47.008 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_369173db14b6995b2bd07c60ec5f63d01cf21631/qa; will attempt to use it 2023-11-28T00:37:47.009 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_369173db14b6995b2bd07c60ec5f63d01cf21631/qa/tasks 2023-11-28T00:37:47.009 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-28T00:37:47.011 INFO:teuthology.task.internal:Checking packages... 2023-11-28T00:37:47.034 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '369173db14b6995b2bd07c60ec5f63d01cf21631' 2023-11-28T00:37:47.035 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-28T00:37:47.035 INFO:teuthology.packaging:ref: None 2023-11-28T00:37:47.035 INFO:teuthology.packaging:tag: None 2023-11-28T00:37:47.035 INFO:teuthology.packaging:branch: wip-yuri10-testing-2023-11-22-1112 2023-11-28T00:37:47.035 INFO:teuthology.packaging:sha1: 369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T00:37:47.035 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2023-11-22-1112 2023-11-28T00:37:47.272 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7498.g369173db 2023-11-28T00:37:47.272 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-28T00:37:47.279 INFO:teuthology.task.internal:no buildpackages task found 2023-11-28T00:37:47.279 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-28T00:37:47.284 INFO:teuthology.task.internal:Saving configuration 2023-11-28T00:37:47.299 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-28T00:37:47.306 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-28T00:37:47.331 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468371', '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-28 00:32:18.308398', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAB/YwaWJoZvcC4AxMlElSHRiG4ElwKvIN+sVBK9PTCt8LGkLmSyKwiEocDigFHv2G6lU9UVvkys3yuR7lqyOmc='} 2023-11-28T00:37:47.355 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468371', '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-28 00:32:18.310101', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC2zC45RsOyruMuSqhQY6Y3pinCzG63XLMdPE9TRN4+Ly8xAlXaX5OGcWBqGlTKr86ViyFnxIJUvL6uuenCQNa0='} 2023-11-28T00:37:47.355 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-28T00:37:47.361 INFO:teuthology.task.internal:roles: ubuntu@smithi029.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-28T00:37:47.361 INFO:teuthology.task.internal:roles: ubuntu@smithi190.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-28T00:37:47.361 INFO:teuthology.run_tasks:Running task console_log... 2023-11-28T00:37:47.435 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f65ec7a1f70>, signals=[15]) 2023-11-28T00:37:47.435 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-28T00:37:47.441 INFO:teuthology.task.internal:Opening connections... 2023-11-28T00:37:47.441 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi029.front.sepia.ceph.com 2023-11-28T00:37:47.443 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T00:37:47.515 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi190.front.sepia.ceph.com 2023-11-28T00:37:47.516 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T00:37:47.583 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-28T00:37:47.590 DEBUG:teuthology.orchestra.run.smithi029:> uname -m 2023-11-28T00:37:47.613 INFO:teuthology.orchestra.run.smithi029.stdout:x86_64 2023-11-28T00:37:47.613 DEBUG:teuthology.orchestra.run.smithi029:> cat /etc/os-release 2023-11-28T00:37:47.674 INFO:teuthology.orchestra.run.smithi029.stdout:NAME="CentOS Stream" 2023-11-28T00:37:47.674 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION="8" 2023-11-28T00:37:47.675 INFO:teuthology.orchestra.run.smithi029.stdout:ID="centos" 2023-11-28T00:37:47.675 INFO:teuthology.orchestra.run.smithi029.stdout:ID_LIKE="rhel fedora" 2023-11-28T00:37:47.675 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION_ID="8" 2023-11-28T00:37:47.675 INFO:teuthology.orchestra.run.smithi029.stdout:PLATFORM_ID="platform:el8" 2023-11-28T00:37:47.675 INFO:teuthology.orchestra.run.smithi029.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-28T00:37:47.675 INFO:teuthology.orchestra.run.smithi029.stdout:ANSI_COLOR="0;31" 2023-11-28T00:37:47.675 INFO:teuthology.orchestra.run.smithi029.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-28T00:37:47.675 INFO:teuthology.orchestra.run.smithi029.stdout:HOME_URL="https://centos.org/" 2023-11-28T00:37:47.675 INFO:teuthology.orchestra.run.smithi029.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-28T00:37:47.675 INFO:teuthology.orchestra.run.smithi029.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-28T00:37:47.675 INFO:teuthology.orchestra.run.smithi029.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-28T00:37:47.676 INFO:teuthology.lock.ops:Updating smithi029.front.sepia.ceph.com on lock server 2023-11-28T00:37:47.700 DEBUG:teuthology.orchestra.run.smithi190:> uname -m 2023-11-28T00:37:47.723 INFO:teuthology.orchestra.run.smithi190.stdout:x86_64 2023-11-28T00:37:47.724 DEBUG:teuthology.orchestra.run.smithi190:> cat /etc/os-release 2023-11-28T00:37:47.785 INFO:teuthology.orchestra.run.smithi190.stdout:NAME="CentOS Stream" 2023-11-28T00:37:47.785 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION="8" 2023-11-28T00:37:47.785 INFO:teuthology.orchestra.run.smithi190.stdout:ID="centos" 2023-11-28T00:37:47.785 INFO:teuthology.orchestra.run.smithi190.stdout:ID_LIKE="rhel fedora" 2023-11-28T00:37:47.785 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION_ID="8" 2023-11-28T00:37:47.785 INFO:teuthology.orchestra.run.smithi190.stdout:PLATFORM_ID="platform:el8" 2023-11-28T00:37:47.785 INFO:teuthology.orchestra.run.smithi190.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-28T00:37:47.785 INFO:teuthology.orchestra.run.smithi190.stdout:ANSI_COLOR="0;31" 2023-11-28T00:37:47.785 INFO:teuthology.orchestra.run.smithi190.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-28T00:37:47.786 INFO:teuthology.orchestra.run.smithi190.stdout:HOME_URL="https://centos.org/" 2023-11-28T00:37:47.786 INFO:teuthology.orchestra.run.smithi190.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-28T00:37:47.786 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-28T00:37:47.786 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-28T00:37:47.786 INFO:teuthology.lock.ops:Updating smithi190.front.sepia.ceph.com on lock server 2023-11-28T00:37:47.809 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-28T00:37:47.817 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-28T00:37:47.821 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-28T00:37:47.822 DEBUG:teuthology.orchestra.run.smithi029:> test '!' -e /home/ubuntu/cephtest 2023-11-28T00:37:47.824 DEBUG:teuthology.orchestra.run.smithi190:> test '!' -e /home/ubuntu/cephtest 2023-11-28T00:37:47.844 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-28T00:37:47.850 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-28T00:37:47.850 DEBUG:teuthology.orchestra.run.smithi029:> test -z $(ls -A /var/lib/ceph) 2023-11-28T00:37:47.884 DEBUG:teuthology.orchestra.run.smithi190:> test -z $(ls -A /var/lib/ceph) 2023-11-28T00:37:47.921 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-28T00:37:47.980 INFO:teuthology.run_tasks:Running task kernel... 2023-11-28T00:37:47.995 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-28T00:37:47.995 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-28T00:37:47.996 DEBUG:teuthology.orchestra.run.smithi029:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-28T00:37:47.996 DEBUG:teuthology.orchestra.run.smithi190:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-28T00:37:48.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T00:37:48.016 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2023-11-28T00:37:48.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T00:37:48.017 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2023-11-28T00:37:48.078 INFO:teuthology.orchestra.run.smithi190.stdout:4.18.0-489.el8.x86_64 2023-11-28T00:37:48.078 INFO:teuthology.task.kernel:Running kernel on smithi190: 4.18.0-489.el8.x86_64 2023-11-28T00:37:48.078 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum install -y kernel 2023-11-28T00:37:48.079 INFO:teuthology.orchestra.run.smithi029.stdout:4.18.0-489.el8.x86_64 2023-11-28T00:37:48.080 INFO:teuthology.task.kernel:Running kernel on smithi029: 4.18.0-489.el8.x86_64 2023-11-28T00:37:48.080 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum install -y kernel 2023-11-28T00:37:52.090 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - AppStream 23 MB/s | 34 MB 00:01 2023-11-28T00:37:54.254 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 8 - AppStream 22 MB/s | 34 MB 00:01 2023-11-28T00:38:05.274 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 8 - BaseOS 12 MB/s | 54 MB 00:04 2023-11-28T00:38:09.088 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - BaseOS 5.0 MB/s | 54 MB 00:10 2023-11-28T00:38:13.766 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 8 - Extras 54 kB/s | 18 kB 00:00 2023-11-28T00:38:14.326 INFO:teuthology.orchestra.run.smithi029.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2023-11-28T00:38:14.636 INFO:teuthology.orchestra.run.smithi029.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-11-28T00:38:16.971 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - Extras 109 kB/s | 18 kB 00:00 2023-11-28T00:38:17.605 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - Extras common packages 15 kB/s | 6.9 kB 00:00 2023-11-28T00:38:17.898 INFO:teuthology.orchestra.run.smithi190.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-11-28T00:38:18.724 INFO:teuthology.orchestra.run.smithi190.stdout:Extra Packages for Enterprise Linux 24 MB/s | 16 MB 00:00 2023-11-28T00:38:21.562 INFO:teuthology.orchestra.run.smithi029.stdout:Extra Packages for Enterprise Linux 2.4 MB/s | 16 MB 00:06 2023-11-28T00:38:23.709 INFO:teuthology.orchestra.run.smithi190.stdout:lab-extras 433 kB/s | 24 kB 00:00 2023-11-28T00:38:25.783 INFO:teuthology.orchestra.run.smithi029.stdout:lab-extras 441 kB/s | 24 kB 00:00 2023-11-28T00:38:26.159 INFO:teuthology.orchestra.run.smithi190.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-28T00:38:26.160 INFO:teuthology.orchestra.run.smithi190.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-28T00:38:26.434 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-11-28T00:38:26.434 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-11-28T00:38:26.434 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2023-11-28T00:38:26.435 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-11-28T00:38:26.435 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-11-28T00:38:26.435 INFO:teuthology.orchestra.run.smithi190.stdout: kernel x86_64 4.18.0-522.el8 baseos 10 M 2023-11-28T00:38:26.435 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2023-11-28T00:38:26.435 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-core x86_64 4.18.0-522.el8 baseos 43 M 2023-11-28T00:38:26.435 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules x86_64 4.18.0-522.el8 baseos 36 M 2023-11-28T00:38:26.435 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:38:26.435 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-11-28T00:38:26.435 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-11-28T00:38:26.435 INFO:teuthology.orchestra.run.smithi190.stdout:Install 3 Packages 2023-11-28T00:38:26.435 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:38:26.436 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 89 M 2023-11-28T00:38:26.436 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 96 M 2023-11-28T00:38:26.436 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-11-28T00:38:28.342 INFO:teuthology.orchestra.run.smithi190.stdout:(1/3): kernel-4.18.0-522.el8.x86_64.rpm 5.9 MB/s | 10 MB 00:01 2023-11-28T00:38:29.625 INFO:teuthology.orchestra.run.smithi029.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-28T00:38:29.626 INFO:teuthology.orchestra.run.smithi029.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-28T00:38:29.956 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2023-11-28T00:38:29.957 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2023-11-28T00:38:29.957 INFO:teuthology.orchestra.run.smithi029.stdout: Package Architecture Version Repository Size 2023-11-28T00:38:29.957 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2023-11-28T00:38:29.957 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2023-11-28T00:38:29.957 INFO:teuthology.orchestra.run.smithi029.stdout: kernel x86_64 4.18.0-522.el8 baseos 10 M 2023-11-28T00:38:29.957 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2023-11-28T00:38:29.957 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-core x86_64 4.18.0-522.el8 baseos 43 M 2023-11-28T00:38:29.958 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules x86_64 4.18.0-522.el8 baseos 36 M 2023-11-28T00:38:29.958 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:38:29.958 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2023-11-28T00:38:29.958 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2023-11-28T00:38:29.958 INFO:teuthology.orchestra.run.smithi029.stdout:Install 3 Packages 2023-11-28T00:38:29.958 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:38:29.959 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 89 M 2023-11-28T00:38:29.959 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 96 M 2023-11-28T00:38:29.959 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2023-11-28T00:38:30.358 INFO:teuthology.orchestra.run.smithi190.stdout:(2/3): kernel-modules-4.18.0-522.el8.x86_64.rpm 9.7 MB/s | 36 MB 00:03 2023-11-28T00:38:31.719 INFO:teuthology.orchestra.run.smithi029.stdout:(1/3): kernel-4.18.0-522.el8.x86_64.rpm 6.4 MB/s | 10 MB 00:01 2023-11-28T00:38:33.600 INFO:teuthology.orchestra.run.smithi190.stdout:(3/3): kernel-core-4.18.0-522.el8.x86_64.rpm 6.2 MB/s | 43 MB 00:06 2023-11-28T00:38:33.600 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-11-28T00:38:33.601 INFO:teuthology.orchestra.run.smithi190.stdout:Total 12 MB/s | 89 MB 00:07 2023-11-28T00:38:34.273 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-11-28T00:38:34.694 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-11-28T00:38:34.695 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-11-28T00:38:35.519 INFO:teuthology.orchestra.run.smithi029.stdout:(2/3): kernel-modules-4.18.0-522.el8.x86_64.rpm 6.7 MB/s | 36 MB 00:05 2023-11-28T00:38:35.925 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-11-28T00:38:35.952 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-11-28T00:38:38.684 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-11-28T00:38:39.330 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-core-4.18.0-522.el8.x86_64 1/3 2023-11-28T00:38:42.217 INFO:teuthology.orchestra.run.smithi029.stdout:(3/3): kernel-core-4.18.0-522.el8.x86_64.rpm 3.6 MB/s | 43 MB 00:12 2023-11-28T00:38:42.217 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2023-11-28T00:38:42.217 INFO:teuthology.orchestra.run.smithi029.stdout:Total 7.3 MB/s | 89 MB 00:12 2023-11-28T00:38:42.895 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-core-4.18.0-522.el8.x86_64 1/3 2023-11-28T00:38:42.926 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2023-11-28T00:38:43.263 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-modules-4.18.0-522.el8.x86_64 2/3 2023-11-28T00:38:43.427 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2023-11-28T00:38:43.427 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2023-11-28T00:38:44.708 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2023-11-28T00:38:44.730 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2023-11-28T00:38:46.692 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-modules-4.18.0-522.el8.x86_64 2/3 2023-11-28T00:38:46.944 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-4.18.0-522.el8.x86_64 3/3 2023-11-28T00:38:47.758 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2023-11-28T00:38:48.433 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-core-4.18.0-522.el8.x86_64 1/3 2023-11-28T00:38:52.214 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-core-4.18.0-522.el8.x86_64 1/3 2023-11-28T00:38:52.786 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-modules-4.18.0-522.el8.x86_64 2/3 2023-11-28T00:38:56.462 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-modules-4.18.0-522.el8.x86_64 2/3 2023-11-28T00:38:56.818 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : kernel-4.18.0-522.el8.x86_64 3/3 2023-11-28T00:39:08.699 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-core-4.18.0-522.el8.x86_64 3/3 2023-11-28T00:39:08.724 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-modules-4.18.0-522.el8.x86_64 3/3 2023-11-28T00:39:09.056 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-4.18.0-522.el8.x86_64 3/3 2023-11-28T00:39:09.057 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-4.18.0-522.el8.x86_64 1/3 2023-11-28T00:39:09.057 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-core-4.18.0-522.el8.x86_64 2/3 2023-11-28T00:39:09.870 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-modules-4.18.0-522.el8.x86_64 3/3 2023-11-28T00:39:09.870 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:39:09.871 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-11-28T00:39:09.871 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-4.18.0-522.el8.x86_64 kernel-core-4.18.0-522.el8.x86_64 2023-11-28T00:39:09.871 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules-4.18.0-522.el8.x86_64 2023-11-28T00:39:09.871 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:39:09.871 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-11-28T00:39:10.015 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q kernel | sort -rV | head -n 1 2023-11-28T00:39:10.231 INFO:teuthology.orchestra.run.smithi190.stdout:kernel-4.18.0-522.el8.x86_64 2023-11-28T00:39:10.232 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-522.el8.x86_64 2023-11-28T00:39:10.232 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-522.el8.x86_64 2023-11-28T00:39:10.233 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-28T00:39:10.233 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-28T00:39:10.233 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-28T00:39:10.233 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi190.front.sepia.ceph.com, path=None, version=distro) 2023-11-28T00:39:10.234 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q kernel | sort -rV | head -n 1 2023-11-28T00:39:10.443 INFO:teuthology.orchestra.run.smithi190.stdout:kernel-4.18.0-522.el8.x86_64 2023-11-28T00:39:10.443 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-522.el8.x86_64 2023-11-28T00:39:10.443 DEBUG:teuthology.orchestra.run.smithi190:> sudo rpm -qi grub2-tools 2023-11-28T00:39:10.488 INFO:teuthology.orchestra.run.smithi190.stdout:Name : grub2-tools 2023-11-28T00:39:10.488 INFO:teuthology.orchestra.run.smithi190.stdout:Epoch : 1 2023-11-28T00:39:10.488 INFO:teuthology.orchestra.run.smithi190.stdout:Version : 2.02 2023-11-28T00:39:10.488 INFO:teuthology.orchestra.run.smithi190.stdout:Release : 129.el8 2023-11-28T00:39:10.488 INFO:teuthology.orchestra.run.smithi190.stdout:Architecture: x86_64 2023-11-28T00:39:10.488 INFO:teuthology.orchestra.run.smithi190.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-28T00:39:10.488 INFO:teuthology.orchestra.run.smithi190.stdout:Group : System Environment/Base 2023-11-28T00:39:10.488 INFO:teuthology.orchestra.run.smithi190.stdout:Size : 9265586 2023-11-28T00:39:10.488 INFO:teuthology.orchestra.run.smithi190.stdout:License : GPLv3+ 2023-11-28T00:39:10.489 INFO:teuthology.orchestra.run.smithi190.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-28T00:39:10.489 INFO:teuthology.orchestra.run.smithi190.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-28T00:39:10.489 INFO:teuthology.orchestra.run.smithi190.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-28T00:39:10.489 INFO:teuthology.orchestra.run.smithi190.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-28T00:39:10.489 INFO:teuthology.orchestra.run.smithi190.stdout:Relocations : (not relocatable) 2023-11-28T00:39:10.489 INFO:teuthology.orchestra.run.smithi190.stdout:Packager : CentOS BuildSystem 2023-11-28T00:39:10.489 INFO:teuthology.orchestra.run.smithi190.stdout:Vendor : CentOS 2023-11-28T00:39:10.489 INFO:teuthology.orchestra.run.smithi190.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-28T00:39:10.489 INFO:teuthology.orchestra.run.smithi190.stdout:Summary : Support tools for GRUB. 2023-11-28T00:39:10.489 INFO:teuthology.orchestra.run.smithi190.stdout:Description : 2023-11-28T00:39:10.489 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:39:10.489 INFO:teuthology.orchestra.run.smithi190.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-28T00:39:10.490 INFO:teuthology.orchestra.run.smithi190.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-28T00:39:10.490 INFO:teuthology.orchestra.run.smithi190.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-28T00:39:10.490 INFO:teuthology.orchestra.run.smithi190.stdout:hardware devices. 2023-11-28T00:39:10.490 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:39:10.490 INFO:teuthology.orchestra.run.smithi190.stdout:This subpackage provides tools for support of all platforms. 2023-11-28T00:39:10.491 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-28T00:39:10.491 INFO:teuthology.task.kernel:Updating grub on smithi190 to boot 4.18.0-522.el8.x86_64 2023-11-28T00:39:10.491 DEBUG:teuthology.orchestra.run.smithi190:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-28T00:39:12.104 INFO:teuthology.orchestra.run.smithi190.stderr:Generating grub configuration file ... 2023-11-28T00:39:14.107 INFO:teuthology.orchestra.run.smithi190.stderr:done 2023-11-28T00:39:14.108 DEBUG:teuthology.orchestra.run.smithi190:> mktemp 2023-11-28T00:39:14.142 INFO:teuthology.orchestra.run.smithi190.stdout:/tmp/tmp.nwKAjpGTQg 2023-11-28T00:39:14.142 DEBUG:teuthology.orchestra.run.smithi190:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.nwKAjpGTQg 2023-11-28T00:39:14.215 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 0666 /tmp/tmp.nwKAjpGTQg 2023-11-28T00:39:14.359 DEBUG:teuthology.orchestra.remote:smithi190:/tmp/tmp.nwKAjpGTQg is 6KB 2023-11-28T00:39:14.407 DEBUG:teuthology.orchestra.run.smithi190:> rm -fr /tmp/tmp.nwKAjpGTQg 2023-11-28T00:39:14.424 DEBUG:teuthology.orchestra.run.smithi190:> sudo /bin/ls /boot/loader/entries || true 2023-11-28T00:39:14.518 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-28T00:39:14.518 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-28T00:39:14.518 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-28T00:39:14.519 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-522.el8.x86_64.conf 2023-11-28T00:39:14.520 DEBUG:teuthology.orchestra.run.smithi190:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-522.el8.x86_64 2023-11-28T00:39:14.633 DEBUG:teuthology.orchestra.run.smithi190:> sudo shutdown -r now 2023-11-28T00:39:21.338 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-core-4.18.0-522.el8.x86_64 3/3 2023-11-28T00:39:21.365 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-modules-4.18.0-522.el8.x86_64 3/3 2023-11-28T00:39:21.745 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: kernel-4.18.0-522.el8.x86_64 3/3 2023-11-28T00:39:21.745 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-4.18.0-522.el8.x86_64 1/3 2023-11-28T00:39:21.746 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-core-4.18.0-522.el8.x86_64 2/3 2023-11-28T00:39:22.559 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : kernel-modules-4.18.0-522.el8.x86_64 3/3 2023-11-28T00:39:22.559 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:39:22.560 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2023-11-28T00:39:22.560 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-4.18.0-522.el8.x86_64 kernel-core-4.18.0-522.el8.x86_64 2023-11-28T00:39:22.560 INFO:teuthology.orchestra.run.smithi029.stdout: kernel-modules-4.18.0-522.el8.x86_64 2023-11-28T00:39:22.560 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:39:22.560 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2023-11-28T00:39:22.718 DEBUG:teuthology.orchestra.run.smithi029:> rpm -q kernel | sort -rV | head -n 1 2023-11-28T00:39:22.942 INFO:teuthology.orchestra.run.smithi029.stdout:kernel-4.18.0-522.el8.x86_64 2023-11-28T00:39:22.943 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-522.el8.x86_64 2023-11-28T00:39:22.943 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-522.el8.x86_64 2023-11-28T00:39:22.943 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-28T00:39:22.943 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-28T00:39:22.943 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-28T00:39:22.943 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi029.front.sepia.ceph.com, path=None, version=distro) 2023-11-28T00:39:22.943 DEBUG:teuthology.orchestra.run.smithi029:> rpm -q kernel | sort -rV | head -n 1 2023-11-28T00:39:23.162 INFO:teuthology.orchestra.run.smithi029.stdout:kernel-4.18.0-522.el8.x86_64 2023-11-28T00:39:23.162 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-522.el8.x86_64 2023-11-28T00:39:23.162 DEBUG:teuthology.orchestra.run.smithi029:> sudo rpm -qi grub2-tools 2023-11-28T00:39:23.197 INFO:teuthology.orchestra.run.smithi029.stdout:Name : grub2-tools 2023-11-28T00:39:23.197 INFO:teuthology.orchestra.run.smithi029.stdout:Epoch : 1 2023-11-28T00:39:23.197 INFO:teuthology.orchestra.run.smithi029.stdout:Version : 2.02 2023-11-28T00:39:23.197 INFO:teuthology.orchestra.run.smithi029.stdout:Release : 129.el8 2023-11-28T00:39:23.197 INFO:teuthology.orchestra.run.smithi029.stdout:Architecture: x86_64 2023-11-28T00:39:23.197 INFO:teuthology.orchestra.run.smithi029.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-28T00:39:23.197 INFO:teuthology.orchestra.run.smithi029.stdout:Group : System Environment/Base 2023-11-28T00:39:23.197 INFO:teuthology.orchestra.run.smithi029.stdout:Size : 9265586 2023-11-28T00:39:23.197 INFO:teuthology.orchestra.run.smithi029.stdout:License : GPLv3+ 2023-11-28T00:39:23.197 INFO:teuthology.orchestra.run.smithi029.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-28T00:39:23.198 INFO:teuthology.orchestra.run.smithi029.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-28T00:39:23.198 INFO:teuthology.orchestra.run.smithi029.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-28T00:39:23.198 INFO:teuthology.orchestra.run.smithi029.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-28T00:39:23.198 INFO:teuthology.orchestra.run.smithi029.stdout:Relocations : (not relocatable) 2023-11-28T00:39:23.198 INFO:teuthology.orchestra.run.smithi029.stdout:Packager : CentOS BuildSystem 2023-11-28T00:39:23.198 INFO:teuthology.orchestra.run.smithi029.stdout:Vendor : CentOS 2023-11-28T00:39:23.198 INFO:teuthology.orchestra.run.smithi029.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-28T00:39:23.198 INFO:teuthology.orchestra.run.smithi029.stdout:Summary : Support tools for GRUB. 2023-11-28T00:39:23.198 INFO:teuthology.orchestra.run.smithi029.stdout:Description : 2023-11-28T00:39:23.198 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:39:23.198 INFO:teuthology.orchestra.run.smithi029.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-28T00:39:23.199 INFO:teuthology.orchestra.run.smithi029.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-28T00:39:23.199 INFO:teuthology.orchestra.run.smithi029.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-28T00:39:23.199 INFO:teuthology.orchestra.run.smithi029.stdout:hardware devices. 2023-11-28T00:39:23.199 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:39:23.199 INFO:teuthology.orchestra.run.smithi029.stdout:This subpackage provides tools for support of all platforms. 2023-11-28T00:39:23.200 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-28T00:39:23.200 INFO:teuthology.task.kernel:Updating grub on smithi029 to boot 4.18.0-522.el8.x86_64 2023-11-28T00:39:23.201 DEBUG:teuthology.orchestra.run.smithi029:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-28T00:39:25.176 INFO:teuthology.orchestra.run.smithi029.stderr:Generating grub configuration file ... 2023-11-28T00:39:27.379 INFO:teuthology.orchestra.run.smithi029.stderr:done 2023-11-28T00:39:27.401 DEBUG:teuthology.orchestra.run.smithi029:> mktemp 2023-11-28T00:39:27.485 INFO:teuthology.orchestra.run.smithi029.stdout:/tmp/tmp.MNqvK651v2 2023-11-28T00:39:27.485 DEBUG:teuthology.orchestra.run.smithi029:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.MNqvK651v2 2023-11-28T00:39:27.516 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 0666 /tmp/tmp.MNqvK651v2 2023-11-28T00:39:27.670 DEBUG:teuthology.orchestra.remote:smithi029:/tmp/tmp.MNqvK651v2 is 6KB 2023-11-28T00:39:27.719 DEBUG:teuthology.orchestra.run.smithi029:> rm -fr /tmp/tmp.MNqvK651v2 2023-11-28T00:39:27.737 DEBUG:teuthology.orchestra.run.smithi029:> sudo /bin/ls /boot/loader/entries || true 2023-11-28T00:39:27.810 INFO:teuthology.orchestra.run.smithi029.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-28T00:39:27.810 INFO:teuthology.orchestra.run.smithi029.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-28T00:39:27.810 INFO:teuthology.orchestra.run.smithi029.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-28T00:39:27.810 INFO:teuthology.orchestra.run.smithi029.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-522.el8.x86_64.conf 2023-11-28T00:39:27.811 DEBUG:teuthology.orchestra.run.smithi029:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-522.el8.x86_64 2023-11-28T00:39:28.023 DEBUG:teuthology.orchestra.run.smithi029:> sudo shutdown -r now 2023-11-28T00:39:44.650 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-28T00:39:44.651 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-11-28T00:39:44.652 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T00:39:58.038 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-28T00:39:58.039 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2023-11-28T00:39:58.039 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T00:40:44.702 DEBUG:teuthology.orchestra.remote:timed out 2023-11-28T00:40:53.710 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-11-28T00:40:53.712 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T00:40:54.063 DEBUG:teuthology.orchestra.run.smithi190:> true 2023-11-28T00:40:54.314 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-11-28T00:40:54.314 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-522.el8.x86_64"... 2023-11-28T00:40:54.315 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2023-11-28T00:40:54.331 INFO:teuthology.orchestra.run.smithi190.stdout:4.18.0-522.el8.x86_64 2023-11-28T00:40:54.332 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-522.el8.x86_64 vs 4.18.0-522.el8.x86_64 2023-11-28T00:40:54.332 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-28T00:40:54.332 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-28T00:40:55.333 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-28T00:40:55.333 DEBUG:teuthology.orchestra.run.smithi190:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-28T00:40:55.446 INFO:teuthology.orchestra.run.smithi190.stdout:ttyS1 2023-11-28T00:40:55.459 DEBUG:teuthology.parallel:result is None 2023-11-28T00:40:58.041 DEBUG:teuthology.orchestra.remote:timed out 2023-11-28T00:41:07.043 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2023-11-28T00:41:07.044 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T00:41:10.887 DEBUG:teuthology.orchestra.run.smithi029:> true 2023-11-28T00:41:11.345 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2023-11-28T00:41:11.345 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-522.el8.x86_64"... 2023-11-28T00:41:11.345 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2023-11-28T00:41:11.363 INFO:teuthology.orchestra.run.smithi029.stdout:4.18.0-522.el8.x86_64 2023-11-28T00:41:11.364 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-522.el8.x86_64 vs 4.18.0-522.el8.x86_64 2023-11-28T00:41:11.364 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-28T00:41:11.364 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-28T00:41:12.365 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-28T00:41:12.365 DEBUG:teuthology.orchestra.run.smithi029:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-28T00:41:12.466 INFO:teuthology.orchestra.run.smithi029.stdout:ttyS1 2023-11-28T00:41:12.484 DEBUG:teuthology.parallel:result is None 2023-11-28T00:41:12.485 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-28T00:41:12.512 INFO:teuthology.task.internal:Creating test directory... 2023-11-28T00:41:12.512 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-28T00:41:12.516 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-28T00:41:12.540 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-28T00:41:12.557 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-28T00:41:12.585 INFO:teuthology.task.internal:Creating archive directory... 2023-11-28T00:41:12.585 DEBUG:teuthology.orchestra.run.smithi029:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-28T00:41:12.588 DEBUG:teuthology.orchestra.run.smithi190:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-28T00:41:12.640 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-28T00:41:12.659 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-28T00:41:12.659 DEBUG:teuthology.orchestra.run.smithi029:> 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-28T00:41:12.662 DEBUG:teuthology.orchestra.run.smithi190:> 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-28T00:41:12.714 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-28T00:41:12.719 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-28T00:41:12.726 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-28T00:41:12.732 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-28T00:41:12.734 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-28T00:41:12.760 INFO:teuthology.task.internal:Configuring sudo... 2023-11-28T00:41:12.761 DEBUG:teuthology.orchestra.run.smithi029:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-28T00:41:12.764 DEBUG:teuthology.orchestra.run.smithi190:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-28T00:41:12.811 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-28T00:41:13.017 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-28T00:41:13.017 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-28T00:41:13.022 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-28T00:41:13.043 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-28T00:41:13.135 DEBUG:teuthology.orchestra.run.smithi029:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-28T00:41:13.193 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-28T00:41:13.288 DEBUG:teuthology.orchestra.run.smithi029:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-28T00:41:13.336 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-11-28T00:41:13.336 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-28T00:41:13.419 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-28T00:41:13.467 DEBUG:teuthology.orchestra.run.smithi190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-28T00:41:13.521 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-28T00:41:13.609 DEBUG:teuthology.orchestra.run.smithi190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-28T00:41:13.654 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-11-28T00:41:13.654 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-28T00:41:13.724 DEBUG:teuthology.orchestra.run.smithi029:> sudo service rsyslog restart 2023-11-28T00:41:13.727 DEBUG:teuthology.orchestra.run.smithi190:> sudo service rsyslog restart 2023-11-28T00:41:13.813 INFO:teuthology.orchestra.run.smithi029.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-28T00:41:13.832 INFO:teuthology.orchestra.run.smithi190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-28T00:41:14.314 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-28T00:41:14.325 INFO:teuthology.task.internal:Starting timer... 2023-11-28T00:41:14.325 INFO:teuthology.run_tasks:Running task pcp... 2023-11-28T00:41:14.342 INFO:teuthology.run_tasks:Running task selinux... 2023-11-28T00:41:14.357 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-28T00:41:14.358 DEBUG:teuthology.orchestra.run.smithi029:> sudo service auditd rotate 2023-11-28T00:41:14.488 INFO:teuthology.orchestra.run.smithi029.stdout:Rotating logs: 2023-11-28T00:41:14.490 DEBUG:teuthology.orchestra.run.smithi190:> sudo service auditd rotate 2023-11-28T00:41:14.593 INFO:teuthology.orchestra.run.smithi190.stdout:Rotating logs: 2023-11-28T00:41:14.594 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-28T00:41:14.594 DEBUG:teuthology.orchestra.run.smithi029:> /usr/sbin/getenforce 2023-11-28T00:41:14.630 INFO:teuthology.orchestra.run.smithi029.stdout:Permissive 2023-11-28T00:41:14.630 DEBUG:teuthology.orchestra.run.smithi190:> /usr/sbin/getenforce 2023-11-28T00:41:14.660 INFO:teuthology.orchestra.run.smithi190.stdout:Permissive 2023-11-28T00:41:14.660 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi029.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi190.front.sepia.ceph.com': 'permissive'} 2023-11-28T00:41:14.661 DEBUG:teuthology.orchestra.run.smithi029:> 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-28T00:41:14.708 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T00:41:14.709 DEBUG:teuthology.orchestra.run.smithi190:> 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-28T00:41:14.737 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T00:41:14.737 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-28T00:41:14.737 DEBUG:teuthology.orchestra.run.smithi029:> sudo /usr/sbin/setenforce permissive 2023-11-28T00:41:14.795 DEBUG:teuthology.orchestra.run.smithi190:> sudo /usr/sbin/setenforce permissive 2023-11-28T00:41:14.828 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-28T00:41:14.839 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-28T00:41:14.839 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-28T00:41:14.865 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-28T00:41:14.866 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi029.front.sepia.ceph.com,smithi190.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-28T00:49:50.598 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi029.front.sepia.ceph.com'), Remote(name='ubuntu@smithi190.front.sepia.ceph.com')] 2023-11-28T00:49:50.600 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2023-11-28T00:49:50.601 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T00:49:50.680 DEBUG:teuthology.orchestra.run.smithi029:> true 2023-11-28T00:49:50.753 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2023-11-28T00:49:50.754 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-11-28T00:49:50.754 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-28T00:49:50.822 DEBUG:teuthology.orchestra.run.smithi190:> true 2023-11-28T00:49:50.889 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-11-28T00:49:50.890 INFO:teuthology.run_tasks:Running task clock... 2023-11-28T00:49:50.901 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-28T00:49:50.901 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-28T00:49:50.902 DEBUG:teuthology.orchestra.run.smithi029:> 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-28T00:49:50.904 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-28T00:49:50.904 DEBUG:teuthology.orchestra.run.smithi190:> 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-28T00:49:50.941 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-28T00:49:50.958 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-28T00:49:50.963 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-28T00:49:50.977 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-28T00:49:51.032 INFO:teuthology.orchestra.run.smithi029.stderr:sudo: ntpd: command not found 2023-11-28T00:49:51.039 INFO:teuthology.orchestra.run.smithi190.stderr:sudo: ntpd: command not found 2023-11-28T00:49:51.046 INFO:teuthology.orchestra.run.smithi029.stdout:506 Cannot talk to daemon 2023-11-28T00:49:51.049 INFO:teuthology.orchestra.run.smithi190.stdout:506 Cannot talk to daemon 2023-11-28T00:49:51.062 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-28T00:49:51.063 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-28T00:49:51.076 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-28T00:49:51.078 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-28T00:49:51.145 INFO:teuthology.orchestra.run.smithi029.stderr:bash: ntpq: command not found 2023-11-28T00:49:51.146 INFO:teuthology.orchestra.run.smithi190.stderr:bash: ntpq: command not found 2023-11-28T00:49:51.148 INFO:teuthology.orchestra.run.smithi190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-28T00:49:51.149 INFO:teuthology.orchestra.run.smithi190.stdout:=============================================================================== 2023-11-28T00:49:51.149 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T00:49:51.149 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T00:49:51.149 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T00:49:51.149 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T00:49:51.151 INFO:teuthology.orchestra.run.smithi029.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-28T00:49:51.151 INFO:teuthology.orchestra.run.smithi029.stdout:=============================================================================== 2023-11-28T00:49:51.151 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T00:49:51.151 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T00:49:51.151 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T00:49:51.151 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T00:49:51.151 INFO:teuthology.run_tasks:Running task pexec... 2023-11-28T00:49:51.164 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-28T00:49:51.164 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi029.front.sepia.ceph.com 2023-11-28T00:49:51.164 DEBUG:teuthology.orchestra.run.smithi029:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-28T00:49:51.165 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi190.front.sepia.ceph.com 2023-11-28T00:49:51.165 DEBUG:teuthology.orchestra.run.smithi190:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-28T00:49:52.072 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:02:31 ago on Tue 28 Nov 2023 12:47:20 AM UTC. 2023-11-28T00:49:52.212 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:45 ago on Tue 28 Nov 2023 12:48:07 AM UTC. 2023-11-28T00:49:54.187 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-11-28T00:49:54.188 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-11-28T00:49:54.188 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2023-11-28T00:49:54.188 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-11-28T00:49:54.188 INFO:teuthology.orchestra.run.smithi190.stdout:Resetting modules: 2023-11-28T00:49:54.188 INFO:teuthology.orchestra.run.smithi190.stdout: container-tools 2023-11-28T00:49:54.188 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:49:54.188 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-11-28T00:49:54.188 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-11-28T00:49:54.189 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:49:54.440 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-11-28T00:49:54.599 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2023-11-28T00:49:54.600 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2023-11-28T00:49:54.601 INFO:teuthology.orchestra.run.smithi029.stdout: Package Architecture Version Repository Size 2023-11-28T00:49:54.601 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2023-11-28T00:49:54.601 INFO:teuthology.orchestra.run.smithi029.stdout:Resetting modules: 2023-11-28T00:49:54.601 INFO:teuthology.orchestra.run.smithi029.stdout: container-tools 2023-11-28T00:49:54.601 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:49:54.601 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2023-11-28T00:49:54.601 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2023-11-28T00:49:54.601 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:49:54.876 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2023-11-28T00:49:55.390 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:02:35 ago on Tue 28 Nov 2023 12:47:20 AM UTC. 2023-11-28T00:49:55.963 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:48 ago on Tue 28 Nov 2023 12:48:07 AM UTC. 2023-11-28T00:49:57.497 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-11-28T00:49:57.679 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-11-28T00:49:57.679 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2023-11-28T00:49:57.679 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-11-28T00:49:57.680 INFO:teuthology.orchestra.run.smithi190.stdout:Installing group/module packages: 2023-11-28T00:49:57.680 INFO:teuthology.orchestra.run.smithi190.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-28T00:49:57.680 INFO:teuthology.orchestra.run.smithi190.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-28T00:49:57.680 INFO:teuthology.orchestra.run.smithi190.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-28T00:49:57.680 INFO:teuthology.orchestra.run.smithi190.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-28T00:49:57.680 INFO:teuthology.orchestra.run.smithi190.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-28T00:49:57.680 INFO:teuthology.orchestra.run.smithi190.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-28T00:49:57.680 INFO:teuthology.orchestra.run.smithi190.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-28T00:49:57.680 INFO:teuthology.orchestra.run.smithi190.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-28T00:49:57.680 INFO:teuthology.orchestra.run.smithi190.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-28T00:49:57.680 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2023-11-28T00:49:57.680 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-28T00:49:57.681 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-28T00:49:57.681 INFO:teuthology.orchestra.run.smithi190.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-28T00:49:57.681 INFO:teuthology.orchestra.run.smithi190.stdout:Installing weak dependencies: 2023-11-28T00:49:57.681 INFO:teuthology.orchestra.run.smithi190.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-28T00:49:57.681 INFO:teuthology.orchestra.run.smithi190.stdout:Installing module profiles: 2023-11-28T00:49:57.681 INFO:teuthology.orchestra.run.smithi190.stdout: container-tools/common 2023-11-28T00:49:57.681 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:49:57.681 INFO:teuthology.orchestra.run.smithi190.stdout:Enabling module streams: 2023-11-28T00:49:57.681 INFO:teuthology.orchestra.run.smithi190.stdout: container-tools rhel8 2023-11-28T00:49:57.681 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:49:57.681 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-11-28T00:49:57.681 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-11-28T00:49:57.681 INFO:teuthology.orchestra.run.smithi190.stdout:Install 13 Packages 2023-11-28T00:49:57.682 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:49:57.682 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 27 M 2023-11-28T00:49:57.682 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 89 M 2023-11-28T00:49:57.682 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-11-28T00:49:58.315 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2023-11-28T00:49:58.498 INFO:teuthology.orchestra.run.smithi190.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.3 MB/s | 750 kB 00:00 2023-11-28T00:49:58.520 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2023-11-28T00:49:58.521 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2023-11-28T00:49:58.521 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2023-11-28T00:49:58.521 INFO:teuthology.orchestra.run.smithi029.stdout:Installing group/module packages: 2023-11-28T00:49:58.521 INFO:teuthology.orchestra.run.smithi029.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-28T00:49:58.521 INFO:teuthology.orchestra.run.smithi029.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-28T00:49:58.522 INFO:teuthology.orchestra.run.smithi029.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-28T00:49:58.522 INFO:teuthology.orchestra.run.smithi029.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-28T00:49:58.522 INFO:teuthology.orchestra.run.smithi029.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-28T00:49:58.522 INFO:teuthology.orchestra.run.smithi029.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-28T00:49:58.522 INFO:teuthology.orchestra.run.smithi029.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-28T00:49:58.522 INFO:teuthology.orchestra.run.smithi029.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-28T00:49:58.522 INFO:teuthology.orchestra.run.smithi029.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-28T00:49:58.522 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2023-11-28T00:49:58.522 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-28T00:49:58.522 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-28T00:49:58.522 INFO:teuthology.orchestra.run.smithi029.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-28T00:49:58.522 INFO:teuthology.orchestra.run.smithi029.stdout:Installing weak dependencies: 2023-11-28T00:49:58.523 INFO:teuthology.orchestra.run.smithi029.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-28T00:49:58.523 INFO:teuthology.orchestra.run.smithi029.stdout:Installing module profiles: 2023-11-28T00:49:58.523 INFO:teuthology.orchestra.run.smithi029.stdout: container-tools/common 2023-11-28T00:49:58.523 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:49:58.523 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling module streams: 2023-11-28T00:49:58.523 INFO:teuthology.orchestra.run.smithi029.stdout: container-tools rhel8 2023-11-28T00:49:58.523 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:49:58.523 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2023-11-28T00:49:58.523 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2023-11-28T00:49:58.523 INFO:teuthology.orchestra.run.smithi029.stdout:Install 13 Packages 2023-11-28T00:49:58.523 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:49:58.524 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 27 M 2023-11-28T00:49:58.524 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 89 M 2023-11-28T00:49:58.524 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2023-11-28T00:49:58.531 INFO:teuthology.orchestra.run.smithi190.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.7 MB/s | 1.0 MB 00:00 2023-11-28T00:49:58.565 INFO:teuthology.orchestra.run.smithi190.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 564 kB/s | 38 kB 00:00 2023-11-28T00:49:58.607 INFO:teuthology.orchestra.run.smithi190.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.1 MB/s | 241 kB 00:00 2023-11-28T00:49:58.682 INFO:teuthology.orchestra.run.smithi190.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.3 MB/s | 178 kB 00:00 2023-11-28T00:49:58.783 INFO:teuthology.orchestra.run.smithi190.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 247 kB/s | 25 kB 00:00 2023-11-28T00:49:58.858 INFO:teuthology.orchestra.run.smithi190.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2023-11-28T00:49:59.218 INFO:teuthology.orchestra.run.smithi029.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.6 MB/s | 750 kB 00:00 2023-11-28T00:49:59.318 INFO:teuthology.orchestra.run.smithi029.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 378 kB/s | 38 kB 00:00 2023-11-28T00:49:59.411 INFO:teuthology.orchestra.run.smithi029.stdout:(3/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.6 MB/s | 241 kB 00:00 2023-11-28T00:49:59.475 INFO:teuthology.orchestra.run.smithi190.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 4.3 MB/s | 3.9 MB 00:00 2023-11-28T00:49:59.486 INFO:teuthology.orchestra.run.smithi029.stdout:(4/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.4 MB/s | 1.0 MB 00:00 2023-11-28T00:49:59.637 INFO:teuthology.orchestra.run.smithi029.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.2 MB/s | 178 kB 00:00 2023-11-28T00:49:59.729 INFO:teuthology.orchestra.run.smithi029.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 270 kB/s | 25 kB 00:00 2023-11-28T00:49:59.855 INFO:teuthology.orchestra.run.smithi029.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 746 kB/s | 94 kB 00:00 2023-11-28T00:50:00.176 INFO:teuthology.orchestra.run.smithi190.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 3.6 MB/s | 2.5 MB 00:00 2023-11-28T00:50:00.259 INFO:teuthology.orchestra.run.smithi190.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 633 kB/s | 53 kB 00:00 2023-11-28T00:50:00.397 INFO:teuthology.orchestra.run.smithi029.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 4.0 MB/s | 3.9 MB 00:00 2023-11-28T00:50:00.401 INFO:teuthology.orchestra.run.smithi190.stdout:(11/13): buildah-1.32.0-1.module_el8+712+4cd1bd 3.9 MB/s | 9.6 MB 00:02 2023-11-28T00:50:00.418 INFO:teuthology.orchestra.run.smithi190.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 258 kB/s | 41 kB 00:00 2023-11-28T00:50:00.923 INFO:teuthology.orchestra.run.smithi029.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 4.8 MB/s | 2.5 MB 00:00 2023-11-28T00:50:00.993 INFO:teuthology.orchestra.run.smithi190.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 3.8 MB/s | 8.1 MB 00:02 2023-11-28T00:50:00.994 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-11-28T00:50:00.994 INFO:teuthology.orchestra.run.smithi190.stdout:Total 8.0 MB/s | 27 MB 00:03 2023-11-28T00:50:01.015 INFO:teuthology.orchestra.run.smithi029.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 574 kB/s | 53 kB 00:00 2023-11-28T00:50:01.107 INFO:teuthology.orchestra.run.smithi029.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 446 kB/s | 41 kB 00:00 2023-11-28T00:50:01.264 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-11-28T00:50:01.285 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-11-28T00:50:01.285 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-11-28T00:50:01.543 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-11-28T00:50:01.546 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-11-28T00:50:02.253 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-11-28T00:50:02.359 INFO:teuthology.orchestra.run.smithi029.stdout:(12/13): buildah-1.32.0-1.module_el8+712+4cd1bd 2.7 MB/s | 9.6 MB 00:03 2023-11-28T00:50:02.494 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-28T00:50:02.689 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-28T00:50:02.883 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-28T00:50:03.125 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-28T00:50:03.697 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-28T00:50:04.618 INFO:teuthology.orchestra.run.smithi029.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 1.7 MB/s | 8.1 MB 00:04 2023-11-28T00:50:04.618 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2023-11-28T00:50:04.619 INFO:teuthology.orchestra.run.smithi029.stdout:Total 4.4 MB/s | 27 MB 00:06 2023-11-28T00:50:04.672 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-28T00:50:04.912 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2023-11-28T00:50:04.921 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-28T00:50:04.936 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2023-11-28T00:50:04.936 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2023-11-28T00:50:05.159 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-28T00:50:05.214 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2023-11-28T00:50:05.217 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2023-11-28T00:50:05.426 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-28T00:50:05.834 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-28T00:50:05.969 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2023-11-28T00:50:06.216 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-28T00:50:06.400 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-28T00:50:06.621 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-28T00:50:06.866 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-28T00:50:06.973 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-28T00:50:07.193 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-28T00:50:07.355 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-28T00:50:07.467 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-28T00:50:07.812 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-28T00:50:07.812 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-28T00:50:07.812 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-28T00:50:07.812 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-28T00:50:07.812 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-28T00:50:07.812 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-28T00:50:07.813 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-28T00:50:07.813 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-28T00:50:07.813 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-28T00:50:07.813 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-28T00:50:07.813 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-28T00:50:07.813 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-28T00:50:07.813 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-28T00:50:08.609 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-28T00:50:08.711 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-28T00:50:08.712 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:50:08.712 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-11-28T00:50:08.712 INFO:teuthology.orchestra.run.smithi190.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-28T00:50:08.712 INFO:teuthology.orchestra.run.smithi190.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-28T00:50:08.712 INFO:teuthology.orchestra.run.smithi190.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-28T00:50:08.712 INFO:teuthology.orchestra.run.smithi190.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-28T00:50:08.712 INFO:teuthology.orchestra.run.smithi190.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-28T00:50:08.712 INFO:teuthology.orchestra.run.smithi190.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-28T00:50:08.712 INFO:teuthology.orchestra.run.smithi190.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-28T00:50:08.712 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-28T00:50:08.712 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-28T00:50:08.712 INFO:teuthology.orchestra.run.smithi190.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-28T00:50:08.713 INFO:teuthology.orchestra.run.smithi190.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-28T00:50:08.713 INFO:teuthology.orchestra.run.smithi190.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-28T00:50:08.713 INFO:teuthology.orchestra.run.smithi190.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-28T00:50:08.713 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:50:08.713 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-11-28T00:50:08.979 DEBUG:teuthology.parallel:result is None 2023-11-28T00:50:09.049 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-28T00:50:09.265 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-28T00:50:09.573 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-28T00:50:09.986 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-28T00:50:10.946 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-28T00:50:11.191 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-28T00:50:11.431 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-28T00:50:11.923 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-28T00:50:11.923 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-28T00:50:11.923 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-28T00:50:11.924 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-28T00:50:11.924 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-28T00:50:11.924 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-28T00:50:11.924 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-28T00:50:11.924 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-28T00:50:11.924 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-28T00:50:11.925 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-28T00:50:11.925 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-28T00:50:11.925 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-28T00:50:11.925 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-28T00:50:12.791 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-28T00:50:12.791 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:50:12.791 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2023-11-28T00:50:12.791 INFO:teuthology.orchestra.run.smithi029.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-28T00:50:12.791 INFO:teuthology.orchestra.run.smithi029.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-28T00:50:12.791 INFO:teuthology.orchestra.run.smithi029.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-28T00:50:12.791 INFO:teuthology.orchestra.run.smithi029.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-28T00:50:12.791 INFO:teuthology.orchestra.run.smithi029.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-28T00:50:12.792 INFO:teuthology.orchestra.run.smithi029.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-28T00:50:12.792 INFO:teuthology.orchestra.run.smithi029.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-28T00:50:12.792 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-28T00:50:12.792 INFO:teuthology.orchestra.run.smithi029.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-28T00:50:12.792 INFO:teuthology.orchestra.run.smithi029.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-28T00:50:12.792 INFO:teuthology.orchestra.run.smithi029.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-28T00:50:12.792 INFO:teuthology.orchestra.run.smithi029.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-28T00:50:12.792 INFO:teuthology.orchestra.run.smithi029.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-28T00:50:12.792 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:50:12.792 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2023-11-28T00:50:13.059 DEBUG:teuthology.parallel:result is None 2023-11-28T00:50:13.059 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-28T00:50:13.144 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': '369173db14b6995b2bd07c60ec5f63d01cf21631'} 2023-11-28T00:50:13.144 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-11-28T00:50:13.145 INFO:tasks.cephadm:Cluster fsid is 16ba8238-8d88-11ee-95a2-87774f69a715 2023-11-28T00:50:13.145 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-28T00:50:13.145 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-28T00:50:13.146 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi029': '172.21.15.29', 'mon.smithi190': '172.21.15.190'} 2023-11-28T00:50:13.146 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-28T00:50:13.146 DEBUG:teuthology.orchestra.run.smithi029:> sudo hostname $(hostname -s) 2023-11-28T00:50:13.180 DEBUG:teuthology.orchestra.run.smithi190:> sudo hostname $(hostname -s) 2023-11-28T00:50:13.215 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-11-28T00:50:13.215 DEBUG:teuthology.orchestra.run.smithi029:> 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-28T00:50:13.492 INFO:teuthology.orchestra.run.smithi029.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 28 00:50 /home/ubuntu/cephtest/cephadm 2023-11-28T00:50:13.493 DEBUG:teuthology.orchestra.run.smithi190:> 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-28T00:50:13.726 INFO:teuthology.orchestra.run.smithi190.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 28 00:50 /home/ubuntu/cephtest/cephadm 2023-11-28T00:50:13.727 DEBUG:teuthology.orchestra.run.smithi029:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-28T00:50:13.751 DEBUG:teuthology.orchestra.run.smithi190:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-28T00:50:13.782 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-11-28T00:50:13.783 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-28T00:50:13.793 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-28T00:50:15.614 INFO:teuthology.orchestra.run.smithi190.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-28T00:50:16.292 INFO:teuthology.orchestra.run.smithi029.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-28T00:50:34.368 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T00:50:34.369 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-28T00:50:34.369 INFO:teuthology.orchestra.run.smithi029.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-28T00:50:34.369 INFO:teuthology.orchestra.run.smithi029.stdout: "repo_digests": [ 2023-11-28T00:50:34.369 INFO:teuthology.orchestra.run.smithi029.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-28T00:50:34.369 INFO:teuthology.orchestra.run.smithi029.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-28T00:50:34.369 INFO:teuthology.orchestra.run.smithi029.stdout: ] 2023-11-28T00:50:34.369 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T00:50:38.897 INFO:teuthology.orchestra.run.smithi190.stdout:{ 2023-11-28T00:50:38.898 INFO:teuthology.orchestra.run.smithi190.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-28T00:50:38.898 INFO:teuthology.orchestra.run.smithi190.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-28T00:50:38.898 INFO:teuthology.orchestra.run.smithi190.stdout: "repo_digests": [ 2023-11-28T00:50:38.898 INFO:teuthology.orchestra.run.smithi190.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-28T00:50:38.898 INFO:teuthology.orchestra.run.smithi190.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-28T00:50:38.898 INFO:teuthology.orchestra.run.smithi190.stdout: ] 2023-11-28T00:50:38.898 INFO:teuthology.orchestra.run.smithi190.stdout:} 2023-11-28T00:50:38.916 DEBUG:teuthology.orchestra.run.smithi029:> sudo mkdir -p /etc/ceph 2023-11-28T00:50:38.957 DEBUG:teuthology.orchestra.run.smithi190:> sudo mkdir -p /etc/ceph 2023-11-28T00:50:38.987 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 777 /etc/ceph 2023-11-28T00:50:39.031 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 777 /etc/ceph 2023-11-28T00:50:39.057 INFO:tasks.cephadm:Writing seed config... 2023-11-28T00:50:39.058 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-28T00:50:39.058 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-28T00:50:39.058 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-28T00:50:39.059 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-28T00:50:39.059 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-28T00:50:39.059 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-28T00:50:39.059 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-28T00:50:39.059 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-28T00:50:39.059 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-11-28T00:50:39.060 DEBUG:teuthology.orchestra.run.smithi029:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-28T00:50:39.093 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 = 16ba8238-8d88-11ee-95a2-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-28T00:50:39.094 DEBUG:teuthology.orchestra.run.smithi029:mon.smithi029> sudo journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@mon.smithi029.service 2023-11-28T00:50:39.136 INFO:tasks.cephadm:Bootstrapping... 2023-11-28T00:50:39.136 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 16ba8238-8d88-11ee-95a2-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.29 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-28T00:50:39.170 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:-- Logs begin at Tue 2023-11-28 00:40:50 UTC. -- 2023-11-28T00:50:39.362 INFO:teuthology.orchestra.run.smithi029.stderr:-------------------------------------------------------------------------------- 2023-11-28T00:50:39.362 INFO:teuthology.orchestra.run.smithi029.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '16ba8238-8d88-11ee-95a2-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.29', '--skip-admin-label'] 2023-11-28T00:50:39.386 INFO:teuthology.orchestra.run.smithi029.stderr:/bin/podman: 4.6.1 2023-11-28T00:50:39.398 INFO:teuthology.orchestra.run.smithi029.stderr:Verifying podman|docker is present... 2023-11-28T00:50:39.422 INFO:teuthology.orchestra.run.smithi029.stderr:/bin/podman: 4.6.1 2023-11-28T00:50:39.434 INFO:teuthology.orchestra.run.smithi029.stderr:Verifying lvm2 is present... 2023-11-28T00:50:39.435 INFO:teuthology.orchestra.run.smithi029.stderr:Verifying time synchronization is in place... 2023-11-28T00:50:39.441 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-28T00:50:39.448 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2023-11-28T00:50:39.454 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: enabled 2023-11-28T00:50:39.461 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: active 2023-11-28T00:50:39.461 INFO:teuthology.orchestra.run.smithi029.stderr:Unit chronyd.service is enabled and running 2023-11-28T00:50:39.461 INFO:teuthology.orchestra.run.smithi029.stderr:Repeating the final host check... 2023-11-28T00:50:39.483 INFO:teuthology.orchestra.run.smithi029.stderr:/bin/podman: 4.6.1 2023-11-28T00:50:39.494 INFO:teuthology.orchestra.run.smithi029.stderr:podman (/bin/podman) version 4.6.1 is present 2023-11-28T00:50:39.495 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl is present 2023-11-28T00:50:39.495 INFO:teuthology.orchestra.run.smithi029.stderr:lvcreate is present 2023-11-28T00:50:39.500 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-28T00:50:39.507 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2023-11-28T00:50:39.513 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: enabled 2023-11-28T00:50:39.519 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: active 2023-11-28T00:50:39.520 INFO:teuthology.orchestra.run.smithi029.stderr:Unit chronyd.service is enabled and running 2023-11-28T00:50:39.520 INFO:teuthology.orchestra.run.smithi029.stderr:Host looks OK 2023-11-28T00:50:39.520 INFO:teuthology.orchestra.run.smithi029.stderr:Cluster fsid: 16ba8238-8d88-11ee-95a2-87774f69a715 2023-11-28T00:50:39.521 INFO:teuthology.orchestra.run.smithi029.stderr:Acquiring lock 139836216287360 on /run/cephadm/16ba8238-8d88-11ee-95a2-87774f69a715.lock 2023-11-28T00:50:39.521 INFO:teuthology.orchestra.run.smithi029.stderr:Lock 139836216287360 acquired on /run/cephadm/16ba8238-8d88-11ee-95a2-87774f69a715.lock 2023-11-28T00:50:39.521 INFO:teuthology.orchestra.run.smithi029.stderr:Verifying IP 172.21.15.29 port 3300 ... 2023-11-28T00:50:39.522 INFO:teuthology.orchestra.run.smithi029.stderr:Verifying IP 172.21.15.29 port 6789 ... 2023-11-28T00:50:39.522 INFO:teuthology.orchestra.run.smithi029.stderr:Base mon IP is 172.21.15.29, final addrv is [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2023-11-28T00:50:39.524 INFO:teuthology.orchestra.run.smithi029.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.29 metric 100 2023-11-28T00:50:39.525 INFO:teuthology.orchestra.run.smithi029.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.29 metric 100 2023-11-28T00:50:39.527 INFO:teuthology.orchestra.run.smithi029.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-28T00:50:39.528 INFO:teuthology.orchestra.run.smithi029.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-11-28T00:50:39.528 INFO:teuthology.orchestra.run.smithi029.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1788sec hoplimit 64 pref medium 2023-11-28T00:50:39.531 INFO:teuthology.orchestra.run.smithi029.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-28T00:50:39.531 INFO:teuthology.orchestra.run.smithi029.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-28T00:50:39.531 INFO:teuthology.orchestra.run.smithi029.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-28T00:50:39.531 INFO:teuthology.orchestra.run.smithi029.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-11-28T00:50:39.531 INFO:teuthology.orchestra.run.smithi029.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:125a/64 scope link 2023-11-28T00:50:39.531 INFO:teuthology.orchestra.run.smithi029.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-28T00:50:39.532 INFO:teuthology.orchestra.run.smithi029.stderr:Mon IP `172.21.15.29` is in CIDR network `172.21.0.0/20` 2023-11-28T00:50:39.532 INFO:teuthology.orchestra.run.smithi029.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-28T00:50:39.533 INFO:teuthology.orchestra.run.smithi029.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-28T00:50:39.616 INFO:teuthology.orchestra.run.smithi029.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-11-28T00:50:40.382 INFO:teuthology.orchestra.run.smithi029.stderr:/bin/podman: Getting image source signatures 2023-11-28T00:50:40.383 INFO:teuthology.orchestra.run.smithi029.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-11-28T00:50:40.383 INFO:teuthology.orchestra.run.smithi029.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-11-28T00:50:40.383 INFO:teuthology.orchestra.run.smithi029.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-11-28T00:50:40.383 INFO:teuthology.orchestra.run.smithi029.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-11-28T00:50:40.383 INFO:teuthology.orchestra.run.smithi029.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-11-28T00:50:40.383 INFO:teuthology.orchestra.run.smithi029.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-28T00:50:40.466 INFO:teuthology.orchestra.run.smithi029.stderr:/bin/podman: Writing manifest to image destination 2023-11-28T00:50:40.617 INFO:teuthology.orchestra.run.smithi029.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-28T00:50:41.002 INFO:teuthology.orchestra.run.smithi029.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-28T00:50:41.356 INFO:teuthology.orchestra.run.smithi029.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-28T00:50:41.356 INFO:teuthology.orchestra.run.smithi029.stderr:Extracting ceph user uid/gid from container image... 2023-11-28T00:50:41.633 INFO:teuthology.orchestra.run.smithi029.stderr:stat: 167 167 2023-11-28T00:50:41.973 INFO:teuthology.orchestra.run.smithi029.stderr:Creating initial keys... 2023-11-28T00:50:42.273 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-authtool: AQBiOWVloHC+DxAA6gtwKstTKWE+8MApjiXzOA== 2023-11-28T00:50:42.881 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-authtool: AQBiOWVlpgz2MxAA3whxwIn1b2L2pj0lWiJWcg== 2023-11-28T00:50:43.523 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph-authtool: AQBjOWVlctafHhAADGIk46ew/pAOBmohVCS0pg== 2023-11-28T00:50:43.870 INFO:teuthology.orchestra.run.smithi029.stderr:Creating initial monmap... 2023-11-28T00:50:44.156 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-28T00:50:44.157 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-11-28T00:50:44.157 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 16ba8238-8d88-11ee-95a2-87774f69a715 2023-11-28T00:50:44.157 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-28T00:50:44.506 INFO:teuthology.orchestra.run.smithi029.stderr:monmaptool for smithi029 [v2:172.21.15.29:3300,v1:172.21.15.29:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-28T00:50:44.507 INFO:teuthology.orchestra.run.smithi029.stderr:setting min_mon_release = octopus 2023-11-28T00:50:44.507 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/monmaptool: set fsid to 16ba8238-8d88-11ee-95a2-87774f69a715 2023-11-28T00:50:44.507 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-28T00:50:44.507 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-11-28T00:50:44.507 INFO:teuthology.orchestra.run.smithi029.stderr:Creating mon... 2023-11-28T00:50:45.176 INFO:teuthology.orchestra.run.smithi029.stderr:create mon.smithi029 on 2023-11-28T00:50:45.294 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-28T00:50:45.400 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-16ba8238-8d88-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-16ba8238-8d88-11ee-95a2-87774f69a715.target. 2023-11-28T00:50:45.400 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-16ba8238-8d88-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-16ba8238-8d88-11ee-95a2-87774f69a715.target. 2023-11-28T00:50:45.632 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to reset failed state of unit ceph-16ba8238-8d88-11ee-95a2-87774f69a715@mon.smithi029.service: Unit ceph-16ba8238-8d88-11ee-95a2-87774f69a715@mon.smithi029.service not loaded. 2023-11-28T00:50:45.639 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Created symlink /etc/systemd/system/ceph-16ba8238-8d88-11ee-95a2-87774f69a715.target.wants/ceph-16ba8238-8d88-11ee-95a2-87774f69a715@mon.smithi029.service → /etc/systemd/system/ceph-16ba8238-8d88-11ee-95a2-87774f69a715@.service. 2023-11-28T00:50:45.745 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:45 smithi029 systemd[1]: Starting Ceph mon.smithi029 for 16ba8238-8d88-11ee-95a2-87774f69a715... 2023-11-28T00:50:46.188 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: disabled 2023-11-28T00:50:46.197 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2023-11-28T00:50:46.198 INFO:teuthology.orchestra.run.smithi029.stderr:firewalld.service is not enabled 2023-11-28T00:50:46.198 INFO:teuthology.orchestra.run.smithi029.stderr:Not possible to enable service . firewalld.service is not available 2023-11-28T00:50:46.198 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for mon to start... 2023-11-28T00:50:46.198 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for mon... 2023-11-28T00:50:46.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:46 smithi029 bash[107247]: 69e4cf3377223cd5cc8b1f356edc0fc22fde8ca78ab21b0ec28344c7412a0488 2023-11-28T00:50:46.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:46 smithi029 systemd[1]: Started Ceph mon.smithi029 for 16ba8238-8d88-11ee-95a2-87774f69a715. 2023-11-28T00:50:46.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:46 smithi029 ceph-mon[107285]: mkfs 16ba8238-8d88-11ee-95a2-87774f69a715 2023-11-28T00:50:46.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:46 smithi029 ceph-mon[107285]: mon.smithi029 is new leader, mons smithi029 in quorum (ranks 0) 2023-11-28T00:50:46.728 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: cluster: 2023-11-28T00:50:46.728 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: id: 16ba8238-8d88-11ee-95a2-87774f69a715 2023-11-28T00:50:46.728 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-28T00:50:46.728 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-11-28T00:50:46.728 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: services: 2023-11-28T00:50:46.728 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi029 (age 0.529221s) 2023-11-28T00:50:46.728 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-28T00:50:46.728 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-28T00:50:46.729 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-11-28T00:50:46.729 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: data: 2023-11-28T00:50:46.729 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-28T00:50:46.729 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-28T00:50:46.729 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-28T00:50:46.729 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: pgs: 2023-11-28T00:50:46.729 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-11-28T00:50:47.026 INFO:teuthology.orchestra.run.smithi029.stderr:mon is available 2023-11-28T00:50:47.026 INFO:teuthology.orchestra.run.smithi029.stderr:Assimilating anything we can from ceph.conf... 2023-11-28T00:50:47.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:47 smithi029 ceph-mon[107285]: mon.smithi029 is new leader, mons smithi029 in quorum (ranks 0) 2023-11-28T00:50:47.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:47 smithi029 ceph-mon[107285]: monmap e1: 1 mons at {smithi029=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0]} 2023-11-28T00:50:47.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:47 smithi029 ceph-mon[107285]: fsmap 2023-11-28T00:50:47.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:47 smithi029 ceph-mon[107285]: osdmap e1: 0 total, 0 up, 0 in 2023-11-28T00:50:47.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:47 smithi029 ceph-mon[107285]: mgrmap e1: no daemons active 2023-11-28T00:50:47.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:47 smithi029 ceph-mon[107285]: from='client.? 172.21.15.29:0/3094995732' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-28T00:50:47.509 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-11-28T00:50:47.509 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: [global] 2023-11-28T00:50:47.509 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: fsid = 16ba8238-8d88-11ee-95a2-87774f69a715 2023-11-28T00:50:47.509 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.29:3300,v1:172.21.15.29:6789] 2023-11-28T00:50:47.509 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-28T00:50:47.509 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-28T00:50:47.509 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-28T00:50:47.510 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-28T00:50:47.510 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-11-28T00:50:47.510 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: [mgr] 2023-11-28T00:50:47.510 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-28T00:50:47.510 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-11-28T00:50:47.510 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: [osd] 2023-11-28T00:50:47.510 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-28T00:50:47.510 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-28T00:50:47.858 INFO:teuthology.orchestra.run.smithi029.stderr:Generating new minimal ceph.conf... 2023-11-28T00:50:48.515 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:48 smithi029 ceph-mon[107285]: from='client.? 172.21.15.29:0/3678188828' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-28T00:50:48.515 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:48 smithi029 ceph-mon[107285]: from='client.? 172.21.15.29:0/3678188828' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-28T00:50:48.700 INFO:teuthology.orchestra.run.smithi029.stderr:Restarting the monitor... 2023-11-28T00:50:48.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:48 smithi029 systemd[1]: Stopping Ceph mon.smithi029 for 16ba8238-8d88-11ee-95a2-87774f69a715... 2023-11-28T00:50:48.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:48 smithi029 bash[107585]: Error: no container with name or ID "ceph-16ba8238-8d88-11ee-95a2-87774f69a715-mon.smithi029" found: no such container 2023-11-28T00:50:49.091 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:48 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-mon-smithi029[107262]: 2023-11-28T00:50:48.815+0000 7f6466f99700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi029 -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-28T00:50:49.091 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:48 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-mon-smithi029[107262]: 2023-11-28T00:50:48.815+0000 7f6466f99700 -1 mon.smithi029@0(leader) e1 *** Got Signal Terminated *** 2023-11-28T00:50:49.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 bash[107597]: ceph-16ba8238-8d88-11ee-95a2-87774f69a715-mon-smithi029 2023-11-28T00:50:49.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 bash[107634]: Error: no container with name or ID "ceph-16ba8238-8d88-11ee-95a2-87774f69a715-mon.smithi029" found: no such container 2023-11-28T00:50:49.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 systemd[1]: ceph-16ba8238-8d88-11ee-95a2-87774f69a715@mon.smithi029.service: Succeeded. 2023-11-28T00:50:49.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 systemd[1]: Stopped Ceph mon.smithi029 for 16ba8238-8d88-11ee-95a2-87774f69a715. 2023-11-28T00:50:49.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 systemd[1]: Starting Ceph mon.smithi029 for 16ba8238-8d88-11ee-95a2-87774f69a715... 2023-11-28T00:50:49.634 INFO:teuthology.orchestra.run.smithi029.stderr:Setting mon public_network to 172.21.0.0/20 2023-11-28T00:50:49.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: set uid:gid to 167:167 (ceph:ceph) 2023-11-28T00:50:49.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-11-28T00:50:49.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: pidfile_write: ignore empty --pid-file 2023-11-28T00:50:49.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 bash[107701]: 739eed534ac9b94705914b720a579473685213dfb66d97ed35d500af5c596ebd 2023-11-28T00:50:49.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 systemd[1]: Started Ceph mon.smithi029 for 16ba8238-8d88-11ee-95a2-87774f69a715. 2023-11-28T00:50:49.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: load: jerasure load: lrc 2023-11-28T00:50:49.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: RocksDB version: 6.15.5 2023-11-28T00:50:49.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-28T00:50:49.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Compile date Apr 18 2022 2023-11-28T00:50:49.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: DB SUMMARY 2023-11-28T00:50:49.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: DB Session ID: 0PO9WPNNO6J8RX8DVJZU 2023-11-28T00:50:49.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: CURRENT file: CURRENT 2023-11-28T00:50:49.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: IDENTITY file: IDENTITY 2023-11-28T00:50:49.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-11-28T00:50:49.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi029/store.db dir, Total Num: 1, files: 000008.sst 2023-11-28T00:50:49.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi029/store.db: 000010.log size: 80765 ; 2023-11-28T00:50:49.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.error_if_exists: 0 2023-11-28T00:50:49.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.create_if_missing: 0 2023-11-28T00:50:49.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.paranoid_checks: 1 2023-11-28T00:50:49.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-28T00:50:49.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.env: 0x55c95d4d3860 2023-11-28T00:50:49.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.fs: Posix File System 2023-11-28T00:50:49.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.info_log: 0x55c95e9fbfa0 2023-11-28T00:50:49.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_file_opening_threads: 16 2023-11-28T00:50:49.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.statistics: (nil) 2023-11-28T00:50:49.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.use_fsync: 0 2023-11-28T00:50:49.942 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_log_file_size: 0 2023-11-28T00:50:49.942 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-28T00:50:49.942 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-28T00:50:49.942 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.keep_log_file_num: 1000 2023-11-28T00:50:49.942 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.recycle_log_file_num: 0 2023-11-28T00:50:49.942 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.allow_fallocate: 1 2023-11-28T00:50:49.942 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.allow_mmap_reads: 0 2023-11-28T00:50:49.942 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.allow_mmap_writes: 0 2023-11-28T00:50:49.942 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.use_direct_reads: 0 2023-11-28T00:50:49.942 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-28T00:50:49.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.create_missing_column_families: 0 2023-11-28T00:50:49.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.db_log_dir: 2023-11-28T00:50:49.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi029/store.db 2023-11-28T00:50:49.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-28T00:50:49.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-28T00:50:49.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-28T00:50:49.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-28T00:50:49.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-28T00:50:49.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-28T00:50:49.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.advise_random_on_open: 1 2023-11-28T00:50:49.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.db_write_buffer_size: 0 2023-11-28T00:50:49.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.write_buffer_manager: 0x55c95eaec330 2023-11-28T00:50:49.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-28T00:50:49.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-28T00:50:49.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-28T00:50:49.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-28T00:50:49.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.rate_limiter: (nil) 2023-11-28T00:50:49.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-28T00:50:49.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.wal_recovery_mode: 2 2023-11-28T00:50:49.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.enable_thread_tracking: 0 2023-11-28T00:50:49.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.enable_pipelined_write: 0 2023-11-28T00:50:49.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.unordered_write: 0 2023-11-28T00:50:49.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-28T00:50:49.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-28T00:50:49.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-28T00:50:49.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-28T00:50:49.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.row_cache: None 2023-11-28T00:50:49.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.wal_filter: None 2023-11-28T00:50:49.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-28T00:50:49.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.allow_ingest_behind: 0 2023-11-28T00:50:49.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.preserve_deletes: 0 2023-11-28T00:50:49.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.two_write_queues: 0 2023-11-28T00:50:49.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.manual_wal_flush: 0 2023-11-28T00:50:49.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.atomic_flush: 0 2023-11-28T00:50:49.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-28T00:50:49.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-28T00:50:49.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-28T00:50:49.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.log_readahead_size: 0 2023-11-28T00:50:49.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-28T00:50:49.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.best_efforts_recovery: 0 2023-11-28T00:50:49.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-28T00:50:49.947 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-28T00:50:49.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.allow_data_in_errors: 0 2023-11-28T00:50:49.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.db_host_id: __hostname__ 2023-11-28T00:50:49.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_background_jobs: 2 2023-11-28T00:50:49.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_background_compactions: -1 2023-11-28T00:50:49.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_subcompactions: 1 2023-11-28T00:50:49.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-28T00:50:49.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-28T00:50:49.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-28T00:50:49.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_total_wal_size: 0 2023-11-28T00:50:49.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-28T00:50:49.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-28T00:50:49.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-28T00:50:49.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-28T00:50:49.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_open_files: -1 2023-11-28T00:50:49.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.bytes_per_sync: 0 2023-11-28T00:50:49.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-28T00:50:49.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-28T00:50:49.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compaction_readahead_size: 0 2023-11-28T00:50:49.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_background_flushes: -1 2023-11-28T00:50:49.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Compression algorithms supported: 2023-11-28T00:50:49.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-28T00:50:49.949 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: kZSTD supported: 0 2023-11-28T00:50:49.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: kXpressCompression supported: 0 2023-11-28T00:50:49.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: kLZ4HCCompression supported: 1 2023-11-28T00:50:49.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: kLZ4Compression supported: 1 2023-11-28T00:50:49.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: kBZip2Compression supported: 0 2023-11-28T00:50:49.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: kZlibCompression supported: 1 2023-11-28T00:50:49.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: kSnappyCompression supported: 1 2023-11-28T00:50:49.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-28T00:50:49.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi029/store.db/MANIFEST-000009 2023-11-28T00:50:49.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-11-28T00:50:49.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-28T00:50:49.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.merge_operator: 2023-11-28T00:50:49.950 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compaction_filter: None 2023-11-28T00:50:49.951 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compaction_filter_factory: None 2023-11-28T00:50:49.951 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.sst_partitioner_factory: None 2023-11-28T00:50:49.951 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-28T00:50:49.951 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-28T00:50:49.951 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c95e9c7d00) 2023-11-28T00:50:49.951 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: cache_index_and_filter_blocks: 1 2023-11-28T00:50:49.951 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-28T00:50:49.951 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-28T00:50:49.951 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: pin_top_level_index_and_filter: 1 2023-11-28T00:50:49.951 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: index_type: 0 2023-11-28T00:50:49.952 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: data_block_index_type: 0 2023-11-28T00:50:49.952 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: index_shortening: 1 2023-11-28T00:50:49.952 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-28T00:50:49.952 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: hash_index_allow_collision: 1 2023-11-28T00:50:49.952 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: checksum: 1 2023-11-28T00:50:49.952 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: no_block_cache: 0 2023-11-28T00:50:49.952 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_cache: 0x55c95ea32170 2023-11-28T00:50:49.952 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_cache_name: BinnedLRUCache 2023-11-28T00:50:49.952 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_cache_options: 2023-11-28T00:50:49.952 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: capacity : 536870912 2023-11-28T00:50:49.952 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: num_shard_bits : 4 2023-11-28T00:50:49.952 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: strict_capacity_limit : 0 2023-11-28T00:50:49.953 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: high_pri_pool_ratio: 0.000 2023-11-28T00:50:49.953 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_cache_compressed: (nil) 2023-11-28T00:50:49.953 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: persistent_cache: (nil) 2023-11-28T00:50:49.953 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_size: 4096 2023-11-28T00:50:49.953 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_size_deviation: 10 2023-11-28T00:50:49.953 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_restart_interval: 16 2023-11-28T00:50:49.953 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: index_block_restart_interval: 1 2023-11-28T00:50:49.953 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: metadata_block_size: 4096 2023-11-28T00:50:49.953 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: partition_filters: 0 2023-11-28T00:50:49.953 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: use_delta_encoding: 1 2023-11-28T00:50:49.953 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-28T00:50:49.953 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: whole_key_filtering: 1 2023-11-28T00:50:49.954 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: verify_compression: 0 2023-11-28T00:50:49.954 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: read_amp_bytes_per_bit: 0 2023-11-28T00:50:49.954 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: format_version: 4 2023-11-28T00:50:49.954 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: enable_index_compression: 1 2023-11-28T00:50:49.954 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: block_align: 0 2023-11-28T00:50:49.954 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.write_buffer_size: 33554432 2023-11-28T00:50:49.954 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_write_buffer_number: 2 2023-11-28T00:50:49.954 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compression: NoCompression 2023-11-28T00:50:49.954 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.bottommost_compression: Disabled 2023-11-28T00:50:49.954 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.prefix_extractor: nullptr 2023-11-28T00:50:49.954 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-28T00:50:49.955 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.num_levels: 7 2023-11-28T00:50:49.955 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-28T00:50:49.955 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-28T00:50:49.955 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-28T00:50:49.955 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-28T00:50:49.955 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-28T00:50:49.955 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-28T00:50:49.955 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-28T00:50:49.955 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-28T00:50:49.955 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-28T00:50:49.955 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-28T00:50:49.956 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-28T00:50:49.956 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compression_opts.level: 32767 2023-11-28T00:50:49.956 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compression_opts.strategy: 0 2023-11-28T00:50:49.956 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-28T00:50:49.956 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-28T00:50:49.956 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-28T00:50:49.956 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compression_opts.enabled: false 2023-11-28T00:50:49.956 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-28T00:50:49.956 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-28T00:50:49.956 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-28T00:50:49.957 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.target_file_size_base: 67108864 2023-11-28T00:50:49.957 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-28T00:50:49.957 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-28T00:50:49.957 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-28T00:50:49.957 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-28T00:50:49.957 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-28T00:50:49.957 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-28T00:50:49.957 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-28T00:50:49.957 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-28T00:50:49.957 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-28T00:50:49.957 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-28T00:50:49.957 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-28T00:50:49.958 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-28T00:50:49.958 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-28T00:50:49.958 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.arena_block_size: 4194304 2023-11-28T00:50:49.958 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-28T00:50:49.958 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-28T00:50:49.958 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-28T00:50:49.958 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.disable_auto_compactions: 0 2023-11-28T00:50:49.958 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-28T00:50:49.958 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-28T00:50:49.958 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-28T00:50:49.958 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-28T00:50:49.959 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-28T00:50:49.959 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-28T00:50:49.959 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-28T00:50:49.959 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-28T00:50:49.959 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-28T00:50:49.959 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-28T00:50:49.959 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.table_properties_collectors: 2023-11-28T00:50:49.959 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.inplace_update_support: 0 2023-11-28T00:50:49.959 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-28T00:50:49.959 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-28T00:50:49.959 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-28T00:50:49.959 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-28T00:50:49.959 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.bloom_locality: 0 2023-11-28T00:50:49.960 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.max_successive_merges: 0 2023-11-28T00:50:49.960 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-28T00:50:49.960 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.paranoid_file_checks: 0 2023-11-28T00:50:49.960 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.force_consistency_checks: 1 2023-11-28T00:50:49.960 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.report_bg_io_stats: 0 2023-11-28T00:50:49.960 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.ttl: 2592000 2023-11-28T00:50:49.960 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-28T00:50:49.960 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.enable_blob_files: false 2023-11-28T00:50:49.960 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.min_blob_size: 0 2023-11-28T00:50:49.960 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.blob_file_size: 268435456 2023-11-28T00:50:49.960 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-28T00:50:49.960 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-28T00:50:49.961 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-28T00:50:49.961 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi029/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-28T00:50:49.961 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-11-28T00:50:49.961 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-11-28T00:50:49.961 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701132649635486, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-11-28T00:50:49.961 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-11-28T00:50:49.961 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: 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-28T00:50:49.961 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701132649636382, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77623, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75881, "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": 70337, "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": 1701132649, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "75a38029-8e0d-4872-94d4-3ade28c536cb", "db_session_id": "0PO9WPNNO6J8RX8DVJZU"}} 2023-11-28T00:50:49.961 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-11-28T00:50:49.962 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701132649636845, "job": 1, "event": "recovery_finished"} 2023-11-28T00:50:49.962 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi029/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-28T00:50:49.962 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55c95ea18a80 2023-11-28T00:50:49.962 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: DB pointer 0x55c95ea28000 2023-11-28T00:50:49.962 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-11-28T00:50:49.962 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-11-28T00:50:49.962 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ** DB Stats ** 2023-11-28T00:50:49.962 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-28T00:50:49.962 INFO:journalctl@ceph.mon.smithi029.smithi029.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-28T00:50:49.962 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-28T00:50:49.962 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-28T00:50:49.963 INFO:journalctl@ceph.mon.smithi029.smithi029.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-28T00:50:49.963 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-28T00:50:49.963 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-28T00:50:49.963 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: 2023-11-28T00:50:49.963 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ** Compaction Stats [default] ** 2023-11-28T00:50:49.963 INFO:journalctl@ceph.mon.smithi029.smithi029.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-28T00:50:49.963 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-28T00:50:49.963 INFO:journalctl@ceph.mon.smithi029.smithi029.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 128.7 0.00 0.00 1 0.001 0 0 2023-11-28T00:50:49.963 INFO:journalctl@ceph.mon.smithi029.smithi029.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 128.7 0.00 0.00 1 0.001 0 0 2023-11-28T00:50:49.963 INFO:journalctl@ceph.mon.smithi029.smithi029.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 128.7 0.00 0.00 1 0.001 0 0 2023-11-28T00:50:49.963 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: 2023-11-28T00:50:49.963 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ** Compaction Stats [default] ** 2023-11-28T00:50:49.964 INFO:journalctl@ceph.mon.smithi029.smithi029.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-28T00:50:49.964 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-28T00:50:49.964 INFO:journalctl@ceph.mon.smithi029.smithi029.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 128.7 0.00 0.00 1 0.001 0 0 2023-11-28T00:50:49.964 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-28T00:50:49.964 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-28T00:50:49.964 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-28T00:50:49.964 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-28T00:50:49.964 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-28T00:50:49.964 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-28T00:50:49.964 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Cumulative compaction: 0.00 GB write, 17.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-28T00:50:49.965 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Interval compaction: 0.00 GB write, 17.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-28T00:50:49.965 INFO:journalctl@ceph.mon.smithi029.smithi029.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-28T00:50:49.965 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: 2023-11-28T00:50:49.965 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-28T00:50:49.965 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: 2023-11-28T00:50:49.965 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ** Compaction Stats [default] ** 2023-11-28T00:50:49.965 INFO:journalctl@ceph.mon.smithi029.smithi029.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-28T00:50:49.965 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-28T00:50:49.965 INFO:journalctl@ceph.mon.smithi029.smithi029.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 128.7 0.00 0.00 1 0.001 0 0 2023-11-28T00:50:49.965 INFO:journalctl@ceph.mon.smithi029.smithi029.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 128.7 0.00 0.00 1 0.001 0 0 2023-11-28T00:50:49.966 INFO:journalctl@ceph.mon.smithi029.smithi029.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-28T00:50:49.966 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: 2023-11-28T00:50:49.966 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ** Compaction Stats [default] ** 2023-11-28T00:50:49.966 INFO:journalctl@ceph.mon.smithi029.smithi029.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-28T00:50:49.966 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-28T00:50:49.966 INFO:journalctl@ceph.mon.smithi029.smithi029.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 128.7 0.00 0.00 1 0.001 0 0 2023-11-28T00:50:49.966 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-28T00:50:49.966 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-28T00:50:49.966 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-28T00:50:49.966 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-28T00:50:49.966 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-28T00:50:49.967 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-28T00:50:49.967 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: Cumulative compaction: 0.00 GB write, 17.75 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-28T00:50:49.967 INFO:journalctl@ceph.mon.smithi029.smithi029.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-28T00:50:49.967 INFO:journalctl@ceph.mon.smithi029.smithi029.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-28T00:50:49.967 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: 2023-11-28T00:50:49.967 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-28T00:50:49.967 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: starting mon.smithi029 rank 0 at public addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] at bind addrs [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi029 fsid 16ba8238-8d88-11ee-95a2-87774f69a715 2023-11-28T00:50:49.967 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: mon.smithi029@-1(???) e1 preinit fsid 16ba8238-8d88-11ee-95a2-87774f69a715 2023-11-28T00:50:49.967 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: mon.smithi029@-1(???).mds e1 new map 2023-11-28T00:50:49.967 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: mon.smithi029@-1(???).mds e1 print_map 2023-11-28T00:50:49.967 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: e1 2023-11-28T00:50:49.968 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-28T00:50:49.968 INFO:journalctl@ceph.mon.smithi029.smithi029.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-28T00:50:49.968 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: legacy client fscid: -1 2023-11-28T00:50:49.968 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: 2023-11-28T00:50:49.968 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout: No filesystems configured 2023-11-28T00:50:49.968 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: mon.smithi029@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-28T00:50:49.968 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: mon.smithi029@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T00:50:49.968 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: mon.smithi029@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T00:50:49.968 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: mon.smithi029@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T00:50:49.968 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: mon.smithi029@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-28T00:50:49.968 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: mon.smithi029 is new leader, mons smithi029 in quorum (ranks 0) 2023-11-28T00:50:49.969 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: monmap e1: 1 mons at {smithi029=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0]} 2023-11-28T00:50:49.969 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: fsmap 2023-11-28T00:50:49.969 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: osdmap e1: 0 total, 0 up, 0 in 2023-11-28T00:50:49.969 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:49 smithi029 ceph-mon[107739]: mgrmap e1: no daemons active 2023-11-28T00:50:50.509 INFO:teuthology.orchestra.run.smithi029.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-28T00:50:50.509 INFO:teuthology.orchestra.run.smithi029.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-28T00:50:50.509 INFO:teuthology.orchestra.run.smithi029.stderr:Creating mgr... 2023-11-28T00:50:50.510 INFO:teuthology.orchestra.run.smithi029.stderr:Verifying port 9283 ... 2023-11-28T00:50:50.655 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Failed to reset failed state of unit ceph-16ba8238-8d88-11ee-95a2-87774f69a715@mgr.smithi029.zvexvj.service: Unit ceph-16ba8238-8d88-11ee-95a2-87774f69a715@mgr.smithi029.zvexvj.service not loaded. 2023-11-28T00:50:50.662 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: Created symlink /etc/systemd/system/ceph-16ba8238-8d88-11ee-95a2-87774f69a715.target.wants/ceph-16ba8238-8d88-11ee-95a2-87774f69a715@mgr.smithi029.zvexvj.service → /etc/systemd/system/ceph-16ba8238-8d88-11ee-95a2-87774f69a715@.service. 2023-11-28T00:50:51.170 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: disabled 2023-11-28T00:50:51.179 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2023-11-28T00:50:51.179 INFO:teuthology.orchestra.run.smithi029.stderr:firewalld.service is not enabled 2023-11-28T00:50:51.179 INFO:teuthology.orchestra.run.smithi029.stderr:Not possible to enable service . firewalld.service is not available 2023-11-28T00:50:51.188 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: disabled 2023-11-28T00:50:51.198 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2023-11-28T00:50:51.199 INFO:teuthology.orchestra.run.smithi029.stderr:firewalld.service is not enabled 2023-11-28T00:50:51.199 INFO:teuthology.orchestra.run.smithi029.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-28T00:50:51.199 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for mgr to start... 2023-11-28T00:50:51.199 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for mgr... 2023-11-28T00:50:51.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:51 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/1689862294' entity='client.admin' 2023-11-28T00:50:51.732 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-11-28T00:50:51.732 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2023-11-28T00:50:51.732 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsid": "16ba8238-8d88-11ee-95a2-87774f69a715", 2023-11-28T00:50:51.732 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "health": { 2023-11-28T00:50:51.732 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-28T00:50:51.733 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "checks": {}, 2023-11-28T00:50:51.733 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mutes": [] 2023-11-28T00:50:51.733 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:50:51.733 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-28T00:50:51.733 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum": [ 2023-11-28T00:50:51.733 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 0 2023-11-28T00:50:51.733 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-11-28T00:50:51.733 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-28T00:50:51.733 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "smithi029" 2023-11-28T00:50:51.733 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-11-28T00:50:51.733 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-28T00:50:51.733 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "monmap": { 2023-11-28T00:50:51.733 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T00:50:51.733 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-28T00:50:51.734 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-28T00:50:51.734 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:50:51.734 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osdmap": { 2023-11-28T00:50:51.734 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T00:50:51.734 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-28T00:50:51.734 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-28T00:50:51.734 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-28T00:50:51.734 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-28T00:50:51.737 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-28T00:50:51.737 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-28T00:50:51.737 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:50:51.737 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgmap": { 2023-11-28T00:50:51.738 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-28T00:50:51.738 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-28T00:50:51.738 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-28T00:50:51.738 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-28T00:50:51.738 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-28T00:50:51.738 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-28T00:50:51.738 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-28T00:50:51.738 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-28T00:50:51.738 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:50:51.738 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsmap": { 2023-11-28T00:50:51.738 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T00:50:51.738 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-28T00:50:51.738 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-28T00:50:51.739 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:50:51.739 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-28T00:50:51.739 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "available": false, 2023-11-28T00:50:51.739 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-28T00:50:51.739 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modules": [ 2023-11-28T00:50:51.739 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "iostat", 2023-11-28T00:50:51.739 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "nfs", 2023-11-28T00:50:51.739 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "restful" 2023-11-28T00:50:51.739 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-11-28T00:50:51.739 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2023-11-28T00:50:51.739 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:50:51.739 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "servicemap": { 2023-11-28T00:50:51.739 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T00:50:51.739 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modified": "2023-11-28T00:50:46.197203+0000", 2023-11-28T00:50:51.740 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2023-11-28T00:50:51.740 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:50:51.740 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-28T00:50:51.740 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2023-11-28T00:50:52.091 INFO:teuthology.orchestra.run.smithi029.stderr:mgr not available, waiting (1/15)... 2023-11-28T00:50:52.436 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:52 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/2112271051' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-28T00:50:55.518 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-11-28T00:50:59.879 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2023-11-28T00:50:59.880 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsid": "16ba8238-8d88-11ee-95a2-87774f69a715", 2023-11-28T00:50:59.880 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "health": { 2023-11-28T00:50:59.880 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-28T00:50:59.880 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "checks": {}, 2023-11-28T00:50:59.880 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mutes": [] 2023-11-28T00:50:59.880 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:50:59.880 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-28T00:50:59.880 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum": [ 2023-11-28T00:50:59.880 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 0 2023-11-28T00:50:59.880 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-11-28T00:50:59.880 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-28T00:50:59.880 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "smithi029" 2023-11-28T00:50:59.881 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-11-28T00:50:59.881 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-11-28T00:50:59.881 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "monmap": { 2023-11-28T00:50:59.881 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T00:50:59.881 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-28T00:50:59.881 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-28T00:50:59.881 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:50:59.881 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osdmap": { 2023-11-28T00:50:59.881 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T00:50:59.881 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-28T00:50:59.881 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-28T00:50:59.881 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-28T00:50:59.881 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-28T00:50:59.881 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-28T00:50:59.882 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-28T00:50:59.882 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:50:59.882 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgmap": { 2023-11-28T00:50:59.882 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-28T00:50:59.882 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-28T00:50:59.882 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-28T00:50:59.882 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-28T00:50:59.882 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-28T00:50:59.882 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-28T00:50:59.882 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-28T00:50:59.882 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-28T00:50:59.882 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:50:59.882 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsmap": { 2023-11-28T00:50:59.883 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T00:50:59.883 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-28T00:50:59.883 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-28T00:50:59.883 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:50:59.883 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-28T00:50:59.883 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "available": false, 2023-11-28T00:50:59.883 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-28T00:50:59.883 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modules": [ 2023-11-28T00:50:59.883 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "iostat", 2023-11-28T00:50:59.883 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "nfs", 2023-11-28T00:50:59.883 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "restful" 2023-11-28T00:50:59.883 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-11-28T00:50:59.883 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2023-11-28T00:50:59.883 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:50:59.884 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "servicemap": { 2023-11-28T00:50:59.884 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T00:50:59.884 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modified": "2023-11-28T00:50:46.197203+0000", 2023-11-28T00:50:59.884 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2023-11-28T00:50:59.884 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:50:59.884 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-28T00:50:59.884 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2023-11-28T00:50:59.885 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:55 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/2325492172' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-28T00:50:59.885 INFO:teuthology.orchestra.run.smithi029.stderr:mgr not available, waiting (2/15)... 2023-11-28T00:50:59.885 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:58 smithi029 ceph-mon[107739]: Activating manager daemon smithi029.zvexvj 2023-11-28T00:50:59.885 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:58 smithi029 ceph-mon[107739]: mgrmap e2: smithi029.zvexvj(active, starting, since 0.0029374s) 2023-11-28T00:50:59.886 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:58 smithi029 ceph-mon[107739]: from='mgr.14100 172.21.15.29:0/1801321967' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T00:50:59.886 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:58 smithi029 ceph-mon[107739]: from='mgr.14100 172.21.15.29:0/1801321967' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T00:50:59.886 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:58 smithi029 ceph-mon[107739]: from='mgr.14100 172.21.15.29:0/1801321967' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T00:50:59.886 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:58 smithi029 ceph-mon[107739]: from='mgr.14100 172.21.15.29:0/1801321967' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-11-28T00:50:59.886 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:58 smithi029 ceph-mon[107739]: from='mgr.14100 172.21.15.29:0/1801321967' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mgr metadata", "who": "smithi029.zvexvj", "id": "smithi029.zvexvj"}]: dispatch 2023-11-28T00:50:59.886 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:58 smithi029 ceph-mon[107739]: Manager daemon smithi029.zvexvj is now available 2023-11-28T00:50:59.886 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:58 smithi029 ceph-mon[107739]: from='mgr.14100 172.21.15.29:0/1801321967' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/mirror_snapshot_schedule"}]: dispatch 2023-11-28T00:50:59.886 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:58 smithi029 ceph-mon[107739]: from='mgr.14100 172.21.15.29:0/1801321967' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/trash_purge_schedule"}]: dispatch 2023-11-28T00:50:59.886 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:58 smithi029 ceph-mon[107739]: from='mgr.14100 172.21.15.29:0/1801321967' entity='mgr.smithi029.zvexvj' 2023-11-28T00:50:59.886 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:58 smithi029 ceph-mon[107739]: from='mgr.14100 172.21.15.29:0/1801321967' entity='mgr.smithi029.zvexvj' 2023-11-28T00:50:59.886 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:50:58 smithi029 ceph-mon[107739]: from='mgr.14100 172.21.15.29:0/1801321967' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:00.438 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:00 smithi029 ceph-mon[107739]: mgrmap e3: smithi029.zvexvj(active, since 1.00723s) 2023-11-28T00:51:02.218 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-11-28T00:51:02.219 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2023-11-28T00:51:02.219 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsid": "16ba8238-8d88-11ee-95a2-87774f69a715", 2023-11-28T00:51:02.219 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "health": { 2023-11-28T00:51:02.219 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-28T00:51:02.219 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "checks": {}, 2023-11-28T00:51:02.219 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mutes": [] 2023-11-28T00:51:02.220 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:51:02.220 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-28T00:51:02.220 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum": [ 2023-11-28T00:51:02.220 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 0 2023-11-28T00:51:02.220 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-11-28T00:51:02.221 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-28T00:51:02.221 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "smithi029" 2023-11-28T00:51:02.221 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-11-28T00:51:02.221 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "quorum_age": 12, 2023-11-28T00:51:02.221 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "monmap": { 2023-11-28T00:51:02.221 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T00:51:02.221 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-28T00:51:02.222 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-28T00:51:02.222 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:51:02.222 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osdmap": { 2023-11-28T00:51:02.222 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T00:51:02.222 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-28T00:51:02.222 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-28T00:51:02.223 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-28T00:51:02.223 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-28T00:51:02.223 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-28T00:51:02.223 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-28T00:51:02.223 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:51:02.223 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgmap": { 2023-11-28T00:51:02.223 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-28T00:51:02.223 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-28T00:51:02.223 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-28T00:51:02.223 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-28T00:51:02.223 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-28T00:51:02.223 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-28T00:51:02.223 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-28T00:51:02.224 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-28T00:51:02.224 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:51:02.224 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "fsmap": { 2023-11-28T00:51:02.224 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T00:51:02.224 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-28T00:51:02.224 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-28T00:51:02.224 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:51:02.224 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-28T00:51:02.224 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "available": true, 2023-11-28T00:51:02.224 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-28T00:51:02.224 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modules": [ 2023-11-28T00:51:02.224 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "iostat", 2023-11-28T00:51:02.225 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "nfs", 2023-11-28T00:51:02.225 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "restful" 2023-11-28T00:51:02.225 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ], 2023-11-28T00:51:02.225 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2023-11-28T00:51:02.225 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:51:02.225 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "servicemap": { 2023-11-28T00:51:02.225 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-28T00:51:02.225 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "modified": "2023-11-28T00:50:46.197203+0000", 2023-11-28T00:51:02.225 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "services": {} 2023-11-28T00:51:02.225 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: }, 2023-11-28T00:51:02.225 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-28T00:51:02.225 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2023-11-28T00:51:02.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:02 smithi029 ceph-mon[107739]: mgrmap e4: smithi029.zvexvj(active, since 3s) 2023-11-28T00:51:03.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:03 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/335767854' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-28T00:51:04.548 INFO:teuthology.orchestra.run.smithi029.stderr:mgr is available 2023-11-28T00:51:07.031 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-11-28T00:51:07.031 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: [global] 2023-11-28T00:51:07.031 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: fsid = 16ba8238-8d88-11ee-95a2-87774f69a715 2023-11-28T00:51:07.031 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-28T00:51:07.031 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-28T00:51:07.031 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-28T00:51:07.032 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-28T00:51:07.032 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-11-28T00:51:07.032 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: [mgr] 2023-11-28T00:51:07.032 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-28T00:51:07.032 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 2023-11-28T00:51:07.032 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: [osd] 2023-11-28T00:51:07.032 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-28T00:51:07.032 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-28T00:51:07.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:07 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/72366595' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-28T00:51:09.273 INFO:teuthology.orchestra.run.smithi029.stderr:Enabling cephadm module... 2023-11-28T00:51:11.912 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:11 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/1115266729' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-28T00:51:12.625 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2023-11-28T00:51:12.626 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-28T00:51:12.626 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "available": true, 2023-11-28T00:51:12.626 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "active_name": "smithi029.zvexvj", 2023-11-28T00:51:12.626 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-28T00:51:12.626 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2023-11-28T00:51:12.882 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:12 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/1115266729' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-28T00:51:12.883 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:12 smithi029 ceph-mon[107739]: mgrmap e5: smithi029.zvexvj(active, since 13s) 2023-11-28T00:51:12.989 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for the mgr to restart... 2023-11-28T00:51:12.989 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for mgr epoch 5... 2023-11-28T00:51:13.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:13 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3430593115' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-28T00:51:18.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:18 smithi029 ceph-mon[107739]: Active manager daemon smithi029.zvexvj restarted 2023-11-28T00:51:18.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:18 smithi029 ceph-mon[107739]: Activating manager daemon smithi029.zvexvj 2023-11-28T00:51:18.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:18 smithi029 ceph-mon[107739]: osdmap e2: 0 total, 0 up, 0 in 2023-11-28T00:51:19.534 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2023-11-28T00:51:19.534 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-28T00:51:19.534 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "initialized": true 2023-11-28T00:51:19.534 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2023-11-28T00:51:19.815 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:19 smithi029 ceph-mon[107739]: mgrmap e6: smithi029.zvexvj(active, starting, since 0.0526517s) 2023-11-28T00:51:19.815 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:19 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-11-28T00:51:19.815 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:19 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mgr metadata", "who": "smithi029.zvexvj", "id": "smithi029.zvexvj"}]: dispatch 2023-11-28T00:51:19.815 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:19 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T00:51:19.815 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:19 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T00:51:19.815 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:19 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T00:51:19.815 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:19 smithi029 ceph-mon[107739]: Manager daemon smithi029.zvexvj is now available 2023-11-28T00:51:19.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:19 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:19.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:19 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:19.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:19 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:51:19.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:19 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:51:19.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:19 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:51:19.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:19 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/mirror_snapshot_schedule"}]: dispatch 2023-11-28T00:51:19.816 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:19 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/trash_purge_schedule"}]: dispatch 2023-11-28T00:51:19.904 INFO:teuthology.orchestra.run.smithi029.stderr:mgr epoch 5 is available 2023-11-28T00:51:19.904 INFO:teuthology.orchestra.run.smithi029.stderr:Setting orchestrator backend to cephadm... 2023-11-28T00:51:20.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:20 smithi029 ceph-mon[107739]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-28T00:51:20.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:20 smithi029 ceph-mon[107739]: mgrmap e7: smithi029.zvexvj(active, since 1.06125s) 2023-11-28T00:51:20.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:20 smithi029 ceph-mon[107739]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-28T00:51:20.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:20 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:21.428 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: value unchanged 2023-11-28T00:51:21.824 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:21 smithi029 ceph-mon[107739]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:51:21.824 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:21 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:51:21.824 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:21 smithi029 ceph-mon[107739]: mgrmap e8: smithi029.zvexvj(active, since 2s) 2023-11-28T00:51:21.824 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:21 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:21.824 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:21 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:51:21.870 INFO:teuthology.orchestra.run.smithi029.stderr:Generating ssh key... 2023-11-28T00:51:22.786 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:22 smithi029 ceph-mon[107739]: [28/Nov/2023:00:51:21] ENGINE Bus STARTING 2023-11-28T00:51:22.786 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:22 smithi029 ceph-mon[107739]: [28/Nov/2023:00:51:21] ENGINE Serving on https://172.21.15.29:7150 2023-11-28T00:51:22.786 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:22 smithi029 ceph-mon[107739]: [28/Nov/2023:00:51:21] ENGINE Bus STARTED 2023-11-28T00:51:22.786 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:22 smithi029 ceph-mon[107739]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:51:23.595 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhkFMiYItC8nV/UcVaW8l8UlpWo7+8SlnN3AV0Sojt0TaMNrdXDTen/TERoirQ8wOkpKQVFdDx3qrG59T+cFTjfGW08QWYtGpEnkUjImx2daomqSxFX87nDc2sHP+oQBQdxvien7b4FhGZdLiZK8YImY4eZRPrEBmNLB/3GMe+zmajLRJlQY/+LZ7hbmWCAK+EckvP6U/EFhltKTfaT7Ykc0ZK93ur+PyQ5SOtQa30oITKP05uw6Xbbfd4X3JtBmxQH2LOvzI327ZeqE2dRM8iKsJgHAsdunHEAUo6YI20c1JXqjEQdcjQdMIVrl//bcKcngwqholb2jAFkma4qO0OmSJQCsXGXeZeJiJSo2p9mLbqrdvUPWX3SvpSFNvquHa4SoFFNnpmwakXXrdNy/5AflAao53vibXWV5li+izShwPyGeL3FD8/IMsBJXv+jfYVB7Ax5tqZ1VwY/hT9YV3YdGV1PjEgK3urCyd9RTIpRoDTt8DuzDMmrV/yv29b4JE= ceph-16ba8238-8d88-11ee-95a2-87774f69a715 2023-11-28T00:51:23.882 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:23 smithi029 ceph-mon[107739]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:51:23.882 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:23 smithi029 ceph-mon[107739]: Generating ssh key... 2023-11-28T00:51:23.882 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:23 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:23.883 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:23 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:23.946 INFO:teuthology.orchestra.run.smithi029.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-28T00:51:23.946 INFO:teuthology.orchestra.run.smithi029.stderr:Adding key to root@localhost authorized_keys... 2023-11-28T00:51:23.947 INFO:teuthology.orchestra.run.smithi029.stderr:Adding host smithi029... 2023-11-28T00:51:24.850 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:24 smithi029 ceph-mon[107739]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:51:25.459 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Added host 'smithi029' with addr '172.21.15.29' 2023-11-28T00:51:25.756 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:25 smithi029 ceph-mon[107739]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi029", "addr": "172.21.15.29", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:51:25.756 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:25 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:25.756 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:25 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:51:25.759 INFO:teuthology.orchestra.run.smithi029.stderr:Deploying mon service with default placement... 2023-11-28T00:51:26.352 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-28T00:51:26.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:26 smithi029 ceph-mon[107739]: Deploying cephadm binary to smithi029 2023-11-28T00:51:26.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:26 smithi029 ceph-mon[107739]: Added host smithi029 2023-11-28T00:51:26.691 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:26 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:27.285 INFO:teuthology.orchestra.run.smithi029.stderr:Deploying mgr service with default placement... 2023-11-28T00:51:27.919 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:27 smithi029 ceph-mon[107739]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:51:27.919 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:27 smithi029 ceph-mon[107739]: Saving service mon spec with placement count:5 2023-11-28T00:51:28.003 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-28T00:51:28.504 INFO:teuthology.orchestra.run.smithi029.stderr:Deploying crash service with default placement... 2023-11-28T00:51:29.107 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-28T00:51:29.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:29 smithi029 ceph-mon[107739]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:51:29.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:29 smithi029 ceph-mon[107739]: Saving service mgr spec with placement count:2 2023-11-28T00:51:29.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:29 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:29.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:29 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:29.328 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:29 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:29.511 INFO:teuthology.orchestra.run.smithi029.stderr:Deploying prometheus service with default placement... 2023-11-28T00:51:30.237 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-28T00:51:30.264 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:30 smithi029 ceph-mon[107739]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:51:30.264 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:30 smithi029 ceph-mon[107739]: Saving service crash spec with placement * 2023-11-28T00:51:30.264 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:30 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:30.265 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:30 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:30.586 INFO:teuthology.orchestra.run.smithi029.stderr:Deploying grafana service with default placement... 2023-11-28T00:51:31.228 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-28T00:51:31.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:31 smithi029 ceph-mon[107739]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:51:31.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:31 smithi029 ceph-mon[107739]: Saving service prometheus spec with placement count:1 2023-11-28T00:51:31.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:31 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:31.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:31 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:31.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:31 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:31.587 INFO:teuthology.orchestra.run.smithi029.stderr:Deploying node-exporter service with default placement... 2023-11-28T00:51:32.380 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-28T00:51:32.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:32 smithi029 ceph-mon[107739]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:51:32.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:32 smithi029 ceph-mon[107739]: Saving service grafana spec with placement count:1 2023-11-28T00:51:33.236 INFO:teuthology.orchestra.run.smithi029.stderr:Deploying alertmanager service with default placement... 2023-11-28T00:51:33.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:33 smithi029 ceph-mon[107739]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:51:33.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:33 smithi029 ceph-mon[107739]: Saving service node-exporter spec with placement * 2023-11-28T00:51:33.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:33 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:33.834 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-28T00:51:35.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:34 smithi029 ceph-mon[107739]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:51:35.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:34 smithi029 ceph-mon[107739]: Saving service alertmanager spec with placement count:1 2023-11-28T00:51:35.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:34 smithi029 ceph-mon[107739]: from='mgr.14118 172.21.15.29:0/154515531' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:35.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:34 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/4159622230' entity='client.admin' 2023-11-28T00:51:36.106 INFO:teuthology.orchestra.run.smithi029.stderr:Enabling the dashboard module... 2023-11-28T00:51:37.046 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:36 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/2319652386' entity='client.admin' 2023-11-28T00:51:37.047 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:36 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3493879087' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-28T00:51:37.773 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2023-11-28T00:51:37.773 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-28T00:51:37.773 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "available": true, 2023-11-28T00:51:37.773 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "active_name": "smithi029.zvexvj", 2023-11-28T00:51:37.773 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-28T00:51:37.773 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2023-11-28T00:51:38.047 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:37 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3493879087' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-28T00:51:38.047 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:37 smithi029 ceph-mon[107739]: mgrmap e9: smithi029.zvexvj(active, since 18s) 2023-11-28T00:51:39.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:38 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/407790244' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-28T00:51:39.244 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for the mgr to restart... 2023-11-28T00:51:39.244 INFO:teuthology.orchestra.run.smithi029.stderr:Waiting for mgr epoch 9... 2023-11-28T00:51:44.668 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: { 2023-11-28T00:51:44.668 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-28T00:51:44.668 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: "initialized": true 2023-11-28T00:51:44.668 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: } 2023-11-28T00:51:44.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:44 smithi029 ceph-mon[107739]: Active manager daemon smithi029.zvexvj restarted 2023-11-28T00:51:44.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:44 smithi029 ceph-mon[107739]: Activating manager daemon smithi029.zvexvj 2023-11-28T00:51:44.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:44 smithi029 ceph-mon[107739]: osdmap e3: 0 total, 0 up, 0 in 2023-11-28T00:51:44.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:44 smithi029 ceph-mon[107739]: mgrmap e10: smithi029.zvexvj(active, starting, since 0.0528226s) 2023-11-28T00:51:44.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:44 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-11-28T00:51:44.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:44 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mgr metadata", "who": "smithi029.zvexvj", "id": "smithi029.zvexvj"}]: dispatch 2023-11-28T00:51:44.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:44 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T00:51:44.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:44 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T00:51:44.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:44 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T00:51:44.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:44 smithi029 ceph-mon[107739]: Manager daemon smithi029.zvexvj is now available 2023-11-28T00:51:44.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:44 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:51:44.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:44 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:51:44.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:44 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/mirror_snapshot_schedule"}]: dispatch 2023-11-28T00:51:44.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:44 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/trash_purge_schedule"}]: dispatch 2023-11-28T00:51:44.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:44 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:45.743 INFO:teuthology.orchestra.run.smithi029.stderr:mgr epoch 9 is available 2023-11-28T00:51:45.743 INFO:teuthology.orchestra.run.smithi029.stderr:Generating a dashboard self-signed certificate... 2023-11-28T00:51:45.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:45 smithi029 ceph-mon[107739]: [28/Nov/2023:00:51:43] ENGINE Bus STARTING 2023-11-28T00:51:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:45 smithi029 ceph-mon[107739]: [28/Nov/2023:00:51:44] ENGINE Serving on https://172.21.15.29:7150 2023-11-28T00:51:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:45 smithi029 ceph-mon[107739]: [28/Nov/2023:00:51:44] ENGINE Bus STARTED 2023-11-28T00:51:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:45 smithi029 ceph-mon[107739]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-28T00:51:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:45 smithi029 ceph-mon[107739]: mgrmap e11: smithi029.zvexvj(active, since 1.05624s) 2023-11-28T00:51:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:45 smithi029 ceph-mon[107739]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-28T00:51:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:45 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:46.434 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-28T00:51:47.092 INFO:teuthology.orchestra.run.smithi029.stderr:Creating initial admin user... 2023-11-28T00:51:47.097 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:47 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:47.097 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:47 smithi029 ceph-mon[107739]: mgrmap e12: smithi029.zvexvj(active, since 2s) 2023-11-28T00:51:47.097 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:47 smithi029 ceph-mon[107739]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:51:47.097 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:47 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:47.097 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:47 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:47.967 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$JPmmWSMzngeK3RfkJjIDNOzYCOo6dv9N3VSTnbduFrwAi8lLM5y5W", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701132707, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-28T00:51:48.271 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:48 smithi029 ceph-mon[107739]: from='client.14174 -' 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-28T00:51:48.271 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:48 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:48.343 INFO:teuthology.orchestra.run.smithi029.stderr:Fetching dashboard port number... 2023-11-28T00:51:48.934 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: 8443 2023-11-28T00:51:49.221 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:49 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/1223980187' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-28T00:51:49.295 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: disabled 2023-11-28T00:51:49.304 INFO:teuthology.orchestra.run.smithi029.stderr:systemctl: inactive 2023-11-28T00:51:49.305 INFO:teuthology.orchestra.run.smithi029.stderr:firewalld.service is not enabled 2023-11-28T00:51:49.305 INFO:teuthology.orchestra.run.smithi029.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-28T00:51:49.307 INFO:teuthology.orchestra.run.smithi029.stderr:Ceph Dashboard is now available at: 2023-11-28T00:51:49.308 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-11-28T00:51:49.308 INFO:teuthology.orchestra.run.smithi029.stderr: URL: https://smithi029.front.sepia.ceph.com:8443/ 2023-11-28T00:51:49.308 INFO:teuthology.orchestra.run.smithi029.stderr: User: admin 2023-11-28T00:51:49.308 INFO:teuthology.orchestra.run.smithi029.stderr: Password: e7r6fy1p26 2023-11-28T00:51:49.308 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-11-28T00:51:49.308 INFO:teuthology.orchestra.run.smithi029.stderr:Enabling autotune for osd_memory_target 2023-11-28T00:51:50.987 INFO:teuthology.orchestra.run.smithi029.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-28T00:51:51.304 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:51 smithi029 ceph-mon[107739]: mgrmap e13: smithi029.zvexvj(active, since 6s) 2023-11-28T00:51:51.304 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:51 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/4276917966' entity='client.admin' 2023-11-28T00:51:51.350 INFO:teuthology.orchestra.run.smithi029.stderr:You can access the Ceph CLI with: 2023-11-28T00:51:51.351 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-11-28T00:51:51.351 INFO:teuthology.orchestra.run.smithi029.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-28T00:51:51.351 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-11-28T00:51:51.351 INFO:teuthology.orchestra.run.smithi029.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-28T00:51:51.351 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-11-28T00:51:51.351 INFO:teuthology.orchestra.run.smithi029.stderr: ceph telemetry on 2023-11-28T00:51:51.351 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-11-28T00:51:51.351 INFO:teuthology.orchestra.run.smithi029.stderr:For more information see: 2023-11-28T00:51:51.351 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-11-28T00:51:51.351 INFO:teuthology.orchestra.run.smithi029.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-11-28T00:51:51.351 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-11-28T00:51:51.351 INFO:teuthology.orchestra.run.smithi029.stderr:Bootstrap complete. 2023-11-28T00:51:51.393 INFO:tasks.cephadm:Fetching config... 2023-11-28T00:51:51.394 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-11-28T00:51:51.394 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-28T00:51:51.416 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-28T00:51:51.417 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-11-28T00:51:51.417 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-28T00:51:51.479 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-28T00:51:51.479 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-11-28T00:51:51.479 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/keyring of=/dev/stdout 2023-11-28T00:51:51.557 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-28T00:51:51.557 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-11-28T00:51:51.557 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-28T00:51:51.618 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-28T00:51:51.619 DEBUG:teuthology.orchestra.run.smithi029:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhkFMiYItC8nV/UcVaW8l8UlpWo7+8SlnN3AV0Sojt0TaMNrdXDTen/TERoirQ8wOkpKQVFdDx3qrG59T+cFTjfGW08QWYtGpEnkUjImx2daomqSxFX87nDc2sHP+oQBQdxvien7b4FhGZdLiZK8YImY4eZRPrEBmNLB/3GMe+zmajLRJlQY/+LZ7hbmWCAK+EckvP6U/EFhltKTfaT7Ykc0ZK93ur+PyQ5SOtQa30oITKP05uw6Xbbfd4X3JtBmxQH2LOvzI327ZeqE2dRM8iKsJgHAsdunHEAUo6YI20c1JXqjEQdcjQdMIVrl//bcKcngwqholb2jAFkma4qO0OmSJQCsXGXeZeJiJSo2p9mLbqrdvUPWX3SvpSFNvquHa4SoFFNnpmwakXXrdNy/5AflAao53vibXWV5li+izShwPyGeL3FD8/IMsBJXv+jfYVB7Ax5tqZ1VwY/hT9YV3YdGV1PjEgK3urCyd9RTIpRoDTt8DuzDMmrV/yv29b4JE= ceph-16ba8238-8d88-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-28T00:51:51.705 INFO:teuthology.orchestra.run.smithi029.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhkFMiYItC8nV/UcVaW8l8UlpWo7+8SlnN3AV0Sojt0TaMNrdXDTen/TERoirQ8wOkpKQVFdDx3qrG59T+cFTjfGW08QWYtGpEnkUjImx2daomqSxFX87nDc2sHP+oQBQdxvien7b4FhGZdLiZK8YImY4eZRPrEBmNLB/3GMe+zmajLRJlQY/+LZ7hbmWCAK+EckvP6U/EFhltKTfaT7Ykc0ZK93ur+PyQ5SOtQa30oITKP05uw6Xbbfd4X3JtBmxQH2LOvzI327ZeqE2dRM8iKsJgHAsdunHEAUo6YI20c1JXqjEQdcjQdMIVrl//bcKcngwqholb2jAFkma4qO0OmSJQCsXGXeZeJiJSo2p9mLbqrdvUPWX3SvpSFNvquHa4SoFFNnpmwakXXrdNy/5AflAao53vibXWV5li+izShwPyGeL3FD8/IMsBJXv+jfYVB7Ax5tqZ1VwY/hT9YV3YdGV1PjEgK3urCyd9RTIpRoDTt8DuzDMmrV/yv29b4JE= ceph-16ba8238-8d88-11ee-95a2-87774f69a715 2023-11-28T00:51:51.716 DEBUG:teuthology.orchestra.run.smithi190:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhkFMiYItC8nV/UcVaW8l8UlpWo7+8SlnN3AV0Sojt0TaMNrdXDTen/TERoirQ8wOkpKQVFdDx3qrG59T+cFTjfGW08QWYtGpEnkUjImx2daomqSxFX87nDc2sHP+oQBQdxvien7b4FhGZdLiZK8YImY4eZRPrEBmNLB/3GMe+zmajLRJlQY/+LZ7hbmWCAK+EckvP6U/EFhltKTfaT7Ykc0ZK93ur+PyQ5SOtQa30oITKP05uw6Xbbfd4X3JtBmxQH2LOvzI327ZeqE2dRM8iKsJgHAsdunHEAUo6YI20c1JXqjEQdcjQdMIVrl//bcKcngwqholb2jAFkma4qO0OmSJQCsXGXeZeJiJSo2p9mLbqrdvUPWX3SvpSFNvquHa4SoFFNnpmwakXXrdNy/5AflAao53vibXWV5li+izShwPyGeL3FD8/IMsBJXv+jfYVB7Ax5tqZ1VwY/hT9YV3YdGV1PjEgK3urCyd9RTIpRoDTt8DuzDMmrV/yv29b4JE= ceph-16ba8238-8d88-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-28T00:51:51.761 INFO:teuthology.orchestra.run.smithi190.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDhkFMiYItC8nV/UcVaW8l8UlpWo7+8SlnN3AV0Sojt0TaMNrdXDTen/TERoirQ8wOkpKQVFdDx3qrG59T+cFTjfGW08QWYtGpEnkUjImx2daomqSxFX87nDc2sHP+oQBQdxvien7b4FhGZdLiZK8YImY4eZRPrEBmNLB/3GMe+zmajLRJlQY/+LZ7hbmWCAK+EckvP6U/EFhltKTfaT7Ykc0ZK93ur+PyQ5SOtQa30oITKP05uw6Xbbfd4X3JtBmxQH2LOvzI327ZeqE2dRM8iKsJgHAsdunHEAUo6YI20c1JXqjEQdcjQdMIVrl//bcKcngwqholb2jAFkma4qO0OmSJQCsXGXeZeJiJSo2p9mLbqrdvUPWX3SvpSFNvquHa4SoFFNnpmwakXXrdNy/5AflAao53vibXWV5li+izShwPyGeL3FD8/IMsBJXv+jfYVB7Ax5tqZ1VwY/hT9YV3YdGV1PjEgK3urCyd9RTIpRoDTt8DuzDMmrV/yv29b4JE= ceph-16ba8238-8d88-11ee-95a2-87774f69a715 2023-11-28T00:51:51.773 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-28T00:51:53.982 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-28T00:51:53.982 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-28T00:51:54.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:53 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:54.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:53 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:51:54.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:53 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:54.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:53 smithi029 ceph-mon[107739]: Deploying daemon alertmanager.smithi029 on smithi029 2023-11-28T00:51:54.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:53 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/361716678' entity='client.admin' 2023-11-28T00:51:56.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:56 smithi029 ceph-mon[107739]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:51:56.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:51:56 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:51:57.132 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi190 2023-11-28T00:51:57.133 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-11-28T00:51:57.133 DEBUG:teuthology.orchestra.run.smithi190:> dd of=/etc/ceph/ceph.conf 2023-11-28T00:51:57.154 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-11-28T00:51:57.154 DEBUG:teuthology.orchestra.run.smithi190:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-28T00:51:57.214 INFO:tasks.cephadm:Adding host smithi190 to orchestrator... 2023-11-28T00:51:57.214 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph orch host add smithi190 2023-11-28T00:52:00.362 INFO:teuthology.orchestra.run.smithi029.stdout:Added host 'smithi190' with addr '172.21.15.190' 2023-11-28T00:52:00.734 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-11-28T00:52:00.915 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:00 smithi029 ceph-mon[107739]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:52:00.915 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:00 smithi029 ceph-mon[107739]: Deploying cephadm binary to smithi190 2023-11-28T00:52:00.915 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:00 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:00.915 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:00 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:00.915 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:00 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi029", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-28T00:52:00.915 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:00 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi029", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-28T00:52:00.915 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:00 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:52:01.878 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:01 smithi029 ceph-mon[107739]: Added host smithi190 2023-11-28T00:52:01.879 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:01 smithi029 ceph-mon[107739]: Deploying daemon crash.smithi029 on smithi029 2023-11-28T00:52:02.465 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:52:02.465 INFO:teuthology.orchestra.run.smithi029.stdout:[{"addr": "172.21.15.29", "hostname": "smithi029", "labels": [], "status": ""}, {"addr": "172.21.15.190", "hostname": "smithi190", "labels": [], "status": ""}] 2023-11-28T00:52:02.997 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-28T00:52:02.998 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-11-28T00:52:03.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:03 smithi029 ceph-mon[107739]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T00:52:03.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:03 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:03.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:03 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:03.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:03 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:03.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:03 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-28T00:52:03.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:03 smithi029 ceph-mon[107739]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-28T00:52:03.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:03 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:03.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:03 smithi029 ceph-mon[107739]: Deploying daemon grafana.smithi029 on smithi029 2023-11-28T00:52:04.718 INFO:teuthology.orchestra.run.smithi029.stderr:adjusted tunables profile to default 2023-11-28T00:52:04.993 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:04 smithi029 ceph-mon[107739]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:04.993 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:04 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:04.993 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:04 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/47234700' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-28T00:52:05.082 INFO:tasks.cephadm:Adding mon.smithi029 on smithi029 2023-11-28T00:52:05.082 INFO:tasks.cephadm:Adding mon.smithi190 on smithi190 2023-11-28T00:52:05.083 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph orch apply mon '2;smithi029:172.21.15.29=smithi029;smithi190:172.21.15.190=smithi190' 2023-11-28T00:52:06.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:05 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/47234700' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-28T00:52:06.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:05 smithi029 ceph-mon[107739]: osdmap e4: 0 total, 0 up, 0 in 2023-11-28T00:52:06.427 INFO:teuthology.orchestra.run.smithi190.stdout:Scheduled mon update... 2023-11-28T00:52:06.810 DEBUG:teuthology.orchestra.run.smithi190:mon.smithi190> sudo journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@mon.smithi190.service 2023-11-28T00:52:06.812 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T00:52:06.812 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T00:52:06.840 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:-- Logs begin at Tue 2023-11-28 00:40:38 UTC. -- 2023-11-28T00:52:07.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:06 smithi029 ceph-mon[107739]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:07.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:06 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:08.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:07 smithi029 ceph-mon[107739]: from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi029:172.21.15.29=smithi029;smithi190:172.21.15.190=smithi190", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:52:08.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:07 smithi029 ceph-mon[107739]: Saving service mon spec with placement smithi029:172.21.15.29=smithi029;smithi190:172.21.15.190=smithi190;count:2 2023-11-28T00:52:08.255 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:52:08.255 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"16ba8238-8d88-11ee-95a2-87774f69a715","modified":"2023-11-28T00:50:44.152462Z","created":"2023-11-28T00:50:44.152462Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T00:52:08.256 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-11-28T00:52:09.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:08 smithi029 ceph-mon[107739]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:09.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:08 smithi029 ceph-mon[107739]: from='client.? 172.21.15.190:0/357467685' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:09.634 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T00:52:09.634 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T00:52:10.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:10 smithi029 ceph-mon[107739]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:11.010 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:52:11.010 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"16ba8238-8d88-11ee-95a2-87774f69a715","modified":"2023-11-28T00:50:44.152462Z","created":"2023-11-28T00:50:44.152462Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T00:52:11.011 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-11-28T00:52:11.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:11 smithi029 ceph-mon[107739]: from='client.? 172.21.15.190:0/1344113151' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:12.399 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T00:52:12.399 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T00:52:12.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:12 smithi029 ceph-mon[107739]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:13.773 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:52:13.774 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"16ba8238-8d88-11ee-95a2-87774f69a715","modified":"2023-11-28T00:50:44.152462Z","created":"2023-11-28T00:50:44.152462Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T00:52:13.775 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-11-28T00:52:14.731 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:14 smithi029 ceph-mon[107739]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:14.731 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:14 smithi029 ceph-mon[107739]: from='client.? 172.21.15.190:0/3682031039' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:14.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:14 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:15.180 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T00:52:15.180 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T00:52:15.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:15 smithi029 ceph-mon[107739]: Deploying daemon node-exporter.smithi029 on smithi029 2023-11-28T00:52:16.599 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:52:16.600 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"16ba8238-8d88-11ee-95a2-87774f69a715","modified":"2023-11-28T00:50:44.152462Z","created":"2023-11-28T00:50:44.152462Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T00:52:16.601 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-11-28T00:52:16.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:16 smithi029 ceph-mon[107739]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:16.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:16 smithi029 ceph-mon[107739]: from='client.? 172.21.15.190:0/2800332323' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:18.006 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T00:52:18.006 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T00:52:18.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:18 smithi029 ceph-mon[107739]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:18.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:18 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:18.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:18 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-28T00:52:19.404 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:52:19.404 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"16ba8238-8d88-11ee-95a2-87774f69a715","modified":"2023-11-28T00:50:44.152462Z","created":"2023-11-28T00:50:44.152462Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T00:52:19.405 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-11-28T00:52:19.921 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:19 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:19.921 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:19 smithi029 ceph-mon[107739]: from='client.? 172.21.15.190:0/3044196407' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:19.921 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:19 smithi029 ceph-mon[107739]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-28T00:52:19.921 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:19 smithi029 ceph-mon[107739]: mgrmap e14: smithi029.zvexvj(active, since 35s) 2023-11-28T00:52:20.788 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T00:52:20.788 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T00:52:22.312 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:52:22.312 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"16ba8238-8d88-11ee-95a2-87774f69a715","modified":"2023-11-28T00:50:44.152462Z","created":"2023-11-28T00:50:44.152462Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T00:52:22.314 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-11-28T00:52:22.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:22 smithi029 ceph-mon[107739]: from='client.? 172.21.15.190:0/2987997692' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:23.681 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T00:52:23.682 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T00:52:25.163 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:52:25.164 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"16ba8238-8d88-11ee-95a2-87774f69a715","modified":"2023-11-28T00:50:44.152462Z","created":"2023-11-28T00:50:44.152462Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T00:52:25.165 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-11-28T00:52:25.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:25 smithi029 ceph-mon[107739]: from='client.? 172.21.15.190:0/2455051294' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:26.587 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T00:52:26.587 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T00:52:27.638 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:27 smithi029 ceph-mon[107739]: Active manager daemon smithi029.zvexvj restarted 2023-11-28T00:52:27.638 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:27 smithi029 ceph-mon[107739]: Activating manager daemon smithi029.zvexvj 2023-11-28T00:52:27.638 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:27 smithi029 ceph-mon[107739]: osdmap e5: 0 total, 0 up, 0 in 2023-11-28T00:52:27.638 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:27 smithi029 ceph-mon[107739]: mgrmap e15: smithi029.zvexvj(active, starting, since 0.313319s) 2023-11-28T00:52:27.639 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-11-28T00:52:27.639 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mgr metadata", "who": "smithi029.zvexvj", "id": "smithi029.zvexvj"}]: dispatch 2023-11-28T00:52:27.639 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T00:52:27.639 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T00:52:27.639 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T00:52:27.639 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:27 smithi029 ceph-mon[107739]: Manager daemon smithi029.zvexvj is now available 2023-11-28T00:52:27.639 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:52:27.640 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:52:27.640 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:52:27.640 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:52:27.640 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:27.640 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/mirror_snapshot_schedule"}]: dispatch 2023-11-28T00:52:27.640 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/trash_purge_schedule"}]: dispatch 2023-11-28T00:52:27.640 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:28.086 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:52:28.087 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"16ba8238-8d88-11ee-95a2-87774f69a715","modified":"2023-11-28T00:50:44.152462Z","created":"2023-11-28T00:50:44.152462Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T00:52:28.088 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-11-28T00:52:28.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:28 smithi029 ceph-mon[107739]: [28/Nov/2023:00:52:27] ENGINE Bus STARTING 2023-11-28T00:52:28.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:28 smithi029 ceph-mon[107739]: mgrmap e16: smithi029.zvexvj(active, since 1.31562s) 2023-11-28T00:52:28.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:28 smithi029 ceph-mon[107739]: [28/Nov/2023:00:52:27] ENGINE Serving on https://172.21.15.29:7150 2023-11-28T00:52:28.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:28 smithi029 ceph-mon[107739]: [28/Nov/2023:00:52:27] ENGINE Bus STARTED 2023-11-28T00:52:28.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:28 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:28.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:28 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:28.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:28 smithi029 ceph-mon[107739]: from='client.? 172.21.15.190:0/800721450' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:28.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:28 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:29.428 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T00:52:29.428 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T00:52:29.930 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:29 smithi029 ceph-mon[107739]: mgrmap e17: smithi029.zvexvj(active, since 2s) 2023-11-28T00:52:29.930 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:29 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:31.239 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:52:31.240 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"16ba8238-8d88-11ee-95a2-87774f69a715","modified":"2023-11-28T00:50:44.152462Z","created":"2023-11-28T00:50:44.152462Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T00:52:31.242 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-11-28T00:52:31.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:31.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:52:31.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:31 smithi029 ceph-mon[107739]: Updating smithi029:/etc/ceph/ceph.conf 2023-11-28T00:52:31.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:31 smithi029 ceph-mon[107739]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2023-11-28T00:52:31.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:31.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:31.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:31.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:52:31.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:31.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-28T00:52:31.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-28T00:52:31.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:52:32.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:32 smithi029 ceph-mon[107739]: Deploying daemon crash.smithi190 on smithi190 2023-11-28T00:52:32.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:32 smithi029 ceph-mon[107739]: from='client.? 172.21.15.190:0/1165649392' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:32.919 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T00:52:32.919 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T00:52:34.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:33 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:34.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:33 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.afefzp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T00:52:34.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:33 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.afefzp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-28T00:52:34.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:33 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T00:52:34.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:33 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:52:34.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:33 smithi029 ceph-mon[107739]: Deploying daemon mgr.smithi190.afefzp on smithi190 2023-11-28T00:52:34.823 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:52:34.824 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"16ba8238-8d88-11ee-95a2-87774f69a715","modified":"2023-11-28T00:50:44.152462Z","created":"2023-11-28T00:50:44.152462Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-28T00:52:34.825 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-11-28T00:52:35.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:35 smithi029 ceph-mon[107739]: from='client.? 172.21.15.190:0/2035188023' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:35.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:35 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:35.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:35 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T00:52:35.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:35 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:52:35.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:35 smithi029 ceph-mon[107739]: Deploying daemon mon.smithi190 on smithi190 2023-11-28T00:52:36.185 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-28T00:52:36.185 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-11-28T00:52:37.910 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 systemd[1]: Started Ceph mon.smithi190 for 16ba8238-8d88-11ee-95a2-87774f69a715. 2023-11-28T00:52:37.910 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mon.smithi190@-1(???) e0 preinit fsid 16ba8238-8d88-11ee-95a2-87774f69a715 2023-11-28T00:52:37.911 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mon.smithi190@-1(synchronizing).mds e1 new map 2023-11-28T00:52:37.911 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mon.smithi190@-1(synchronizing).mds e1 print_map 2023-11-28T00:52:37.911 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: e1 2023-11-28T00:52:37.911 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-28T00:52:37.911 INFO:journalctl@ceph.mon.smithi190.smithi190.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-28T00:52:37.911 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: legacy client fscid: -1 2023-11-28T00:52:37.911 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: 2023-11-28T00:52:37.911 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: No filesystems configured 2023-11-28T00:52:37.911 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mon.smithi190@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-28T00:52:37.911 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mon.smithi190@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-28T00:52:37.911 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mon.smithi190@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-28T00:52:37.911 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mon.smithi190@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-28T00:52:37.912 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mon.smithi190@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-28T00:52:37.912 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mon.smithi190@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-28T00:52:37.912 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mon.smithi190@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-28T00:52:37.912 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mon.smithi190@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-28T00:52:37.912 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mon.smithi190@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T00:52:37.912 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mon.smithi190@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T00:52:37.912 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mon.smithi190@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-28T00:52:37.912 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:37.912 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='client.? 172.21.15.190:0/1344113151' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:37.912 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:37.912 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:37.913 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='client.? 172.21.15.190:0/3682031039' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:37.913 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:37.913 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: Deploying daemon node-exporter.smithi029 on smithi029 2023-11-28T00:52:37.913 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:37.913 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='client.? 172.21.15.190:0/2800332323' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:37.913 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:37.913 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:37.913 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-28T00:52:37.913 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:37.913 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='client.? 172.21.15.190:0/3044196407' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:37.913 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14160 172.21.15.29:0/3527832656' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-28T00:52:37.913 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mgrmap e14: smithi029.zvexvj(active, since 35s) 2023-11-28T00:52:37.913 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='client.? 172.21.15.190:0/2987997692' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:37.914 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='client.? 172.21.15.190:0/2455051294' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:37.914 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: Active manager daemon smithi029.zvexvj restarted 2023-11-28T00:52:37.914 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: Activating manager daemon smithi029.zvexvj 2023-11-28T00:52:37.914 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: osdmap e5: 0 total, 0 up, 0 in 2023-11-28T00:52:37.914 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mgrmap e15: smithi029.zvexvj(active, starting, since 0.313319s) 2023-11-28T00:52:37.914 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-11-28T00:52:37.914 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mgr metadata", "who": "smithi029.zvexvj", "id": "smithi029.zvexvj"}]: dispatch 2023-11-28T00:52:37.914 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T00:52:37.914 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T00:52:37.914 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T00:52:37.914 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: Manager daemon smithi029.zvexvj is now available 2023-11-28T00:52:37.914 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:52:37.915 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:52:37.915 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:52:37.915 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:52:37.915 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:37.915 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/mirror_snapshot_schedule"}]: dispatch 2023-11-28T00:52:37.915 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/trash_purge_schedule"}]: dispatch 2023-11-28T00:52:37.915 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:37.915 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: [28/Nov/2023:00:52:27] ENGINE Bus STARTING 2023-11-28T00:52:37.915 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mgrmap e16: smithi029.zvexvj(active, since 1.31562s) 2023-11-28T00:52:37.915 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: [28/Nov/2023:00:52:27] ENGINE Serving on https://172.21.15.29:7150 2023-11-28T00:52:37.916 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: [28/Nov/2023:00:52:27] ENGINE Bus STARTED 2023-11-28T00:52:37.916 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:37.916 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:37.916 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='client.? 172.21.15.190:0/800721450' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:37.916 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:37.916 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mgrmap e17: smithi029.zvexvj(active, since 2s) 2023-11-28T00:52:37.916 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:37.916 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:37.916 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi029", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:52:37.916 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: Updating smithi029:/etc/ceph/ceph.conf 2023-11-28T00:52:37.916 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2023-11-28T00:52:37.917 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:37.917 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:37.917 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:37.917 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:52:37.917 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:37.917 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-28T00:52:37.917 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-28T00:52:37.917 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:52:37.917 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: Deploying daemon crash.smithi190 on smithi190 2023-11-28T00:52:37.917 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='client.? 172.21.15.190:0/1165649392' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:37.917 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:37.917 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.afefzp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T00:52:37.917 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.afefzp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-28T00:52:37.918 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T00:52:37.918 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:52:37.918 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: Deploying daemon mgr.smithi190.afefzp on smithi190 2023-11-28T00:52:37.918 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='client.? 172.21.15.190:0/2035188023' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:37.918 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:37.918 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T00:52:37.918 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:52:37.918 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: Deploying daemon mon.smithi190 on smithi190 2023-11-28T00:52:37.918 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mon.smithi190@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-28T00:52:37.918 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:37 smithi190 ceph-mon[110568]: mon.smithi190@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-11-28T00:52:43.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-11-28T00:52:43.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: mon.smithi029 calling monitor election 2023-11-28T00:52:43.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:52:43.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:52:43.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:52:43.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: mon.smithi190 calling monitor election 2023-11-28T00:52:43.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:52:43.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: from='mgr.? 172.21.15.190:0/750780181' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.afefzp/crt"}]: dispatch 2023-11-28T00:52:43.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:52:43.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:52:43.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: mon.smithi029 is new leader, mons smithi029,smithi190 in quorum (ranks 0,1) 2023-11-28T00:52:43.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: monmap e2: 2 mons at {smithi029=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],smithi190=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} 2023-11-28T00:52:43.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: fsmap 2023-11-28T00:52:43.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: osdmap e5: 0 total, 0 up, 0 in 2023-11-28T00:52:43.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: mgrmap e17: smithi029.zvexvj(active, since 16s) 2023-11-28T00:52:43.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: Standby manager daemon smithi190.afefzp started 2023-11-28T00:52:43.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: from='mgr.? 172.21.15.190:0/750780181' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-28T00:52:43.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: from='mgr.? 172.21.15.190:0/750780181' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.afefzp/key"}]: dispatch 2023-11-28T00:52:43.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: from='mgr.? 172.21.15.190:0/750780181' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-28T00:52:43.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: overall HEALTH_OK 2023-11-28T00:52:43.047 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:42 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:43.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-11-28T00:52:43.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: mon.smithi029 calling monitor election 2023-11-28T00:52:43.190 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:52:43.190 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:52:43.190 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:52:43.190 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: mon.smithi190 calling monitor election 2023-11-28T00:52:43.190 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:52:43.190 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: from='mgr.? 172.21.15.190:0/750780181' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.afefzp/crt"}]: dispatch 2023-11-28T00:52:43.190 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:52:43.190 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:52:43.190 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: mon.smithi029 is new leader, mons smithi029,smithi190 in quorum (ranks 0,1) 2023-11-28T00:52:43.190 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: monmap e2: 2 mons at {smithi029=[v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0],smithi190=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} 2023-11-28T00:52:43.190 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: fsmap 2023-11-28T00:52:43.191 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: osdmap e5: 0 total, 0 up, 0 in 2023-11-28T00:52:43.191 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: mgrmap e17: smithi029.zvexvj(active, since 16s) 2023-11-28T00:52:43.191 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: Standby manager daemon smithi190.afefzp started 2023-11-28T00:52:43.191 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: from='mgr.? 172.21.15.190:0/750780181' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-28T00:52:43.191 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: from='mgr.? 172.21.15.190:0/750780181' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.afefzp/key"}]: dispatch 2023-11-28T00:52:43.191 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: from='mgr.? 172.21.15.190:0/750780181' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-28T00:52:43.191 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: overall HEALTH_OK 2023-11-28T00:52:43.191 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:42 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:44.063 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:43 smithi190 ceph-mon[110568]: Deploying daemon node-exporter.smithi190 on smithi190 2023-11-28T00:52:44.064 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:43 smithi190 ceph-mon[110568]: mgrmap e18: smithi029.zvexvj(active, since 16s), standbys: smithi190.afefzp 2023-11-28T00:52:44.064 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:43 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mgr metadata", "who": "smithi190.afefzp", "id": "smithi190.afefzp"}]: dispatch 2023-11-28T00:52:44.064 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:43 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:52:44.085 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-11-28T00:52:44.085 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":2,"fsid":"16ba8238-8d88-11ee-95a2-87774f69a715","modified":"2023-11-28T00:52:37.704983Z","created":"2023-11-28T00:50:44.152462Z","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":"smithi029","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:3300","nonce":0},{"type":"v1","addr":"172.21.15.29:6789","nonce":0}]},"addr":"172.21.15.29:6789/0","public_addr":"172.21.15.29:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi190","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:3300","nonce":0},{"type":"v1","addr":"172.21.15.190:6789","nonce":0}]},"addr":"172.21.15.190:6789/0","public_addr":"172.21.15.190:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-28T00:52:44.086 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 2 2023-11-28T00:52:44.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:43 smithi029 ceph-mon[107739]: Deploying daemon node-exporter.smithi190 on smithi190 2023-11-28T00:52:44.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:43 smithi029 ceph-mon[107739]: mgrmap e18: smithi029.zvexvj(active, since 16s), standbys: smithi190.afefzp 2023-11-28T00:52:44.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:43 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mgr metadata", "who": "smithi190.afefzp", "id": "smithi190.afefzp"}]: dispatch 2023-11-28T00:52:44.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:43 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:52:45.190 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:44 smithi029 ceph-mon[107739]: from='client.? 172.21.15.190:0/1341946667' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:45.195 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:44 smithi190 ceph-mon[110568]: from='client.? 172.21.15.190:0/1341946667' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-28T00:52:45.215 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-28T00:52:45.215 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-11-28T00:52:47.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:46 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:47.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:46 smithi029 ceph-mon[107739]: Deploying daemon prometheus.smithi029 on smithi029 2023-11-28T00:52:47.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:46 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:47.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:46 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:47.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:46 smithi190 ceph-mon[110568]: Deploying daemon prometheus.smithi029 on smithi029 2023-11-28T00:52:47.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:46 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:52:47.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:47 smithi029 ceph-mon[107739]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:48.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:47 smithi190 ceph-mon[110568]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:49.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:49 smithi029 ceph-mon[107739]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:50.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:49 smithi190 ceph-mon[110568]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:50.614 INFO:teuthology.orchestra.run.smithi029.stdout:# minimal ceph.conf for 16ba8238-8d88-11ee-95a2-87774f69a715 2023-11-28T00:52:50.614 INFO:teuthology.orchestra.run.smithi029.stdout:[global] 2023-11-28T00:52:50.614 INFO:teuthology.orchestra.run.smithi029.stdout: fsid = 16ba8238-8d88-11ee-95a2-87774f69a715 2023-11-28T00:52:50.614 INFO:teuthology.orchestra.run.smithi029.stdout: mon_host = [v2:172.21.15.29:3300/0,v1:172.21.15.29:6789/0] [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] 2023-11-28T00:52:51.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:50 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/286681513' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:52:51.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:50 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/286681513' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:52:52.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:51 smithi029 ceph-mon[107739]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:52.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:51 smithi190 ceph-mon[110568]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:54.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:53 smithi029 ceph-mon[107739]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:54.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:53 smithi190 ceph-mon[110568]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:54.472 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-28T00:52:54.472 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-11-28T00:52:54.472 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.conf 2023-11-28T00:52:54.511 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-11-28T00:52:54.511 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-28T00:52:54.583 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-11-28T00:52:54.583 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/ceph/ceph.conf 2023-11-28T00:52:54.620 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-11-28T00:52:54.620 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-28T00:52:54.691 INFO:tasks.cephadm:Deploying OSDs... 2023-11-28T00:52:54.692 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-11-28T00:52:54.692 DEBUG:teuthology.orchestra.run.smithi029:> dd if=/scratch_devs of=/dev/stdout 2023-11-28T00:52:54.713 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-28T00:52:54.713 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_1 2023-11-28T00:52:54.774 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-28T00:52:54.774 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T00:52:54.774 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 6h/6d Inode: 384990 Links: 1 2023-11-28T00:52:54.774 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T00:52:54.774 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T00:52:54.775 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2023-11-28 00:52:15.133868982 +0000 2023-11-28T00:52:54.775 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2023-11-28 00:49:09.197031762 +0000 2023-11-28T00:52:54.775 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2023-11-28 00:49:09.197031762 +0000 2023-11-28T00:52:54.775 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2023-11-28T00:52:54.775 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-28T00:52:54.849 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2023-11-28T00:52:54.849 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2023-11-28T00:52:54.849 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000104772 s, 4.9 MB/s 2023-11-28T00:52:54.850 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-28T00:52:54.911 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_2 2023-11-28T00:52:54.973 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-28T00:52:54.973 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T00:52:54.973 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 6h/6d Inode: 393985 Links: 1 2023-11-28T00:52:54.973 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T00:52:54.973 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T00:52:54.973 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2023-11-28 00:52:15.133868982 +0000 2023-11-28T00:52:54.973 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2023-11-28 00:49:09.776022250 +0000 2023-11-28T00:52:54.973 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2023-11-28 00:49:09.776022250 +0000 2023-11-28T00:52:54.973 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2023-11-28T00:52:54.974 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-28T00:52:55.044 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2023-11-28T00:52:55.044 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2023-11-28T00:52:55.045 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000123863 s, 4.1 MB/s 2023-11-28T00:52:55.047 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-28T00:52:55.111 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_3 2023-11-28T00:52:55.175 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-28T00:52:55.175 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T00:52:55.175 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 6h/6d Inode: 398412 Links: 1 2023-11-28T00:52:55.175 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T00:52:55.175 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T00:52:55.175 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2023-11-28 00:52:15.133868982 +0000 2023-11-28T00:52:55.175 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2023-11-28 00:49:10.339013001 +0000 2023-11-28T00:52:55.175 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2023-11-28 00:49:10.339013001 +0000 2023-11-28T00:52:55.176 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2023-11-28T00:52:55.176 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-28T00:52:55.248 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2023-11-28T00:52:55.248 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2023-11-28T00:52:55.248 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000119286 s, 4.3 MB/s 2023-11-28T00:52:55.249 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-28T00:52:55.314 DEBUG:teuthology.orchestra.run.smithi029:> stat /dev/vg_nvme/lv_4 2023-11-28T00:52:55.377 INFO:teuthology.orchestra.run.smithi029.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-28T00:52:55.377 INFO:teuthology.orchestra.run.smithi029.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T00:52:55.378 INFO:teuthology.orchestra.run.smithi029.stdout:Device: 6h/6d Inode: 394110 Links: 1 2023-11-28T00:52:55.378 INFO:teuthology.orchestra.run.smithi029.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T00:52:55.378 INFO:teuthology.orchestra.run.smithi029.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T00:52:55.378 INFO:teuthology.orchestra.run.smithi029.stdout:Access: 2023-11-28 00:52:15.133868982 +0000 2023-11-28T00:52:55.378 INFO:teuthology.orchestra.run.smithi029.stdout:Modify: 2023-11-28 00:49:10.903003736 +0000 2023-11-28T00:52:55.378 INFO:teuthology.orchestra.run.smithi029.stdout:Change: 2023-11-28 00:49:10.903003736 +0000 2023-11-28T00:52:55.378 INFO:teuthology.orchestra.run.smithi029.stdout: Birth: - 2023-11-28T00:52:55.378 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-28T00:52:55.451 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records in 2023-11-28T00:52:55.451 INFO:teuthology.orchestra.run.smithi029.stderr:1+0 records out 2023-11-28T00:52:55.451 INFO:teuthology.orchestra.run.smithi029.stderr:512 bytes copied, 0.000127053 s, 4.0 MB/s 2023-11-28T00:52:55.453 DEBUG:teuthology.orchestra.run.smithi029:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-28T00:52:55.514 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-11-28T00:52:55.515 DEBUG:teuthology.orchestra.run.smithi190:> dd if=/scratch_devs of=/dev/stdout 2023-11-28T00:52:55.538 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-28T00:52:55.538 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_1 2023-11-28T00:52:55.599 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-28T00:52:55.599 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T00:52:55.599 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 395567 Links: 1 2023-11-28T00:52:55.599 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T00:52:55.599 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T00:52:55.599 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-11-28 00:52:43.243310871 +0000 2023-11-28T00:52:55.599 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-11-28 00:48:17.339636060 +0000 2023-11-28T00:52:55.599 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-11-28 00:48:17.339636060 +0000 2023-11-28T00:52:55.599 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-11-28T00:52:55.600 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-28T00:52:55.671 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-11-28T00:52:55.672 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-11-28T00:52:55.672 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000461476 s, 1.1 MB/s 2023-11-28T00:52:55.673 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-28T00:52:55.736 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_2 2023-11-28T00:52:55.796 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-28T00:52:55.796 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T00:52:55.796 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 397194 Links: 1 2023-11-28T00:52:55.796 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T00:52:55.796 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T00:52:55.797 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-11-28 00:52:43.243310871 +0000 2023-11-28T00:52:55.797 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-11-28 00:48:17.871621097 +0000 2023-11-28T00:52:55.797 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-11-28 00:48:17.871621097 +0000 2023-11-28T00:52:55.797 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-11-28T00:52:55.797 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-28T00:52:55.864 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-11-28T00:52:55.865 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-11-28T00:52:55.865 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000224029 s, 2.3 MB/s 2023-11-28T00:52:55.866 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-28T00:52:55.926 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_3 2023-11-28T00:52:55.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:55 smithi029 ceph-mon[107739]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:55.986 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-28T00:52:55.986 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T00:52:55.986 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 387062 Links: 1 2023-11-28T00:52:55.987 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T00:52:55.987 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T00:52:55.987 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-11-28 00:52:43.243310871 +0000 2023-11-28T00:52:55.987 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-11-28 00:48:18.399606246 +0000 2023-11-28T00:52:55.987 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-11-28 00:48:18.399606246 +0000 2023-11-28T00:52:55.987 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-11-28T00:52:55.987 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-28T00:52:56.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:55 smithi190 ceph-mon[110568]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:56.054 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-11-28T00:52:56.054 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-11-28T00:52:56.054 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000267083 s, 1.9 MB/s 2023-11-28T00:52:56.057 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-28T00:52:56.115 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_4 2023-11-28T00:52:56.173 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-28T00:52:56.173 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-28T00:52:56.173 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 395699 Links: 1 2023-11-28T00:52:56.173 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-28T00:52:56.173 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-11-28T00:52:56.173 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-11-28 00:52:43.243310871 +0000 2023-11-28T00:52:56.174 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-11-28 00:48:18.907591958 +0000 2023-11-28T00:52:56.174 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-11-28 00:48:18.907591958 +0000 2023-11-28T00:52:56.174 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-11-28T00:52:56.174 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-28T00:52:56.239 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-11-28T00:52:56.239 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-11-28T00:52:56.239 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000211668 s, 2.4 MB/s 2023-11-28T00:52:56.240 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-28T00:52:56.299 INFO:tasks.cephadm:Deploying osd.0 on smithi029 with /dev/vg_nvme/lv_4... 2023-11-28T00:52:56.353 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-28T00:52:58.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:57 smithi190 ceph-mon[110568]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:58.095 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:57 smithi029 ceph-mon[107739]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:52:58.910 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-28T00:52:58.910 INFO:teuthology.orchestra.run.smithi029.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-28T00:52:58.910 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10+0 records in 2023-11-28T00:52:58.911 INFO:teuthology.orchestra.run.smithi029.stderr:10+0 records out 2023-11-28T00:52:58.911 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0146621 s, 715 MB/s 2023-11-28T00:52:58.911 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping successful for: 2023-11-28T00:52:59.683 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi029:vg_nvme/lv_4 2023-11-28T00:52:59.808 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:52:59 smithi029 ceph-mon[107739]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:00.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:52:59 smithi190 ceph-mon[110568]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:02.267 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:02 smithi029 ceph-mon[107739]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:02.268 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:02 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:02.268 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:02 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:53:02.268 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:02 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:02.268 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:02 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:53:02.268 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:02 smithi029 ceph-mon[107739]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:53:02.268 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:02 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T00:53:02.269 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:02 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T00:53:02.269 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:02 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:02.269 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:02 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:02.371 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:02 smithi190 ceph-mon[110568]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:02.372 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:02 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:02.372 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:02 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:53:02.372 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:02 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:02.372 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:02 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:53:02.372 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:02 smithi190 ceph-mon[110568]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:53:02.372 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:02 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T00:53:02.373 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:02 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T00:53:02.373 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:02 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:02.373 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:02 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:03.641 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:03 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:03.641 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:03 smithi029 ceph-mon[107739]: Updating smithi190:/etc/ceph/ceph.conf 2023-11-28T00:53:03.641 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:03 smithi029 ceph-mon[107739]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2023-11-28T00:53:03.641 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:03 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:03.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:03 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:03.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:03 smithi190 ceph-mon[110568]: Updating smithi190:/etc/ceph/ceph.conf 2023-11-28T00:53:03.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:03 smithi190 ceph-mon[110568]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2023-11-28T00:53:03.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:03 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:04.386 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:04 smithi029 ceph-mon[107739]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:04.386 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:04 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3117986002' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e447c6e1-e3cc-4a8b-9937-dd5033fbf0bf"}]: dispatch 2023-11-28T00:53:04.387 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:04 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3117986002' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e447c6e1-e3cc-4a8b-9937-dd5033fbf0bf"}]': finished 2023-11-28T00:53:04.387 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:04 smithi029 ceph-mon[107739]: osdmap e6: 1 total, 0 up, 1 in 2023-11-28T00:53:04.387 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:04 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T00:53:04.387 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:04 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:04.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:04 smithi190 ceph-mon[110568]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:04.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:04 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3117986002' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e447c6e1-e3cc-4a8b-9937-dd5033fbf0bf"}]: dispatch 2023-11-28T00:53:04.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:04 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3117986002' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e447c6e1-e3cc-4a8b-9937-dd5033fbf0bf"}]': finished 2023-11-28T00:53:04.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:04 smithi190 ceph-mon[110568]: osdmap e6: 1 total, 0 up, 1 in 2023-11-28T00:53:04.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:04 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T00:53:04.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:04 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:05.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:05 smithi190 ceph-mon[110568]: Updating smithi029:/etc/ceph/ceph.conf 2023-11-28T00:53:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:05 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:05 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:05 smithi190 ceph-mon[110568]: Reconfiguring mon.smithi029 (unknown last config time)... 2023-11-28T00:53:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:05 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T00:53:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:05 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-28T00:53:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:05 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:05 smithi190 ceph-mon[110568]: Reconfiguring daemon mon.smithi029 on smithi029 2023-11-28T00:53:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:05 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3917206494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T00:53:05.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:05 smithi029 ceph-mon[107739]: Updating smithi029:/etc/ceph/ceph.conf 2023-11-28T00:53:05.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:05 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:05.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:05 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:05.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:05 smithi029 ceph-mon[107739]: Reconfiguring mon.smithi029 (unknown last config time)... 2023-11-28T00:53:05.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:05 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T00:53:05.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:05 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-28T00:53:05.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:05 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:05.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:05 smithi029 ceph-mon[107739]: Reconfiguring daemon mon.smithi029 on smithi029 2023-11-28T00:53:05.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:05 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3917206494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T00:53:06.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:06 smithi190 ceph-mon[110568]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:06.833 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:06 smithi029 ceph-mon[107739]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:08.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:08 smithi029 ceph-mon[107739]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:08.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:08 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:08.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:08 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi029.zvexvj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T00:53:08.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:08 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T00:53:08.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:08 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:08.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:08 smithi190 ceph-mon[110568]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:08.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:08 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:08.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:08 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi029.zvexvj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T00:53:08.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:08 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T00:53:08.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:08 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:09.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:09 smithi190 ceph-mon[110568]: Reconfiguring mgr.smithi029.zvexvj (unknown last config time)... 2023-11-28T00:53:09.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:09 smithi190 ceph-mon[110568]: Reconfiguring daemon mgr.smithi029.zvexvj on smithi029 2023-11-28T00:53:09.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:09 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:09.873 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:09 smithi029 ceph-mon[107739]: Reconfiguring mgr.smithi029.zvexvj (unknown last config time)... 2023-11-28T00:53:09.874 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:09 smithi029 ceph-mon[107739]: Reconfiguring daemon mgr.smithi029.zvexvj on smithi029 2023-11-28T00:53:09.874 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:09 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:10.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:10 smithi029 ceph-mon[107739]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:10.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:10 smithi029 ceph-mon[107739]: Reconfiguring alertmanager.smithi029 (dependencies changed)... 2023-11-28T00:53:10.732 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:10 smithi029 ceph-mon[107739]: Reconfiguring daemon alertmanager.smithi029 on smithi029 2023-11-28T00:53:10.733 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:10 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-28T00:53:10.733 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:10 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:10.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:10 smithi190 ceph-mon[110568]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:10.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:10 smithi190 ceph-mon[110568]: Reconfiguring alertmanager.smithi029 (dependencies changed)... 2023-11-28T00:53:10.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:10 smithi190 ceph-mon[110568]: Reconfiguring daemon alertmanager.smithi029 on smithi029 2023-11-28T00:53:10.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:10 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-28T00:53:10.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:10 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:11.667 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:11 smithi029 ceph-mon[107739]: Deploying daemon osd.0 on smithi029 2023-11-28T00:53:12.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:11 smithi190 ceph-mon[110568]: Deploying daemon osd.0 on smithi029 2023-11-28T00:53:12.876 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:12 smithi029 ceph-mon[107739]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:13.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:12 smithi190 ceph-mon[110568]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:13.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:13 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:13.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:13 smithi029 ceph-mon[107739]: Reconfiguring crash.smithi029 (monmap changed)... 2023-11-28T00:53:13.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:13 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi029", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-28T00:53:13.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:13 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:13.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:13 smithi029 ceph-mon[107739]: Reconfiguring daemon crash.smithi029 on smithi029 2023-11-28T00:53:13.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:13 smithi029 ceph-mon[107739]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:14.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:13 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:14.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:13 smithi190 ceph-mon[110568]: Reconfiguring crash.smithi029 (monmap changed)... 2023-11-28T00:53:14.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:13 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi029", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-28T00:53:14.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:13 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:14.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:13 smithi190 ceph-mon[110568]: Reconfiguring daemon crash.smithi029 on smithi029 2023-11-28T00:53:14.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:13 smithi190 ceph-mon[110568]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:15.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:15 smithi029 ceph-mon[107739]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:16.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:15 smithi190 ceph-mon[110568]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:17.484 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:17 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:17.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:17 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:18.365 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:18 smithi029 ceph-mon[107739]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:18.365 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:18 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:18.365 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:18 smithi029 ceph-mon[107739]: Reconfiguring grafana.smithi029 (dependencies changed)... 2023-11-28T00:53:18.365 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:18 smithi029 ceph-mon[107739]: Reconfiguring daemon grafana.smithi029 on smithi029 2023-11-28T00:53:18.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:18 smithi190 ceph-mon[110568]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:18.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:18 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:18.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:18 smithi190 ceph-mon[110568]: Reconfiguring grafana.smithi029 (dependencies changed)... 2023-11-28T00:53:18.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:18 smithi190 ceph-mon[110568]: Reconfiguring daemon grafana.smithi029 on smithi029 2023-11-28T00:53:20.542 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:20 smithi190 ceph-mon[110568]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:20.542 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:20 smithi190 ceph-mon[110568]: from='osd.0 [v2:172.21.15.29:6802/1853027948,v1:172.21.15.29:6803/1853027948]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-28T00:53:20.542 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:20 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:20.542 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:20 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-28T00:53:20.543 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:20 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:20.560 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:20 smithi029 ceph-mon[107739]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:20.560 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:20 smithi029 ceph-mon[107739]: from='osd.0 [v2:172.21.15.29:6802/1853027948,v1:172.21.15.29:6803/1853027948]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-28T00:53:20.560 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:20 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:20.560 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:20 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-28T00:53:20.560 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:20 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:20.942 INFO:teuthology.orchestra.run.smithi029.stdout:Created osd(s) 0 on host 'smithi029' 2023-11-28T00:53:21.332 DEBUG:teuthology.orchestra.run.smithi029:osd.0> sudo journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.0.service 2023-11-28T00:53:21.335 INFO:tasks.cephadm:Deploying osd.1 on smithi029 with /dev/vg_nvme/lv_3... 2023-11-28T00:53:21.335 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-28T00:53:21.371 INFO:journalctl@ceph.osd.0.smithi029.stdout:-- Logs begin at Tue 2023-11-28 00:40:50 UTC. -- 2023-11-28T00:53:21.398 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:21 smithi029 ceph-mon[107739]: Reconfiguring crash.smithi190 (monmap changed)... 2023-11-28T00:53:21.398 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:21 smithi029 ceph-mon[107739]: Reconfiguring daemon crash.smithi190 on smithi190 2023-11-28T00:53:21.398 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:21 smithi029 ceph-mon[107739]: from='osd.0 [v2:172.21.15.29:6802/1853027948,v1:172.21.15.29:6803/1853027948]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-28T00:53:21.398 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:21 smithi029 ceph-mon[107739]: osdmap e7: 1 total, 0 up, 1 in 2023-11-28T00:53:21.398 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:21 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T00:53:21.398 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:21 smithi029 ceph-mon[107739]: from='osd.0 [v2:172.21.15.29:6802/1853027948,v1:172.21.15.29:6803/1853027948]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-11-28T00:53:21.398 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:21 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:21.399 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:21 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.afefzp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T00:53:21.399 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:21 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T00:53:21.399 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:21 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:21.399 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:21 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:21.434 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:21 smithi190 ceph-mon[110568]: Reconfiguring crash.smithi190 (monmap changed)... 2023-11-28T00:53:21.434 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:21 smithi190 ceph-mon[110568]: Reconfiguring daemon crash.smithi190 on smithi190 2023-11-28T00:53:21.434 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:21 smithi190 ceph-mon[110568]: from='osd.0 [v2:172.21.15.29:6802/1853027948,v1:172.21.15.29:6803/1853027948]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-28T00:53:21.434 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:21 smithi190 ceph-mon[110568]: osdmap e7: 1 total, 0 up, 1 in 2023-11-28T00:53:21.434 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:21 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T00:53:21.434 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:21 smithi190 ceph-mon[110568]: from='osd.0 [v2:172.21.15.29:6802/1853027948,v1:172.21.15.29:6803/1853027948]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-11-28T00:53:21.434 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:21 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:21.434 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:21 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.afefzp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T00:53:21.434 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:21 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T00:53:21.434 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:21 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:21.435 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:21 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:22.425 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:22 smithi029 ceph-mon[107739]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:22.425 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:22 smithi029 ceph-mon[107739]: Reconfiguring mgr.smithi190.afefzp (monmap changed)... 2023-11-28T00:53:22.425 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:22 smithi029 ceph-mon[107739]: Reconfiguring daemon mgr.smithi190.afefzp on smithi190 2023-11-28T00:53:22.425 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:22 smithi029 ceph-mon[107739]: from='osd.0 [v2:172.21.15.29:6802/1853027948,v1:172.21.15.29:6803/1853027948]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-11-28T00:53:22.425 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:22 smithi029 ceph-mon[107739]: osdmap e8: 1 total, 0 up, 1 in 2023-11-28T00:53:22.425 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:22 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T00:53:22.425 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:22 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T00:53:22.426 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:22 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:22.426 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:22 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T00:53:22.426 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:22 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-28T00:53:22.426 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:22 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:22.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:22 smithi190 ceph-mon[110568]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:22.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:22 smithi190 ceph-mon[110568]: Reconfiguring mgr.smithi190.afefzp (monmap changed)... 2023-11-28T00:53:22.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:22 smithi190 ceph-mon[110568]: Reconfiguring daemon mgr.smithi190.afefzp on smithi190 2023-11-28T00:53:22.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:22 smithi190 ceph-mon[110568]: from='osd.0 [v2:172.21.15.29:6802/1853027948,v1:172.21.15.29:6803/1853027948]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-11-28T00:53:22.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:22 smithi190 ceph-mon[110568]: osdmap e8: 1 total, 0 up, 1 in 2023-11-28T00:53:22.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:22 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T00:53:22.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:22 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T00:53:22.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:22 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:22.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:22 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-28T00:53:22.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:22 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-28T00:53:22.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:22 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:22.961 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-28T00:53:31.488 INFO:teuthology.orchestra.run.smithi029.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-28T00:53:31.488 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10+0 records in 2023-11-28T00:53:31.488 INFO:teuthology.orchestra.run.smithi029.stderr:10+0 records out 2023-11-28T00:53:31.488 INFO:teuthology.orchestra.run.smithi029.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00935623 s, 1.1 GB/s 2023-11-28T00:53:31.488 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping successful for: 2023-11-28T00:53:31.495 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi029:vg_nvme/lv_3 2023-11-28T00:53:31.495 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: purged_snaps scrub starts 2023-11-28T00:53:31.495 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: purged_snaps scrub ok 2023-11-28T00:53:31.495 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: Reconfiguring mon.smithi190 (monmap changed)... 2023-11-28T00:53:31.496 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: Reconfiguring daemon mon.smithi190 on smithi190 2023-11-28T00:53:31.496 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: osd.0 [v2:172.21.15.29:6802/1853027948,v1:172.21.15.29:6803/1853027948] boot 2023-11-28T00:53:31.496 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: osdmap e9: 1 total, 1 up, 1 in 2023-11-28T00:53:31.496 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T00:53:31.496 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:31.496 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-28T00:53:31.496 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.29:9093"}]: dispatch 2023-11-28T00:53:31.533 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:31.533 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-28T00:53:31.533 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.29:3000"}]: dispatch 2023-11-28T00:53:31.533 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:31.533 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-28T00:53:31.533 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.29:9095"}]: dispatch 2023-11-28T00:53:31.533 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:31.533 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:53:31.534 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:31.534 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:23 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:53:31.534 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:24 smithi190 ceph-mon[110568]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-28T00:53:31.534 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:24 smithi190 ceph-mon[110568]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.29:9093"}]: dispatch 2023-11-28T00:53:31.534 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:24 smithi190 ceph-mon[110568]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-28T00:53:31.534 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:24 smithi190 ceph-mon[110568]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.29:3000"}]: dispatch 2023-11-28T00:53:31.534 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:24 smithi190 ceph-mon[110568]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-28T00:53:31.534 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:24 smithi190 ceph-mon[110568]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.29:9095"}]: dispatch 2023-11-28T00:53:31.534 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:24 smithi190 ceph-mon[110568]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:31.534 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:24 smithi190 ceph-mon[110568]: osdmap e10: 1 total, 1 up, 1 in 2023-11-28T00:53:31.534 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:24 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:31.534 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:26 smithi190 ceph-mon[110568]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:31.534 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:27 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:31.535 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:27 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/mirror_snapshot_schedule"}]: dispatch 2023-11-28T00:53:31.535 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:27 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/trash_purge_schedule"}]: dispatch 2023-11-28T00:53:31.535 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:28 smithi190 ceph-mon[110568]: pgmap v28: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:31.535 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:29 smithi190 ceph-mon[110568]: pgmap v29: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:31.535 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:29 smithi190 ceph-mon[110568]: Detected new or changed devices on smithi029 2023-11-28T00:53:31.535 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:29 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:31.535 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:29 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:53:31.535 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:29 smithi190 ceph-mon[110568]: Adjusting osd_memory_target on smithi029 to 12902M 2023-11-28T00:53:31.535 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:29 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:31.535 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:29 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:31.535 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:29 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:53:31.535 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:29 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:31.536 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:29 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:53:31.536 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:31 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:31.537 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: purged_snaps scrub starts 2023-11-28T00:53:31.537 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: purged_snaps scrub ok 2023-11-28T00:53:31.537 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: Reconfiguring mon.smithi190 (monmap changed)... 2023-11-28T00:53:31.537 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: Reconfiguring daemon mon.smithi190 on smithi190 2023-11-28T00:53:31.537 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: osd.0 [v2:172.21.15.29:6802/1853027948,v1:172.21.15.29:6803/1853027948] boot 2023-11-28T00:53:31.537 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: osdmap e9: 1 total, 1 up, 1 in 2023-11-28T00:53:31.537 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T00:53:31.537 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:31.537 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-28T00:53:31.537 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.29:9093"}]: dispatch 2023-11-28T00:53:31.537 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:31.537 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-28T00:53:31.538 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.29:3000"}]: dispatch 2023-11-28T00:53:31.538 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:31.538 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-28T00:53:31.538 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.29:9095"}]: dispatch 2023-11-28T00:53:31.538 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:31.538 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:53:31.538 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:31.538 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:23 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:53:31.538 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:24 smithi029 ceph-mon[107739]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-28T00:53:31.538 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:24 smithi029 ceph-mon[107739]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.29:9093"}]: dispatch 2023-11-28T00:53:31.538 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:24 smithi029 ceph-mon[107739]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-28T00:53:31.538 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:24 smithi029 ceph-mon[107739]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.29:3000"}]: dispatch 2023-11-28T00:53:31.539 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:24 smithi029 ceph-mon[107739]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-28T00:53:31.539 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:24 smithi029 ceph-mon[107739]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.29:9095"}]: dispatch 2023-11-28T00:53:31.539 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:24 smithi029 ceph-mon[107739]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-28T00:53:31.539 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:24 smithi029 ceph-mon[107739]: osdmap e10: 1 total, 1 up, 1 in 2023-11-28T00:53:31.545 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:24 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:31.546 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:26 smithi029 ceph-mon[107739]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:31.546 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:31.566 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/mirror_snapshot_schedule"}]: dispatch 2023-11-28T00:53:31.566 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/trash_purge_schedule"}]: dispatch 2023-11-28T00:53:31.566 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:28 smithi029 ceph-mon[107739]: pgmap v28: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:31.566 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:29 smithi029 ceph-mon[107739]: pgmap v29: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:31.566 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:29 smithi029 ceph-mon[107739]: Detected new or changed devices on smithi029 2023-11-28T00:53:31.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:29 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:31.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:29 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:53:31.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:29 smithi029 ceph-mon[107739]: Adjusting osd_memory_target on smithi029 to 12902M 2023-11-28T00:53:31.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:29 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:31.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:29 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:31.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:29 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:53:31.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:29 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:31.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:29 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:53:31.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:32.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:32 smithi190 ceph-mon[110568]: pgmap v30: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:32.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:32 smithi029 ceph-mon[107739]: pgmap v30: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:34.615 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:34 smithi029 ceph-mon[107739]: pgmap v31: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:34.615 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:34 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:34.615 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:34 smithi029 ceph-mon[107739]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:53:34.615 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:34 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T00:53:34.616 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:34 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T00:53:34.616 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:34 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:34.616 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:34 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:34.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:34 smithi190 ceph-mon[110568]: pgmap v31: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:34.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:34 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:34.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:34 smithi190 ceph-mon[110568]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:53:34.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:34 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T00:53:34.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:34 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T00:53:34.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:34 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:34.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:34 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:35.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:35 smithi029 ceph-mon[107739]: pgmap v32: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:35.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:35 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/436602000' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "93732ba1-f570-45f9-8717-4dbb2e44051b"}]: dispatch 2023-11-28T00:53:35.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:35 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/436602000' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "93732ba1-f570-45f9-8717-4dbb2e44051b"}]': finished 2023-11-28T00:53:35.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:35 smithi029 ceph-mon[107739]: osdmap e11: 2 total, 1 up, 2 in 2023-11-28T00:53:35.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:35 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T00:53:36.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:35 smithi190 ceph-mon[110568]: pgmap v32: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:36.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:35 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/436602000' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "93732ba1-f570-45f9-8717-4dbb2e44051b"}]: dispatch 2023-11-28T00:53:36.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:35 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/436602000' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "93732ba1-f570-45f9-8717-4dbb2e44051b"}]': finished 2023-11-28T00:53:36.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:35 smithi190 ceph-mon[110568]: osdmap e11: 2 total, 1 up, 2 in 2023-11-28T00:53:36.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:35 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T00:53:36.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:36 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/2519609723' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T00:53:37.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:36 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/2519609723' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T00:53:37.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:37 smithi029 ceph-mon[107739]: pgmap v34: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:38.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:37 smithi190 ceph-mon[110568]: pgmap v34: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:39.788 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:39 smithi029 ceph-mon[107739]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:39.979 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:39 smithi190 ceph-mon[110568]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:40.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:40 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-28T00:53:40.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:40 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:41.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:40 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-28T00:53:41.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:40 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:41.821 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:41 smithi029 ceph-mon[107739]: Deploying daemon osd.1 on smithi029 2023-11-28T00:53:41.821 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:41 smithi029 ceph-mon[107739]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:42.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:41 smithi190 ceph-mon[110568]: Deploying daemon osd.1 on smithi029 2023-11-28T00:53:42.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:41 smithi190 ceph-mon[110568]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:43.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:43 smithi029 ceph-mon[107739]: pgmap v37: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:44.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:43 smithi190 ceph-mon[110568]: pgmap v37: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:45.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:45 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:45.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:45 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:53:45.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:45 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:45.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:45 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:53:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:45 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:45 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:53:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:45 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:45 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:53:46.761 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:46 smithi029 ceph-mon[107739]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:46.761 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:46 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:46.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:46 smithi190 ceph-mon[110568]: pgmap v38: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:46.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:46 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:46.943 INFO:teuthology.orchestra.run.smithi029.stdout:Created osd(s) 1 on host 'smithi029' 2023-11-28T00:53:47.566 DEBUG:teuthology.orchestra.run.smithi029:osd.1> sudo journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.1.service 2023-11-28T00:53:47.572 INFO:tasks.cephadm:Deploying osd.2 on smithi029 with /dev/vg_nvme/lv_2... 2023-11-28T00:53:47.572 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-28T00:53:47.607 INFO:journalctl@ceph.osd.1.smithi029.stdout:-- Logs begin at Tue 2023-11-28 00:40:50 UTC. -- 2023-11-28T00:53:47.939 INFO:journalctl@ceph.osd.1.smithi029.stdout:Nov 28 00:53:47 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-1[125233]: 2023-11-28T00:53:47.712+0000 7fe3bd0493c0 -1 osd.1 0 log_to_monitors true 2023-11-28T00:53:48.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:47 smithi190 ceph-mon[110568]: pgmap v39: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:48.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:47 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:48.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:47 smithi190 ceph-mon[110568]: from='osd.1 [v2:172.21.15.29:6810/2350413927,v1:172.21.15.29:6811/2350413927]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-28T00:53:48.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:47 smithi029 ceph-mon[107739]: pgmap v39: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:48.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:47 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:48.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:47 smithi029 ceph-mon[107739]: from='osd.1 [v2:172.21.15.29:6810/2350413927,v1:172.21.15.29:6811/2350413927]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-28T00:53:49.444 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-28T00:53:49.444 INFO:teuthology.orchestra.run.smithi029.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-28T00:53:49.445 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10+0 records in 2023-11-28T00:53:49.445 INFO:teuthology.orchestra.run.smithi029.stderr:10+0 records out 2023-11-28T00:53:49.445 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00864876 s, 1.2 GB/s 2023-11-28T00:53:49.445 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping successful for: 2023-11-28T00:53:49.777 INFO:journalctl@ceph.osd.1.smithi029.stdout:Nov 28 00:53:49 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-1[125233]: 2023-11-28T00:53:49.521+0000 7fe3b3a4c700 -1 osd.1 0 waiting for initial osdmap 2023-11-28T00:53:49.777 INFO:journalctl@ceph.osd.1.smithi029.stdout:Nov 28 00:53:49 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-1[125233]: 2023-11-28T00:53:49.525+0000 7fe3ad3e1700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-28T00:53:49.778 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:49 smithi029 ceph-mon[107739]: from='osd.1 [v2:172.21.15.29:6810/2350413927,v1:172.21.15.29:6811/2350413927]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-28T00:53:49.778 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:49 smithi029 ceph-mon[107739]: osdmap e12: 2 total, 1 up, 2 in 2023-11-28T00:53:49.778 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:49 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T00:53:49.778 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:49 smithi029 ceph-mon[107739]: from='osd.1 [v2:172.21.15.29:6810/2350413927,v1:172.21.15.29:6811/2350413927]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-11-28T00:53:49.778 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:49 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:49.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:49 smithi190 ceph-mon[110568]: from='osd.1 [v2:172.21.15.29:6810/2350413927,v1:172.21.15.29:6811/2350413927]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-28T00:53:49.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:49 smithi190 ceph-mon[110568]: osdmap e12: 2 total, 1 up, 2 in 2023-11-28T00:53:49.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:49 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T00:53:49.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:49 smithi190 ceph-mon[110568]: from='osd.1 [v2:172.21.15.29:6810/2350413927,v1:172.21.15.29:6811/2350413927]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-11-28T00:53:49.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:49 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:50.142 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi029:vg_nvme/lv_2 2023-11-28T00:53:50.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:50 smithi190 ceph-mon[110568]: pgmap v41: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:50.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:50 smithi190 ceph-mon[110568]: from='osd.1 [v2:172.21.15.29:6810/2350413927,v1:172.21.15.29:6811/2350413927]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-11-28T00:53:50.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:50 smithi190 ceph-mon[110568]: osdmap e13: 2 total, 1 up, 2 in 2023-11-28T00:53:50.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:50 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T00:53:50.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:50 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T00:53:50.895 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:50 smithi029 ceph-mon[107739]: pgmap v41: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:50.895 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:50 smithi029 ceph-mon[107739]: from='osd.1 [v2:172.21.15.29:6810/2350413927,v1:172.21.15.29:6811/2350413927]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-11-28T00:53:50.895 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:50 smithi029 ceph-mon[107739]: osdmap e13: 2 total, 1 up, 2 in 2023-11-28T00:53:50.895 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:50 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T00:53:50.895 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:50 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T00:53:51.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:51 smithi190 ceph-mon[110568]: purged_snaps scrub starts 2023-11-28T00:53:51.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:51 smithi190 ceph-mon[110568]: purged_snaps scrub ok 2023-11-28T00:53:51.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:51 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T00:53:51.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:51 smithi190 ceph-mon[110568]: osd.1 [v2:172.21.15.29:6810/2350413927,v1:172.21.15.29:6811/2350413927] boot 2023-11-28T00:53:51.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:51 smithi190 ceph-mon[110568]: osdmap e14: 2 total, 2 up, 2 in 2023-11-28T00:53:51.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:51 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T00:53:51.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:51 smithi029 ceph-mon[107739]: purged_snaps scrub starts 2023-11-28T00:53:51.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:51 smithi029 ceph-mon[107739]: purged_snaps scrub ok 2023-11-28T00:53:51.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:51 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T00:53:51.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:51 smithi029 ceph-mon[107739]: osd.1 [v2:172.21.15.29:6810/2350413927,v1:172.21.15.29:6811/2350413927] boot 2023-11-28T00:53:51.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:51 smithi029 ceph-mon[107739]: osdmap e14: 2 total, 2 up, 2 in 2023-11-28T00:53:51.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:51 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T00:53:52.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:52 smithi029 ceph-mon[107739]: pgmap v44: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:52.717 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:52 smithi029 ceph-mon[107739]: osdmap e15: 2 total, 2 up, 2 in 2023-11-28T00:53:52.717 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:52 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:52.717 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:52 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:53:52.717 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:52 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:53:52.718 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:52 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:52.718 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:52 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:52.718 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:52 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:53:52.718 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:52 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:52.718 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:52 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:53:52.718 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:52 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T00:53:52.718 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:52 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T00:53:52.718 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:52 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:52.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:52 smithi190 ceph-mon[110568]: pgmap v44: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-28T00:53:52.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:52 smithi190 ceph-mon[110568]: osdmap e15: 2 total, 2 up, 2 in 2023-11-28T00:53:52.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:52 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:52.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:52 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:53:52.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:52 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:53:52.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:52 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:52.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:52 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:52.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:52 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:53:52.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:52 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:52.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:52 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:53:52.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:52 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T00:53:52.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:52 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T00:53:52.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:52 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:53:53.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:53 smithi029 ceph-mon[107739]: Detected new or changed devices on smithi029 2023-11-28T00:53:53.681 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:53 smithi029 ceph-mon[107739]: Adjusting osd_memory_target on smithi029 to 6451M 2023-11-28T00:53:53.682 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:53 smithi029 ceph-mon[107739]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:53:53.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:53 smithi190 ceph-mon[110568]: Detected new or changed devices on smithi029 2023-11-28T00:53:53.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:53 smithi190 ceph-mon[110568]: Adjusting osd_memory_target on smithi029 to 6451M 2023-11-28T00:53:53.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:53 smithi190 ceph-mon[110568]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:53:54.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:54 smithi190 ceph-mon[110568]: pgmap v46: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:53:54.900 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:54 smithi029 ceph-mon[107739]: pgmap v46: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:53:55.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:55 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/1661463370' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "45af3bcd-cc65-423a-99fa-c935037abdb2"}]: dispatch 2023-11-28T00:53:55.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:55 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/1661463370' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "45af3bcd-cc65-423a-99fa-c935037abdb2"}]': finished 2023-11-28T00:53:55.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:55 smithi190 ceph-mon[110568]: osdmap e16: 3 total, 2 up, 3 in 2023-11-28T00:53:55.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:55 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T00:53:55.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:55 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:55.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:55 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:55.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:55 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3254567626' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T00:53:55.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:55 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/1661463370' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "45af3bcd-cc65-423a-99fa-c935037abdb2"}]: dispatch 2023-11-28T00:53:55.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:55 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/1661463370' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "45af3bcd-cc65-423a-99fa-c935037abdb2"}]': finished 2023-11-28T00:53:55.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:55 smithi029 ceph-mon[107739]: osdmap e16: 3 total, 2 up, 3 in 2023-11-28T00:53:55.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:55 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T00:53:55.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:55 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:55.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:55 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:53:55.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:55 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3254567626' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T00:53:56.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:56 smithi029 ceph-mon[107739]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:53:57.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:56 smithi190 ceph-mon[110568]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:53:58.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:53:58 smithi029 ceph-mon[107739]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:53:59.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:53:58 smithi190 ceph-mon[110568]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:54:00.848 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:00 smithi029 ceph-mon[107739]: pgmap v50: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:54:01.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:00 smithi190 ceph-mon[110568]: pgmap v50: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:54:01.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:01 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-28T00:54:01.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:01 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:02.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:01 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-28T00:54:02.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:01 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:02.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:02 smithi029 ceph-mon[107739]: pgmap v51: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:54:02.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:02 smithi029 ceph-mon[107739]: Deploying daemon osd.2 on smithi029 2023-11-28T00:54:03.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:02 smithi190 ceph-mon[110568]: pgmap v51: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:54:03.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:02 smithi190 ceph-mon[110568]: Deploying daemon osd.2 on smithi029 2023-11-28T00:54:04.922 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:04 smithi029 ceph-mon[107739]: pgmap v52: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:54:05.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:04 smithi190 ceph-mon[110568]: pgmap v52: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:54:06.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:06 smithi029 ceph-mon[107739]: pgmap v53: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:54:06.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:06 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:06.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:06 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:54:06.190 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:06 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:06.190 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:06 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:54:06.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:06 smithi190 ceph-mon[110568]: pgmap v53: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:54:06.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:06 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:06.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:06 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:54:06.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:06 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:06.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:06 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:54:07.434 INFO:teuthology.orchestra.run.smithi029.stdout:Created osd(s) 2 on host 'smithi029' 2023-11-28T00:54:08.128 DEBUG:teuthology.orchestra.run.smithi029:osd.2> sudo journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.2.service 2023-11-28T00:54:08.130 INFO:tasks.cephadm:Deploying osd.3 on smithi029 with /dev/vg_nvme/lv_1... 2023-11-28T00:54:08.131 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-28T00:54:08.170 INFO:journalctl@ceph.osd.2.smithi029.stdout:-- Logs begin at Tue 2023-11-28 00:40:50 UTC. -- 2023-11-28T00:54:08.387 INFO:journalctl@ceph.osd.2.smithi029.stdout:Nov 28 00:54:08 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-2[129505]: 2023-11-28T00:54:08.245+0000 7fb1965dc3c0 -1 osd.2 0 log_to_monitors true 2023-11-28T00:54:08.642 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:08 smithi029 ceph-mon[107739]: pgmap v54: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:54:08.642 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:08 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:08.642 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:08 smithi029 ceph-mon[107739]: from='osd.2 [v2:172.21.15.29:6818/4135637700,v1:172.21.15.29:6819/4135637700]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-28T00:54:08.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:08 smithi190 ceph-mon[110568]: pgmap v54: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:54:08.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:08 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:08.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:08 smithi190 ceph-mon[110568]: from='osd.2 [v2:172.21.15.29:6818/4135637700,v1:172.21.15.29:6819/4135637700]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-28T00:54:09.689 INFO:journalctl@ceph.osd.2.smithi029.stdout:Nov 28 00:54:09 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-2[129505]: 2023-11-28T00:54:09.438+0000 7fb18cfdf700 -1 osd.2 0 waiting for initial osdmap 2023-11-28T00:54:09.689 INFO:journalctl@ceph.osd.2.smithi029.stdout:Nov 28 00:54:09 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-2[129505]: 2023-11-28T00:54:09.444+0000 7fb185972700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-28T00:54:09.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:09 smithi029 ceph-mon[107739]: from='osd.2 [v2:172.21.15.29:6818/4135637700,v1:172.21.15.29:6819/4135637700]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-28T00:54:09.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:09 smithi029 ceph-mon[107739]: osdmap e17: 3 total, 2 up, 3 in 2023-11-28T00:54:09.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:09 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T00:54:09.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:09 smithi029 ceph-mon[107739]: from='osd.2 [v2:172.21.15.29:6818/4135637700,v1:172.21.15.29:6819/4135637700]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-11-28T00:54:09.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:09 smithi029 ceph-mon[107739]: from='osd.2 [v2:172.21.15.29:6818/4135637700,v1:172.21.15.29:6819/4135637700]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-11-28T00:54:09.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:09 smithi029 ceph-mon[107739]: osdmap e18: 3 total, 2 up, 3 in 2023-11-28T00:54:09.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:09 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T00:54:09.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:09 smithi190 ceph-mon[110568]: from='osd.2 [v2:172.21.15.29:6818/4135637700,v1:172.21.15.29:6819/4135637700]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-28T00:54:09.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:09 smithi190 ceph-mon[110568]: osdmap e17: 3 total, 2 up, 3 in 2023-11-28T00:54:09.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:09 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T00:54:09.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:09 smithi190 ceph-mon[110568]: from='osd.2 [v2:172.21.15.29:6818/4135637700,v1:172.21.15.29:6819/4135637700]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-11-28T00:54:09.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:09 smithi190 ceph-mon[110568]: from='osd.2 [v2:172.21.15.29:6818/4135637700,v1:172.21.15.29:6819/4135637700]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-11-28T00:54:09.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:09 smithi190 ceph-mon[110568]: osdmap e18: 3 total, 2 up, 3 in 2023-11-28T00:54:09.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:09 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T00:54:10.113 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-28T00:54:10.114 INFO:teuthology.orchestra.run.smithi029.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-28T00:54:10.114 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10+0 records in 2023-11-28T00:54:10.114 INFO:teuthology.orchestra.run.smithi029.stderr:10+0 records out 2023-11-28T00:54:10.114 INFO:teuthology.orchestra.run.smithi029.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00856098 s, 1.2 GB/s 2023-11-28T00:54:10.114 INFO:teuthology.orchestra.run.smithi029.stderr:--> Zapping successful for: 2023-11-28T00:54:10.570 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi029:vg_nvme/lv_1 2023-11-28T00:54:10.721 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:10 smithi029 ceph-mon[107739]: pgmap v56: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:54:10.721 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:10 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T00:54:10.722 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:10 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:10.722 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:10 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T00:54:10.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:10 smithi190 ceph-mon[110568]: pgmap v56: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:54:10.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:10 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T00:54:10.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:10 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:10.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:10 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T00:54:11.541 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:11 smithi029 ceph-mon[107739]: purged_snaps scrub starts 2023-11-28T00:54:11.541 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:11 smithi029 ceph-mon[107739]: purged_snaps scrub ok 2023-11-28T00:54:11.541 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:11 smithi029 ceph-mon[107739]: osd.2 [v2:172.21.15.29:6818/4135637700,v1:172.21.15.29:6819/4135637700] boot 2023-11-28T00:54:11.542 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:11 smithi029 ceph-mon[107739]: osdmap e19: 3 total, 3 up, 3 in 2023-11-28T00:54:11.542 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:11 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T00:54:11.542 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:11 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-28T00:54:11.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:11 smithi190 ceph-mon[110568]: purged_snaps scrub starts 2023-11-28T00:54:11.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:11 smithi190 ceph-mon[110568]: purged_snaps scrub ok 2023-11-28T00:54:11.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:11 smithi190 ceph-mon[110568]: osd.2 [v2:172.21.15.29:6818/4135637700,v1:172.21.15.29:6819/4135637700] boot 2023-11-28T00:54:11.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:11 smithi190 ceph-mon[110568]: osdmap e19: 3 total, 3 up, 3 in 2023-11-28T00:54:11.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:11 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T00:54:11.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:11 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-28T00:54:12.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:12 smithi029 ceph-mon[107739]: pgmap v59: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:54:12.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:12 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-28T00:54:12.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:12 smithi029 ceph-mon[107739]: osdmap e20: 3 total, 3 up, 3 in 2023-11-28T00:54:12.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:12 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-28T00:54:12.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:12 smithi190 ceph-mon[110568]: pgmap v59: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-28T00:54:12.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:12 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-28T00:54:12.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:12 smithi190 ceph-mon[110568]: osdmap e20: 3 total, 3 up, 3 in 2023-11-28T00:54:12.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:12 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-28T00:54:13.439 INFO:journalctl@ceph.osd.0.smithi029.stdout:Nov 28 00:54:13 smithi029 sudo[131562]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-28T00:54:13.439 INFO:journalctl@ceph.osd.0.smithi029.stdout:Nov 28 00:54:13 smithi029 sudo[131562]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T00:54:13.439 INFO:journalctl@ceph.osd.0.smithi029.stdout:Nov 28 00:54:13 smithi029 sudo[131562]: pam_unix(sudo:session): session closed for user root 2023-11-28T00:54:13.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:13 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-28T00:54:13.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:13 smithi190 ceph-mon[110568]: osdmap e21: 3 total, 3 up, 3 in 2023-11-28T00:54:13.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:13 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T00:54:13.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:13 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T00:54:13.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:13 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:13.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:13 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:13.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:13 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:54:13.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:13 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:54:13.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:13 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:54:13.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:13 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:13.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:13 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:13.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:13 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:54:13.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:13 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:13.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:13 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:54:13.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:13 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:13.800 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:13 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-28T00:54:13.801 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:13 smithi029 ceph-mon[107739]: osdmap e21: 3 total, 3 up, 3 in 2023-11-28T00:54:13.801 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:13 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T00:54:13.801 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:13 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T00:54:13.801 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:13 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:13.801 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:13 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:13.801 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:13 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:54:13.802 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:13 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:54:13.802 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:13 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:54:13.803 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:13 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:13.803 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:13 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:13.803 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:13 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:54:13.803 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:13 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:13.803 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:13 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:54:13.803 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:13 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:13.804 INFO:journalctl@ceph.osd.0.smithi029.stdout:Nov 28 00:54:13 smithi029 sudo[131594]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-28T00:54:13.804 INFO:journalctl@ceph.osd.0.smithi029.stdout:Nov 28 00:54:13 smithi029 sudo[131594]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T00:54:13.804 INFO:journalctl@ceph.osd.0.smithi029.stdout:Nov 28 00:54:13 smithi029 sudo[131594]: pam_unix(sudo:session): session closed for user root 2023-11-28T00:54:14.439 INFO:journalctl@ceph.osd.1.smithi029.stdout:Nov 28 00:54:14 smithi029 sudo[131646]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-28T00:54:14.440 INFO:journalctl@ceph.osd.1.smithi029.stdout:Nov 28 00:54:14 smithi029 sudo[131646]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T00:54:14.440 INFO:journalctl@ceph.osd.1.smithi029.stdout:Nov 28 00:54:14 smithi029 sudo[131646]: pam_unix(sudo:session): session closed for user root 2023-11-28T00:54:14.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:14 smithi190 ceph-mon[110568]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:54:14.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:14 smithi190 ceph-mon[110568]: pgmap v62: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-28T00:54:14.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:14 smithi190 ceph-mon[110568]: Detected new or changed devices on smithi029 2023-11-28T00:54:14.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:14 smithi190 ceph-mon[110568]: Adjusting osd_memory_target on smithi029 to 4300M 2023-11-28T00:54:14.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:14 smithi190 ceph-mon[110568]: osdmap e22: 3 total, 3 up, 3 in 2023-11-28T00:54:14.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:14 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:14.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:14 smithi190 ceph-mon[110568]: mgrmap e19: smithi029.zvexvj(active, since 107s), standbys: smithi190.afefzp 2023-11-28T00:54:14.939 INFO:journalctl@ceph.osd.1.smithi029.stdout:Nov 28 00:54:14 smithi029 sudo[131680]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-28T00:54:14.939 INFO:journalctl@ceph.osd.1.smithi029.stdout:Nov 28 00:54:14 smithi029 sudo[131680]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T00:54:14.939 INFO:journalctl@ceph.osd.1.smithi029.stdout:Nov 28 00:54:14 smithi029 sudo[131680]: pam_unix(sudo:session): session closed for user root 2023-11-28T00:54:14.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:14 smithi029 ceph-mon[107739]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi029:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:54:14.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:14 smithi029 ceph-mon[107739]: pgmap v62: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-28T00:54:14.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:14 smithi029 ceph-mon[107739]: Detected new or changed devices on smithi029 2023-11-28T00:54:14.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:14 smithi029 ceph-mon[107739]: Adjusting osd_memory_target on smithi029 to 4300M 2023-11-28T00:54:14.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:14 smithi029 ceph-mon[107739]: osdmap e22: 3 total, 3 up, 3 in 2023-11-28T00:54:14.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:14 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:14.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:14 smithi029 ceph-mon[107739]: mgrmap e19: smithi029.zvexvj(active, since 107s), standbys: smithi190.afefzp 2023-11-28T00:54:15.439 INFO:journalctl@ceph.osd.2.smithi029.stdout:Nov 28 00:54:15 smithi029 sudo[131717]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-28T00:54:15.439 INFO:journalctl@ceph.osd.2.smithi029.stdout:Nov 28 00:54:15 smithi029 sudo[131717]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T00:54:15.439 INFO:journalctl@ceph.osd.2.smithi029.stdout:Nov 28 00:54:15 smithi029 sudo[131717]: pam_unix(sudo:session): session closed for user root 2023-11-28T00:54:15.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:15 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3135398060' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "755af42d-58e5-4d82-bb74-6a78fae50085"}]: dispatch 2023-11-28T00:54:15.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:15 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3135398060' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "755af42d-58e5-4d82-bb74-6a78fae50085"}]': finished 2023-11-28T00:54:15.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:15 smithi190 ceph-mon[110568]: osdmap e23: 4 total, 3 up, 4 in 2023-11-28T00:54:15.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:15 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T00:54:15.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:15 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/795784911' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T00:54:15.939 INFO:journalctl@ceph.osd.2.smithi029.stdout:Nov 28 00:54:15 smithi029 sudo[131770]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-28T00:54:15.939 INFO:journalctl@ceph.osd.2.smithi029.stdout:Nov 28 00:54:15 smithi029 sudo[131770]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T00:54:15.939 INFO:journalctl@ceph.osd.2.smithi029.stdout:Nov 28 00:54:15 smithi029 sudo[131770]: pam_unix(sudo:session): session closed for user root 2023-11-28T00:54:15.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:15 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3135398060' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "755af42d-58e5-4d82-bb74-6a78fae50085"}]: dispatch 2023-11-28T00:54:15.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:15 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3135398060' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "755af42d-58e5-4d82-bb74-6a78fae50085"}]': finished 2023-11-28T00:54:15.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:15 smithi029 ceph-mon[107739]: osdmap e23: 4 total, 3 up, 4 in 2023-11-28T00:54:15.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:15 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T00:54:15.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:15 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/795784911' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T00:54:16.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:15 smithi029 sudo[131961]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-28T00:54:16.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:15 smithi029 sudo[131961]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T00:54:16.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:16 smithi029 sudo[131961]: pam_unix(sudo:session): session closed for user root 2023-11-28T00:54:16.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:16 smithi029 sudo[132151]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-28T00:54:16.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:16 smithi029 sudo[132151]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T00:54:16.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:16 smithi029 sudo[132151]: pam_unix(sudo:session): session closed for user root 2023-11-28T00:54:17.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:16 smithi190 sudo[113146]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-28T00:54:17.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:16 smithi190 sudo[113146]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T00:54:17.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:16 smithi190 sudo[113146]: pam_unix(sudo:session): session closed for user root 2023-11-28T00:54:17.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:16 smithi190 sudo[113149]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-28T00:54:17.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:16 smithi190 sudo[113149]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-28T00:54:17.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:16 smithi190 sudo[113149]: pam_unix(sudo:session): session closed for user root 2023-11-28T00:54:17.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:16 smithi190 ceph-mon[110568]: pgmap v65: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-28T00:54:17.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:16 smithi190 ceph-mon[110568]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-28T00:54:17.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:16 smithi190 ceph-mon[110568]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-28T00:54:17.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:16 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-11-28T00:54:17.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:16 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:54:17.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:16 smithi029 ceph-mon[107739]: pgmap v65: 1 pgs: 1 creating+peering; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-28T00:54:17.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:16 smithi029 ceph-mon[107739]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-28T00:54:17.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:16 smithi029 ceph-mon[107739]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-28T00:54:17.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:16 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-11-28T00:54:17.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:16 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:54:18.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:17 smithi029 ceph-mon[107739]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-28T00:54:18.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:17 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-11-28T00:54:18.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:17 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:54:18.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:17 smithi029 ceph-mon[107739]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-11-28T00:54:18.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:17 smithi029 ceph-mon[107739]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-28T00:54:18.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:17 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:18.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:17 smithi190 ceph-mon[110568]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-28T00:54:18.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:17 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-11-28T00:54:18.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:17 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:54:18.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:17 smithi190 ceph-mon[110568]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-11-28T00:54:18.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:17 smithi190 ceph-mon[110568]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-28T00:54:18.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:17 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:20.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:19 smithi029 ceph-mon[107739]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-28T00:54:20.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:19 smithi190 ceph-mon[110568]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-28T00:54:21.110 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:20 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-28T00:54:21.110 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:20 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:21.110 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:20 smithi029 ceph-mon[107739]: Deploying daemon osd.3 on smithi029 2023-11-28T00:54:21.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:20 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-28T00:54:21.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:20 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:21.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:20 smithi190 ceph-mon[110568]: Deploying daemon osd.3 on smithi029 2023-11-28T00:54:22.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:21 smithi029 ceph-mon[107739]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-28T00:54:22.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:21 smithi190 ceph-mon[110568]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-28T00:54:24.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:23 smithi029 ceph-mon[107739]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-11-28T00:54:24.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:23 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:24.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:23 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:54:24.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:23 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:24.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:23 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:54:24.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:23 smithi190 ceph-mon[110568]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 131 KiB/s wr, 9 op/s 2023-11-28T00:54:24.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:23 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:24.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:23 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:54:24.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:23 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:24.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:23 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:54:26.212 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:25 smithi029 ceph-mon[107739]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-28T00:54:26.223 INFO:teuthology.orchestra.run.smithi029.stdout:Created osd(s) 3 on host 'smithi029' 2023-11-28T00:54:26.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:25 smithi190 ceph-mon[110568]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-28T00:54:26.772 DEBUG:teuthology.orchestra.run.smithi029:osd.3> sudo journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.3.service 2023-11-28T00:54:26.774 INFO:tasks.cephadm:Deploying osd.4 on smithi190 with /dev/vg_nvme/lv_4... 2023-11-28T00:54:26.774 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-28T00:54:26.812 INFO:journalctl@ceph.osd.3.smithi029.stdout:-- Logs begin at Tue 2023-11-28 00:40:50 UTC. -- 2023-11-28T00:54:27.225 INFO:journalctl@ceph.osd.3.smithi029.stdout:Nov 28 00:54:26 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-3[133283]: 2023-11-28T00:54:26.957+0000 7f4dd83ba3c0 -1 osd.3 0 log_to_monitors true 2023-11-28T00:54:27.423 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:27 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:27.424 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:27 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/mirror_snapshot_schedule"}]: dispatch 2023-11-28T00:54:27.424 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:27 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/trash_purge_schedule"}]: dispatch 2023-11-28T00:54:27.424 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:27 smithi190 ceph-mon[110568]: from='osd.3 [v2:172.21.15.29:6826/683383448,v1:172.21.15.29:6827/683383448]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-28T00:54:27.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:27.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/mirror_snapshot_schedule"}]: dispatch 2023-11-28T00:54:27.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/trash_purge_schedule"}]: dispatch 2023-11-28T00:54:27.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:27 smithi029 ceph-mon[107739]: from='osd.3 [v2:172.21.15.29:6826/683383448,v1:172.21.15.29:6827/683383448]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-28T00:54:28.230 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-28T00:54:28.230 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-28T00:54:28.230 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2023-11-28T00:54:28.230 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2023-11-28T00:54:28.230 INFO:teuthology.orchestra.run.smithi190.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0127017 s, 826 MB/s 2023-11-28T00:54:28.230 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2023-11-28T00:54:28.439 INFO:journalctl@ceph.osd.3.smithi029.stdout:Nov 28 00:54:28 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-3[133283]: 2023-11-28T00:54:28.232+0000 7f4dcedbd700 -1 osd.3 0 waiting for initial osdmap 2023-11-28T00:54:28.439 INFO:journalctl@ceph.osd.3.smithi029.stdout:Nov 28 00:54:28 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-3[133283]: 2023-11-28T00:54:28.237+0000 7f4dc7750700 -1 osd.3 25 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-28T00:54:28.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:28 smithi029 ceph-mon[107739]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-11-28T00:54:28.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:28 smithi029 ceph-mon[107739]: from='osd.3 [v2:172.21.15.29:6826/683383448,v1:172.21.15.29:6827/683383448]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-28T00:54:28.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:28 smithi029 ceph-mon[107739]: osdmap e24: 4 total, 3 up, 4 in 2023-11-28T00:54:28.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:28 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T00:54:28.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:28 smithi029 ceph-mon[107739]: from='osd.3 [v2:172.21.15.29:6826/683383448,v1:172.21.15.29:6827/683383448]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-11-28T00:54:28.440 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:28 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:28.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:28 smithi190 ceph-mon[110568]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 1.8 KiB/s rd, 78 KiB/s wr, 5 op/s 2023-11-28T00:54:28.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:28 smithi190 ceph-mon[110568]: from='osd.3 [v2:172.21.15.29:6826/683383448,v1:172.21.15.29:6827/683383448]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-28T00:54:28.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:28 smithi190 ceph-mon[110568]: osdmap e24: 4 total, 3 up, 4 in 2023-11-28T00:54:28.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:28 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T00:54:28.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:28 smithi190 ceph-mon[110568]: from='osd.3 [v2:172.21.15.29:6826/683383448,v1:172.21.15.29:6827/683383448]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]: dispatch 2023-11-28T00:54:28.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:28 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:28.643 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi190:vg_nvme/lv_4 2023-11-28T00:54:29.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:29 smithi190 ceph-mon[110568]: from='osd.3 [v2:172.21.15.29:6826/683383448,v1:172.21.15.29:6827/683383448]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-11-28T00:54:29.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:29 smithi190 ceph-mon[110568]: osdmap e25: 4 total, 3 up, 4 in 2023-11-28T00:54:29.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:29 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T00:54:29.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:29 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T00:54:29.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:29 smithi029 ceph-mon[107739]: from='osd.3 [v2:172.21.15.29:6826/683383448,v1:172.21.15.29:6827/683383448]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi029", "root=default"]}]': finished 2023-11-28T00:54:29.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:29 smithi029 ceph-mon[107739]: osdmap e25: 4 total, 3 up, 4 in 2023-11-28T00:54:29.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:29 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T00:54:29.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:29 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T00:54:30.496 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:30 smithi190 ceph-mon[110568]: purged_snaps scrub starts 2023-11-28T00:54:30.496 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:30 smithi190 ceph-mon[110568]: purged_snaps scrub ok 2023-11-28T00:54:30.496 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:30 smithi190 ceph-mon[110568]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-28T00:54:30.497 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:30 smithi190 ceph-mon[110568]: osd.3 [v2:172.21.15.29:6826/683383448,v1:172.21.15.29:6827/683383448] boot 2023-11-28T00:54:30.497 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:30 smithi190 ceph-mon[110568]: osdmap e26: 4 total, 4 up, 4 in 2023-11-28T00:54:30.497 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:30 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T00:54:30.497 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:30 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T00:54:30.497 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:30 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T00:54:30.498 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:30 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:30.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:30 smithi029 ceph-mon[107739]: purged_snaps scrub starts 2023-11-28T00:54:30.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:30 smithi029 ceph-mon[107739]: purged_snaps scrub ok 2023-11-28T00:54:30.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:30 smithi029 ceph-mon[107739]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 98 KiB/s wr, 6 op/s 2023-11-28T00:54:30.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:30 smithi029 ceph-mon[107739]: osd.3 [v2:172.21.15.29:6826/683383448,v1:172.21.15.29:6827/683383448] boot 2023-11-28T00:54:30.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:30 smithi029 ceph-mon[107739]: osdmap e26: 4 total, 4 up, 4 in 2023-11-28T00:54:30.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:30 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T00:54:30.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:30 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T00:54:30.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:30 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T00:54:30.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:30 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:31.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:31 smithi029 ceph-mon[107739]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:54:31.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:31 smithi029 ceph-mon[107739]: Detected new or changed devices on smithi029 2023-11-28T00:54:31.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:31.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:54:31.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:54:31.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:54:31.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:54:31.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:31 smithi029 ceph-mon[107739]: Adjusting osd_memory_target on smithi029 to 3225M 2023-11-28T00:54:31.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:31.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:31.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:54:31.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:31.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:54:31.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:31 smithi029 ceph-mon[107739]: osdmap e27: 4 total, 4 up, 4 in 2023-11-28T00:54:31.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:31.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:31 smithi190 ceph-mon[110568]: from='client.24163 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:54:31.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:31 smithi190 ceph-mon[110568]: Detected new or changed devices on smithi029 2023-11-28T00:54:31.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:31 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:31.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:31 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:54:31.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:31 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:54:31.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:31 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:54:31.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:31 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:54:31.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:31 smithi190 ceph-mon[110568]: Adjusting osd_memory_target on smithi029 to 3225M 2023-11-28T00:54:31.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:31 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:31.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:31 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:31.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:31 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:54:31.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:31 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:31.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:31 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:54:31.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:31 smithi190 ceph-mon[110568]: osdmap e27: 4 total, 4 up, 4 in 2023-11-28T00:54:31.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:31 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:32.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:32 smithi190 ceph-mon[110568]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T00:54:32.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:32 smithi190 ceph-mon[110568]: from='client.? 172.21.15.190:0/405187657' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a842b38c-ab2b-452b-a1e7-e9268012f06b"}]: dispatch 2023-11-28T00:54:32.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:32 smithi190 ceph-mon[110568]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a842b38c-ab2b-452b-a1e7-e9268012f06b"}]: dispatch 2023-11-28T00:54:32.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:32 smithi190 ceph-mon[110568]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a842b38c-ab2b-452b-a1e7-e9268012f06b"}]': finished 2023-11-28T00:54:32.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:32 smithi190 ceph-mon[110568]: osdmap e28: 5 total, 4 up, 5 in 2023-11-28T00:54:32.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:32 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T00:54:32.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:32 smithi190 ceph-mon[110568]: from='client.? 172.21.15.190:0/2628254067' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T00:54:32.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:32 smithi029 ceph-mon[107739]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T00:54:32.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:32 smithi029 ceph-mon[107739]: from='client.? 172.21.15.190:0/405187657' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a842b38c-ab2b-452b-a1e7-e9268012f06b"}]: dispatch 2023-11-28T00:54:32.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:32 smithi029 ceph-mon[107739]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a842b38c-ab2b-452b-a1e7-e9268012f06b"}]: dispatch 2023-11-28T00:54:32.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:32 smithi029 ceph-mon[107739]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a842b38c-ab2b-452b-a1e7-e9268012f06b"}]': finished 2023-11-28T00:54:32.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:32 smithi029 ceph-mon[107739]: osdmap e28: 5 total, 4 up, 5 in 2023-11-28T00:54:32.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:32 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T00:54:32.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:32 smithi029 ceph-mon[107739]: from='client.? 172.21.15.190:0/2628254067' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T00:54:34.751 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:34 smithi190 ceph-mon[110568]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T00:54:34.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:34 smithi029 ceph-mon[107739]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T00:54:36.501 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:36 smithi190 ceph-mon[110568]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T00:54:36.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:36 smithi029 ceph-mon[107739]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T00:54:37.638 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-28T00:54:37.638 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:37.638 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:37 smithi190 ceph-mon[110568]: Deploying daemon osd.4 on smithi190 2023-11-28T00:54:37.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:37 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-28T00:54:37.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:37 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:37.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:37 smithi029 ceph-mon[107739]: Deploying daemon osd.4 on smithi190 2023-11-28T00:54:38.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:38 smithi190 ceph-mon[110568]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T00:54:38.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:38 smithi029 ceph-mon[107739]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T00:54:40.688 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:40 smithi190 ceph-mon[110568]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T00:54:40.688 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:40 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:40.688 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:40 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:54:40.688 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:40 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:40.688 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:40 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:54:40.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:40 smithi029 ceph-mon[107739]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T00:54:40.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:40 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:40.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:40 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:54:40.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:40 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:40.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:40 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:54:42.166 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 4 on host 'smithi190' 2023-11-28T00:54:42.569 DEBUG:teuthology.orchestra.run.smithi190:osd.4> sudo journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.4.service 2023-11-28T00:54:42.572 INFO:tasks.cephadm:Deploying osd.5 on smithi190 with /dev/vg_nvme/lv_3... 2023-11-28T00:54:42.572 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-28T00:54:42.601 INFO:journalctl@ceph.osd.4.smithi190.stdout:-- Logs begin at Tue 2023-11-28 00:40:38 UTC. -- 2023-11-28T00:54:42.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:42 smithi190 ceph-mon[110568]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T00:54:42.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:42 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:42.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:42 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:42.731 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:42 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:42.734 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:42 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:54:42.734 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:42 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:42.734 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:42 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:54:42.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:42 smithi029 ceph-mon[107739]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T00:54:42.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:42 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:42.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:42 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:42.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:42 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:42.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:42 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:54:42.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:42 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:42.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:42 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:54:43.468 INFO:journalctl@ceph.osd.4.smithi190.stdout:Nov 28 00:54:43 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-4[115368]: 2023-11-28T00:54:43.187+0000 7f4cf59c03c0 -1 osd.4 0 log_to_monitors true 2023-11-28T00:54:43.722 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:43 smithi190 ceph-mon[110568]: from='osd.4 [v2:172.21.15.190:6800/2885936530,v1:172.21.15.190:6801/2885936530]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-28T00:54:43.722 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:43 smithi190 ceph-mon[110568]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-28T00:54:43.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:43 smithi029 ceph-mon[107739]: from='osd.4 [v2:172.21.15.190:6800/2885936530,v1:172.21.15.190:6801/2885936530]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-28T00:54:43.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:43 smithi029 ceph-mon[107739]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-28T00:54:44.344 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-28T00:54:44.345 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-28T00:54:44.345 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2023-11-28T00:54:44.345 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2023-11-28T00:54:44.345 INFO:teuthology.orchestra.run.smithi190.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0128619 s, 815 MB/s 2023-11-28T00:54:44.345 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 2023-11-28T00:54:44.345 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2023-11-28T00:54:44.640 INFO:journalctl@ceph.osd.4.smithi190.stdout:Nov 28 00:54:44 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-4[115368]: 2023-11-28T00:54:44.470+0000 7f4cec3c3700 -1 osd.4 0 waiting for initial osdmap 2023-11-28T00:54:44.640 INFO:journalctl@ceph.osd.4.smithi190.stdout:Nov 28 00:54:44 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-4[115368]: 2023-11-28T00:54:44.475+0000 7f4ce8d5e700 -1 osd.4 30 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-28T00:54:44.640 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:44 smithi190 ceph-mon[110568]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T00:54:44.640 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:44 smithi190 ceph-mon[110568]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-28T00:54:44.640 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:44 smithi190 ceph-mon[110568]: osdmap e29: 5 total, 4 up, 5 in 2023-11-28T00:54:44.640 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:44 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T00:54:44.641 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:44 smithi190 ceph-mon[110568]: from='osd.4 [v2:172.21.15.190:6800/2885936530,v1:172.21.15.190:6801/2885936530]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-11-28T00:54:44.641 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:44 smithi190 ceph-mon[110568]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-11-28T00:54:44.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:44 smithi029 ceph-mon[107739]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T00:54:44.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:44 smithi029 ceph-mon[107739]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-28T00:54:44.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:44 smithi029 ceph-mon[107739]: osdmap e29: 5 total, 4 up, 5 in 2023-11-28T00:54:44.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:44 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T00:54:44.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:44 smithi029 ceph-mon[107739]: from='osd.4 [v2:172.21.15.190:6800/2885936530,v1:172.21.15.190:6801/2885936530]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-11-28T00:54:44.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:44 smithi029 ceph-mon[107739]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-11-28T00:54:44.975 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi190:vg_nvme/lv_3 2023-11-28T00:54:45.662 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:45 smithi190 ceph-mon[110568]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-11-28T00:54:45.663 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:45 smithi190 ceph-mon[110568]: osdmap e30: 5 total, 4 up, 5 in 2023-11-28T00:54:45.663 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:45 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T00:54:45.663 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:45 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T00:54:45.663 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:45 smithi190 ceph-mon[110568]: osd.4 [v2:172.21.15.190:6800/2885936530,v1:172.21.15.190:6801/2885936530] boot 2023-11-28T00:54:45.663 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:45 smithi190 ceph-mon[110568]: osdmap e31: 5 total, 5 up, 5 in 2023-11-28T00:54:45.663 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:45 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T00:54:45.663 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:45 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:45.663 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:45 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:54:45.663 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:45 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:45.663 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:45 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:45 smithi029 ceph-mon[107739]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-11-28T00:54:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:45 smithi029 ceph-mon[107739]: osdmap e30: 5 total, 4 up, 5 in 2023-11-28T00:54:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:45 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T00:54:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:45 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T00:54:45.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:45 smithi029 ceph-mon[107739]: osd.4 [v2:172.21.15.190:6800/2885936530,v1:172.21.15.190:6801/2885936530] boot 2023-11-28T00:54:45.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:45 smithi029 ceph-mon[107739]: osdmap e31: 5 total, 5 up, 5 in 2023-11-28T00:54:45.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:45 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T00:54:45.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:45 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:45.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:45 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:54:45.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:45 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:45.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:45 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:46.668 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:46 smithi190 ceph-mon[110568]: purged_snaps scrub starts 2023-11-28T00:54:46.669 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:46 smithi190 ceph-mon[110568]: purged_snaps scrub ok 2023-11-28T00:54:46.669 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:46 smithi190 ceph-mon[110568]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T00:54:46.669 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:46 smithi190 ceph-mon[110568]: Detected new or changed devices on smithi190 2023-11-28T00:54:46.669 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:46 smithi190 ceph-mon[110568]: Adjusting osd_memory_target on smithi190 to 15970M 2023-11-28T00:54:46.669 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:46 smithi190 ceph-mon[110568]: osdmap e32: 5 total, 5 up, 5 in 2023-11-28T00:54:46.669 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:46 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T00:54:46.669 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:46 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T00:54:46.669 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:46 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:46.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:46 smithi029 ceph-mon[107739]: purged_snaps scrub starts 2023-11-28T00:54:46.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:46 smithi029 ceph-mon[107739]: purged_snaps scrub ok 2023-11-28T00:54:46.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:46 smithi029 ceph-mon[107739]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-28T00:54:46.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:46 smithi029 ceph-mon[107739]: Detected new or changed devices on smithi190 2023-11-28T00:54:46.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:46 smithi029 ceph-mon[107739]: Adjusting osd_memory_target on smithi190 to 15970M 2023-11-28T00:54:46.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:46 smithi029 ceph-mon[107739]: osdmap e32: 5 total, 5 up, 5 in 2023-11-28T00:54:46.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:46 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T00:54:46.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:46 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T00:54:46.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:46 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:47.690 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:47 smithi190 ceph-mon[110568]: from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:54:47.690 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:47 smithi190 ceph-mon[110568]: osdmap e33: 5 total, 5 up, 5 in 2023-11-28T00:54:47.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:47 smithi029 ceph-mon[107739]: from='client.24181 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:54:47.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:47 smithi029 ceph-mon[107739]: osdmap e33: 5 total, 5 up, 5 in 2023-11-28T00:54:48.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:48 smithi190 ceph-mon[110568]: pgmap v90: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-28T00:54:48.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:48 smithi190 ceph-mon[110568]: osdmap e34: 5 total, 5 up, 5 in 2023-11-28T00:54:48.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:48 smithi190 ceph-mon[110568]: from='client.? 172.21.15.190:0/1892192020' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afe811a0-8a74-429f-94a6-7efe2cbba7b2"}]: dispatch 2023-11-28T00:54:48.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:48 smithi190 ceph-mon[110568]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afe811a0-8a74-429f-94a6-7efe2cbba7b2"}]: dispatch 2023-11-28T00:54:48.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:48 smithi190 ceph-mon[110568]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "afe811a0-8a74-429f-94a6-7efe2cbba7b2"}]': finished 2023-11-28T00:54:48.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:48 smithi190 ceph-mon[110568]: osdmap e35: 6 total, 5 up, 6 in 2023-11-28T00:54:48.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:48 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T00:54:48.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:48 smithi029 ceph-mon[107739]: pgmap v90: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-28T00:54:48.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:48 smithi029 ceph-mon[107739]: osdmap e34: 5 total, 5 up, 5 in 2023-11-28T00:54:48.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:48 smithi029 ceph-mon[107739]: from='client.? 172.21.15.190:0/1892192020' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afe811a0-8a74-429f-94a6-7efe2cbba7b2"}]: dispatch 2023-11-28T00:54:48.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:48 smithi029 ceph-mon[107739]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "afe811a0-8a74-429f-94a6-7efe2cbba7b2"}]: dispatch 2023-11-28T00:54:48.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:48 smithi029 ceph-mon[107739]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "afe811a0-8a74-429f-94a6-7efe2cbba7b2"}]': finished 2023-11-28T00:54:48.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:48 smithi029 ceph-mon[107739]: osdmap e35: 6 total, 5 up, 6 in 2023-11-28T00:54:48.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:48 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T00:54:49.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:49 smithi190 ceph-mon[110568]: from='client.? 172.21.15.190:0/2434071820' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T00:54:49.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:49 smithi029 ceph-mon[107739]: from='client.? 172.21.15.190:0/2434071820' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T00:54:50.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:50 smithi190 ceph-mon[110568]: pgmap v94: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-28T00:54:51.526 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:50 smithi029 ceph-mon[107739]: pgmap v94: 1 pgs: 1 remapped+peering; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-28T00:54:52.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:52 smithi190 ceph-mon[110568]: pgmap v95: 1 pgs: 1 remapped+peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-28T00:54:52.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:52 smithi029 ceph-mon[107739]: pgmap v95: 1 pgs: 1 remapped+peering; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-28T00:54:53.744 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:53 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-28T00:54:53.744 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:53 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:53.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:53 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-28T00:54:53.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:53 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:54.664 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:54 smithi190 ceph-mon[110568]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-28T00:54:54.664 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:54 smithi190 ceph-mon[110568]: Deploying daemon osd.5 on smithi190 2023-11-28T00:54:54.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:54 smithi029 ceph-mon[107739]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-28T00:54:54.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:54 smithi029 ceph-mon[107739]: Deploying daemon osd.5 on smithi190 2023-11-28T00:54:56.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:56 smithi190 ceph-mon[110568]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-28T00:54:56.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:56 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:56.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:56 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:54:56.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:56 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:56.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:56 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:54:56.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:56 smithi029 ceph-mon[107739]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-28T00:54:56.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:56 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:56.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:56 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:54:56.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:56 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:56.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:56 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:54:58.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:58 smithi190 ceph-mon[110568]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-11-28T00:54:58.829 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 5 on host 'smithi190' 2023-11-28T00:54:58.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:58 smithi029 ceph-mon[107739]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-11-28T00:54:59.218 DEBUG:teuthology.orchestra.run.smithi190:osd.5> sudo journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.5.service 2023-11-28T00:54:59.220 INFO:tasks.cephadm:Deploying osd.6 on smithi190 with /dev/vg_nvme/lv_2... 2023-11-28T00:54:59.220 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-28T00:54:59.249 INFO:journalctl@ceph.osd.5.smithi190.stdout:-- Logs begin at Tue 2023-11-28 00:40:38 UTC. -- 2023-11-28T00:54:59.664 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:59 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:59.665 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:59 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:59.665 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:59 smithi190 ceph-mon[110568]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-11-28T00:54:59.665 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:59 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:59.665 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:59 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:54:59.665 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:59 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:59.665 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:54:59 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:54:59.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:59 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:59.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:59 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:59.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:59 smithi029 ceph-mon[107739]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-11-28T00:54:59.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:59 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:54:59.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:59 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:54:59.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:59 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:54:59.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:54:59 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:54:59.980 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 00:54:59 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T00:54:59.662+0000 7faeedb5c3c0 -1 osd.5 0 log_to_monitors true 2023-11-28T00:55:00.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:00 smithi190 ceph-mon[110568]: from='osd.5 [v2:172.21.15.190:6808/2643665377,v1:172.21.15.190:6809/2643665377]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-28T00:55:00.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:00 smithi190 ceph-mon[110568]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-28T00:55:00.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:00 smithi029 ceph-mon[107739]: from='osd.5 [v2:172.21.15.190:6808/2643665377,v1:172.21.15.190:6809/2643665377]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-28T00:55:00.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:00 smithi029 ceph-mon[107739]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-28T00:55:01.007 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-28T00:55:01.008 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-28T00:55:01.008 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2023-11-28T00:55:01.008 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2023-11-28T00:55:01.008 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0128368 s, 817 MB/s 2023-11-28T00:55:01.008 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2023-11-28T00:55:01.398 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi190:vg_nvme/lv_2 2023-11-28T00:55:01.909 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:01 smithi190 ceph-mon[110568]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-28T00:55:01.909 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:01 smithi190 ceph-mon[110568]: osdmap e36: 6 total, 5 up, 6 in 2023-11-28T00:55:01.910 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:01 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T00:55:01.910 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:01 smithi190 ceph-mon[110568]: from='osd.5 [v2:172.21.15.190:6808/2643665377,v1:172.21.15.190:6809/2643665377]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-11-28T00:55:01.910 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:01 smithi190 ceph-mon[110568]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-11-28T00:55:01.910 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:01 smithi190 ceph-mon[110568]: pgmap v101: 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-28T00:55:01.910 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 00:55:01 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T00:55:01.653+0000 7faee455f700 -1 osd.5 0 waiting for initial osdmap 2023-11-28T00:55:01.910 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 00:55:01 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T00:55:01.660+0000 7faedcef2700 -1 osd.5 37 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-28T00:55:01.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:01 smithi029 ceph-mon[107739]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-28T00:55:01.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:01 smithi029 ceph-mon[107739]: osdmap e36: 6 total, 5 up, 6 in 2023-11-28T00:55:01.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:01 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T00:55:01.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:01 smithi029 ceph-mon[107739]: from='osd.5 [v2:172.21.15.190:6808/2643665377,v1:172.21.15.190:6809/2643665377]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-11-28T00:55:01.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:01 smithi029 ceph-mon[107739]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-11-28T00:55:01.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:01 smithi029 ceph-mon[107739]: pgmap v101: 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-28T00:55:02.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:02 smithi190 ceph-mon[110568]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-11-28T00:55:02.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:02 smithi190 ceph-mon[110568]: osdmap e37: 6 total, 5 up, 6 in 2023-11-28T00:55:02.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:02 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T00:55:02.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:02 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T00:55:02.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:02 smithi190 ceph-mon[110568]: Detected new or changed devices on smithi190 2023-11-28T00:55:02.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:02 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:02.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:02 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:55:02.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:02 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:55:02.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:02 smithi190 ceph-mon[110568]: Adjusting osd_memory_target on smithi190 to 7985M 2023-11-28T00:55:02.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:02 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:02.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:02 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:02.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:02 smithi029 ceph-mon[107739]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-11-28T00:55:02.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:02 smithi029 ceph-mon[107739]: osdmap e37: 6 total, 5 up, 6 in 2023-11-28T00:55:02.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:02 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T00:55:02.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:02 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T00:55:02.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:02 smithi029 ceph-mon[107739]: Detected new or changed devices on smithi190 2023-11-28T00:55:02.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:02 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:02.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:02 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:55:02.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:02 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:55:02.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:02 smithi029 ceph-mon[107739]: Adjusting osd_memory_target on smithi190 to 7985M 2023-11-28T00:55:02.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:02 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:02.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:02 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:03.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:03 smithi029 ceph-mon[107739]: purged_snaps scrub starts 2023-11-28T00:55:03.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:03 smithi029 ceph-mon[107739]: purged_snaps scrub ok 2023-11-28T00:55:03.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:03 smithi029 ceph-mon[107739]: osd.5 [v2:172.21.15.190:6808/2643665377,v1:172.21.15.190:6809/2643665377] boot 2023-11-28T00:55:03.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:03 smithi029 ceph-mon[107739]: osdmap e38: 6 total, 6 up, 6 in 2023-11-28T00:55:03.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:03 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T00:55:03.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:03 smithi029 ceph-mon[107739]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-28T00:55:03.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:03 smithi029 ceph-mon[107739]: from='client.24199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:55:03.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:03 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T00:55:03.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:03 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T00:55:03.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:03 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:55:03.950 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:03 smithi190 ceph-mon[110568]: purged_snaps scrub starts 2023-11-28T00:55:03.951 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:03 smithi190 ceph-mon[110568]: purged_snaps scrub ok 2023-11-28T00:55:03.951 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:03 smithi190 ceph-mon[110568]: osd.5 [v2:172.21.15.190:6808/2643665377,v1:172.21.15.190:6809/2643665377] boot 2023-11-28T00:55:03.951 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:03 smithi190 ceph-mon[110568]: osdmap e38: 6 total, 6 up, 6 in 2023-11-28T00:55:03.951 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:03 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T00:55:03.951 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:03 smithi190 ceph-mon[110568]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-28T00:55:03.951 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:03 smithi190 ceph-mon[110568]: from='client.24199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:55:03.951 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:03 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T00:55:03.951 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:03 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T00:55:03.951 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:03 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:55:04.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:04 smithi029 ceph-mon[107739]: osdmap e39: 6 total, 6 up, 6 in 2023-11-28T00:55:04.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:04 smithi029 ceph-mon[107739]: from='client.? 172.21.15.190:0/3960443087' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1cd8bc1a-7abf-45e8-8b76-ce0fdeae3172"}]: dispatch 2023-11-28T00:55:04.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:04 smithi029 ceph-mon[107739]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1cd8bc1a-7abf-45e8-8b76-ce0fdeae3172"}]: dispatch 2023-11-28T00:55:04.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:04 smithi029 ceph-mon[107739]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1cd8bc1a-7abf-45e8-8b76-ce0fdeae3172"}]': finished 2023-11-28T00:55:04.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:04 smithi029 ceph-mon[107739]: osdmap e40: 7 total, 6 up, 7 in 2023-11-28T00:55:04.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:04 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T00:55:05.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:04 smithi190 ceph-mon[110568]: osdmap e39: 6 total, 6 up, 6 in 2023-11-28T00:55:05.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:04 smithi190 ceph-mon[110568]: from='client.? 172.21.15.190:0/3960443087' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1cd8bc1a-7abf-45e8-8b76-ce0fdeae3172"}]: dispatch 2023-11-28T00:55:05.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:04 smithi190 ceph-mon[110568]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1cd8bc1a-7abf-45e8-8b76-ce0fdeae3172"}]: dispatch 2023-11-28T00:55:05.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:04 smithi190 ceph-mon[110568]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1cd8bc1a-7abf-45e8-8b76-ce0fdeae3172"}]': finished 2023-11-28T00:55:05.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:04 smithi190 ceph-mon[110568]: osdmap e40: 7 total, 6 up, 7 in 2023-11-28T00:55:05.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:04 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T00:55:06.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:05 smithi190 ceph-mon[110568]: pgmap v107: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-28T00:55:06.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:05 smithi190 ceph-mon[110568]: from='client.? 172.21.15.190:0/477159630' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T00:55:06.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:05 smithi029 ceph-mon[107739]: pgmap v107: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-28T00:55:06.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:05 smithi029 ceph-mon[107739]: from='client.? 172.21.15.190:0/477159630' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T00:55:07.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:06 smithi190 ceph-mon[110568]: osdmap e41: 7 total, 6 up, 7 in 2023-11-28T00:55:07.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:06 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T00:55:07.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:06 smithi029 ceph-mon[107739]: osdmap e41: 7 total, 6 up, 7 in 2023-11-28T00:55:07.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:06 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T00:55:07.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:07 smithi190 ceph-mon[110568]: pgmap v109: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-28T00:55:07.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:07 smithi190 ceph-mon[110568]: osdmap e42: 7 total, 6 up, 7 in 2023-11-28T00:55:07.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:07 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T00:55:08.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:07 smithi029 ceph-mon[107739]: pgmap v109: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-28T00:55:08.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:07 smithi029 ceph-mon[107739]: osdmap e42: 7 total, 6 up, 7 in 2023-11-28T00:55:08.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:07 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T00:55:09.982 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:09 smithi190 ceph-mon[110568]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-11-28T00:55:10.191 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:09 smithi029 ceph-mon[107739]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-11-28T00:55:10.850 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:10 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-28T00:55:10.850 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:10 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:55:10.850 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:10 smithi190 ceph-mon[110568]: Deploying daemon osd.6 on smithi190 2023-11-28T00:55:11.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:10 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-28T00:55:11.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:10 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:55:11.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:10 smithi029 ceph-mon[107739]: Deploying daemon osd.6 on smithi190 2023-11-28T00:55:11.996 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:11 smithi190 ceph-mon[110568]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-11-28T00:55:12.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:11 smithi029 ceph-mon[107739]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 85 KiB/s, 0 objects/s recovering 2023-11-28T00:55:14.536 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:14 smithi190 ceph-mon[110568]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-28T00:55:14.536 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:14 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:14.536 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:14 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:55:14.536 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:14 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:55:14.536 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:14 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:55:14.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:14 smithi029 ceph-mon[107739]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-28T00:55:14.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:14 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:14.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:14 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:55:14.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:14 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:55:14.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:14 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:55:15.711 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 6 on host 'smithi190' 2023-11-28T00:55:16.104 DEBUG:teuthology.orchestra.run.smithi190:osd.6> sudo journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.6.service 2023-11-28T00:55:16.106 INFO:tasks.cephadm:Deploying osd.7 on smithi190 with /dev/vg_nvme/lv_1... 2023-11-28T00:55:16.107 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-28T00:55:16.135 INFO:journalctl@ceph.osd.6.smithi190.stdout:-- Logs begin at Tue 2023-11-28 00:40:38 UTC. -- 2023-11-28T00:55:16.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 00:55:16 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T00:55:16.437+0000 7fb06b1863c0 -1 osd.6 0 log_to_monitors true 2023-11-28T00:55:16.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:16 smithi190 ceph-mon[110568]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-11-28T00:55:16.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:16 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:16.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:16 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:16.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:16 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:16.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:16 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:55:16.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:16 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:55:16.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:16 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:55:16.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:16 smithi029 ceph-mon[107739]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-11-28T00:55:16.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:16 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:16.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:16 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:16.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:16 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:16.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:16 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:55:16.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:16 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:55:16.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:16 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:55:17.625 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:17 smithi190 ceph-mon[110568]: from='osd.6 [v2:172.21.15.190:6816/2717638057,v1:172.21.15.190:6817/2717638057]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-28T00:55:17.625 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:17 smithi190 ceph-mon[110568]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-28T00:55:17.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:17 smithi029 ceph-mon[107739]: from='osd.6 [v2:172.21.15.190:6816/2717638057,v1:172.21.15.190:6817/2717638057]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-28T00:55:17.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:17 smithi029 ceph-mon[107739]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-28T00:55:18.100 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-28T00:55:18.100 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-28T00:55:18.100 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2023-11-28T00:55:18.101 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2023-11-28T00:55:18.101 INFO:teuthology.orchestra.run.smithi190.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0126756 s, 827 MB/s 2023-11-28T00:55:18.101 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2023-11-28T00:55:18.581 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi190:vg_nvme/lv_1 2023-11-28T00:55:18.609 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 00:55:18 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T00:55:18.357+0000 7fb061b89700 -1 osd.6 0 waiting for initial osdmap 2023-11-28T00:55:18.609 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 00:55:18 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T00:55:18.366+0000 7fb05a51c700 -1 osd.6 44 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-28T00:55:18.609 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:18 smithi190 ceph-mon[110568]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-28T00:55:18.610 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:18 smithi190 ceph-mon[110568]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-28T00:55:18.610 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:18 smithi190 ceph-mon[110568]: osdmap e43: 7 total, 6 up, 7 in 2023-11-28T00:55:18.610 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:18 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T00:55:18.610 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:18 smithi190 ceph-mon[110568]: from='osd.6 [v2:172.21.15.190:6816/2717638057,v1:172.21.15.190:6817/2717638057]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-11-28T00:55:18.610 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:18 smithi190 ceph-mon[110568]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-11-28T00:55:18.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:18 smithi029 ceph-mon[107739]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-11-28T00:55:18.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:18 smithi029 ceph-mon[107739]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-28T00:55:18.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:18 smithi029 ceph-mon[107739]: osdmap e43: 7 total, 6 up, 7 in 2023-11-28T00:55:18.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:18 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T00:55:18.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:18 smithi029 ceph-mon[107739]: from='osd.6 [v2:172.21.15.190:6816/2717638057,v1:172.21.15.190:6817/2717638057]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-11-28T00:55:18.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:18 smithi029 ceph-mon[107739]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-11-28T00:55:19.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:19 smithi029 ceph-mon[107739]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-11-28T00:55:19.440 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:19 smithi029 ceph-mon[107739]: osdmap e44: 7 total, 6 up, 7 in 2023-11-28T00:55:19.440 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:19 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T00:55:19.440 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:19 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T00:55:19.440 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:19 smithi029 ceph-mon[107739]: Detected new or changed devices on smithi190 2023-11-28T00:55:19.440 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:19 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:19.440 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:19 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:55:19.440 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:19 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:55:19.440 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:19 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:55:19.440 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:19 smithi029 ceph-mon[107739]: Adjusting osd_memory_target on smithi190 to 5323M 2023-11-28T00:55:19.440 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:19 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:19.440 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:19 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:19.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:19 smithi190 ceph-mon[110568]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-11-28T00:55:19.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:19 smithi190 ceph-mon[110568]: osdmap e44: 7 total, 6 up, 7 in 2023-11-28T00:55:19.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:19 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T00:55:19.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:19 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T00:55:19.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:19 smithi190 ceph-mon[110568]: Detected new or changed devices on smithi190 2023-11-28T00:55:19.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:19 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:19.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:19 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:55:19.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:19 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:55:19.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:19 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:55:19.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:19 smithi190 ceph-mon[110568]: Adjusting osd_memory_target on smithi190 to 5323M 2023-11-28T00:55:19.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:19 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:19.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:19 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:20.665 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:20 smithi190 ceph-mon[110568]: purged_snaps scrub starts 2023-11-28T00:55:20.665 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:20 smithi190 ceph-mon[110568]: purged_snaps scrub ok 2023-11-28T00:55:20.665 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:20 smithi190 ceph-mon[110568]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-28T00:55:20.665 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:20 smithi190 ceph-mon[110568]: osd.6 [v2:172.21.15.190:6816/2717638057,v1:172.21.15.190:6817/2717638057] boot 2023-11-28T00:55:20.665 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:20 smithi190 ceph-mon[110568]: osdmap e45: 7 total, 7 up, 7 in 2023-11-28T00:55:20.666 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:20 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T00:55:20.666 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:20 smithi190 ceph-mon[110568]: osdmap e46: 7 total, 7 up, 7 in 2023-11-28T00:55:20.666 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:20 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T00:55:20.666 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:20 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T00:55:20.666 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:20 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:55:20.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:20 smithi029 ceph-mon[107739]: purged_snaps scrub starts 2023-11-28T00:55:20.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:20 smithi029 ceph-mon[107739]: purged_snaps scrub ok 2023-11-28T00:55:20.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:20 smithi029 ceph-mon[107739]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-28T00:55:20.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:20 smithi029 ceph-mon[107739]: osd.6 [v2:172.21.15.190:6816/2717638057,v1:172.21.15.190:6817/2717638057] boot 2023-11-28T00:55:20.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:20 smithi029 ceph-mon[107739]: osdmap e45: 7 total, 7 up, 7 in 2023-11-28T00:55:20.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:20 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T00:55:20.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:20 smithi029 ceph-mon[107739]: osdmap e46: 7 total, 7 up, 7 in 2023-11-28T00:55:20.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:20 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-28T00:55:20.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:20 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-28T00:55:20.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:20 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:55:21.692 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:21 smithi029 ceph-mon[107739]: from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:55:21.692 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:21 smithi029 ceph-mon[107739]: osdmap e47: 7 total, 7 up, 7 in 2023-11-28T00:55:21.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:21 smithi190 ceph-mon[110568]: from='client.24217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:55:21.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:21 smithi190 ceph-mon[110568]: osdmap e47: 7 total, 7 up, 7 in 2023-11-28T00:55:22.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:22 smithi029 ceph-mon[107739]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-28T00:55:22.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:22 smithi029 ceph-mon[107739]: from='client.? 172.21.15.190:0/4263106585' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "48445e20-e4e0-42e6-80e4-4b11875ce76e"}]: dispatch 2023-11-28T00:55:22.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:22 smithi029 ceph-mon[107739]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "48445e20-e4e0-42e6-80e4-4b11875ce76e"}]: dispatch 2023-11-28T00:55:22.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:22 smithi029 ceph-mon[107739]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "48445e20-e4e0-42e6-80e4-4b11875ce76e"}]': finished 2023-11-28T00:55:22.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:22 smithi029 ceph-mon[107739]: osdmap e48: 8 total, 7 up, 8 in 2023-11-28T00:55:22.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:22 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T00:55:22.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:22 smithi029 ceph-mon[107739]: from='client.? 172.21.15.190:0/2641722112' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T00:55:22.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:22 smithi190 ceph-mon[110568]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-28T00:55:22.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:22 smithi190 ceph-mon[110568]: from='client.? 172.21.15.190:0/4263106585' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "48445e20-e4e0-42e6-80e4-4b11875ce76e"}]: dispatch 2023-11-28T00:55:22.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:22 smithi190 ceph-mon[110568]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "48445e20-e4e0-42e6-80e4-4b11875ce76e"}]: dispatch 2023-11-28T00:55:22.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:22 smithi190 ceph-mon[110568]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "48445e20-e4e0-42e6-80e4-4b11875ce76e"}]': finished 2023-11-28T00:55:22.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:22 smithi190 ceph-mon[110568]: osdmap e48: 8 total, 7 up, 8 in 2023-11-28T00:55:22.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:22 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T00:55:22.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:22 smithi190 ceph-mon[110568]: from='client.? 172.21.15.190:0/2641722112' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-28T00:55:24.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:23 smithi190 ceph-mon[110568]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-28T00:55:24.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:23 smithi190 ceph-mon[110568]: osdmap e49: 8 total, 7 up, 8 in 2023-11-28T00:55:24.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:23 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T00:55:24.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:23 smithi029 ceph-mon[107739]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-28T00:55:24.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:23 smithi029 ceph-mon[107739]: osdmap e49: 8 total, 7 up, 8 in 2023-11-28T00:55:24.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:23 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T00:55:25.980 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:25 smithi190 ceph-mon[110568]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-28T00:55:26.188 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:25 smithi029 ceph-mon[107739]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-28T00:55:27.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:26 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/mirror_snapshot_schedule"}]: dispatch 2023-11-28T00:55:27.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:26 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/trash_purge_schedule"}]: dispatch 2023-11-28T00:55:27.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:26 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/mirror_snapshot_schedule"}]: dispatch 2023-11-28T00:55:27.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:26 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/trash_purge_schedule"}]: dispatch 2023-11-28T00:55:28.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:27 smithi190 ceph-mon[110568]: pgmap v127: 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-28T00:55:28.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:27 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-28T00:55:28.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:27 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:55:28.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:27 smithi190 ceph-mon[110568]: Deploying daemon osd.7 on smithi190 2023-11-28T00:55:28.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:27 smithi029 ceph-mon[107739]: pgmap v127: 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-28T00:55:28.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-28T00:55:28.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:55:28.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:27 smithi029 ceph-mon[107739]: Deploying daemon osd.7 on smithi190 2023-11-28T00:55:30.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:29 smithi190 ceph-mon[110568]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-28T00:55:30.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:29 smithi029 ceph-mon[107739]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-28T00:55:31.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:31 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:36.436 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:31 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:55:36.437 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:31 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:55:36.437 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:31 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:55:36.443 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:32 smithi190 ceph-mon[110568]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-11-28T00:55:36.487 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:36.487 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:55:36.487 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:55:36.487 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:55:36.488 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:32 smithi029 ceph-mon[107739]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-11-28T00:55:36.488 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:33 smithi029 ceph-mon[107739]: pgmap v130: 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-28T00:55:36.488 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:33 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:36.488 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:33 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:36.488 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:33 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:36.488 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:33 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:55:36.488 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:33 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:55:36.489 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:33 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:55:36.489 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:33 smithi029 ceph-mon[107739]: from='osd.7 [v2:172.21.15.190:6824/3011335702,v1:172.21.15.190:6825/3011335702]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-28T00:55:36.490 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:33 smithi029 ceph-mon[107739]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-28T00:55:36.490 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:35 smithi029 ceph-mon[107739]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-28T00:55:36.490 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:35 smithi029 ceph-mon[107739]: osdmap e50: 8 total, 7 up, 8 in 2023-11-28T00:55:36.490 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:35 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T00:55:36.491 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:35 smithi029 ceph-mon[107739]: from='osd.7 [v2:172.21.15.190:6824/3011335702,v1:172.21.15.190:6825/3011335702]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-11-28T00:55:36.491 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:35 smithi029 ceph-mon[107739]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-11-28T00:55:36.493 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 7 on host 'smithi190' 2023-11-28T00:55:36.495 DEBUG:teuthology.orchestra.run.smithi190:osd.7> sudo journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.7.service 2023-11-28T00:55:36.496 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:33 smithi190 ceph-mon[110568]: pgmap v130: 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-28T00:55:36.496 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:33 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:36.497 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:33 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:36.497 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:33 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:36.497 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:33 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:55:36.497 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:33 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:55:36.497 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:33 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:55:36.497 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:33 smithi190 ceph-mon[110568]: from='osd.7 [v2:172.21.15.190:6824/3011335702,v1:172.21.15.190:6825/3011335702]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-28T00:55:36.498 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:33 smithi190 ceph-mon[110568]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-28T00:55:36.498 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:35 smithi190 ceph-mon[110568]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-28T00:55:36.498 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:35 smithi190 ceph-mon[110568]: osdmap e50: 8 total, 7 up, 8 in 2023-11-28T00:55:36.498 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:35 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T00:55:36.498 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:35 smithi190 ceph-mon[110568]: from='osd.7 [v2:172.21.15.190:6824/3011335702,v1:172.21.15.190:6825/3011335702]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-11-28T00:55:36.498 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:35 smithi190 ceph-mon[110568]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-11-28T00:55:36.537 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-28T00:55:36.537 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-11-28T00:55:36.572 INFO:journalctl@ceph.osd.7.smithi190.stdout:-- Logs begin at Tue 2023-11-28 00:40:38 UTC. -- 2023-11-28T00:55:36.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:36 smithi190 ceph-mon[110568]: pgmap v132: 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-28T00:55:36.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:36 smithi190 ceph-mon[110568]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-11-28T00:55:36.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:36 smithi190 ceph-mon[110568]: osdmap e51: 8 total, 7 up, 8 in 2023-11-28T00:55:36.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:36 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T00:55:36.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:36 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T00:55:36.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:36 smithi190 ceph-mon[110568]: Detected new or changed devices on smithi190 2023-11-28T00:55:36.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:36 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:36.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:36 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:55:36.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:36 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:55:36.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:36 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:55:36.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:36 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:55:36.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:36 smithi190 ceph-mon[110568]: Adjusting osd_memory_target on smithi190 to 3992M 2023-11-28T00:55:36.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:36 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:36.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:36 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:36.917 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:36 smithi029 ceph-mon[107739]: pgmap v132: 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-28T00:55:36.917 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:36 smithi029 ceph-mon[107739]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-11-28T00:55:36.917 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:36 smithi029 ceph-mon[107739]: osdmap e51: 8 total, 7 up, 8 in 2023-11-28T00:55:36.917 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:36 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T00:55:36.917 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:36 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T00:55:36.918 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:36 smithi029 ceph-mon[107739]: Detected new or changed devices on smithi190 2023-11-28T00:55:36.918 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:36 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:36.918 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:36 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:55:36.918 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:36 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:55:36.918 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:36 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:55:36.918 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:36 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:55:36.918 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:36 smithi029 ceph-mon[107739]: Adjusting osd_memory_target on smithi190 to 3992M 2023-11-28T00:55:36.918 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:36 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:36.918 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:36 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:55:37.634 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:37 smithi029 ceph-mon[107739]: purged_snaps scrub starts 2023-11-28T00:55:37.635 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:37 smithi029 ceph-mon[107739]: purged_snaps scrub ok 2023-11-28T00:55:37.635 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:37 smithi029 ceph-mon[107739]: osd.7 [v2:172.21.15.190:6824/3011335702,v1:172.21.15.190:6825/3011335702] boot 2023-11-28T00:55:37.635 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:37 smithi029 ceph-mon[107739]: osdmap e52: 8 total, 8 up, 8 in 2023-11-28T00:55:37.635 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:37 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T00:55:37.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:37 smithi190 ceph-mon[110568]: purged_snaps scrub starts 2023-11-28T00:55:37.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:37 smithi190 ceph-mon[110568]: purged_snaps scrub ok 2023-11-28T00:55:37.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:37 smithi190 ceph-mon[110568]: osd.7 [v2:172.21.15.190:6824/3011335702,v1:172.21.15.190:6825/3011335702] boot 2023-11-28T00:55:37.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:37 smithi190 ceph-mon[110568]: osdmap e52: 8 total, 8 up, 8 in 2023-11-28T00:55:37.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T00:55:38.038 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:55:38.442 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":53,"num_osds":8,"num_up_osds":8,"osd_up_since":1701132936,"num_in_osds":8,"osd_in_since":1701132921,"num_remapped_pgs":1} 2023-11-28T00:55:38.443 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-11-28T00:55:38.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:38 smithi029 ceph-mon[107739]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:55:38.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:38 smithi029 ceph-mon[107739]: osdmap e53: 8 total, 8 up, 8 in 2023-11-28T00:55:38.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:38 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/874869366' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-28T00:55:38.704 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:38.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:38 smithi190 ceph-mon[110568]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:55:38.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:38 smithi190 ceph-mon[110568]: osdmap e53: 8 total, 8 up, 8 in 2023-11-28T00:55:38.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:38 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/874869366' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-28T00:55:39.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:39 smithi190 ceph-mon[110568]: osdmap e54: 8 total, 8 up, 8 in 2023-11-28T00:55:39.933 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:55:39.933 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":55,"fsid":"16ba8238-8d88-11ee-95a2-87774f69a715","created":"2023-11-28T00:50:46.196528+0000","modified":"2023-11-28T00:55:39.496265+0000","last_up_change":"2023-11-28T00:55:36.476478+0000","last_in_change":"2023-11-28T00:55:21.746423+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-28T00:54:11.200718+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"e447c6e1-e3cc-4a8b-9937-dd5033fbf0bf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":1853027948},{"type":"v1","addr":"172.21.15.29:6803","nonce":1853027948}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":1853027948},{"type":"v1","addr":"172.21.15.29:6805","nonce":1853027948}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":1853027948},{"type":"v1","addr":"172.21.15.29:6809","nonce":1853027948}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":1853027948},{"type":"v1","addr":"172.21.15.29:6807","nonce":1853027948}]},"public_addr":"172.21.15.29:6803/1853027948","cluster_addr":"172.21.15.29:6805/1853027948","heartbeat_back_addr":"172.21.15.29:6809/1853027948","heartbeat_front_addr":"172.21.15.29:6807/1853027948","state":["exists","up"]},{"osd":1,"uuid":"93732ba1-f570-45f9-8717-4dbb2e44051b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6810","nonce":2350413927},{"type":"v1","addr":"172.21.15.29:6811","nonce":2350413927}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":2350413927},{"type":"v1","addr":"172.21.15.29:6813","nonce":2350413927}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":2350413927},{"type":"v1","addr":"172.21.15.29:6817","nonce":2350413927}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":2350413927},{"type":"v1","addr":"172.21.15.29:6815","nonce":2350413927}]},"public_addr":"172.21.15.29:6811/2350413927","cluster_addr":"172.21.15.29:6813/2350413927","heartbeat_back_addr":"172.21.15.29:6817/2350413927","heartbeat_front_addr":"172.21.15.29:6815/2350413927","state":["exists","up"]},{"osd":2,"uuid":"45af3bcd-cc65-423a-99fa-c935037abdb2","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.29:6818","nonce":4135637700},{"type":"v1","addr":"172.21.15.29:6819","nonce":4135637700}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":4135637700},{"type":"v1","addr":"172.21.15.29:6821","nonce":4135637700}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":4135637700},{"type":"v1","addr":"172.21.15.29:6825","nonce":4135637700}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":4135637700},{"type":"v1","addr":"172.21.15.29:6823","nonce":4135637700}]},"public_addr":"172.21.15.29:6819/4135637700","cluster_addr":"172.21.15.29:6821/4135637700","heartbeat_back_addr":"172.21.15.29:6825/4135637700","heartbeat_front_addr":"172.21.15.29:6823/4135637700","state":["exists","up"]},{"osd":3,"uuid":"755af42d-58e5-4d82-bb74-6a78fae50085","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.29:6826","nonce":683383448},{"type":"v1","addr":"172.21.15.29:6827","nonce":683383448}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":683383448},{"type":"v1","addr":"172.21.15.29:6829","nonce":683383448}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":683383448},{"type":"v1","addr":"172.21.15.29:6833","nonce":683383448}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":683383448},{"type":"v1","addr":"172.21.15.29:6831","nonce":683383448}]},"public_addr":"172.21.15.29:6827/683383448","cluster_addr":"172.21.15.29:6829/683383448","heartbeat_back_addr":"172.21.15.29:6833/683383448","heartbeat_front_addr":"172.21.15.29:6831/683383448","state":["exists","up"]},{"osd":4,"uuid":"a842b38c-ab2b-452b-a1e7-e9268012f06b","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.190:6800","nonce":2885936530},{"type":"v1","addr":"172.21.15.190:6801","nonce":2885936530}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":2885936530},{"type":"v1","addr":"172.21.15.190:6803","nonce":2885936530}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":2885936530},{"type":"v1","addr":"172.21.15.190:6807","nonce":2885936530}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":2885936530},{"type":"v1","addr":"172.21.15.190:6805","nonce":2885936530}]},"public_addr":"172.21.15.190:6801/2885936530","cluster_addr":"172.21.15.190:6803/2885936530","heartbeat_back_addr":"172.21.15.190:6807/2885936530","heartbeat_front_addr":"172.21.15.190:6805/2885936530","state":["exists","up"]},{"osd":5,"uuid":"afe811a0-8a74-429f-94a6-7efe2cbba7b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6808","nonce":2643665377},{"type":"v1","addr":"172.21.15.190:6809","nonce":2643665377}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":2643665377},{"type":"v1","addr":"172.21.15.190:6811","nonce":2643665377}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":2643665377},{"type":"v1","addr":"172.21.15.190:6815","nonce":2643665377}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":2643665377},{"type":"v1","addr":"172.21.15.190:6813","nonce":2643665377}]},"public_addr":"172.21.15.190:6809/2643665377","cluster_addr":"172.21.15.190:6811/2643665377","heartbeat_back_addr":"172.21.15.190:6815/2643665377","heartbeat_front_addr":"172.21.15.190:6813/2643665377","state":["exists","up"]},{"osd":6,"uuid":"1cd8bc1a-7abf-45e8-8b76-ce0fdeae3172","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6816","nonce":2717638057},{"type":"v1","addr":"172.21.15.190:6817","nonce":2717638057}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6818","nonce":2717638057},{"type":"v1","addr":"172.21.15.190:6819","nonce":2717638057}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6822","nonce":2717638057},{"type":"v1","addr":"172.21.15.190:6823","nonce":2717638057}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6820","nonce":2717638057},{"type":"v1","addr":"172.21.15.190:6821","nonce":2717638057}]},"public_addr":"172.21.15.190:6817/2717638057","cluster_addr":"172.21.15.190:6819/2717638057","heartbeat_back_addr":"172.21.15.190:6823/2717638057","heartbeat_front_addr":"172.21.15.190:6821/2717638057","state":["exists","up"]},{"osd":7,"uuid":"48445e20-e4e0-42e6-80e4-4b11875ce76e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6824","nonce":3011335702},{"type":"v1","addr":"172.21.15.190:6825","nonce":3011335702}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6826","nonce":3011335702},{"type":"v1","addr":"172.21.15.190:6827","nonce":3011335702}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6830","nonce":3011335702},{"type":"v1","addr":"172.21.15.190:6831","nonce":3011335702}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6828","nonce":3011335702},{"type":"v1","addr":"172.21.15.190:6829","nonce":3011335702}]},"public_addr":"172.21.15.190:6825/3011335702","cluster_addr":"172.21.15.190:6827/3011335702","heartbeat_back_addr":"172.21.15.190:6831/3011335702","heartbeat_front_addr":"172.21.15.190:6829/3011335702","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-28T00:53:20.382637+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-28T00:53:48.716587+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-28T00:54:09.201966+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-28T00:54:27.936843+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-28T00:54:44.224310+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-28T00:55:00.688718+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-28T00:55:17.480540+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-28T00:55:34.712276+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/2556892119":"2023-11-29T00:52:26.348686+0000","172.21.15.29:0/3421483339":"2023-11-29T00:52:26.348686+0000","172.21.15.29:6800/2381274201":"2023-11-29T00:52:26.348686+0000","172.21.15.29:0/2311110793":"2023-11-29T00:51:43.602558+0000","172.21.15.29:0/3253283914":"2023-11-29T00:51:43.602558+0000","172.21.15.29:6800/2464922214":"2023-11-29T00:51:43.602558+0000","172.21.15.29:0/3943054892":"2023-11-29T00:51:43.602558+0000","172.21.15.29:0/3263864610":"2023-11-29T00:51:18.464674+0000","172.21.15.29:6800/2603846462":"2023-11-29T00:51:18.464674+0000","172.21.15.29:6801/2603846462":"2023-11-29T00:51:18.464674+0000","172.21.15.29:0/2908944383":"2023-11-29T00:52:26.348686+0000","172.21.15.29:6801/2381274201":"2023-11-29T00:52:26.348686+0000","172.21.15.29:6801/2464922214":"2023-11-29T00:51:43.602558+0000","172.21.15.29:0/2092606053":"2023-11-29T00:51:18.464674+0000","172.21.15.29:0/3978710744":"2023-11-29T00:51:18.464674+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-28T00:55:39.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:39 smithi029 ceph-mon[107739]: osdmap e54: 8 total, 8 up, 8 in 2023-11-28T00:55:40.326 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-11-28T00:54:11.200718+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-11-28T00:55:40.326 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-11-28T00:55:40.584 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:40.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:40 smithi029 ceph-mon[107739]: pgmap v138: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:55:40.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:40 smithi029 ceph-mon[107739]: osdmap e55: 8 total, 8 up, 8 in 2023-11-28T00:55:40.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:40 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3187852681' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T00:55:40.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:40 smithi190 ceph-mon[110568]: pgmap v138: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:55:40.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:40 smithi190 ceph-mon[110568]: osdmap e55: 8 total, 8 up, 8 in 2023-11-28T00:55:40.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:40 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3187852681' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T00:55:41.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:41 smithi190 ceph-mon[110568]: osdmap e56: 8 total, 8 up, 8 in 2023-11-28T00:55:41.898 INFO:teuthology.orchestra.run.smithi029.stdout:pg_num: 1 2023-11-28T00:55:41.928 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:41 smithi029 ceph-mon[107739]: osdmap e56: 8 total, 8 up, 8 in 2023-11-28T00:55:42.300 INFO:tasks.cephadm:Setting up client nodes... 2023-11-28T00:55:42.300 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-28T00:55:42.663 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:42 smithi029 ceph-mon[107739]: pgmap v141: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:55:42.663 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:42 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/2870789753' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-28T00:55:42.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:42 smithi190 ceph-mon[110568]: pgmap v141: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:55:42.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:42 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/2870789753' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-28T00:55:43.902 INFO:teuthology.orchestra.run.smithi029.stdout:[client.0] 2023-11-28T00:55:43.902 INFO:teuthology.orchestra.run.smithi029.stdout: key = AQCPOmVlXGB+NRAAUYRIZ/yqW36PGS0LDhg32Q== 2023-11-28T00:55:44.317 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-11-28T00:55:44.317 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-28T00:55:44.318 DEBUG:teuthology.orchestra.run.smithi029:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-28T00:55:44.363 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-28T00:55:44.364 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-28T00:55:44.364 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-11-28T00:55:44.660 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:44.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:44 smithi029 ceph-mon[107739]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s, 0 objects/s recovering 2023-11-28T00:55:44.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:44 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3444729932' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-28T00:55:44.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:44 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3444729932' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-28T00:55:44.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:44 smithi190 ceph-mon[110568]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s, 0 objects/s recovering 2023-11-28T00:55:44.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:44 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3444729932' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-28T00:55:44.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:44 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3444729932' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-28T00:55:45.999 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:55:46.399 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi029.zvexvj","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6800","nonce":544241168},{"type":"v1","addr":"172.21.15.29:6801","nonce":544241168}]},"active_addr":"172.21.15.29:6801/544241168","active_change":"2023-11-28T00:52:26.349000+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14222,"name":"smithi190.afefzp","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.29:8443/","prometheus":"http://172.21.15.29: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.29:0","nonce":54018607}]},{"addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":2142704232}]},{"addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":3449412899}]},{"addrvec":[{"type":"v2","addr":"172.21.15.29:0","nonce":38185999}]}]}} 2023-11-28T00:55:46.405 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-28T00:55:46.405 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-28T00:55:46.406 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-11-28T00:55:46.661 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:46.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:46 smithi029 ceph-mon[107739]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s, 0 objects/s recovering 2023-11-28T00:55:46.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:46 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/2980653667' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-28T00:55:46.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:46 smithi190 ceph-mon[110568]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 83 KiB/s, 0 objects/s recovering 2023-11-28T00:55:46.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:46 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/2980653667' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-28T00:55:47.939 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:55:47.939 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":56,"fsid":"16ba8238-8d88-11ee-95a2-87774f69a715","created":"2023-11-28T00:50:46.196528+0000","modified":"2023-11-28T00:55:40.500704+0000","last_up_change":"2023-11-28T00:55:36.476478+0000","last_in_change":"2023-11-28T00:55:21.746423+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-28T00:54:11.200718+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"e447c6e1-e3cc-4a8b-9937-dd5033fbf0bf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":1853027948},{"type":"v1","addr":"172.21.15.29:6803","nonce":1853027948}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":1853027948},{"type":"v1","addr":"172.21.15.29:6805","nonce":1853027948}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":1853027948},{"type":"v1","addr":"172.21.15.29:6809","nonce":1853027948}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":1853027948},{"type":"v1","addr":"172.21.15.29:6807","nonce":1853027948}]},"public_addr":"172.21.15.29:6803/1853027948","cluster_addr":"172.21.15.29:6805/1853027948","heartbeat_back_addr":"172.21.15.29:6809/1853027948","heartbeat_front_addr":"172.21.15.29:6807/1853027948","state":["exists","up"]},{"osd":1,"uuid":"93732ba1-f570-45f9-8717-4dbb2e44051b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6810","nonce":2350413927},{"type":"v1","addr":"172.21.15.29:6811","nonce":2350413927}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":2350413927},{"type":"v1","addr":"172.21.15.29:6813","nonce":2350413927}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":2350413927},{"type":"v1","addr":"172.21.15.29:6817","nonce":2350413927}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":2350413927},{"type":"v1","addr":"172.21.15.29:6815","nonce":2350413927}]},"public_addr":"172.21.15.29:6811/2350413927","cluster_addr":"172.21.15.29:6813/2350413927","heartbeat_back_addr":"172.21.15.29:6817/2350413927","heartbeat_front_addr":"172.21.15.29:6815/2350413927","state":["exists","up"]},{"osd":2,"uuid":"45af3bcd-cc65-423a-99fa-c935037abdb2","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.29:6818","nonce":4135637700},{"type":"v1","addr":"172.21.15.29:6819","nonce":4135637700}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":4135637700},{"type":"v1","addr":"172.21.15.29:6821","nonce":4135637700}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":4135637700},{"type":"v1","addr":"172.21.15.29:6825","nonce":4135637700}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":4135637700},{"type":"v1","addr":"172.21.15.29:6823","nonce":4135637700}]},"public_addr":"172.21.15.29:6819/4135637700","cluster_addr":"172.21.15.29:6821/4135637700","heartbeat_back_addr":"172.21.15.29:6825/4135637700","heartbeat_front_addr":"172.21.15.29:6823/4135637700","state":["exists","up"]},{"osd":3,"uuid":"755af42d-58e5-4d82-bb74-6a78fae50085","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.29:6826","nonce":683383448},{"type":"v1","addr":"172.21.15.29:6827","nonce":683383448}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":683383448},{"type":"v1","addr":"172.21.15.29:6829","nonce":683383448}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":683383448},{"type":"v1","addr":"172.21.15.29:6833","nonce":683383448}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":683383448},{"type":"v1","addr":"172.21.15.29:6831","nonce":683383448}]},"public_addr":"172.21.15.29:6827/683383448","cluster_addr":"172.21.15.29:6829/683383448","heartbeat_back_addr":"172.21.15.29:6833/683383448","heartbeat_front_addr":"172.21.15.29:6831/683383448","state":["exists","up"]},{"osd":4,"uuid":"a842b38c-ab2b-452b-a1e7-e9268012f06b","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.190:6800","nonce":2885936530},{"type":"v1","addr":"172.21.15.190:6801","nonce":2885936530}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":2885936530},{"type":"v1","addr":"172.21.15.190:6803","nonce":2885936530}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":2885936530},{"type":"v1","addr":"172.21.15.190:6807","nonce":2885936530}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":2885936530},{"type":"v1","addr":"172.21.15.190:6805","nonce":2885936530}]},"public_addr":"172.21.15.190:6801/2885936530","cluster_addr":"172.21.15.190:6803/2885936530","heartbeat_back_addr":"172.21.15.190:6807/2885936530","heartbeat_front_addr":"172.21.15.190:6805/2885936530","state":["exists","up"]},{"osd":5,"uuid":"afe811a0-8a74-429f-94a6-7efe2cbba7b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6808","nonce":2643665377},{"type":"v1","addr":"172.21.15.190:6809","nonce":2643665377}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":2643665377},{"type":"v1","addr":"172.21.15.190:6811","nonce":2643665377}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":2643665377},{"type":"v1","addr":"172.21.15.190:6815","nonce":2643665377}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":2643665377},{"type":"v1","addr":"172.21.15.190:6813","nonce":2643665377}]},"public_addr":"172.21.15.190:6809/2643665377","cluster_addr":"172.21.15.190:6811/2643665377","heartbeat_back_addr":"172.21.15.190:6815/2643665377","heartbeat_front_addr":"172.21.15.190:6813/2643665377","state":["exists","up"]},{"osd":6,"uuid":"1cd8bc1a-7abf-45e8-8b76-ce0fdeae3172","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6816","nonce":2717638057},{"type":"v1","addr":"172.21.15.190:6817","nonce":2717638057}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6818","nonce":2717638057},{"type":"v1","addr":"172.21.15.190:6819","nonce":2717638057}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6822","nonce":2717638057},{"type":"v1","addr":"172.21.15.190:6823","nonce":2717638057}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6820","nonce":2717638057},{"type":"v1","addr":"172.21.15.190:6821","nonce":2717638057}]},"public_addr":"172.21.15.190:6817/2717638057","cluster_addr":"172.21.15.190:6819/2717638057","heartbeat_back_addr":"172.21.15.190:6823/2717638057","heartbeat_front_addr":"172.21.15.190:6821/2717638057","state":["exists","up"]},{"osd":7,"uuid":"48445e20-e4e0-42e6-80e4-4b11875ce76e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6824","nonce":3011335702},{"type":"v1","addr":"172.21.15.190:6825","nonce":3011335702}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6826","nonce":3011335702},{"type":"v1","addr":"172.21.15.190:6827","nonce":3011335702}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6830","nonce":3011335702},{"type":"v1","addr":"172.21.15.190:6831","nonce":3011335702}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6828","nonce":3011335702},{"type":"v1","addr":"172.21.15.190:6829","nonce":3011335702}]},"public_addr":"172.21.15.190:6825/3011335702","cluster_addr":"172.21.15.190:6827/3011335702","heartbeat_back_addr":"172.21.15.190:6831/3011335702","heartbeat_front_addr":"172.21.15.190:6829/3011335702","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-28T00:53:20.382637+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-28T00:53:48.716587+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-28T00:54:09.201966+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-28T00:54:27.936843+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-28T00:54:44.224310+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-28T00:55:00.688718+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-28T00:55:17.480540+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-28T00:55:34.712276+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/2556892119":"2023-11-29T00:52:26.348686+0000","172.21.15.29:0/3421483339":"2023-11-29T00:52:26.348686+0000","172.21.15.29:6800/2381274201":"2023-11-29T00:52:26.348686+0000","172.21.15.29:0/2311110793":"2023-11-29T00:51:43.602558+0000","172.21.15.29:0/3253283914":"2023-11-29T00:51:43.602558+0000","172.21.15.29:6800/2464922214":"2023-11-29T00:51:43.602558+0000","172.21.15.29:0/3943054892":"2023-11-29T00:51:43.602558+0000","172.21.15.29:0/3263864610":"2023-11-29T00:51:18.464674+0000","172.21.15.29:6800/2603846462":"2023-11-29T00:51:18.464674+0000","172.21.15.29:6801/2603846462":"2023-11-29T00:51:18.464674+0000","172.21.15.29:0/2908944383":"2023-11-29T00:52:26.348686+0000","172.21.15.29:6801/2381274201":"2023-11-29T00:52:26.348686+0000","172.21.15.29:6801/2464922214":"2023-11-29T00:51:43.602558+0000","172.21.15.29:0/2092606053":"2023-11-29T00:51:18.464674+0000","172.21.15.29:0/3978710744":"2023-11-29T00:51:18.464674+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-28T00:55:48.409 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-28T00:55:48.409 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-11-28T00:55:48.671 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:48.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:48 smithi029 ceph-mon[107739]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-28T00:55:48.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:48 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/1735602990' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T00:55:48.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:48 smithi190 ceph-mon[110568]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-11-28T00:55:48.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:48 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/1735602990' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T00:55:49.909 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:55:49.910 INFO:teuthology.orchestra.run.smithi029.stdout:{"epoch":56,"fsid":"16ba8238-8d88-11ee-95a2-87774f69a715","created":"2023-11-28T00:50:46.196528+0000","modified":"2023-11-28T00:55:40.500704+0000","last_up_change":"2023-11-28T00:55:36.476478+0000","last_in_change":"2023-11-28T00:55:21.746423+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-28T00:54:11.200718+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"e447c6e1-e3cc-4a8b-9937-dd5033fbf0bf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":54,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6802","nonce":1853027948},{"type":"v1","addr":"172.21.15.29:6803","nonce":1853027948}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6804","nonce":1853027948},{"type":"v1","addr":"172.21.15.29:6805","nonce":1853027948}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6808","nonce":1853027948},{"type":"v1","addr":"172.21.15.29:6809","nonce":1853027948}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6806","nonce":1853027948},{"type":"v1","addr":"172.21.15.29:6807","nonce":1853027948}]},"public_addr":"172.21.15.29:6803/1853027948","cluster_addr":"172.21.15.29:6805/1853027948","heartbeat_back_addr":"172.21.15.29:6809/1853027948","heartbeat_front_addr":"172.21.15.29:6807/1853027948","state":["exists","up"]},{"osd":1,"uuid":"93732ba1-f570-45f9-8717-4dbb2e44051b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6810","nonce":2350413927},{"type":"v1","addr":"172.21.15.29:6811","nonce":2350413927}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6812","nonce":2350413927},{"type":"v1","addr":"172.21.15.29:6813","nonce":2350413927}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6816","nonce":2350413927},{"type":"v1","addr":"172.21.15.29:6817","nonce":2350413927}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6814","nonce":2350413927},{"type":"v1","addr":"172.21.15.29:6815","nonce":2350413927}]},"public_addr":"172.21.15.29:6811/2350413927","cluster_addr":"172.21.15.29:6813/2350413927","heartbeat_back_addr":"172.21.15.29:6817/2350413927","heartbeat_front_addr":"172.21.15.29:6815/2350413927","state":["exists","up"]},{"osd":2,"uuid":"45af3bcd-cc65-423a-99fa-c935037abdb2","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.29:6818","nonce":4135637700},{"type":"v1","addr":"172.21.15.29:6819","nonce":4135637700}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6820","nonce":4135637700},{"type":"v1","addr":"172.21.15.29:6821","nonce":4135637700}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6824","nonce":4135637700},{"type":"v1","addr":"172.21.15.29:6825","nonce":4135637700}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6822","nonce":4135637700},{"type":"v1","addr":"172.21.15.29:6823","nonce":4135637700}]},"public_addr":"172.21.15.29:6819/4135637700","cluster_addr":"172.21.15.29:6821/4135637700","heartbeat_back_addr":"172.21.15.29:6825/4135637700","heartbeat_front_addr":"172.21.15.29:6823/4135637700","state":["exists","up"]},{"osd":3,"uuid":"755af42d-58e5-4d82-bb74-6a78fae50085","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.29:6826","nonce":683383448},{"type":"v1","addr":"172.21.15.29:6827","nonce":683383448}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6828","nonce":683383448},{"type":"v1","addr":"172.21.15.29:6829","nonce":683383448}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6832","nonce":683383448},{"type":"v1","addr":"172.21.15.29:6833","nonce":683383448}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.29:6830","nonce":683383448},{"type":"v1","addr":"172.21.15.29:6831","nonce":683383448}]},"public_addr":"172.21.15.29:6827/683383448","cluster_addr":"172.21.15.29:6829/683383448","heartbeat_back_addr":"172.21.15.29:6833/683383448","heartbeat_front_addr":"172.21.15.29:6831/683383448","state":["exists","up"]},{"osd":4,"uuid":"a842b38c-ab2b-452b-a1e7-e9268012f06b","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.190:6800","nonce":2885936530},{"type":"v1","addr":"172.21.15.190:6801","nonce":2885936530}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":2885936530},{"type":"v1","addr":"172.21.15.190:6803","nonce":2885936530}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":2885936530},{"type":"v1","addr":"172.21.15.190:6807","nonce":2885936530}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":2885936530},{"type":"v1","addr":"172.21.15.190:6805","nonce":2885936530}]},"public_addr":"172.21.15.190:6801/2885936530","cluster_addr":"172.21.15.190:6803/2885936530","heartbeat_back_addr":"172.21.15.190:6807/2885936530","heartbeat_front_addr":"172.21.15.190:6805/2885936530","state":["exists","up"]},{"osd":5,"uuid":"afe811a0-8a74-429f-94a6-7efe2cbba7b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6808","nonce":2643665377},{"type":"v1","addr":"172.21.15.190:6809","nonce":2643665377}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":2643665377},{"type":"v1","addr":"172.21.15.190:6811","nonce":2643665377}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":2643665377},{"type":"v1","addr":"172.21.15.190:6815","nonce":2643665377}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":2643665377},{"type":"v1","addr":"172.21.15.190:6813","nonce":2643665377}]},"public_addr":"172.21.15.190:6809/2643665377","cluster_addr":"172.21.15.190:6811/2643665377","heartbeat_back_addr":"172.21.15.190:6815/2643665377","heartbeat_front_addr":"172.21.15.190:6813/2643665377","state":["exists","up"]},{"osd":6,"uuid":"1cd8bc1a-7abf-45e8-8b76-ce0fdeae3172","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":45,"up_thru":48,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6816","nonce":2717638057},{"type":"v1","addr":"172.21.15.190:6817","nonce":2717638057}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6818","nonce":2717638057},{"type":"v1","addr":"172.21.15.190:6819","nonce":2717638057}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6822","nonce":2717638057},{"type":"v1","addr":"172.21.15.190:6823","nonce":2717638057}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6820","nonce":2717638057},{"type":"v1","addr":"172.21.15.190:6821","nonce":2717638057}]},"public_addr":"172.21.15.190:6817/2717638057","cluster_addr":"172.21.15.190:6819/2717638057","heartbeat_back_addr":"172.21.15.190:6823/2717638057","heartbeat_front_addr":"172.21.15.190:6821/2717638057","state":["exists","up"]},{"osd":7,"uuid":"48445e20-e4e0-42e6-80e4-4b11875ce76e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":52,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6824","nonce":3011335702},{"type":"v1","addr":"172.21.15.190:6825","nonce":3011335702}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6826","nonce":3011335702},{"type":"v1","addr":"172.21.15.190:6827","nonce":3011335702}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6830","nonce":3011335702},{"type":"v1","addr":"172.21.15.190:6831","nonce":3011335702}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6828","nonce":3011335702},{"type":"v1","addr":"172.21.15.190:6829","nonce":3011335702}]},"public_addr":"172.21.15.190:6825/3011335702","cluster_addr":"172.21.15.190:6827/3011335702","heartbeat_back_addr":"172.21.15.190:6831/3011335702","heartbeat_front_addr":"172.21.15.190:6829/3011335702","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-28T00:53:20.382637+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-28T00:53:48.716587+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-28T00:54:09.201966+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-28T00:54:27.936843+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-28T00:54:44.224310+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-28T00:55:00.688718+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-28T00:55:17.480540+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-28T00:55:34.712276+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.29:0/2556892119":"2023-11-29T00:52:26.348686+0000","172.21.15.29:0/3421483339":"2023-11-29T00:52:26.348686+0000","172.21.15.29:6800/2381274201":"2023-11-29T00:52:26.348686+0000","172.21.15.29:0/2311110793":"2023-11-29T00:51:43.602558+0000","172.21.15.29:0/3253283914":"2023-11-29T00:51:43.602558+0000","172.21.15.29:6800/2464922214":"2023-11-29T00:51:43.602558+0000","172.21.15.29:0/3943054892":"2023-11-29T00:51:43.602558+0000","172.21.15.29:0/3263864610":"2023-11-29T00:51:18.464674+0000","172.21.15.29:6800/2603846462":"2023-11-29T00:51:18.464674+0000","172.21.15.29:6801/2603846462":"2023-11-29T00:51:18.464674+0000","172.21.15.29:0/2908944383":"2023-11-29T00:52:26.348686+0000","172.21.15.29:6801/2381274201":"2023-11-29T00:52:26.348686+0000","172.21.15.29:6801/2464922214":"2023-11-29T00:51:43.602558+0000","172.21.15.29:0/2092606053":"2023-11-29T00:51:18.464674+0000","172.21.15.29:0/3978710744":"2023-11-29T00:51:18.464674+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-28T00:55:50.309 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-11-28T00:55:50.309 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-11-28T00:55:50.310 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-11-28T00:55:50.310 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-11-28T00:55:50.310 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-11-28T00:55:50.311 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-11-28T00:55:50.311 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-11-28T00:55:50.312 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-11-28T00:55:50.575 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:50 smithi029 ceph-mon[107739]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-11-28T00:55:50.575 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:50 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/700341941' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T00:55:50.759 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:50.972 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:51.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:50 smithi190 ceph-mon[110568]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-11-28T00:55:51.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:50 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/700341941' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-28T00:55:51.098 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:51.100 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:51.100 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:51.527 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:51.533 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:52.025 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:52.658 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:52 smithi029 ceph-mon[107739]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-11-28T00:55:53.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:52 smithi190 ceph-mon[110568]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-11-28T00:55:54.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:54 smithi029 ceph-mon[107739]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-28T00:55:55.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:54 smithi190 ceph-mon[110568]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-28T00:55:55.597 INFO:teuthology.orchestra.run.smithi029.stdout:133143986192 2023-11-28T00:55:55.598 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-11-28T00:55:56.321 INFO:teuthology.orchestra.run.smithi029.stdout:223338299398 2023-11-28T00:55:56.322 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-11-28T00:55:56.863 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:56 smithi029 ceph-mon[107739]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:55:57.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:56 smithi190 ceph-mon[110568]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:55:57.314 INFO:teuthology.orchestra.run.smithi029.stdout:111669149716 2023-11-28T00:55:57.315 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-11-28T00:55:58.095 INFO:teuthology.orchestra.run.smithi029.stdout:38654705698 2023-11-28T00:55:58.096 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-11-28T00:55:58.186 INFO:teuthology.orchestra.run.smithi029.stdout:60129542171 2023-11-28T00:55:58.186 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-11-28T00:55:58.217 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:58.239 INFO:teuthology.orchestra.run.smithi029.stdout:193273528330 2023-11-28T00:55:58.239 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-11-28T00:55:58.403 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:58.435 INFO:teuthology.orchestra.run.smithi029.stdout:81604378649 2023-11-28T00:55:58.436 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-11-28T00:55:58.530 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:58.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:55:58 smithi029 ceph-mon[107739]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:55:58.756 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:58.769 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:59.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:55:58 smithi190 ceph-mon[110568]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:55:59.089 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:59.089 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:55:59.207 INFO:teuthology.orchestra.run.smithi029.stdout:163208757262 2023-11-28T00:55:59.208 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-11-28T00:56:00.841 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:00 smithi029 ceph-mon[107739]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:00.849 INFO:teuthology.orchestra.run.smithi029.stdout:111669149717 2023-11-28T00:56:01.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:00 smithi190 ceph-mon[110568]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:01.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:01 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/2459990033' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-28T00:56:02.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:01 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/2459990033' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-28T00:56:02.110 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:56:02.136 INFO:teuthology.orchestra.run.smithi029.stdout:193273528331 2023-11-28T00:56:02.644 INFO:teuthology.orchestra.run.smithi029.stdout:133143986194 2023-11-28T00:56:02.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:02 smithi029 ceph-mon[107739]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:02.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:02 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/1394153532' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-28T00:56:03.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:02 smithi190 ceph-mon[110568]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:03.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:02 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/1394153532' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-28T00:56:03.371 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528330 got 193273528331 for osd.6 2023-11-28T00:56:03.372 DEBUG:teuthology.parallel:result is None 2023-11-28T00:56:03.599 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:03 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/4239881355' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-28T00:56:03.884 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149716 got 111669149717 for osd.3 2023-11-28T00:56:03.885 DEBUG:teuthology.parallel:result is None 2023-11-28T00:56:03.942 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986192 got 133143986194 for osd.4 2023-11-28T00:56:03.942 DEBUG:teuthology.parallel:result is None 2023-11-28T00:56:03.973 INFO:teuthology.orchestra.run.smithi029.stdout:223338299400 2023-11-28T00:56:04.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:03 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/4239881355' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-28T00:56:04.349 INFO:teuthology.orchestra.run.smithi029.stdout:60129542173 2023-11-28T00:56:04.576 INFO:teuthology.orchestra.run.smithi029.stdout:38654705699 2023-11-28T00:56:04.851 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:04 smithi029 ceph-mon[107739]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:04.851 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:04 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3791349406' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-28T00:56:04.851 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:04 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3214946395' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-28T00:56:04.851 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:04 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/1232489813' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-28T00:56:04.897 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542171 got 60129542173 for osd.1 2023-11-28T00:56:04.897 DEBUG:teuthology.parallel:result is None 2023-11-28T00:56:05.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:04 smithi190 ceph-mon[110568]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:05.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:04 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3791349406' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-28T00:56:05.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:04 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3214946395' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-28T00:56:05.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:04 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/1232489813' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-28T00:56:05.200 INFO:tasks.cephadm.ceph_manager.ceph:need seq 223338299398 got 223338299400 for osd.7 2023-11-28T00:56:05.200 DEBUG:teuthology.parallel:result is None 2023-11-28T00:56:05.294 INFO:teuthology.orchestra.run.smithi029.stdout:81604378650 2023-11-28T00:56:05.688 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705698 got 38654705699 for osd.0 2023-11-28T00:56:05.689 DEBUG:teuthology.parallel:result is None 2023-11-28T00:56:05.805 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:05 smithi029 ceph-mon[107739]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:05.805 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:05 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/958556708' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-28T00:56:06.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:05 smithi190 ceph-mon[110568]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:06.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:05 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/958556708' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-28T00:56:06.102 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378649 got 81604378650 for osd.2 2023-11-28T00:56:06.103 DEBUG:teuthology.parallel:result is None 2023-11-28T00:56:06.218 INFO:teuthology.orchestra.run.smithi029.stdout:163208757264 2023-11-28T00:56:06.605 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757262 got 163208757264 for osd.5 2023-11-28T00:56:06.605 DEBUG:teuthology.parallel:result is None 2023-11-28T00:56:06.605 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-28T00:56:06.606 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-11-28T00:56:06.865 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:56:06.985 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:06 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/287234122' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-28T00:56:07.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:06 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/287234122' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-28T00:56:08.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:07 smithi190 ceph-mon[110568]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:08.097 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:56:08.099 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2023-11-28T00:56:08.120 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:07 smithi029 ceph-mon[107739]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:08.504 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":154,"stamp":"2023-11-28T00:56:06.709418+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":48320,"kb_used_data":6016,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912896,"statfs":{"total":767960285184,"available":767910805504,"internally_reserved":0,"allocated":6160384,"data_stored":3433864,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43253760},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002179"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":227,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-11-28T00:55:40.507089+0000","last_change":"2023-11-28T00:55:40.507089+0000","last_active":"2023-11-28T00:55:40.507089+0000","last_peered":"2023-11-28T00:55:40.507089+0000","last_clean":"2023-11-28T00:55:40.507089+0000","last_became_active":"2023-11-28T00:55:40.506638+0000","last_became_peered":"2023-11-28T00:55:40.506638+0000","last_unstale":"2023-11-28T00:55:40.507089+0000","last_undegraded":"2023-11-28T00:55:40.507089+0000","last_fullsized":"2023-11-28T00:55:40.507089+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-28T00:54:11.450343+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-28T00:54:11.450343+0000","last_clean_scrub_stamp":"2023-11-28T00:54:11.450343+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-29T05:22:53.363206+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":2662400,"data_stored":2644640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299401,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6016,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739136,"statfs":{"total":95995035648,"available":95988875264,"internally_reserved":0,"allocated":1105920,"data_stored":760028,"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.69299999999999995}]},{"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.66400000000000003}]},{"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.53900000000000003}]},{"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.63900000000000001}]},{"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.46300000000000002}]},{"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.51400000000000001}]},{"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.53000000000000003}]}]},{"osd":6,"up_from":45,"seq":193273528332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6076,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739076,"statfs":{"total":95995035648,"available":95988813824,"internally_reserved":0,"allocated":1101824,"data_stored":759705,"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.40400000000000003}]},{"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.45500000000000002}]},{"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.35199999999999998}]},{"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.46400000000000002}]},{"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.36899999999999999}]},{"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.33500000000000002}]},{"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":60129542174,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6252,"kb_used_data":548,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738900,"statfs":{"total":95995035648,"available":95988633600,"internally_reserved":0,"allocated":561152,"data_stored":230269,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Nov 28 00:55:54 2023","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.41199999999999998,"15min":0.40899999999999997},"min":{"1min":0.28000000000000003,"5min":0.253,"15min":0.253},"max":{"1min":0.99099999999999999,"5min":0.99099999999999999,"15min":0.99099999999999999},"last":0.27900000000000003},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.42199999999999999,"15min":0.41399999999999998},"min":{"1min":0.35899999999999999,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.38800000000000001}]},{"osd":2,"last update":"Tue Nov 28 00:55:14 2023","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.42699999999999999}]},{"osd":3,"last update":"Tue Nov 28 00:55:32 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.41199999999999998}]},{"osd":4,"last update":"Tue Nov 28 00:55:45 2023","interfaces":[{"interface":"back","average":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"min":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.05,"5min":1.05,"15min":1.05},"last":0.59599999999999997}]},{"osd":5,"last update":"Tue Nov 28 00:56:02 2023","interfaces":[{"interface":"back","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.627},{"interface":"front","average":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.61599999999999999}]},{"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.66400000000000003}]}]},{"osd":0,"up_from":9,"seq":38654705700,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6848,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738304,"statfs":{"total":95995035648,"available":95988023296,"internally_reserved":0,"allocated":1105920,"data_stored":760028,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Nov 28 00:55:54 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.34699999999999998,"15min":0.33700000000000002},"min":{"1min":0.29599999999999999,"5min":0.223,"15min":0.223},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.40100000000000002,"15min":0.38600000000000001},"min":{"1min":0.28599999999999998,"5min":0.254,"15min":0.254},"max":{"1min":0.61799999999999999,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.34999999999999998}]},{"osd":2,"last update":"Tue Nov 28 00:55:13 2023","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.59599999999999997},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.46600000000000003}]},{"osd":3,"last update":"Tue Nov 28 00:55:30 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.443},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.496}]},{"osd":4,"last update":"Tue Nov 28 00:55:47 2023","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.109,"5min":1.109,"15min":1.109},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.1379999999999999,"5min":1.1379999999999999,"15min":1.1379999999999999},"last":0.56599999999999995}]},{"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.54800000000000004}]},{"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.80800000000000005}]},{"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.52800000000000002}]}]},{"osd":2,"up_from":19,"seq":81604378651,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6200,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738952,"statfs":{"total":95995035648,"available":95988686848,"internally_reserved":0,"allocated":573440,"data_stored":231100,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Nov 28 00:55:14 2023","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.20200000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.442}]},{"osd":1,"last update":"Tue Nov 28 00:55:14 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.33200000000000002},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.39400000000000002}]},{"osd":3,"last update":"Tue Nov 28 00:55:30 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.41199999999999998}]},{"osd":4,"last update":"Tue Nov 28 00:55:44 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.66600000000000004}]},{"osd":5,"last update":"Tue Nov 28 00:56:04 2023","interfaces":[{"interface":"back","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97499999999999998},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.70299999999999996}]},{"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.72499999999999998}]},{"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.75600000000000001}]}]},{"osd":3,"up_from":26,"seq":111669149719,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5624,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739528,"statfs":{"total":95995035648,"available":95989276672,"internally_reserved":0,"allocated":573440,"data_stored":231100,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Nov 28 00:55:29 2023","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.312},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.26600000000000001}]},{"osd":1,"last update":"Tue Nov 28 00:55:29 2023","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.36899999999999999}]},{"osd":2,"last update":"Tue Nov 28 00:55:29 2023","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.38500000000000001}]},{"osd":4,"last update":"Tue Nov 28 00:55:47 2023","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":0.95499999999999996,"5min":0.95499999999999996,"15min":0.95499999999999996},"last":0.57599999999999996}]},{"osd":5,"last update":"Tue Nov 28 00:56:03 2023","interfaces":[{"interface":"back","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.55600000000000005}]},{"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.60599999999999998}]},{"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.58499999999999996}]}]},{"osd":4,"up_from":31,"seq":133143986195,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":231100,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Nov 28 00:55:47 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.93500000000000005,"5min":0.93500000000000005,"15min":0.93500000000000005},"last":0.71299999999999997},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"last":0.61499999999999999}]},{"osd":1,"last update":"Tue Nov 28 00:55:47 2023","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.72199999999999998},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.63300000000000001}]},{"osd":2,"last update":"Tue Nov 28 00:55:47 2023","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.65100000000000002}]},{"osd":3,"last update":"Tue Nov 28 00:55:47 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.92200000000000004,"5min":0.92200000000000004,"15min":0.92200000000000004},"last":0.68799999999999994},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.94499999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"last":0.67600000000000005}]},{"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.52700000000000002}]},{"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.56200000000000006}]},{"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.63700000000000001}]}]},{"osd":5,"up_from":38,"seq":163208757264,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5616,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739536,"statfs":{"total":95995035648,"available":95989284864,"internally_reserved":0,"allocated":565248,"data_stored":230534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Nov 28 00:56:03 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.438}]},{"osd":1,"last update":"Tue Nov 28 00:56:03 2023","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.63500000000000001}]},{"osd":2,"last update":"Tue Nov 28 00:56:03 2023","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.55800000000000005}]},{"osd":3,"last update":"Tue Nov 28 00:56:03 2023","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.67400000000000004}]},{"osd":4,"last update":"Tue Nov 28 00:56:03 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.49399999999999999}]},{"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.41399999999999998}]},{"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.71199999999999997}]}]}],"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":0,"data_stored":0,"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":0,"data_stored":0,"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-28T00:56:08.506 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-11-28T00:56:08.764 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:56:09.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:08 smithi190 ceph-mon[110568]: from='client.14444 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T00:56:09.080 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:08 smithi029 ceph-mon[107739]: from='client.14444 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T00:56:09.979 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:09 smithi190 ceph-mon[110568]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:10.002 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:56:10.004 INFO:teuthology.orchestra.run.smithi029.stderr:dumped all 2023-11-28T00:56:10.029 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:09 smithi029 ceph-mon[107739]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:10.406 INFO:teuthology.orchestra.run.smithi029.stdout:{"pg_ready":true,"pg_map":{"version":155,"stamp":"2023-11-28T00:56:08.709744+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":48320,"kb_used_data":6016,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912896,"statfs":{"total":767960285184,"available":767910805504,"internally_reserved":0,"allocated":6160384,"data_stored":3433864,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43253760},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002123"},"pg_stats":[{"pgid":"1.0","version":"23'117","reported_seq":227,"reported_epoch":56,"state":"active+clean","last_fresh":"2023-11-28T00:55:40.507089+0000","last_change":"2023-11-28T00:55:40.507089+0000","last_active":"2023-11-28T00:55:40.507089+0000","last_peered":"2023-11-28T00:55:40.507089+0000","last_clean":"2023-11-28T00:55:40.507089+0000","last_became_active":"2023-11-28T00:55:40.506638+0000","last_became_peered":"2023-11-28T00:55:40.506638+0000","last_unstale":"2023-11-28T00:55:40.507089+0000","last_undegraded":"2023-11-28T00:55:40.507089+0000","last_fullsized":"2023-11-28T00:55:40.507089+0000","mapping_epoch":55,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":56,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-28T00:54:11.450343+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-28T00:54:11.450343+0000","last_clean_scrub_stamp":"2023-11-28T00:54:11.450343+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-29T05:22:53.363206+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":2662400,"data_stored":2644640,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":52,"seq":223338299401,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6016,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739136,"statfs":{"total":95995035648,"available":95988875264,"internally_reserved":0,"allocated":1105920,"data_stored":760028,"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.69299999999999995}]},{"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.66400000000000003}]},{"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.53900000000000003}]},{"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.63900000000000001}]},{"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.46300000000000002}]},{"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.51400000000000001}]},{"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.53000000000000003}]}]},{"osd":6,"up_from":45,"seq":193273528332,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6076,"kb_used_data":1076,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739076,"statfs":{"total":95995035648,"available":95988813824,"internally_reserved":0,"allocated":1101824,"data_stored":759705,"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.40400000000000003}]},{"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.45500000000000002}]},{"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.35199999999999998}]},{"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.46400000000000002}]},{"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.36899999999999999}]},{"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.33500000000000002}]},{"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":60129542174,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6252,"kb_used_data":548,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738900,"statfs":{"total":95995035648,"available":95988633600,"internally_reserved":0,"allocated":561152,"data_stored":230269,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Nov 28 00:55:54 2023","interfaces":[{"interface":"back","average":{"1min":0.432,"5min":0.41199999999999998,"15min":0.40899999999999997},"min":{"1min":0.28000000000000003,"5min":0.253,"15min":0.253},"max":{"1min":0.99099999999999999,"5min":0.99099999999999999,"15min":0.99099999999999999},"last":0.27900000000000003},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.42199999999999999,"15min":0.41399999999999998},"min":{"1min":0.35899999999999999,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.38800000000000001}]},{"osd":2,"last update":"Tue Nov 28 00:55:14 2023","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.42699999999999999}]},{"osd":3,"last update":"Tue Nov 28 00:55:32 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.41199999999999998}]},{"osd":4,"last update":"Tue Nov 28 00:55:45 2023","interfaces":[{"interface":"back","average":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"min":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"min":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"max":{"1min":1.05,"5min":1.05,"15min":1.05},"last":0.59599999999999997}]},{"osd":5,"last update":"Tue Nov 28 00:56:02 2023","interfaces":[{"interface":"back","average":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.627},{"interface":"front","average":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.61599999999999999}]},{"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.66400000000000003}]}]},{"osd":0,"up_from":9,"seq":38654705701,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6848,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738304,"statfs":{"total":95995035648,"available":95988023296,"internally_reserved":0,"allocated":1105920,"data_stored":760028,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5898240},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Nov 28 00:55:54 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.34699999999999998,"15min":0.33700000000000002},"min":{"1min":0.29599999999999999,"5min":0.223,"15min":0.223},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.40100000000000002,"15min":0.38600000000000001},"min":{"1min":0.28599999999999998,"5min":0.254,"15min":0.254},"max":{"1min":0.61799999999999999,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.32300000000000001}]},{"osd":2,"last update":"Tue Nov 28 00:55:13 2023","interfaces":[{"interface":"back","average":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"min":{"1min":0.21299999999999999,"5min":0.21299999999999999,"15min":0.21299999999999999},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.38900000000000001}]},{"osd":3,"last update":"Tue Nov 28 00:55:30 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.42999999999999999}]},{"osd":4,"last update":"Tue Nov 28 00:55:47 2023","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.109,"5min":1.109,"15min":1.109},"last":0.57699999999999996},{"interface":"front","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.1379999999999999,"5min":1.1379999999999999,"15min":1.1379999999999999},"last":0.65200000000000002}]},{"osd":5,"last update":"Tue Nov 28 00:56:07 2023","interfaces":[{"interface":"back","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.73699999999999999},{"interface":"front","average":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.62}]},{"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.75600000000000001}]},{"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.70999999999999996}]}]},{"osd":2,"up_from":19,"seq":81604378651,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6200,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738952,"statfs":{"total":95995035648,"available":95988686848,"internally_reserved":0,"allocated":573440,"data_stored":231100,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Nov 28 00:55:14 2023","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.20200000000000001,"5min":0.20200000000000001,"15min":0.20200000000000001},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.442}]},{"osd":1,"last update":"Tue Nov 28 00:55:14 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"last":0.33200000000000002},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.39400000000000002}]},{"osd":3,"last update":"Tue Nov 28 00:55:30 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.752,"5min":0.752,"15min":0.752},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.41199999999999998}]},{"osd":4,"last update":"Tue Nov 28 00:55:44 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.876,"5min":0.876,"15min":0.876},"last":0.66600000000000004}]},{"osd":5,"last update":"Tue Nov 28 00:56:04 2023","interfaces":[{"interface":"back","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"max":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97499999999999998},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.627,"5min":0.627,"15min":0.627},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.70299999999999996}]},{"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.72499999999999998}]},{"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.75600000000000001}]}]},{"osd":3,"up_from":26,"seq":111669149719,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5624,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739528,"statfs":{"total":95995035648,"available":95989276672,"internally_reserved":0,"allocated":573440,"data_stored":231100,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Nov 28 00:55:29 2023","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.312},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.26600000000000001}]},{"osd":1,"last update":"Tue Nov 28 00:55:29 2023","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.36899999999999999}]},{"osd":2,"last update":"Tue Nov 28 00:55:29 2023","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.38500000000000001}]},{"osd":4,"last update":"Tue Nov 28 00:55:47 2023","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":0.95499999999999996,"5min":0.95499999999999996,"15min":0.95499999999999996},"last":0.57599999999999996}]},{"osd":5,"last update":"Tue Nov 28 00:56:03 2023","interfaces":[{"interface":"back","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"last":0.55600000000000005}]},{"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.60599999999999998}]},{"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.58499999999999996}]}]},{"osd":4,"up_from":31,"seq":133143986195,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5688,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739464,"statfs":{"total":95995035648,"available":95989211136,"internally_reserved":0,"allocated":573440,"data_stored":231100,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Nov 28 00:55:47 2023","interfaces":[{"interface":"back","average":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.93500000000000005,"5min":0.93500000000000005,"15min":0.93500000000000005},"last":0.71299999999999997},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.92400000000000004,"5min":0.92400000000000004,"15min":0.92400000000000004},"last":0.61499999999999999}]},{"osd":1,"last update":"Tue Nov 28 00:55:47 2023","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.72199999999999998},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.63300000000000001}]},{"osd":2,"last update":"Tue Nov 28 00:55:47 2023","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.91400000000000003,"5min":0.91400000000000003,"15min":0.91400000000000003},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.89900000000000002,"5min":0.89900000000000002,"15min":0.89900000000000002},"last":0.65100000000000002}]},{"osd":3,"last update":"Tue Nov 28 00:55:47 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.92200000000000004,"5min":0.92200000000000004,"15min":0.92200000000000004},"last":0.68799999999999994},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.94499999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"last":0.67600000000000005}]},{"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.52700000000000002}]},{"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.56200000000000006}]},{"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.63700000000000001}]}]},{"osd":5,"up_from":38,"seq":163208757265,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5616,"kb_used_data":552,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739536,"statfs":{"total":95995035648,"available":95989284864,"internally_reserved":0,"allocated":565248,"data_stored":230534,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Nov 28 00:56:03 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.86399999999999999,"5min":0.86399999999999999,"15min":0.86399999999999999},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.61299999999999999}]},{"osd":1,"last update":"Tue Nov 28 00:56:03 2023","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.56799999999999995}]},{"osd":2,"last update":"Tue Nov 28 00:56:03 2023","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.53700000000000003}]},{"osd":3,"last update":"Tue Nov 28 00:56:03 2023","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.58299999999999996}]},{"osd":4,"last update":"Tue Nov 28 00:56:03 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.5},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"last":0.59299999999999997}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.627}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.65500000000000003}]}]}],"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":0,"data_stored":0,"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":0,"data_stored":0,"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-28T00:56:10.407 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-28T00:56:10.407 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-28T00:56:10.407 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-28T00:56:10.408 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-11-28T00:56:10.664 INFO:teuthology.orchestra.run.smithi029.stderr:Inferring config /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/mon.smithi029/config 2023-11-28T00:56:10.984 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:10 smithi029 ceph-mon[107739]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T00:56:11.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:10 smithi190 ceph-mon[110568]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T00:56:11.960 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:56:11.960 INFO:teuthology.orchestra.run.smithi029.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-28T00:56:11.991 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:11 smithi029 ceph-mon[107739]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:12.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:11 smithi190 ceph-mon[110568]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:12.363 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-28T00:56:12.363 INFO:tasks.cephadm:Setup complete, yielding 2023-11-28T00:56:12.363 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-28T00:56:12.373 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2023-11-28T00:56:12.374 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- bash -c 'ceph orch status' 2023-11-28T00:56:13.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:12 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3621353494' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-28T00:56:13.102 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:12 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3621353494' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-28T00:56:13.913 INFO:teuthology.orchestra.run.smithi029.stdout:Backend: cephadm 2023-11-28T00:56:13.914 INFO:teuthology.orchestra.run.smithi029.stdout:Available: Yes 2023-11-28T00:56:13.914 INFO:teuthology.orchestra.run.smithi029.stdout:Paused: No 2023-11-28T00:56:14.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:13 smithi190 ceph-mon[110568]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:14.143 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:13 smithi029 ceph-mon[107739]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:14.312 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ps' 2023-11-28T00:56:14.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:14 smithi029 ceph-mon[107739]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:15.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:14 smithi190 ceph-mon[110568]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:15.820 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T00:56:15.820 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi029 smithi029 *:9093,9094 running (3m) 108s ago 4m 17.3M - ba2b418f427c 8e45d47ac590 2023-11-28T00:56:15.820 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi029 smithi029 running (4m) 108s ago 4m 7046k - 17.2.0 e1d6a67b021e 4cecd8d06c4f 2023-11-28T00:56:15.820 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi190 smithi190 running (3m) 43s ago 3m 7197k - 17.2.0 e1d6a67b021e dc6c40286ca5 2023-11-28T00:56:15.821 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 running (2m) 108s ago 4m 43.8M - 8.3.5 dad864ee21e9 b87b32dd6355 2023-11-28T00:56:15.821 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi029.zvexvj smithi029 *:9283 running (5m) 108s ago 5m 462M - 17.2.0 e1d6a67b021e 402541c5f474 2023-11-28T00:56:15.821 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi190.afefzp smithi190 *:8443,9283 running (3m) 43s ago 3m 417M - 17.2.0 e1d6a67b021e df26a835e31f 2023-11-28T00:56:15.821 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi029 smithi029 running (5m) 108s ago 5m 61.3M 2048M 17.2.0 e1d6a67b021e 739eed534ac9 2023-11-28T00:56:15.821 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi190 smithi190 running (3m) 43s ago 3m 53.6M 2048M 17.2.0 e1d6a67b021e df51aa5e8ca7 2023-11-28T00:56:15.821 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 running (3m) 108s ago 3m 21.3M - 1dbe0e931976 eee4c646bc30 2023-11-28T00:56:15.821 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi190 smithi190 *:9100 running (3m) 43s ago 3m 22.7M - 1dbe0e931976 6d54d76f6eac 2023-11-28T00:56:15.821 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (2m) 108s ago 2m 38.2M 3225M 17.2.0 e1d6a67b021e cf62bb3077a5 2023-11-28T00:56:15.822 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (2m) 108s ago 2m 43.4M 3225M 17.2.0 e1d6a67b021e a29c23d8984b 2023-11-28T00:56:15.822 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (2m) 108s ago 2m 36.7M 3225M 17.2.0 e1d6a67b021e c676024d6dce 2023-11-28T00:56:15.822 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (112s) 108s ago 112s 11.6M 3225M 17.2.0 e1d6a67b021e 5d394eeb8fe3 2023-11-28T00:56:15.822 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi190 running (96s) 43s ago 95s 37.4M 3992M 17.2.0 e1d6a67b021e ce0f1e4497f5 2023-11-28T00:56:15.822 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi190 running (79s) 43s ago 79s 40.5M 3992M 17.2.0 e1d6a67b021e 8457b938f5b1 2023-11-28T00:56:15.822 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi190 running (62s) 43s ago 62s 38.0M 3992M 17.2.0 e1d6a67b021e 76c7ced39f03 2023-11-28T00:56:15.822 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi190 running (45s) 43s ago 45s 14.1M 3992M 17.2.0 e1d6a67b021e 3515f9a0b66b 2023-11-28T00:56:15.822 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi029 smithi029 *:9095 running (3m) 108s ago 3m 51.6M - 514e6a882f6e b9663d5e020d 2023-11-28T00:56:15.993 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:15 smithi029 ceph-mon[107739]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:16.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:15 smithi190 ceph-mon[110568]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:16.212 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ls' 2023-11-28T00:56:16.926 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:16 smithi029 ceph-mon[107739]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:17.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:16 smithi190 ceph-mon[110568]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:17.658 INFO:teuthology.orchestra.run.smithi029.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-28T00:56:17.658 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager ?:9093,9094 1/1 109s ago 4m count:1 2023-11-28T00:56:17.658 INFO:teuthology.orchestra.run.smithi029.stdout:crash 2/2 109s ago 4m * 2023-11-28T00:56:17.659 INFO:teuthology.orchestra.run.smithi029.stdout:grafana ?:3000 1/1 109s ago 4m count:1 2023-11-28T00:56:17.659 INFO:teuthology.orchestra.run.smithi029.stdout:mgr 2/2 109s ago 4m count:2 2023-11-28T00:56:17.659 INFO:teuthology.orchestra.run.smithi029.stdout:mon 2/2 109s ago 4m smithi029:172.21.15.29=smithi029;smithi190:172.21.15.190=smithi190;count:2 2023-11-28T00:56:17.659 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter ?:9100 2/2 109s ago 4m * 2023-11-28T00:56:17.659 INFO:teuthology.orchestra.run.smithi029.stdout:osd 8 109s ago - 2023-11-28T00:56:17.659 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus ?:9095 1/1 109s ago 4m count:1 2023-11-28T00:56:17.938 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:17 smithi029 ceph-mon[107739]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:18.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:17 smithi190 ceph-mon[110568]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:18.046 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- bash -c 'ceph orch host ls' 2023-11-28T00:56:19.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:18 smithi190 ceph-mon[110568]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:19.118 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:18 smithi029 ceph-mon[107739]: from='client.14464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:19.549 INFO:teuthology.orchestra.run.smithi029.stdout:HOST ADDR LABELS STATUS 2023-11-28T00:56:19.549 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 172.21.15.29 2023-11-28T00:56:19.549 INFO:teuthology.orchestra.run.smithi029.stdout:smithi190 172.21.15.190 2023-11-28T00:56:19.549 INFO:teuthology.orchestra.run.smithi029.stdout:2 hosts in cluster 2023-11-28T00:56:19.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:19 smithi029 ceph-mon[107739]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:19.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:19 smithi029 ceph-mon[107739]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:19.979 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls' 2023-11-28T00:56:20.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:19 smithi190 ceph-mon[110568]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:20.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:19 smithi190 ceph-mon[110568]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:21.501 INFO:teuthology.orchestra.run.smithi029.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-11-28T00:56:21.501 INFO:teuthology.orchestra.run.smithi029.stdout:smithi029 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7512009B480DGN 480G LVM detected, locked 2023-11-28T00:56:21.501 INFO:teuthology.orchestra.run.smithi029.stdout:smithi190 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT63210012400BGN 400G LVM detected, locked 2023-11-28T00:56:21.871 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:21 smithi029 ceph-mon[107739]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:21.871 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:21 smithi029 ceph-mon[107739]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:21.895 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-28T00:56:21.904 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2023-11-28T00:56:21.904 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-28T00:56:21.938 INFO:teuthology.orchestra.run.smithi029.stderr:+ systemctl stop nfs-server 2023-11-28T00:56:21.947 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi190.front.sepia.ceph.com 2023-11-28T00:56:21.947 DEBUG:teuthology.orchestra.run.smithi190:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-28T00:56:21.982 INFO:teuthology.orchestra.run.smithi190.stderr:+ systemctl stop nfs-server 2023-11-28T00:56:21.990 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-28T00:56:21.999 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2023-11-28T00:56:21.999 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-11-28T00:56:22.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:21 smithi190 ceph-mon[110568]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:22.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:21 smithi190 ceph-mon[110568]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:24.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:24 smithi190 ceph-mon[110568]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:24.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:24 smithi190 ceph-mon[110568]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:24.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:24 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-28T00:56:24.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:24 smithi029 ceph-mon[107739]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:24.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:24 smithi029 ceph-mon[107739]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:24.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:24 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-28T00:56:25.430 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:25 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-mon-smithi029[107716]: 2023-11-28T00:56:25.020+0000 7f09a8a35700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-28T00:56:25.451 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-28T00:56:25.461 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-11-28T00:56:25.461 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-28T00:56:25.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:25 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-28T00:56:25.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:25 smithi029 ceph-mon[107739]: osdmap e57: 8 total, 8 up, 8 in 2023-11-28T00:56:25.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:25 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-28T00:56:25.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:25 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-28T00:56:25.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:25 smithi029 ceph-mon[107739]: osdmap e58: 8 total, 8 up, 8 in 2023-11-28T00:56:25.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:25 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-28T00:56:25.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:25 smithi029 ceph-mon[107739]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-28T00:56:25.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:25 smithi029 ceph-mon[107739]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-28T00:56:25.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:25 smithi029 ceph-mon[107739]: osdmap e59: 8 total, 8 up, 8 in 2023-11-28T00:56:25.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:25 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-28T00:56:25.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:25 smithi029 ceph-mon[107739]: fsmap foofs:0 2023-11-28T00:56:25.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:25 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:25.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:25 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:56:25.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:25 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:25.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:25 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:56:25.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:25 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-28T00:56:25.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:25 smithi190 ceph-mon[110568]: osdmap e57: 8 total, 8 up, 8 in 2023-11-28T00:56:25.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:25 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-28T00:56:25.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:25 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-28T00:56:25.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:25 smithi190 ceph-mon[110568]: osdmap e58: 8 total, 8 up, 8 in 2023-11-28T00:56:25.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:25 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-28T00:56:25.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:25 smithi190 ceph-mon[110568]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-28T00:56:25.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:25 smithi190 ceph-mon[110568]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-28T00:56:25.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:25 smithi190 ceph-mon[110568]: osdmap e59: 8 total, 8 up, 8 in 2023-11-28T00:56:25.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:25 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-28T00:56:25.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:25 smithi190 ceph-mon[110568]: fsmap foofs:0 2023-11-28T00:56:25.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:25 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:25.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:25 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:56:25.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:25 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:25.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:25 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:56:26.896 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:26 smithi029 ceph-mon[107739]: pgmap v164: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:26.896 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:26 smithi029 ceph-mon[107739]: Saving service mds.foofs spec with placement count:2 2023-11-28T00:56:26.896 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:26 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:26.896 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:26 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:26.896 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:26 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi029.ohgbul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-28T00:56:26.896 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:26 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi029.ohgbul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-28T00:56:26.896 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:26 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:26.896 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:26 smithi029 ceph-mon[107739]: Deploying daemon mds.foofs.smithi029.ohgbul on smithi029 2023-11-28T00:56:26.896 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:26 smithi029 ceph-mon[107739]: osdmap e60: 8 total, 8 up, 8 in 2023-11-28T00:56:27.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:26 smithi190 ceph-mon[110568]: pgmap v164: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:27.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:26 smithi190 ceph-mon[110568]: Saving service mds.foofs spec with placement count:2 2023-11-28T00:56:27.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:26 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:27.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:26 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:27.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:26 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi029.ohgbul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-28T00:56:27.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:26 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi029.ohgbul", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-28T00:56:27.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:26 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:27.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:26 smithi190 ceph-mon[110568]: Deploying daemon mds.foofs.smithi029.ohgbul on smithi029 2023-11-28T00:56:27.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:26 smithi190 ceph-mon[110568]: osdmap e60: 8 total, 8 up, 8 in 2023-11-28T00:56:27.617 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:56:27.618 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-28T00:51:33.831060Z", "last_refresh": "2023-11-28T00:54:27.783636Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-28T00:51:29.103546Z", "last_refresh": "2023-11-28T00:54:27.783709Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-28T00:51:31.224668Z", "last_refresh": "2023-11-28T00:54:27.783778Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-28T00:56:25.052927Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-28T00:56:25.043981Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-28T00:51:27.999129Z", "last_refresh": "2023-11-28T00:54:27.783550Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-28T00:52:06.423291Z", "last_refresh": "2023-11-28T00:54:27.783376Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-28T00:51:32.376758Z", "last_refresh": "2023-11-28T00:54:27.783846Z", "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-28T00:54:27.783983Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-28T00:51:30.233424Z", "last_refresh": "2023-11-28T00:54:27.783915Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-28T00:56:27.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:27 smithi029 ceph-mon[107739]: pgmap v168: 65 pgs: 18 unknown, 47 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:27.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:27.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/mirror_snapshot_schedule"}]: dispatch 2023-11-28T00:56:27.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/trash_purge_schedule"}]: dispatch 2023-11-28T00:56:27.932 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:27 smithi029 ceph-mon[107739]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T00:56:28.004 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:27 smithi190 ceph-mon[110568]: pgmap v168: 65 pgs: 18 unknown, 47 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:28.004 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:27 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:28.004 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:27 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/mirror_snapshot_schedule"}]: dispatch 2023-11-28T00:56:28.004 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:27 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/trash_purge_schedule"}]: dispatch 2023-11-28T00:56:28.004 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:27 smithi190 ceph-mon[110568]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T00:56:28.077 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-28T00:56:29.034 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:28 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:29.034 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:28 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.sfnkvf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-28T00:56:29.034 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:28 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.sfnkvf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-28T00:56:29.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:28 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:29.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:28 smithi190 ceph-mon[110568]: Deploying daemon mds.foofs.smithi190.sfnkvf on smithi190 2023-11-28T00:56:29.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:28 smithi190 ceph-mon[110568]: mds.? [v2:172.21.15.29:6834/4214961171,v1:172.21.15.29:6835/4214961171] up:boot 2023-11-28T00:56:29.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:28 smithi190 ceph-mon[110568]: daemon mds.foofs.smithi029.ohgbul assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-28T00:56:29.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:28 smithi190 ceph-mon[110568]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-28T00:56:29.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:28 smithi190 ceph-mon[110568]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-28T00:56:29.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:28 smithi190 ceph-mon[110568]: Cluster is now healthy 2023-11-28T00:56:29.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:28 smithi190 ceph-mon[110568]: fsmap foofs:0 1 up:standby 2023-11-28T00:56:29.036 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:28 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi029.ohgbul"}]: dispatch 2023-11-28T00:56:29.036 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:28 smithi190 ceph-mon[110568]: fsmap foofs:1 {0=foofs.smithi029.ohgbul=up:creating} 2023-11-28T00:56:29.036 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:28 smithi190 ceph-mon[110568]: daemon mds.foofs.smithi029.ohgbul is now active in filesystem foofs as rank 0 2023-11-28T00:56:29.078 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-28T00:56:29.425 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:28 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:29.425 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:28 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.sfnkvf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-28T00:56:29.425 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:28 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.sfnkvf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-28T00:56:29.425 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:28 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:29.426 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:28 smithi029 ceph-mon[107739]: Deploying daemon mds.foofs.smithi190.sfnkvf on smithi190 2023-11-28T00:56:29.426 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:28 smithi029 ceph-mon[107739]: mds.? [v2:172.21.15.29:6834/4214961171,v1:172.21.15.29:6835/4214961171] up:boot 2023-11-28T00:56:29.426 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:28 smithi029 ceph-mon[107739]: daemon mds.foofs.smithi029.ohgbul assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-28T00:56:29.426 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:28 smithi029 ceph-mon[107739]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-28T00:56:29.426 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:28 smithi029 ceph-mon[107739]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-28T00:56:29.426 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:28 smithi029 ceph-mon[107739]: Cluster is now healthy 2023-11-28T00:56:29.426 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:28 smithi029 ceph-mon[107739]: fsmap foofs:0 1 up:standby 2023-11-28T00:56:29.426 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:28 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi029.ohgbul"}]: dispatch 2023-11-28T00:56:29.426 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:28 smithi029 ceph-mon[107739]: fsmap foofs:1 {0=foofs.smithi029.ohgbul=up:creating} 2023-11-28T00:56:29.426 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:28 smithi029 ceph-mon[107739]: daemon mds.foofs.smithi029.ohgbul is now active in filesystem foofs as rank 0 2023-11-28T00:56:30.735 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:56:30.735 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-28T00:51:33.831060Z", "last_refresh": "2023-11-28T00:54:27.783636Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-28T00:51:29.103546Z", "last_refresh": "2023-11-28T00:54:27.783709Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-28T00:51:31.224668Z", "last_refresh": "2023-11-28T00:54:27.783778Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-28T00:56:25.052927Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-28T00:56:25.043981Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-28T00:51:27.999129Z", "last_refresh": "2023-11-28T00:54:27.783550Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-28T00:52:06.423291Z", "last_refresh": "2023-11-28T00:54:27.783376Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-28T00:51:32.376758Z", "last_refresh": "2023-11-28T00:54:27.783846Z", "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-28T00:54:27.783983Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-28T00:51:30.233424Z", "last_refresh": "2023-11-28T00:54:27.783915Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-28T00:56:30.770 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:30 smithi029 ceph-mon[107739]: pgmap v169: 65 pgs: 65 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:30.770 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:30 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:30.770 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:30 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:56:30.770 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:30 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:30.770 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:30 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:56:30.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:30 smithi029 ceph-mon[107739]: mds.? [v2:172.21.15.29:6834/4214961171,v1:172.21.15.29:6835/4214961171] up:active 2023-11-28T00:56:30.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:30 smithi029 ceph-mon[107739]: mds.? [v2:172.21.15.190:6832/2941554686,v1:172.21.15.190:6833/2941554686] up:boot 2023-11-28T00:56:30.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:30 smithi029 ceph-mon[107739]: fsmap foofs:1 {0=foofs.smithi029.ohgbul=up:active} 1 up:standby 2023-11-28T00:56:30.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:30 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.sfnkvf"}]: dispatch 2023-11-28T00:56:30.771 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:30 smithi029 ceph-mon[107739]: fsmap foofs:1 {0=foofs.smithi029.ohgbul=up:active} 1 up:standby 2023-11-28T00:56:30.939 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:30 smithi190 ceph-mon[110568]: pgmap v169: 65 pgs: 65 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-28T00:56:30.939 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:30 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:30.939 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:30 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:56:30.939 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:30 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:30.939 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:30 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:56:30.940 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:30 smithi190 ceph-mon[110568]: mds.? [v2:172.21.15.29:6834/4214961171,v1:172.21.15.29:6835/4214961171] up:active 2023-11-28T00:56:30.940 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:30 smithi190 ceph-mon[110568]: mds.? [v2:172.21.15.190:6832/2941554686,v1:172.21.15.190:6833/2941554686] up:boot 2023-11-28T00:56:30.940 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:30 smithi190 ceph-mon[110568]: fsmap foofs:1 {0=foofs.smithi029.ohgbul=up:active} 1 up:standby 2023-11-28T00:56:30.940 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:30 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.sfnkvf"}]: dispatch 2023-11-28T00:56:30.940 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:30 smithi190 ceph-mon[110568]: fsmap foofs:1 {0=foofs.smithi029.ohgbul=up:active} 1 up:standby 2023-11-28T00:56:31.295 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-28T00:56:32.110 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:31 smithi029 ceph-mon[107739]: pgmap v170: 65 pgs: 65 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 682 B/s wr, 1 op/s 2023-11-28T00:56:32.110 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:31 smithi029 ceph-mon[107739]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T00:56:32.110 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:32.110 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:31 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:32.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:31 smithi190 ceph-mon[110568]: pgmap v170: 65 pgs: 65 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 682 B/s wr, 1 op/s 2023-11-28T00:56:32.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:31 smithi190 ceph-mon[110568]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T00:56:32.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:31 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:32.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:31 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:32.296 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-11-28T00:56:33.997 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:56:33.997 INFO:teuthology.orchestra.run.smithi029.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-28T00:51:33.831060Z", "last_refresh": "2023-11-28T00:56:32.994329Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-28T00:51:29.103546Z", "last_refresh": "2023-11-28T00:56:30.941715Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-28T00:51:31.224668Z", "last_refresh": "2023-11-28T00:56:32.994473Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-28T00:56:25.052927Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-28T00:56:25.043981Z", "last_refresh": "2023-11-28T00:56:30.942647Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-28T00:51:27.999129Z", "last_refresh": "2023-11-28T00:56:30.941906Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi029:172.21.15.29=smithi029", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-28T00:52:06.423291Z", "last_refresh": "2023-11-28T00:56:30.942066Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-28T00:51:32.376758Z", "last_refresh": "2023-11-28T00:56:30.942183Z", "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-28T00:56:30.942333Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-28T00:51:30.233424Z", "last_refresh": "2023-11-28T00:56:32.994639Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-28T00:56:34.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:34 smithi190 ceph-mon[110568]: pgmap v171: 65 pgs: 65 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 797 B/s wr, 4 op/s 2023-11-28T00:56:34.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:34 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:34.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:34 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:34.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:34 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:56:34.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:34 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:34.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:34 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:56:34.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:34 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:34.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:34 smithi029 ceph-mon[107739]: pgmap v171: 65 pgs: 65 active+clean; 578 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 797 B/s wr, 4 op/s 2023-11-28T00:56:34.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:34 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:34.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:34 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:34.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:34 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:56:34.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:34 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:34.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:34 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:56:34.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:34 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:34.470 INFO:tasks.cephadm:mds.foofs has 2/2 2023-11-28T00:56:34.470 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-28T00:56:34.479 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2023-11-28T00:56:34.479 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-11-28T00:56:35.174 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:35 smithi029 ceph-mon[107739]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T00:56:35.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:35 smithi190 ceph-mon[110568]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-28T00:56:36.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:36 smithi029 ceph-mon[107739]: pgmap v172: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-11-28T00:56:36.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:36 smithi190 ceph-mon[110568]: pgmap v172: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-11-28T00:56:37.516 INFO:teuthology.orchestra.run.smithi029.stdout:NFS Cluster Created Successfully 2023-11-28T00:56:37.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:37 smithi029 ceph-mon[107739]: from='client.14500 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:37.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:37 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-28T00:56:37.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:37 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-28T00:56:37.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:37 smithi029 ceph-mon[107739]: osdmap e61: 8 total, 8 up, 8 in 2023-11-28T00:56:37.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:37 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-28T00:56:37.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:37 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:37.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:37 smithi190 ceph-mon[110568]: from='client.14500 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:37.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-28T00:56:37.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-28T00:56:37.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:37 smithi190 ceph-mon[110568]: osdmap e61: 8 total, 8 up, 8 in 2023-11-28T00:56:37.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-28T00:56:37.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:37 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:37.928 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-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-28T00:56:38.567 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: pgmap v174: 97 pgs: 5 creating+peering, 65 active+clean, 27 unknown; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-11-28T00:56:38.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-28T00:56:38.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: osdmap e62: 8 total, 8 up, 8 in 2023-11-28T00:56:38.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: Saving service nfs.foo spec with placement count:2 2023-11-28T00:56:38.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:38.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:56:38.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:38.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:56:38.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:38.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:38.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.xpgolo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-28T00:56:38.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.xpgolo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-28T00:56:38.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 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-28T00:56:38.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 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-28T00:56:38.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:38.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-28T00:56:38.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-28T00:56:38.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.xpgolo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-28T00:56:38.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.xpgolo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-28T00:56:38.569 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:38 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:38.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: pgmap v174: 97 pgs: 5 creating+peering, 65 active+clean, 27 unknown; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-11-28T00:56:38.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-28T00:56:38.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: osdmap e62: 8 total, 8 up, 8 in 2023-11-28T00:56:38.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: Saving service nfs.foo spec with placement count:2 2023-11-28T00:56:38.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:38.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:56:38.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:38.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:56:38.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:38.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:38.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.xpgolo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-28T00:56:38.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.xpgolo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-28T00:56:38.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 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-28T00:56:38.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 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-28T00:56:38.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:38.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-28T00:56:38.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-28T00:56:38.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.xpgolo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-28T00:56:38.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi029.xpgolo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-28T00:56:38.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:38 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:39.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:39 smithi029 ceph-mon[107739]: Creating key for client.nfs.foo.0.0.smithi029.xpgolo 2023-11-28T00:56:39.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:39 smithi029 ceph-mon[107739]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-28T00:56:39.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:39 smithi029 ceph-mon[107739]: Rados config object exists: conf-nfs.foo 2023-11-28T00:56:39.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:39 smithi029 ceph-mon[107739]: Creating key for client.nfs.foo.0.0.smithi029.xpgolo-rgw 2023-11-28T00:56:39.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:39 smithi029 ceph-mon[107739]: Deploying daemon nfs.foo.0.0.smithi029.xpgolo on smithi029 2023-11-28T00:56:39.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:39 smithi029 ceph-mon[107739]: osdmap e63: 8 total, 8 up, 8 in 2023-11-28T00:56:39.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:39 smithi190 ceph-mon[110568]: Creating key for client.nfs.foo.0.0.smithi029.xpgolo 2023-11-28T00:56:39.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:39 smithi190 ceph-mon[110568]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-28T00:56:39.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:39 smithi190 ceph-mon[110568]: Rados config object exists: conf-nfs.foo 2023-11-28T00:56:39.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:39 smithi190 ceph-mon[110568]: Creating key for client.nfs.foo.0.0.smithi029.xpgolo-rgw 2023-11-28T00:56:39.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:39 smithi190 ceph-mon[110568]: Deploying daemon nfs.foo.0.0.smithi029.xpgolo on smithi029 2023-11-28T00:56:39.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:39 smithi190 ceph-mon[110568]: osdmap e63: 8 total, 8 up, 8 in 2023-11-28T00:56:39.869 INFO:teuthology.orchestra.run.smithi029.stderr:Invalid command: Unexpected argument '--clusterid' 2023-11-28T00:56:39.869 INFO:teuthology.orchestra.run.smithi029.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-11-28T00:56:39.869 INFO:teuthology.orchestra.run.smithi029.stderr:Error EINVAL: invalid command 2023-11-28T00:56:40.254 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T00:56:40.254 INFO:teuthology.orchestra.run.smithi029.stdout: "bind": "/fake", 2023-11-28T00:56:40.254 INFO:teuthology.orchestra.run.smithi029.stdout: "fs": "foofs", 2023-11-28T00:56:40.254 INFO:teuthology.orchestra.run.smithi029.stdout: "path": "/", 2023-11-28T00:56:40.254 INFO:teuthology.orchestra.run.smithi029.stdout: "cluster": "foo", 2023-11-28T00:56:40.254 INFO:teuthology.orchestra.run.smithi029.stdout: "mode": "RW" 2023-11-28T00:56:40.254 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T00:56:40.591 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:40 smithi029 ceph-mon[107739]: pgmap v177: 97 pgs: 5 creating+peering, 72 active+clean, 20 unknown; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 1 op/s 2023-11-28T00:56:40.591 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:40 smithi029 ceph-mon[107739]: mgrmap e20: smithi029.zvexvj(active, since 4m), standbys: smithi190.afefzp 2023-11-28T00:56:40.591 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:40 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:40.592 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:40 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.jixvmi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-28T00:56:40.592 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:40 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.jixvmi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-28T00:56:40.592 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:40 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 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-28T00:56:40.592 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:40 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 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-28T00:56:40.593 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:40 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:40.593 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:40 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 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-28T00:56:40.593 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:40 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 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-28T00:56:40.619 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-11-28T00:56:40.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:40 smithi190 ceph-mon[110568]: pgmap v177: 97 pgs: 5 creating+peering, 72 active+clean, 20 unknown; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 1 op/s 2023-11-28T00:56:40.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:40 smithi190 ceph-mon[110568]: mgrmap e20: smithi029.zvexvj(active, since 4m), standbys: smithi190.afefzp 2023-11-28T00:56:40.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:40 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:40.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:40 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.jixvmi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-28T00:56:40.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:40 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.jixvmi", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-28T00:56:40.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:40 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 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-28T00:56:40.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:40 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 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-28T00:56:40.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:40 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:40.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:40 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 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-28T00:56:40.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:40 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 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-28T00:56:41.651 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:41 smithi029 ceph-mon[107739]: Creating key for client.nfs.foo.1.0.smithi190.jixvmi 2023-11-28T00:56:41.652 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:41 smithi029 ceph-mon[107739]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-28T00:56:41.652 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:41 smithi029 ceph-mon[107739]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:41.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:41 smithi190 ceph-mon[110568]: Creating key for client.nfs.foo.1.0.smithi190.jixvmi 2023-11-28T00:56:41.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:41 smithi190 ceph-mon[110568]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-28T00:56:41.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:41 smithi190 ceph-mon[110568]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:42.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:42 smithi190 ceph-mon[110568]: pgmap v178: 97 pgs: 5 creating+peering, 91 active+clean, 1 unknown; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-11-28T00:56:42.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:42 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:42.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:42 smithi029 ceph-mon[107739]: pgmap v178: 97 pgs: 5 creating+peering, 91 active+clean, 1 unknown; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2023-11-28T00:56:42.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:42 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:43.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:43 smithi190 ceph-mon[110568]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:43.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:43 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-28T00:56:43.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:43 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-28T00:56:43.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:43 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.jixvmi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-28T00:56:43.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:43 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.jixvmi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-28T00:56:43.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:43 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:43.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:43 smithi029 ceph-mon[107739]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:43.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:43 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-28T00:56:43.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:43 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-28T00:56:43.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:43 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.jixvmi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-28T00:56:43.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:43 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.jixvmi-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-28T00:56:43.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:43 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:44.753 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:44 smithi190 ceph-mon[110568]: pgmap v179: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2023-11-28T00:56:44.753 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:44 smithi190 ceph-mon[110568]: Rados config object exists: conf-nfs.foo 2023-11-28T00:56:44.753 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:44 smithi190 ceph-mon[110568]: Creating key for client.nfs.foo.1.0.smithi190.jixvmi-rgw 2023-11-28T00:56:44.753 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:44 smithi190 ceph-mon[110568]: Deploying daemon nfs.foo.1.0.smithi190.jixvmi on smithi190 2023-11-28T00:56:44.753 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:44 smithi190 ceph-mon[110568]: from='client.24397 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:44.759 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:44 smithi029 ceph-mon[107739]: pgmap v179: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2023-11-28T00:56:44.759 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:44 smithi029 ceph-mon[107739]: Rados config object exists: conf-nfs.foo 2023-11-28T00:56:44.759 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:44 smithi029 ceph-mon[107739]: Creating key for client.nfs.foo.1.0.smithi190.jixvmi-rgw 2023-11-28T00:56:44.759 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:44 smithi029 ceph-mon[107739]: Deploying daemon nfs.foo.1.0.smithi190.jixvmi on smithi190 2023-11-28T00:56:44.760 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:44 smithi029 ceph-mon[107739]: from='client.24397 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:46.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:45 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:46.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:45 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:56:46.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:45 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:46.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:45 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:56:46.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:45 smithi190 ceph-mon[110568]: pgmap v180: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2023-11-28T00:56:46.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:45 smithi190 ceph-mon[110568]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:46.164 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:45 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:46.164 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:45 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:56:46.164 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:45 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:46.164 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:45 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:56:46.164 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:45 smithi029 ceph-mon[107739]: pgmap v180: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.2 KiB/s wr, 2 op/s 2023-11-28T00:56:46.164 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:45 smithi029 ceph-mon[107739]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:47.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:47 smithi029 ceph-mon[107739]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:47.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:47 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:47.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:47 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:47.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:47 smithi190 ceph-mon[110568]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:47.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:47 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:47.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:47 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:48.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:48 smithi029 ceph-mon[107739]: pgmap v181: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 KiB/s wr, 8 op/s 2023-11-28T00:56:48.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:48 smithi029 ceph-mon[107739]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:48.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:48 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:48.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:48 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:48.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:48 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:48.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:48 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:56:48.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:48 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:48.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:48 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:56:48.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:48 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:48.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:48 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:48.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:48 smithi190 ceph-mon[110568]: pgmap v181: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 KiB/s wr, 8 op/s 2023-11-28T00:56:48.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:48 smithi190 ceph-mon[110568]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:48.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:48 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:48.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:48 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:48.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:48 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:48.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:48 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:56:48.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:48 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:56:48.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:48 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:56:48.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:48 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:48.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:48 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:48.811 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo ?:2049 2/2 2s ago 11s count:2 2023-11-28T00:56:49.192 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-28T00:56:49.203 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2023-11-28T00:56:49.204 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-11-28T00:56:49.238 INFO:teuthology.orchestra.run.smithi029.stderr:+ mkdir /mnt/foo 2023-11-28T00:56:49.247 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-11-28T00:56:49.320 INFO:teuthology.orchestra.run.smithi029.stderr:++ hostname 2023-11-28T00:56:49.321 INFO:teuthology.orchestra.run.smithi029.stderr:+ mount -t nfs smithi029:/fake /mnt/foo -o sync 2023-11-28T00:56:49.811 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-11-28T00:56:49.887 INFO:teuthology.orchestra.run.smithi029.stderr:+ echo test 2023-11-28T00:56:49.939 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-11-28T00:56:50.011 INFO:teuthology.orchestra.run.smithi029.stderr:+ sync 2023-11-28T00:56:50.449 INFO:teuthology.run_tasks:Running task parallel... 2023-11-28T00:56:50.460 INFO:teuthology.task.parallel:starting parallel... 2023-11-28T00:56:50.460 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-28T00:56:50.461 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-28T00:56:50.461 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2023-11-28T00:56:50.462 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-11-28T00:56:50.462 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-28T00:56:50.462 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-11-28T00:56:50.463 INFO:teuthology.task.exec:Executing custom commands... 2023-11-28T00:56:50.463 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2023-11-28T00:56:50.463 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-11-28T00:56:50.646 INFO:teuthology.orchestra.run.smithi029.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-28T00:56:50.646 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T00:56:50.646 INFO:teuthology.orchestra.run.smithi029.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-11-28T00:56:50.654 INFO:teuthology.orchestra.run.smithi029.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-28T00:56:50.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:50 smithi029 ceph-mon[107739]: pgmap v182: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.6 KiB/s wr, 7 op/s 2023-11-28T00:56:50.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:50 smithi029 ceph-mon[107739]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:50.755 INFO:teuthology.orchestra.run.smithi029.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-28T00:56:50.755 INFO:teuthology.orchestra.run.smithi029.stdout:releasing clients 2023-11-28T00:56:50.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:50 smithi190 ceph-mon[110568]: pgmap v182: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 2.6 KiB/s wr, 7 op/s 2023-11-28T00:56:50.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:50 smithi190 ceph-mon[110568]: from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:56:51.755 INFO:teuthology.orchestra.run.smithi029.stdout: 5 135 29.79 MB/sec warmup 1 sec latency 131.712 ms 2023-11-28T00:56:52.595 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:52 smithi029 ceph-mon[107739]: pgmap v183: 97 pgs: 97 active+clean; 587 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.1 KiB/s wr, 6 op/s 2023-11-28T00:56:52.595 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:52 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:52.755 INFO:teuthology.orchestra.run.smithi029.stdout: 5 258 24.39 MB/sec warmup 2 sec latency 128.624 ms 2023-11-28T00:56:52.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:52 smithi190 ceph-mon[110568]: pgmap v183: 97 pgs: 97 active+clean; 587 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.1 KiB/s wr, 6 op/s 2023-11-28T00:56:52.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:52 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:56:53.084 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-11-28T00:56:53.755 INFO:teuthology.orchestra.run.smithi029.stdout: 5 390 23.04 MB/sec warmup 3 sec latency 108.908 ms 2023-11-28T00:56:54.695 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:54 smithi029 ceph-mon[107739]: pgmap v184: 97 pgs: 97 active+clean; 4.6 MiB data, 50 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 350 KiB/s wr, 10 op/s 2023-11-28T00:56:54.755 INFO:teuthology.orchestra.run.smithi029.stdout: 5 516 22.31 MB/sec warmup 4 sec latency 111.061 ms 2023-11-28T00:56:54.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:54 smithi190 ceph-mon[110568]: pgmap v184: 97 pgs: 97 active+clean; 4.6 MiB data, 50 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 350 KiB/s wr, 10 op/s 2023-11-28T00:56:55.668 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph config set global log_to_journald false --force' 2023-11-28T00:56:55.755 INFO:teuthology.orchestra.run.smithi029.stdout: 5 696 21.21 MB/sec warmup 5 sec latency 218.095 ms 2023-11-28T00:56:56.586 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:56 smithi029 ceph-mon[107739]: pgmap v185: 97 pgs: 97 active+clean; 21 MiB data, 65 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.7 MiB/s wr, 36 op/s 2023-11-28T00:56:56.755 INFO:teuthology.orchestra.run.smithi029.stdout: 5 992 18.41 MB/sec warmup 6 sec latency 94.381 ms 2023-11-28T00:56:56.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:56 smithi190 ceph-mon[110568]: pgmap v185: 97 pgs: 97 active+clean; 21 MiB data, 65 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.7 MiB/s wr, 36 op/s 2023-11-28T00:56:57.756 INFO:teuthology.orchestra.run.smithi029.stdout: 5 1357 17.76 MB/sec warmup 7 sec latency 104.284 ms 2023-11-28T00:56:58.526 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph mgr module enable nfs --force' 2023-11-28T00:56:58.610 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:56:58 smithi029 ceph-mon[107739]: pgmap v186: 97 pgs: 97 active+clean; 91 MiB data, 150 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 7.7 MiB/s wr, 327 op/s 2023-11-28T00:56:58.756 INFO:teuthology.orchestra.run.smithi029.stdout: 5 1927 16.52 MB/sec warmup 8 sec latency 96.057 ms 2023-11-28T00:56:58.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:56:58 smithi190 ceph-mon[110568]: pgmap v186: 97 pgs: 97 active+clean; 91 MiB data, 150 MiB used, 715 GiB / 715 GiB avail; 2.7 KiB/s rd, 7.7 MiB/s wr, 327 op/s 2023-11-28T00:56:59.756 INFO:teuthology.orchestra.run.smithi029.stdout: 5 2394 15.51 MB/sec warmup 9 sec latency 110.613 ms 2023-11-28T00:57:00.650 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:00 smithi029 ceph-mon[107739]: pgmap v187: 97 pgs: 97 active+clean; 107 MiB data, 164 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 9.4 MiB/s wr, 369 op/s 2023-11-28T00:57:00.756 INFO:teuthology.orchestra.run.smithi029.stdout: 5 2865 15.91 MB/sec warmup 10 sec latency 123.206 ms 2023-11-28T00:57:00.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:00 smithi190 ceph-mon[110568]: pgmap v187: 97 pgs: 97 active+clean; 107 MiB data, 164 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 9.4 MiB/s wr, 369 op/s 2023-11-28T00:57:01.515 INFO:teuthology.orchestra.run.smithi029.stderr:module 'nfs' is already enabled 2023-11-28T00:57:01.672 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:01 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3993833659' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-28T00:57:01.766 INFO:teuthology.orchestra.run.smithi029.stdout: 5 3347 16.36 MB/sec warmup 11 sec latency 129.967 ms 2023-11-28T00:57:01.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:01 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3993833659' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-28T00:57:02.066 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-11-28T00:57:02.674 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:02 smithi029 ceph-mon[107739]: pgmap v188: 97 pgs: 97 active+clean; 112 MiB data, 172 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 10 MiB/s wr, 464 op/s 2023-11-28T00:57:02.674 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:02 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3993833659' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-28T00:57:02.674 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:02 smithi029 ceph-mon[107739]: mgrmap e21: smithi029.zvexvj(active, since 4m), standbys: smithi190.afefzp 2023-11-28T00:57:02.766 INFO:teuthology.orchestra.run.smithi029.stdout: 5 3627 15.76 MB/sec warmup 12 sec latency 168.002 ms 2023-11-28T00:57:02.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:02 smithi190 ceph-mon[110568]: pgmap v188: 97 pgs: 97 active+clean; 112 MiB data, 172 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 10 MiB/s wr, 464 op/s 2023-11-28T00:57:02.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:02 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3993833659' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-28T00:57:02.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:02 smithi190 ceph-mon[110568]: mgrmap e21: smithi029.zvexvj(active, since 4m), standbys: smithi190.afefzp 2023-11-28T00:57:03.766 INFO:teuthology.orchestra.run.smithi029.stdout: 5 3892 15.26 MB/sec warmup 13 sec latency 123.914 ms 2023-11-28T00:57:04.539 INFO:teuthology.orchestra.run.smithi029.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T00:57:04.695 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:04 smithi029 ceph-mon[107739]: pgmap v189: 97 pgs: 97 active+clean; 120 MiB data, 181 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 11 MiB/s wr, 594 op/s 2023-11-28T00:57:04.768 INFO:teuthology.orchestra.run.smithi029.stdout: 5 4247 14.40 MB/sec warmup 14 sec latency 129.400 ms 2023-11-28T00:57:04.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:04 smithi190 ceph-mon[110568]: pgmap v189: 97 pgs: 97 active+clean; 120 MiB data, 181 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 11 MiB/s wr, 594 op/s 2023-11-28T00:57:05.285 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-28T00:57:05.286 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi029.front.sepia.ceph.com 2023-11-28T00:57:05.286 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- 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-28T00:57:05.702 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:05 smithi029 ceph-mon[107739]: from='client.24441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:57:05.702 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:05 smithi029 ceph-mon[107739]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T00:57:05.702 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:05 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:57:05.702 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:05 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:57:05.702 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:05 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:57:05.703 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:05 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:57:05.703 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:05 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:57:05.703 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:05 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:57:05.703 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:05 smithi029 ceph-mon[107739]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T00:57:05.767 INFO:teuthology.orchestra.run.smithi029.stdout: 5 4544 13.81 MB/sec warmup 15 sec latency 126.874 ms 2023-11-28T00:57:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:05 smithi190 ceph-mon[110568]: from='client.24441 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:57:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:05 smithi190 ceph-mon[110568]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T00:57:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:05 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:57:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:05 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:57:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:05 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:57:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:05 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:57:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:05 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:57:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:05 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:57:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:05 smithi190 ceph-mon[110568]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 2023-11-28T00:57:06.734 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:06 smithi029 ceph-mon[107739]: pgmap v190: 97 pgs: 97 active+clean; 126 MiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 12 MiB/s wr, 681 op/s 2023-11-28T00:57:06.767 INFO:teuthology.orchestra.run.smithi029.stdout: 5 4843 13.71 MB/sec warmup 16 sec latency 128.856 ms 2023-11-28T00:57:07.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:06 smithi190 ceph-mon[110568]: pgmap v190: 97 pgs: 97 active+clean; 126 MiB data, 193 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 12 MiB/s wr, 681 op/s 2023-11-28T00:57:07.768 INFO:teuthology.orchestra.run.smithi029.stdout: 5 5052 13.12 MB/sec warmup 17 sec latency 131.287 ms 2023-11-28T00:57:07.856 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-11-28T00:57:08.776 INFO:teuthology.orchestra.run.smithi029.stdout: 5 5309 12.59 MB/sec warmup 18 sec latency 92.376 ms 2023-11-28T00:57:08.794 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:08 smithi029 ceph-mon[107739]: pgmap v191: 97 pgs: 97 active+clean; 134 MiB data, 231 MiB used, 715 GiB / 715 GiB avail; 4.9 KiB/s rd, 12 MiB/s wr, 742 op/s 2023-11-28T00:57:08.921 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T00:57:08.921 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi029 smithi029 *:9093,9094 running (3m) 21s ago 5m 26.9M - ba2b418f427c 8e45d47ac590 2023-11-28T00:57:08.921 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi029 smithi029 running (5m) 21s ago 5m 7046k - 17.2.0 e1d6a67b021e 4cecd8d06c4f 2023-11-28T00:57:08.921 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi190 smithi190 running (4m) 22s ago 4m 7197k - 17.2.0 e1d6a67b021e dc6c40286ca5 2023-11-28T00:57:08.921 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 running (3m) 21s ago 4m 50.3M - 8.3.5 dad864ee21e9 b87b32dd6355 2023-11-28T00:57:08.921 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi029.ohgbul smithi029 running (41s) 21s ago 40s 17.5M - 17.2.0 e1d6a67b021e 29ebcbc74236 2023-11-28T00:57:08.921 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi190.sfnkvf smithi190 running (39s) 22s ago 39s 13.1M - 17.2.0 e1d6a67b021e b1bce9a3a7c5 2023-11-28T00:57:08.921 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi029.zvexvj smithi029 *:9283 running (6m) 21s ago 6m 477M - 17.2.0 e1d6a67b021e 402541c5f474 2023-11-28T00:57:08.921 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi190.afefzp smithi190 *:8443,9283 running (4m) 22s ago 4m 418M - 17.2.0 e1d6a67b021e df26a835e31f 2023-11-28T00:57:08.921 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi029 smithi029 running (6m) 21s ago 6m 80.7M 2048M 17.2.0 e1d6a67b021e 739eed534ac9 2023-11-28T00:57:08.922 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi190 smithi190 running (4m) 22s ago 4m 62.4M 2048M 17.2.0 e1d6a67b021e df51aa5e8ca7 2023-11-28T00:57:08.922 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.0.0.smithi029.xpgolo smithi029 *:2049 running (29s) 21s ago 28s 51.9M - 4.0 e1d6a67b021e a1d163b778f9 2023-11-28T00:57:08.922 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.1.0.smithi190.jixvmi smithi190 *:2049 running (24s) 22s ago 24s 53.8M - 4.0 e1d6a67b021e 8d742d0f23fd 2023-11-28T00:57:08.922 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 running (4m) 21s ago 4m 23.9M - 1dbe0e931976 eee4c646bc30 2023-11-28T00:57:08.922 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi190 smithi190 *:9100 running (4m) 22s ago 4m 25.9M - 1dbe0e931976 6d54d76f6eac 2023-11-28T00:57:08.922 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (3m) 21s ago 3m 54.6M 3225M 17.2.0 e1d6a67b021e cf62bb3077a5 2023-11-28T00:57:08.922 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (3m) 21s ago 3m 57.7M 3225M 17.2.0 e1d6a67b021e a29c23d8984b 2023-11-28T00:57:08.922 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (3m) 21s ago 3m 50.0M 3225M 17.2.0 e1d6a67b021e c676024d6dce 2023-11-28T00:57:08.922 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (2m) 21s ago 2m 50.5M 3225M 17.2.0 e1d6a67b021e 5d394eeb8fe3 2023-11-28T00:57:08.922 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi190 running (2m) 22s ago 2m 48.4M 3992M 17.2.0 e1d6a67b021e ce0f1e4497f5 2023-11-28T00:57:08.922 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi190 running (2m) 22s ago 2m 50.5M 3992M 17.2.0 e1d6a67b021e 8457b938f5b1 2023-11-28T00:57:08.923 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi190 running (115s) 22s ago 115s 52.4M 3992M 17.2.0 e1d6a67b021e 76c7ced39f03 2023-11-28T00:57:08.923 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi190 running (98s) 22s ago 98s 52.8M 3992M 17.2.0 e1d6a67b021e 3515f9a0b66b 2023-11-28T00:57:08.923 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi029 smithi029 *:9095 running (4m) 21s ago 4m 58.6M - 514e6a882f6e b9663d5e020d 2023-11-28T00:57:09.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:08 smithi190 ceph-mon[110568]: pgmap v191: 97 pgs: 97 active+clean; 134 MiB data, 231 MiB used, 715 GiB / 715 GiB avail; 4.9 KiB/s rd, 12 MiB/s wr, 742 op/s 2023-11-28T00:57:09.564 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:09 smithi029 ceph-mon[107739]: from='client.24445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:57:09.564 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:09 smithi029 ceph-mon[107739]: from='client.24447 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:57:09.614 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T00:57:09.614 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-11-28T00:57:09.614 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T00:57:09.614 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:57:09.614 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-11-28T00:57:09.614 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T00:57:09.614 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:57:09.614 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-11-28T00:57:09.615 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T00:57:09.615 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:57:09.615 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2023-11-28T00:57:09.615 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T00:57:09.615 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:57:09.615 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-11-28T00:57:09.615 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-28T00:57:09.615 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-11-28T00:57:09.615 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T00:57:09.779 INFO:teuthology.orchestra.run.smithi029.stdout: 5 5563 12.00 MB/sec warmup 19 sec latency 86.232 ms 2023-11-28T00:57:09.980 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:09 smithi190 ceph-mon[110568]: from='client.24445 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:57:09.980 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:09 smithi190 ceph-mon[110568]: from='client.24447 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:57:10.148 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T00:57:10.148 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631", 2023-11-28T00:57:10.148 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-11-28T00:57:10.148 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-11-28T00:57:10.148 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "", 2023-11-28T00:57:10.148 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:369173db14b6995b2bd07c60ec5f63d01cf21631 image" 2023-11-28T00:57:10.148 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T00:57:10.608 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:10 smithi029 ceph-mon[107739]: pgmap v192: 97 pgs: 97 active+clean; 131 MiB data, 244 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 6.3 MiB/s wr, 487 op/s 2023-11-28T00:57:10.608 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:10 smithi029 ceph-mon[107739]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:57:10.609 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:10 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/1424470735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T00:57:10.779 INFO:teuthology.orchestra.run.smithi029.stdout: 5 5802 11.59 MB/sec warmup 20 sec latency 127.081 ms 2023-11-28T00:57:10.809 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-11-28T00:57:11.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:10 smithi190 ceph-mon[110568]: pgmap v192: 97 pgs: 97 active+clean; 131 MiB data, 244 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 6.3 MiB/s wr, 487 op/s 2023-11-28T00:57:11.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:10 smithi190 ceph-mon[110568]: from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:57:11.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:10 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/1424470735' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T00:57:11.633 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:11 smithi029 ceph-mon[107739]: from='client.24453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:57:11.633 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:11 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3778246555' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T00:57:11.779 INFO:teuthology.orchestra.run.smithi029.stdout: 5 5962 11.20 MB/sec warmup 21 sec latency 149.704 ms 2023-11-28T00:57:12.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:11 smithi190 ceph-mon[110568]: from='client.24453 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:57:12.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:11 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3778246555' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T00:57:12.652 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:12 smithi029 ceph-mon[107739]: pgmap v193: 97 pgs: 97 active+clean; 129 MiB data, 276 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 5.2 MiB/s wr, 552 op/s 2023-11-28T00:57:12.786 INFO:teuthology.orchestra.run.smithi029.stdout: 5 6189 11.12 MB/sec warmup 22 sec latency 118.398 ms 2023-11-28T00:57:13.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:12 smithi190 ceph-mon[110568]: pgmap v193: 97 pgs: 97 active+clean; 129 MiB data, 276 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 5.2 MiB/s wr, 552 op/s 2023-11-28T00:57:13.786 INFO:teuthology.orchestra.run.smithi029.stdout: 5 6613 11.47 MB/sec warmup 23 sec latency 123.838 ms 2023-11-28T00:57:14.691 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:14 smithi029 ceph-mon[107739]: pgmap v194: 97 pgs: 97 active+clean; 125 MiB data, 283 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 476 op/s 2023-11-28T00:57:14.796 INFO:teuthology.orchestra.run.smithi029.stdout: 5 7035 11.73 MB/sec warmup 24 sec latency 121.339 ms 2023-11-28T00:57:15.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:14 smithi190 ceph-mon[110568]: pgmap v194: 97 pgs: 97 active+clean; 125 MiB data, 283 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 476 op/s 2023-11-28T00:57:15.796 INFO:teuthology.orchestra.run.smithi029.stdout: 5 7335 11.72 MB/sec warmup 25 sec latency 129.711 ms 2023-11-28T00:57:15.977 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:15 smithi029 ceph-mon[107739]: pgmap v195: 97 pgs: 97 active+clean; 129 MiB data, 291 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 369 op/s 2023-11-28T00:57:16.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:15 smithi190 ceph-mon[110568]: pgmap v195: 97 pgs: 97 active+clean; 129 MiB data, 291 MiB used, 715 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 369 op/s 2023-11-28T00:57:16.796 INFO:teuthology.orchestra.run.smithi029.stdout: 5 7521 11.36 MB/sec warmup 26 sec latency 129.458 ms 2023-11-28T00:57:17.797 INFO:teuthology.orchestra.run.smithi029.stdout: 5 7813 11.00 MB/sec warmup 27 sec latency 123.968 ms 2023-11-28T00:57:18.008 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:17 smithi029 ceph-mon[107739]: pgmap v196: 97 pgs: 97 active+clean; 142 MiB data, 327 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.7 MiB/s wr, 449 op/s 2023-11-28T00:57:18.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:17 smithi190 ceph-mon[110568]: pgmap v196: 97 pgs: 97 active+clean; 142 MiB data, 327 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.7 MiB/s wr, 449 op/s 2023-11-28T00:57:18.800 INFO:teuthology.orchestra.run.smithi029.stdout: 5 8064 10.76 MB/sec warmup 28 sec latency 133.537 ms 2023-11-28T00:57:19.805 INFO:teuthology.orchestra.run.smithi029.stdout: 5 8325 10.65 MB/sec warmup 29 sec latency 211.264 ms 2023-11-28T00:57:20.044 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:19 smithi029 ceph-mon[107739]: pgmap v197: 97 pgs: 97 active+clean; 144 MiB data, 348 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-11-28T00:57:20.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:19 smithi190 ceph-mon[110568]: pgmap v197: 97 pgs: 97 active+clean; 144 MiB data, 348 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-11-28T00:57:20.805 INFO:teuthology.orchestra.run.smithi029.stdout: 5 8652 10.71 MB/sec warmup 30 sec latency 141.332 ms 2023-11-28T00:57:21.806 INFO:teuthology.orchestra.run.smithi029.stdout: 5 8977 10.41 MB/sec warmup 31 sec latency 102.764 ms 2023-11-28T00:57:21.831 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:21 smithi029 ceph-mon[107739]: pgmap v198: 97 pgs: 97 active+clean; 140 MiB data, 371 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.9 MiB/s wr, 371 op/s 2023-11-28T00:57:22.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:21 smithi190 ceph-mon[110568]: pgmap v198: 97 pgs: 97 active+clean; 140 MiB data, 371 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.9 MiB/s wr, 371 op/s 2023-11-28T00:57:22.805 INFO:teuthology.orchestra.run.smithi029.stdout: 5 9330 10.23 MB/sec warmup 32 sec latency 151.533 ms 2023-11-28T00:57:23.816 INFO:teuthology.orchestra.run.smithi029.stdout: 5 9578 10.09 MB/sec warmup 33 sec latency 129.474 ms 2023-11-28T00:57:23.860 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:23 smithi029 ceph-mon[107739]: pgmap v199: 97 pgs: 97 active+clean; 142 MiB data, 391 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-11-28T00:57:24.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:23 smithi190 ceph-mon[110568]: pgmap v199: 97 pgs: 97 active+clean; 142 MiB data, 391 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.1 MiB/s wr, 392 op/s 2023-11-28T00:57:24.816 INFO:teuthology.orchestra.run.smithi029.stdout: 5 9903 10.26 MB/sec warmup 34 sec latency 126.604 ms 2023-11-28T00:57:25.816 INFO:teuthology.orchestra.run.smithi029.stdout: 5 10414 10.58 MB/sec warmup 35 sec latency 127.327 ms 2023-11-28T00:57:25.926 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:25 smithi029 ceph-mon[107739]: pgmap v200: 97 pgs: 97 active+clean; 137 MiB data, 412 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 398 op/s 2023-11-28T00:57:26.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:25 smithi190 ceph-mon[110568]: pgmap v200: 97 pgs: 97 active+clean; 137 MiB data, 412 MiB used, 715 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 398 op/s 2023-11-28T00:57:26.816 INFO:teuthology.orchestra.run.smithi029.stdout: 5 10728 10.63 MB/sec warmup 36 sec latency 130.067 ms 2023-11-28T00:57:26.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:26 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2023-11-28T00:57:26.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:26 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-11-28T00:57:26.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:26 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-11-28T00:57:26.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:26 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2023-11-28T00:57:26.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:26 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/mirror_snapshot_schedule"}]: dispatch 2023-11-28T00:57:26.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:26 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/trash_purge_schedule"}]: dispatch 2023-11-28T00:57:27.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:26 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2023-11-28T00:57:27.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:26 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2023-11-28T00:57:27.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:26 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2023-11-28T00:57:27.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:26 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2023-11-28T00:57:27.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:26 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/mirror_snapshot_schedule"}]: dispatch 2023-11-28T00:57:27.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:26 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi029.zvexvj/trash_purge_schedule"}]: dispatch 2023-11-28T00:57:27.816 INFO:teuthology.orchestra.run.smithi029.stdout: 5 10957 10.51 MB/sec warmup 37 sec latency 135.042 ms 2023-11-28T00:57:27.961 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:27 smithi029 ceph-mon[107739]: pgmap v201: 97 pgs: 97 active+clean; 145 MiB data, 435 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 467 op/s 2023-11-28T00:57:27.962 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]': finished 2023-11-28T00:57:27.962 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2023-11-28T00:57:27.962 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-11-28T00:57:27.962 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:27 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]': finished 2023-11-28T00:57:27.962 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:27 smithi029 ceph-mon[107739]: osdmap e64: 8 total, 8 up, 8 in 2023-11-28T00:57:28.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:27 smithi190 ceph-mon[110568]: pgmap v201: 97 pgs: 97 active+clean; 145 MiB data, 435 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 467 op/s 2023-11-28T00:57:28.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:27 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]': finished 2023-11-28T00:57:28.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:27 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]': finished 2023-11-28T00:57:28.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:27 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]': finished 2023-11-28T00:57:28.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:27 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]': finished 2023-11-28T00:57:28.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:27 smithi190 ceph-mon[110568]: osdmap e64: 8 total, 8 up, 8 in 2023-11-28T00:57:28.825 INFO:teuthology.orchestra.run.smithi029.stdout: 5 11194 10.29 MB/sec warmup 38 sec latency 129.976 ms 2023-11-28T00:57:28.980 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:28 smithi029 ceph-mon[107739]: osdmap e65: 8 total, 8 up, 8 in 2023-11-28T00:57:29.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:28 smithi190 ceph-mon[110568]: osdmap e65: 8 total, 8 up, 8 in 2023-11-28T00:57:29.825 INFO:teuthology.orchestra.run.smithi029.stdout: 5 11401 10.09 MB/sec warmup 39 sec latency 126.202 ms 2023-11-28T00:57:29.996 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:29 smithi029 ceph-mon[107739]: pgmap v204: 97 pgs: 97 active+clean; 155 MiB data, 443 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.6 MiB/s wr, 593 op/s 2023-11-28T00:57:29.996 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:29 smithi029 ceph-mon[107739]: osdmap e66: 8 total, 8 up, 8 in 2023-11-28T00:57:29.996 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:29 smithi029 ceph-mon[107739]: osdmap e67: 8 total, 8 up, 8 in 2023-11-28T00:57:30.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:29 smithi190 ceph-mon[110568]: pgmap v204: 97 pgs: 97 active+clean; 155 MiB data, 443 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.6 MiB/s wr, 593 op/s 2023-11-28T00:57:30.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:29 smithi190 ceph-mon[110568]: osdmap e66: 8 total, 8 up, 8 in 2023-11-28T00:57:30.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:29 smithi190 ceph-mon[110568]: osdmap e67: 8 total, 8 up, 8 in 2023-11-28T00:57:30.825 INFO:teuthology.orchestra.run.smithi029.stdout: 5 11672 9.95 MB/sec warmup 40 sec latency 151.874 ms 2023-11-28T00:57:31.809 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:31 smithi029 ceph-mon[107739]: pgmap v207: 97 pgs: 97 active+clean; 156 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 5.3 MiB/s wr, 484 op/s; 3 B/s, 0 keys/s, 0 objects/s recovering 2023-11-28T00:57:31.809 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:31 smithi029 ceph-mon[107739]: osdmap e68: 8 total, 8 up, 8 in 2023-11-28T00:57:31.825 INFO:teuthology.orchestra.run.smithi029.stdout: 5 11930 9.95 MB/sec warmup 41 sec latency 174.675 ms 2023-11-28T00:57:32.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:31 smithi190 ceph-mon[110568]: pgmap v207: 97 pgs: 97 active+clean; 156 MiB data, 442 MiB used, 715 GiB / 715 GiB avail; 5.3 MiB/s wr, 484 op/s; 3 B/s, 0 keys/s, 0 objects/s recovering 2023-11-28T00:57:32.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:31 smithi190 ceph-mon[110568]: osdmap e68: 8 total, 8 up, 8 in 2023-11-28T00:57:32.834 INFO:teuthology.orchestra.run.smithi029.stdout: 5 12153 9.78 MB/sec warmup 42 sec latency 131.114 ms 2023-11-28T00:57:33.834 INFO:teuthology.orchestra.run.smithi029.stdout: 5 12470 9.66 MB/sec warmup 43 sec latency 120.914 ms 2023-11-28T00:57:33.847 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:33 smithi029 ceph-mon[107739]: pgmap v209: 97 pgs: 97 active+clean; 156 MiB data, 452 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.3 MiB/s wr, 496 op/s; 846 KiB/s, 0 keys/s, 0 objects/s recovering 2023-11-28T00:57:34.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:33 smithi190 ceph-mon[110568]: pgmap v209: 97 pgs: 97 active+clean; 156 MiB data, 452 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.3 MiB/s wr, 496 op/s; 846 KiB/s, 0 keys/s, 0 objects/s recovering 2023-11-28T00:57:34.842 INFO:teuthology.orchestra.run.smithi029.stdout: 5 12717 9.59 MB/sec warmup 44 sec latency 127.127 ms 2023-11-28T00:57:34.865 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:34 smithi029 ceph-mon[107739]: pgmap v210: 97 pgs: 97 active+clean; 153 MiB data, 468 MiB used, 715 GiB / 715 GiB avail; 7.3 KiB/s rd, 2.5 MiB/s wr, 230 op/s; 682 KiB/s, 0 keys/s, 0 objects/s recovering 2023-11-28T00:57:35.298 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:34 smithi190 ceph-mon[110568]: pgmap v210: 97 pgs: 97 active+clean; 153 MiB data, 468 MiB used, 715 GiB / 715 GiB avail; 7.3 KiB/s rd, 2.5 MiB/s wr, 230 op/s; 682 KiB/s, 0 keys/s, 0 objects/s recovering 2023-11-28T00:57:35.843 INFO:teuthology.orchestra.run.smithi029.stdout: 5 13054 9.61 MB/sec warmup 45 sec latency 124.200 ms 2023-11-28T00:57:36.843 INFO:teuthology.orchestra.run.smithi029.stdout: 5 13447 9.65 MB/sec warmup 46 sec latency 182.512 ms 2023-11-28T00:57:36.922 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:36 smithi029 ceph-mon[107739]: pgmap v211: 97 pgs: 97 active+clean; 153 MiB data, 478 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 3.3 MiB/s wr, 346 op/s; 524 KiB/s, 0 keys/s, 0 objects/s recovering 2023-11-28T00:57:37.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:36 smithi190 ceph-mon[110568]: pgmap v211: 97 pgs: 97 active+clean; 153 MiB data, 478 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 3.3 MiB/s wr, 346 op/s; 524 KiB/s, 0 keys/s, 0 objects/s recovering 2023-11-28T00:57:37.843 INFO:teuthology.orchestra.run.smithi029.stdout: 5 13839 9.77 MB/sec warmup 47 sec latency 171.011 ms 2023-11-28T00:57:38.850 INFO:teuthology.orchestra.run.smithi029.stdout: 5 14166 9.85 MB/sec warmup 48 sec latency 142.072 ms 2023-11-28T00:57:38.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:38 smithi029 ceph-mon[107739]: pgmap v212: 97 pgs: 97 active+clean; 158 MiB data, 497 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.0 MiB/s wr, 437 op/s; 455 KiB/s, 0 keys/s, 0 objects/s recovering 2023-11-28T00:57:39.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:38 smithi190 ceph-mon[110568]: pgmap v212: 97 pgs: 97 active+clean; 158 MiB data, 497 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.0 MiB/s wr, 437 op/s; 455 KiB/s, 0 keys/s, 0 objects/s recovering 2023-11-28T00:57:39.861 INFO:teuthology.orchestra.run.smithi029.stdout: 5 14609 9.88 MB/sec warmup 49 sec latency 130.100 ms 2023-11-28T00:57:40.861 INFO:teuthology.orchestra.run.smithi029.stdout: 5 14962 9.80 MB/sec warmup 50 sec latency 119.886 ms 2023-11-28T00:57:40.883 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:40 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:57:40.884 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:40 smithi029 ceph-mon[107739]: Upgrade: Target is version 18.0.0-7498-g369173db (unknown) 2023-11-28T00:57:40.884 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:40 smithi029 ceph-mon[107739]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d, digests ['quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d'] 2023-11-28T00:57:40.884 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:40 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:57:40.884 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:40 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:57:40.884 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:40 smithi029 ceph-mon[107739]: Upgrade: Need to upgrade myself (mgr.smithi029.zvexvj) 2023-11-28T00:57:40.884 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:40 smithi029 ceph-mon[107739]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d on smithi190 2023-11-28T00:57:40.884 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:40 smithi029 ceph-mon[107739]: pgmap v213: 97 pgs: 97 active+clean; 164 MiB data, 549 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.1 MiB/s wr, 406 op/s; 409 KiB/s, 0 objects/s recovering 2023-11-28T00:57:41.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:40 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:57:41.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:40 smithi190 ceph-mon[110568]: Upgrade: Target is version 18.0.0-7498-g369173db (unknown) 2023-11-28T00:57:41.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:40 smithi190 ceph-mon[110568]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d, digests ['quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d'] 2023-11-28T00:57:41.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:40 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:57:41.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:40 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:57:41.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:40 smithi190 ceph-mon[110568]: Upgrade: Need to upgrade myself (mgr.smithi029.zvexvj) 2023-11-28T00:57:41.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:40 smithi190 ceph-mon[110568]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d on smithi190 2023-11-28T00:57:41.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:40 smithi190 ceph-mon[110568]: pgmap v213: 97 pgs: 97 active+clean; 164 MiB data, 549 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.1 MiB/s wr, 406 op/s; 409 KiB/s, 0 objects/s recovering 2023-11-28T00:57:41.313 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-11-28T00:57:41.862 INFO:teuthology.orchestra.run.smithi029.stdout: 5 15257 9.76 MB/sec warmup 51 sec latency 129.982 ms 2023-11-28T00:57:41.995 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:41 smithi029 ceph-mon[107739]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:57:42.266 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T00:57:42.266 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi029 smithi029 *:9093,9094 running (4m) 54s ago 5m 26.9M - ba2b418f427c 8e45d47ac590 2023-11-28T00:57:42.266 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi029 smithi029 running (5m) 54s ago 5m 7046k - 17.2.0 e1d6a67b021e 4cecd8d06c4f 2023-11-28T00:57:42.266 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi190 smithi190 running (5m) 55s ago 5m 7197k - 17.2.0 e1d6a67b021e dc6c40286ca5 2023-11-28T00:57:42.266 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 running (4m) 54s ago 5m 50.3M - 8.3.5 dad864ee21e9 b87b32dd6355 2023-11-28T00:57:42.266 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi029.ohgbul smithi029 running (74s) 54s ago 74s 17.5M - 17.2.0 e1d6a67b021e 29ebcbc74236 2023-11-28T00:57:42.266 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi190.sfnkvf smithi190 running (73s) 55s ago 72s 13.1M - 17.2.0 e1d6a67b021e b1bce9a3a7c5 2023-11-28T00:57:42.266 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi029.zvexvj smithi029 *:9283 running (6m) 54s ago 6m 477M - 17.2.0 e1d6a67b021e 402541c5f474 2023-11-28T00:57:42.267 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi190.afefzp smithi190 *:8443,9283 running (5m) 55s ago 5m 418M - 17.2.0 e1d6a67b021e df26a835e31f 2023-11-28T00:57:42.267 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi029 smithi029 running (6m) 54s ago 6m 80.7M 2048M 17.2.0 e1d6a67b021e 739eed534ac9 2023-11-28T00:57:42.267 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi190 smithi190 running (5m) 55s ago 5m 62.4M 2048M 17.2.0 e1d6a67b021e df51aa5e8ca7 2023-11-28T00:57:42.267 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.0.0.smithi029.xpgolo smithi029 *:2049 running (62s) 54s ago 62s 51.9M - 4.0 e1d6a67b021e a1d163b778f9 2023-11-28T00:57:42.267 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.1.0.smithi190.jixvmi smithi190 *:2049 running (57s) 55s ago 57s 53.8M - 4.0 e1d6a67b021e 8d742d0f23fd 2023-11-28T00:57:42.267 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 running (5m) 54s ago 5m 23.9M - 1dbe0e931976 eee4c646bc30 2023-11-28T00:57:42.267 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi190 smithi190 *:9100 running (4m) 55s ago 4m 25.9M - 1dbe0e931976 6d54d76f6eac 2023-11-28T00:57:42.267 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (4m) 54s ago 4m 54.6M 3225M 17.2.0 e1d6a67b021e cf62bb3077a5 2023-11-28T00:57:42.267 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (3m) 54s ago 3m 57.7M 3225M 17.2.0 e1d6a67b021e a29c23d8984b 2023-11-28T00:57:42.267 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (3m) 54s ago 3m 50.0M 3225M 17.2.0 e1d6a67b021e c676024d6dce 2023-11-28T00:57:42.267 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (3m) 54s ago 3m 50.5M 3225M 17.2.0 e1d6a67b021e 5d394eeb8fe3 2023-11-28T00:57:42.267 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi190 running (3m) 55s ago 3m 48.4M 3992M 17.2.0 e1d6a67b021e ce0f1e4497f5 2023-11-28T00:57:42.268 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi190 running (2m) 55s ago 2m 50.5M 3992M 17.2.0 e1d6a67b021e 8457b938f5b1 2023-11-28T00:57:42.268 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi190 running (2m) 55s ago 2m 52.4M 3992M 17.2.0 e1d6a67b021e 76c7ced39f03 2023-11-28T00:57:42.268 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi190 running (2m) 55s ago 2m 52.8M 3992M 17.2.0 e1d6a67b021e 3515f9a0b66b 2023-11-28T00:57:42.268 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi029 smithi029 *:9095 running (4m) 54s ago 4m 58.6M - 514e6a882f6e b9663d5e020d 2023-11-28T00:57:42.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:41 smithi190 ceph-mon[110568]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:57:42.815 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T00:57:42.816 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-11-28T00:57:42.816 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T00:57:42.816 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:57:42.816 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-11-28T00:57:42.816 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T00:57:42.816 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:57:42.816 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-11-28T00:57:42.816 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T00:57:42.816 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:57:42.816 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2023-11-28T00:57:42.816 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T00:57:42.816 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:57:42.817 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-11-28T00:57:42.817 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-28T00:57:42.817 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-11-28T00:57:42.817 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T00:57:42.861 INFO:teuthology.orchestra.run.smithi029.stdout: 5 15565 9.63 MB/sec warmup 52 sec latency 136.144 ms 2023-11-28T00:57:43.021 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:42 smithi029 ceph-mon[107739]: from='client.24465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:57:43.022 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:42 smithi029 ceph-mon[107739]: from='client.24469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:57:43.022 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:42 smithi029 ceph-mon[107739]: pgmap v214: 97 pgs: 97 active+clean; 167 MiB data, 567 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.1 MiB/s wr, 370 op/s; 341 KiB/s, 0 objects/s recovering 2023-11-28T00:57:43.022 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:42 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/1617917756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T00:57:43.290 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T00:57:43.290 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T00:57:43.290 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-11-28T00:57:43.290 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-11-28T00:57:43.290 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "0/23 daemons upgraded", 2023-11-28T00:57:43.291 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d image on host smithi190" 2023-11-28T00:57:43.291 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T00:57:43.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:42 smithi190 ceph-mon[110568]: from='client.24465 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:57:43.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:42 smithi190 ceph-mon[110568]: from='client.24469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:57:43.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:42 smithi190 ceph-mon[110568]: pgmap v214: 97 pgs: 97 active+clean; 167 MiB data, 567 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.1 MiB/s wr, 370 op/s; 341 KiB/s, 0 objects/s recovering 2023-11-28T00:57:43.297 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:42 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/1617917756' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T00:57:43.868 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-11-28T00:57:43.868 INFO:teuthology.orchestra.run.smithi029.stdout: 5 15923 9.64 MB/sec warmup 53 sec latency 158.669 ms 2023-11-28T00:57:44.038 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:43 smithi029 ceph-mon[107739]: from='client.24477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:57:44.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:43 smithi190 ceph-mon[110568]: from='client.24477 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:57:44.867 INFO:teuthology.orchestra.run.smithi029.stdout: 5 16263 9.58 MB/sec warmup 54 sec latency 102.605 ms 2023-11-28T00:57:44.867 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:44 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3427983545' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T00:57:44.868 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:44 smithi029 ceph-mon[107739]: pgmap v215: 97 pgs: 97 active+clean; 171 MiB data, 568 MiB used, 715 GiB / 715 GiB avail; 4.6 KiB/s rd, 4.6 MiB/s wr, 443 op/s 2023-11-28T00:57:45.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:44 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3427983545' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T00:57:45.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:44 smithi190 ceph-mon[110568]: pgmap v215: 97 pgs: 97 active+clean; 171 MiB data, 568 MiB used, 715 GiB / 715 GiB avail; 4.6 KiB/s rd, 4.6 MiB/s wr, 443 op/s 2023-11-28T00:57:45.867 INFO:teuthology.orchestra.run.smithi029.stdout: 5 16741 9.66 MB/sec warmup 55 sec latency 126.748 ms 2023-11-28T00:57:46.867 INFO:teuthology.orchestra.run.smithi029.stdout: 5 17240 9.82 MB/sec warmup 56 sec latency 126.962 ms 2023-11-28T00:57:47.869 INFO:teuthology.orchestra.run.smithi029.stdout: 5 17630 9.93 MB/sec warmup 57 sec latency 129.618 ms 2023-11-28T00:57:47.884 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:47 smithi029 ceph-mon[107739]: pgmap v216: 97 pgs: 97 active+clean; 169 MiB data, 605 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 574 op/s 2023-11-28T00:57:48.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:47 smithi190 ceph-mon[110568]: pgmap v216: 97 pgs: 97 active+clean; 169 MiB data, 605 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 574 op/s 2023-11-28T00:57:48.869 INFO:teuthology.orchestra.run.smithi029.stdout: 5 17978 9.88 MB/sec warmup 58 sec latency 129.674 ms 2023-11-28T00:57:49.869 INFO:teuthology.orchestra.run.smithi029.stdout: 5 18324 9.88 MB/sec warmup 59 sec latency 120.673 ms 2023-11-28T00:57:50.869 INFO:teuthology.orchestra.run.smithi029.stdout: 5 18704 9.85 MB/sec warmup 60 sec latency 129.762 ms 2023-11-28T00:57:50.928 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:50 smithi029 ceph-mon[107739]: pgmap v217: 97 pgs: 97 active+clean; 172 MiB data, 614 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.4 MiB/s wr, 519 op/s 2023-11-28T00:57:51.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:50 smithi190 ceph-mon[110568]: pgmap v217: 97 pgs: 97 active+clean; 172 MiB data, 614 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.4 MiB/s wr, 519 op/s 2023-11-28T00:57:51.869 INFO:teuthology.orchestra.run.smithi029.stdout: 5 19255 9.83 MB/sec warmup 61 sec latency 105.641 ms 2023-11-28T00:57:52.878 INFO:teuthology.orchestra.run.smithi029.stdout: 5 19748 9.87 MB/sec warmup 62 sec latency 105.651 ms 2023-11-28T00:57:52.957 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:52 smithi029 ceph-mon[107739]: pgmap v218: 97 pgs: 97 active+clean; 178 MiB data, 643 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.3 MiB/s wr, 443 op/s 2023-11-28T00:57:53.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:52 smithi190 ceph-mon[110568]: pgmap v218: 97 pgs: 97 active+clean; 178 MiB data, 643 MiB used, 715 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.3 MiB/s wr, 443 op/s 2023-11-28T00:57:53.877 INFO:teuthology.orchestra.run.smithi029.stdout: 5 20170 9.92 MB/sec warmup 63 sec latency 108.470 ms 2023-11-28T00:57:53.987 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:53 smithi029 ceph-mon[107739]: pgmap v219: 97 pgs: 97 active+clean; 179 MiB data, 674 MiB used, 715 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.2 MiB/s wr, 478 op/s 2023-11-28T00:57:54.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:53 smithi190 ceph-mon[110568]: pgmap v219: 97 pgs: 97 active+clean; 179 MiB data, 674 MiB used, 715 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.2 MiB/s wr, 478 op/s 2023-11-28T00:57:54.877 INFO:teuthology.orchestra.run.smithi029.stdout: 5 20700 9.99 MB/sec warmup 64 sec latency 183.817 ms 2023-11-28T00:58:00.536 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:56 smithi190 ceph-mon[110568]: pgmap v220: 97 pgs: 97 active+clean; 184 MiB data, 705 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.7 MiB/s wr, 615 op/s 2023-11-28T00:58:00.536 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:57:57 smithi190 ceph-mon[110568]: pgmap v221: 97 pgs: 97 active+clean; 187 MiB data, 739 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.6 MiB/s wr, 688 op/s 2023-11-28T00:58:00.536 INFO:teuthology.orchestra.run.smithi029.stdout: 5 21047 10.03 MB/sec warmup 65 sec latency 138.829 ms 2023-11-28T00:58:00.536 INFO:teuthology.orchestra.run.smithi029.stdout: 5 21447 10.12 MB/sec warmup 66 sec latency 149.487 ms 2023-11-28T00:58:00.536 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:56 smithi029 ceph-mon[107739]: pgmap v220: 97 pgs: 97 active+clean; 184 MiB data, 705 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.7 MiB/s wr, 615 op/s 2023-11-28T00:58:00.536 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:57:57 smithi029 ceph-mon[107739]: pgmap v221: 97 pgs: 97 active+clean; 187 MiB data, 739 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.6 MiB/s wr, 688 op/s 2023-11-28T00:58:00.537 INFO:teuthology.orchestra.run.smithi029.stdout: 5 21777 10.09 MB/sec warmup 67 sec latency 154.008 ms 2023-11-28T00:58:00.537 INFO:teuthology.orchestra.run.smithi029.stdout: 5 22098 10.01 MB/sec warmup 68 sec latency 129.959 ms 2023-11-28T00:58:00.537 INFO:teuthology.orchestra.run.smithi029.stdout: 5 22464 10.00 MB/sec warmup 69 sec latency 142.902 ms 2023-11-28T00:58:00.873 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:00 smithi029 ceph-mon[107739]: pgmap v222: 97 pgs: 97 active+clean; 190 MiB data, 739 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.0 MiB/s wr, 529 op/s 2023-11-28T00:58:00.881 INFO:teuthology.orchestra.run.smithi029.stdout: 5 22821 9.95 MB/sec warmup 70 sec latency 123.145 ms 2023-11-28T00:58:01.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:00 smithi190 ceph-mon[110568]: pgmap v222: 97 pgs: 97 active+clean; 190 MiB data, 739 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 6.0 MiB/s wr, 529 op/s 2023-11-28T00:58:01.884 INFO:teuthology.orchestra.run.smithi029.stdout: 5 23229 9.94 MB/sec warmup 71 sec latency 118.181 ms 2023-11-28T00:58:02.884 INFO:teuthology.orchestra.run.smithi029.stdout: 5 23566 9.86 MB/sec warmup 72 sec latency 129.509 ms 2023-11-28T00:58:02.905 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:02 smithi029 ceph-mon[107739]: pgmap v223: 97 pgs: 97 active+clean; 191 MiB data, 742 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.8 MiB/s wr, 498 op/s 2023-11-28T00:58:03.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:02 smithi190 ceph-mon[110568]: pgmap v223: 97 pgs: 97 active+clean; 191 MiB data, 742 MiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.8 MiB/s wr, 498 op/s 2023-11-28T00:58:03.884 INFO:teuthology.orchestra.run.smithi029.stdout: 5 24056 9.95 MB/sec warmup 73 sec latency 128.072 ms 2023-11-28T00:58:04.885 INFO:teuthology.orchestra.run.smithi029.stdout: 5 24439 10.04 MB/sec warmup 74 sec latency 129.996 ms 2023-11-28T00:58:04.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:04 smithi029 ceph-mon[107739]: pgmap v224: 97 pgs: 97 active+clean; 197 MiB data, 768 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.0 MiB/s wr, 628 op/s 2023-11-28T00:58:05.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:04 smithi190 ceph-mon[110568]: pgmap v224: 97 pgs: 97 active+clean; 197 MiB data, 768 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.0 MiB/s wr, 628 op/s 2023-11-28T00:58:05.888 INFO:teuthology.orchestra.run.smithi029.stdout: 5 24871 10.11 MB/sec warmup 75 sec latency 129.687 ms 2023-11-28T00:58:06.894 INFO:teuthology.orchestra.run.smithi029.stdout: 5 25219 10.15 MB/sec warmup 76 sec latency 129.518 ms 2023-11-28T00:58:06.973 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:06 smithi029 ceph-mon[107739]: pgmap v225: 97 pgs: 97 active+clean; 193 MiB data, 794 MiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.8 MiB/s wr, 594 op/s 2023-11-28T00:58:07.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:06 smithi190 ceph-mon[110568]: pgmap v225: 97 pgs: 97 active+clean; 193 MiB data, 794 MiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.8 MiB/s wr, 594 op/s 2023-11-28T00:58:07.894 INFO:teuthology.orchestra.run.smithi029.stdout: 5 25533 10.07 MB/sec warmup 77 sec latency 105.337 ms 2023-11-28T00:58:08.895 INFO:teuthology.orchestra.run.smithi029.stdout: 5 25931 10.02 MB/sec warmup 78 sec latency 124.053 ms 2023-11-28T00:58:08.997 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:08 smithi029 ceph-mon[107739]: pgmap v226: 97 pgs: 97 active+clean; 203 MiB data, 830 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 638 op/s 2023-11-28T00:58:09.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:08 smithi190 ceph-mon[110568]: pgmap v226: 97 pgs: 97 active+clean; 203 MiB data, 830 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 638 op/s 2023-11-28T00:58:09.894 INFO:teuthology.orchestra.run.smithi029.stdout: 5 26350 10.04 MB/sec warmup 79 sec latency 126.998 ms 2023-11-28T00:58:10.899 INFO:teuthology.orchestra.run.smithi029.stdout: 5 26804 10.03 MB/sec warmup 80 sec latency 129.922 ms 2023-11-28T00:58:11.016 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:10 smithi029 ceph-mon[107739]: pgmap v227: 97 pgs: 97 active+clean; 205 MiB data, 819 MiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.4 MiB/s wr, 478 op/s 2023-11-28T00:58:11.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:10 smithi190 ceph-mon[110568]: pgmap v227: 97 pgs: 97 active+clean; 205 MiB data, 819 MiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.4 MiB/s wr, 478 op/s 2023-11-28T00:58:11.899 INFO:teuthology.orchestra.run.smithi029.stdout: 5 27169 9.97 MB/sec warmup 81 sec latency 123.752 ms 2023-11-28T00:58:12.818 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:12 smithi029 ceph-mon[107739]: pgmap v228: 97 pgs: 97 active+clean; 207 MiB data, 864 MiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.5 MiB/s wr, 559 op/s 2023-11-28T00:58:12.899 INFO:teuthology.orchestra.run.smithi029.stdout: 5 27606 10.02 MB/sec warmup 82 sec latency 120.537 ms 2023-11-28T00:58:13.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:12 smithi190 ceph-mon[110568]: pgmap v228: 97 pgs: 97 active+clean; 207 MiB data, 864 MiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.5 MiB/s wr, 559 op/s 2023-11-28T00:58:13.899 INFO:teuthology.orchestra.run.smithi029.stdout: 5 28081 10.18 MB/sec warmup 83 sec latency 131.281 ms 2023-11-28T00:58:14.425 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-11-28T00:58:14.866 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:14 smithi029 ceph-mon[107739]: pgmap v229: 97 pgs: 97 active+clean; 207 MiB data, 873 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.7 MiB/s wr, 629 op/s 2023-11-28T00:58:14.899 INFO:teuthology.orchestra.run.smithi029.stdout: 5 28380 10.16 MB/sec warmup 84 sec latency 124.859 ms 2023-11-28T00:58:15.100 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:14 smithi190 ceph-mon[110568]: pgmap v229: 97 pgs: 97 active+clean; 207 MiB data, 873 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.7 MiB/s wr, 629 op/s 2023-11-28T00:58:15.196 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T00:58:15.197 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi029 smithi029 *:9093,9094 running (5m) 87s ago 6m 26.9M - ba2b418f427c 8e45d47ac590 2023-11-28T00:58:15.197 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi029 smithi029 running (6m) 87s ago 6m 7046k - 17.2.0 e1d6a67b021e 4cecd8d06c4f 2023-11-28T00:58:15.197 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi190 smithi190 running (5m) 88s ago 5m 7197k - 17.2.0 e1d6a67b021e dc6c40286ca5 2023-11-28T00:58:15.197 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 running (4m) 87s ago 6m 50.3M - 8.3.5 dad864ee21e9 b87b32dd6355 2023-11-28T00:58:15.197 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi029.ohgbul smithi029 running (107s) 87s ago 107s 17.5M - 17.2.0 e1d6a67b021e 29ebcbc74236 2023-11-28T00:58:15.197 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi190.sfnkvf smithi190 running (105s) 88s ago 105s 13.1M - 17.2.0 e1d6a67b021e b1bce9a3a7c5 2023-11-28T00:58:15.197 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi029.zvexvj smithi029 *:9283 running (7m) 87s ago 7m 477M - 17.2.0 e1d6a67b021e 402541c5f474 2023-11-28T00:58:15.197 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi190.afefzp smithi190 *:8443,9283 running (5m) 88s ago 5m 418M - 17.2.0 e1d6a67b021e df26a835e31f 2023-11-28T00:58:15.197 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi029 smithi029 running (7m) 87s ago 7m 80.7M 2048M 17.2.0 e1d6a67b021e 739eed534ac9 2023-11-28T00:58:15.197 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi190 smithi190 running (5m) 88s ago 5m 62.4M 2048M 17.2.0 e1d6a67b021e df51aa5e8ca7 2023-11-28T00:58:15.198 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.0.0.smithi029.xpgolo smithi029 *:2049 running (95s) 87s ago 95s 51.9M - 4.0 e1d6a67b021e a1d163b778f9 2023-11-28T00:58:15.198 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.1.0.smithi190.jixvmi smithi190 *:2049 running (90s) 88s ago 90s 53.8M - 4.0 e1d6a67b021e 8d742d0f23fd 2023-11-28T00:58:15.198 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 running (5m) 87s ago 5m 23.9M - 1dbe0e931976 eee4c646bc30 2023-11-28T00:58:15.198 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi190 smithi190 *:9100 running (5m) 88s ago 5m 25.9M - 1dbe0e931976 6d54d76f6eac 2023-11-28T00:58:15.198 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (4m) 87s ago 4m 54.6M 3225M 17.2.0 e1d6a67b021e cf62bb3077a5 2023-11-28T00:58:15.198 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (4m) 87s ago 4m 57.7M 3225M 17.2.0 e1d6a67b021e a29c23d8984b 2023-11-28T00:58:15.198 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (4m) 87s ago 4m 50.0M 3225M 17.2.0 e1d6a67b021e c676024d6dce 2023-11-28T00:58:15.198 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (3m) 87s ago 3m 50.5M 3225M 17.2.0 e1d6a67b021e 5d394eeb8fe3 2023-11-28T00:58:15.198 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi190 running (3m) 88s ago 3m 48.4M 3992M 17.2.0 e1d6a67b021e ce0f1e4497f5 2023-11-28T00:58:15.198 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi190 running (3m) 88s ago 3m 50.5M 3992M 17.2.0 e1d6a67b021e 8457b938f5b1 2023-11-28T00:58:15.198 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi190 running (3m) 88s ago 3m 52.4M 3992M 17.2.0 e1d6a67b021e 76c7ced39f03 2023-11-28T00:58:15.199 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi190 running (2m) 88s ago 2m 52.8M 3992M 17.2.0 e1d6a67b021e 3515f9a0b66b 2023-11-28T00:58:15.199 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi029 smithi029 *:9095 running (5m) 87s ago 5m 58.6M - 514e6a882f6e b9663d5e020d 2023-11-28T00:58:15.773 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T00:58:15.773 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-11-28T00:58:15.773 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T00:58:15.773 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:58:15.773 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-11-28T00:58:15.773 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T00:58:15.773 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:58:15.774 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-11-28T00:58:15.774 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T00:58:15.774 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:58:15.774 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2023-11-28T00:58:15.774 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T00:58:15.774 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:58:15.774 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-11-28T00:58:15.774 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-28T00:58:15.774 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-11-28T00:58:15.774 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T00:58:15.873 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:15 smithi029 ceph-mon[107739]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:58:15.873 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:15 smithi029 ceph-mon[107739]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:58:15.874 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:15 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/87490057' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T00:58:15.899 INFO:teuthology.orchestra.run.smithi029.stdout: 5 28693 10.18 MB/sec warmup 85 sec latency 102.943 ms 2023-11-28T00:58:16.183 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:15 smithi190 ceph-mon[110568]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:58:16.183 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:15 smithi190 ceph-mon[110568]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:58:16.183 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:15 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/87490057' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T00:58:16.242 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T00:58:16.243 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T00:58:16.243 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-11-28T00:58:16.243 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-11-28T00:58:16.243 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "0/23 daemons upgraded", 2023-11-28T00:58:16.243 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading mgr daemons" 2023-11-28T00:58:16.243 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T00:58:16.815 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-11-28T00:58:16.895 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:16 smithi029 ceph-mon[107739]: pgmap v230: 97 pgs: 97 active+clean; 206 MiB data, 895 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.4 MiB/s wr, 509 op/s 2023-11-28T00:58:16.895 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:16 smithi029 ceph-mon[107739]: from='client.24493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:58:16.895 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:16 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:58:16.895 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:16 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.afefzp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T00:58:16.896 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:16 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T00:58:16.896 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:16 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:58:16.896 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:16 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3499819828' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T00:58:16.908 INFO:teuthology.orchestra.run.smithi029.stdout: 5 28893 10.10 MB/sec warmup 86 sec latency 129.984 ms 2023-11-28T00:58:17.252 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:16 smithi190 ceph-mon[110568]: pgmap v230: 97 pgs: 97 active+clean; 206 MiB data, 895 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.4 MiB/s wr, 509 op/s 2023-11-28T00:58:17.252 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:16 smithi190 ceph-mon[110568]: from='client.24493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:58:17.252 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:16 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:58:17.252 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:16 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.afefzp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T00:58:17.252 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:16 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T00:58:17.252 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:16 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:58:17.253 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:16 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3499819828' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T00:58:17.908 INFO:teuthology.orchestra.run.smithi029.stdout: 5 29165 10.01 MB/sec warmup 87 sec latency 129.637 ms 2023-11-28T00:58:17.909 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:17 smithi029 ceph-mon[107739]: Upgrade: Updating mgr.smithi190.afefzp 2023-11-28T00:58:17.910 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:17 smithi029 ceph-mon[107739]: Deploying daemon mgr.smithi190.afefzp on smithi190 2023-11-28T00:58:17.910 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:17 smithi029 ceph-mon[107739]: from='client.24501 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:58:17.910 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:17 smithi029 ceph-mon[107739]: pgmap v231: 97 pgs: 97 active+clean; 215 MiB data, 905 MiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.7 MiB/s wr, 634 op/s 2023-11-28T00:58:18.011 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:17 smithi190 ceph-mon[110568]: Upgrade: Updating mgr.smithi190.afefzp 2023-11-28T00:58:18.011 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:17 smithi190 ceph-mon[110568]: Deploying daemon mgr.smithi190.afefzp on smithi190 2023-11-28T00:58:18.011 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:17 smithi190 ceph-mon[110568]: from='client.24501 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:58:18.011 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:17 smithi190 ceph-mon[110568]: pgmap v231: 97 pgs: 97 active+clean; 215 MiB data, 905 MiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.7 MiB/s wr, 634 op/s 2023-11-28T00:58:18.908 INFO:teuthology.orchestra.run.smithi029.stdout: 5 29495 9.97 MB/sec warmup 88 sec latency 92.431 ms 2023-11-28T00:58:19.908 INFO:teuthology.orchestra.run.smithi029.stdout: 5 29842 9.95 MB/sec warmup 89 sec latency 87.338 ms 2023-11-28T00:58:20.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:20 smithi029 ceph-mon[107739]: pgmap v232: 97 pgs: 97 active+clean; 218 MiB data, 907 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.1 MiB/s wr, 441 op/s 2023-11-28T00:58:20.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:20 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:58:20.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:20 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:58:20.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:20 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:58:20.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:20 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:58:20.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:20 smithi190 ceph-mon[110568]: pgmap v232: 97 pgs: 97 active+clean; 218 MiB data, 907 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.1 MiB/s wr, 441 op/s 2023-11-28T00:58:20.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:20 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:58:20.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:20 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:58:20.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:20 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:58:20.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:20 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:58:20.912 INFO:teuthology.orchestra.run.smithi029.stdout: 5 30326 9.96 MB/sec warmup 90 sec latency 86.979 ms 2023-11-28T00:58:21.912 INFO:teuthology.orchestra.run.smithi029.stdout: 5 30792 9.93 MB/sec warmup 91 sec latency 138.433 ms 2023-11-28T00:58:22.754 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:22 smithi029 ceph-mon[107739]: pgmap v233: 97 pgs: 97 active+clean; 219 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.4 MiB/s wr, 541 op/s 2023-11-28T00:58:22.755 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:22 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:58:22.755 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:22 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:58:22.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:22 smithi190 ceph-mon[110568]: pgmap v233: 97 pgs: 97 active+clean; 219 MiB data, 935 MiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 5.4 MiB/s wr, 541 op/s 2023-11-28T00:58:22.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:22 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:58:22.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:22 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:58:22.917 INFO:teuthology.orchestra.run.smithi029.stdout: 5 31238 10.01 MB/sec warmup 92 sec latency 130.474 ms 2023-11-28T00:58:23.918 INFO:teuthology.orchestra.run.smithi029.stdout: 5 31768 10.12 MB/sec warmup 93 sec latency 128.697 ms 2023-11-28T00:58:24.778 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:24 smithi029 ceph-mon[107739]: pgmap v234: 97 pgs: 97 active+clean; 216 MiB data, 946 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 4.8 MiB/s wr, 451 op/s 2023-11-28T00:58:24.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:24 smithi190 ceph-mon[110568]: pgmap v234: 97 pgs: 97 active+clean; 216 MiB data, 946 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 4.8 MiB/s wr, 451 op/s 2023-11-28T00:58:24.919 INFO:teuthology.orchestra.run.smithi029.stdout: 5 32134 10.19 MB/sec warmup 94 sec latency 141.902 ms 2023-11-28T00:58:25.791 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:25 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:58:25.791 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:25 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:58:25.791 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:25 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:58:25.791 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:25 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:58:25.791 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:25 smithi029 ceph-mon[107739]: Upgrade: Need to upgrade myself (mgr.smithi029.zvexvj) 2023-11-28T00:58:25.791 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:25 smithi029 ceph-mon[107739]: Failing over to other MGR 2023-11-28T00:58:25.791 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:25 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mgr fail", "who": "smithi029.zvexvj"}]: dispatch 2023-11-28T00:58:25.791 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:25 smithi029 ceph-mon[107739]: osdmap e69: 8 total, 8 up, 8 in 2023-11-28T00:58:25.791 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:25 smithi029 ceph-mon[107739]: Standby manager daemon smithi029.zvexvj started 2023-11-28T00:58:25.929 INFO:teuthology.orchestra.run.smithi029.stdout: 5 32365 10.14 MB/sec warmup 95 sec latency 126.775 ms 2023-11-28T00:58:26.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:25 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:58:26.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:25 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:58:26.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:25 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' 2023-11-28T00:58:26.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:25 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:58:26.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:25 smithi190 ceph-mon[110568]: Upgrade: Need to upgrade myself (mgr.smithi029.zvexvj) 2023-11-28T00:58:26.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:25 smithi190 ceph-mon[110568]: Failing over to other MGR 2023-11-28T00:58:26.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:25 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "mgr fail", "who": "smithi029.zvexvj"}]: dispatch 2023-11-28T00:58:26.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:25 smithi190 ceph-mon[110568]: osdmap e69: 8 total, 8 up, 8 in 2023-11-28T00:58:26.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:25 smithi190 ceph-mon[110568]: Standby manager daemon smithi029.zvexvj started 2023-11-28T00:58:26.807 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:26 smithi029 ceph-mon[107739]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "mgr fail", "who": "smithi029.zvexvj"}]': finished 2023-11-28T00:58:26.807 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:26 smithi029 ceph-mon[107739]: mgrmap e22: smithi190.afefzp(active, starting, since 1.00182s), standbys: smithi029.zvexvj 2023-11-28T00:58:26.936 INFO:teuthology.orchestra.run.smithi029.stdout: 5 32702 10.05 MB/sec warmup 96 sec latency 120.823 ms 2023-11-28T00:58:26.961 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:26 smithi190 ceph-mon[110568]: from='mgr.14204 172.21.15.29:0/1169986247' entity='mgr.smithi029.zvexvj' cmd='[{"prefix": "mgr fail", "who": "smithi029.zvexvj"}]': finished 2023-11-28T00:58:26.961 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:26 smithi190 ceph-mon[110568]: mgrmap e22: smithi190.afefzp(active, starting, since 1.00182s), standbys: smithi029.zvexvj 2023-11-28T00:58:27.835 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:27 smithi029 ceph-mon[107739]: Active manager daemon smithi190.afefzp restarted 2023-11-28T00:58:27.835 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:27 smithi029 ceph-mon[107739]: Activating manager daemon smithi190.afefzp 2023-11-28T00:58:27.835 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:27 smithi029 ceph-mon[107739]: osdmap e70: 8 total, 8 up, 8 in 2023-11-28T00:58:27.835 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:27 smithi029 ceph-mon[107739]: from='mgr.? 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.afefzp/crt"}]: dispatch 2023-11-28T00:58:27.836 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:27 smithi029 ceph-mon[107739]: from='mgr.? 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-28T00:58:27.836 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:27 smithi029 ceph-mon[107739]: from='mgr.? 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.afefzp/key"}]: dispatch 2023-11-28T00:58:27.836 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:27 smithi029 ceph-mon[107739]: from='mgr.? 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-28T00:58:27.936 INFO:teuthology.orchestra.run.smithi029.stdout: 5 32974 10.00 MB/sec warmup 97 sec latency 161.715 ms 2023-11-28T00:58:27.944 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:27 smithi190 ceph-mon[110568]: Active manager daemon smithi190.afefzp restarted 2023-11-28T00:58:27.944 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:27 smithi190 ceph-mon[110568]: Activating manager daemon smithi190.afefzp 2023-11-28T00:58:27.945 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:27 smithi190 ceph-mon[110568]: osdmap e70: 8 total, 8 up, 8 in 2023-11-28T00:58:27.945 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:27 smithi190 ceph-mon[110568]: from='mgr.? 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.afefzp/crt"}]: dispatch 2023-11-28T00:58:27.945 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:27 smithi190 ceph-mon[110568]: from='mgr.? 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-28T00:58:27.945 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:27 smithi190 ceph-mon[110568]: from='mgr.? 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.afefzp/key"}]: dispatch 2023-11-28T00:58:27.945 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:27 smithi190 ceph-mon[110568]: from='mgr.? 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-28T00:58:28.891 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: mgrmap e23: smithi190.afefzp(active, starting, since 0.709461s), standbys: smithi029.zvexvj 2023-11-28T00:58:28.891 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-11-28T00:58:28.891 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:58:28.892 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi029.ohgbul"}]: dispatch 2023-11-28T00:58:28.892 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.sfnkvf"}]: dispatch 2023-11-28T00:58:28.892 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "mgr metadata", "who": "smithi190.afefzp", "id": "smithi190.afefzp"}]: dispatch 2023-11-28T00:58:28.892 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "mgr metadata", "who": "smithi029.zvexvj", "id": "smithi029.zvexvj"}]: dispatch 2023-11-28T00:58:28.893 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T00:58:28.893 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T00:58:28.893 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T00:58:28.893 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T00:58:28.894 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T00:58:28.894 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T00:58:28.894 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T00:58:28.894 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T00:58:28.895 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T00:58:28.895 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T00:58:28.895 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T00:58:28.895 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: Manager daemon smithi190.afefzp is now available 2023-11-28T00:58:28.895 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:28.896 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:58:28.896 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:58:28.896 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T00:58:28.896 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.afefzp/mirror_snapshot_schedule"}]: dispatch 2023-11-28T00:58:28.897 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.afefzp/mirror_snapshot_schedule"}]: dispatch 2023-11-28T00:58:28.897 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.afefzp/trash_purge_schedule"}]: dispatch 2023-11-28T00:58:28.897 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:28 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.afefzp/trash_purge_schedule"}]: dispatch 2023-11-28T00:58:28.936 INFO:teuthology.orchestra.run.smithi029.stdout: 5 33225 9.97 MB/sec warmup 98 sec latency 125.040 ms 2023-11-28T00:58:29.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: mgrmap e23: smithi190.afefzp(active, starting, since 0.709461s), standbys: smithi029.zvexvj 2023-11-28T00:58:29.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "mon metadata", "id": "smithi029"}]: dispatch 2023-11-28T00:58:29.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-11-28T00:58:29.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi029.ohgbul"}]: dispatch 2023-11-28T00:58:29.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.sfnkvf"}]: dispatch 2023-11-28T00:58:29.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "mgr metadata", "who": "smithi190.afefzp", "id": "smithi190.afefzp"}]: dispatch 2023-11-28T00:58:29.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "mgr metadata", "who": "smithi029.zvexvj", "id": "smithi029.zvexvj"}]: dispatch 2023-11-28T00:58:29.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-28T00:58:29.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-28T00:58:29.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-28T00:58:29.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-28T00:58:29.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-28T00:58:29.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-28T00:58:29.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-28T00:58:29.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-28T00:58:29.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-28T00:58:29.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-28T00:58:29.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-28T00:58:29.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: Manager daemon smithi190.afefzp is now available 2023-11-28T00:58:29.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:29.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:58:29.047 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:58:29.047 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T00:58:29.047 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.afefzp/mirror_snapshot_schedule"}]: dispatch 2023-11-28T00:58:29.047 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.afefzp/mirror_snapshot_schedule"}]: dispatch 2023-11-28T00:58:29.047 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.afefzp/trash_purge_schedule"}]: dispatch 2023-11-28T00:58:29.047 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:28 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.afefzp/trash_purge_schedule"}]: dispatch 2023-11-28T00:58:29.901 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:29 smithi029 ceph-mon[107739]: Deploying cephadm binary to smithi190 2023-11-28T00:58:29.901 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:29 smithi029 ceph-mon[107739]: Deploying cephadm binary to smithi029 2023-11-28T00:58:29.901 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:29 smithi029 ceph-mon[107739]: mgrmap e24: smithi190.afefzp(active, since 1.72097s), standbys: smithi029.zvexvj 2023-11-28T00:58:29.901 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:29 smithi029 ceph-mon[107739]: pgmap v3: 97 pgs: 97 active+clean; 236 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2023-11-28T00:58:29.901 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:29 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:29.901 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:29 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:29.936 INFO:teuthology.orchestra.run.smithi029.stdout: 5 33566 10.00 MB/sec warmup 99 sec latency 130.013 ms 2023-11-28T00:58:29.984 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:29 smithi190 ceph-mon[110568]: Deploying cephadm binary to smithi190 2023-11-28T00:58:29.984 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:29 smithi190 ceph-mon[110568]: Deploying cephadm binary to smithi029 2023-11-28T00:58:29.984 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:29 smithi190 ceph-mon[110568]: mgrmap e24: smithi190.afefzp(active, since 1.72097s), standbys: smithi029.zvexvj 2023-11-28T00:58:29.984 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:29 smithi190 ceph-mon[110568]: pgmap v3: 97 pgs: 97 active+clean; 236 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2023-11-28T00:58:29.984 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:29 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:29.984 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:29 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:30.918 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:30 smithi029 ceph-mon[107739]: pgmap v4: 97 pgs: 97 active+clean; 236 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2023-11-28T00:58:30.918 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:30 smithi029 ceph-mon[107739]: mgrmap e25: smithi190.afefzp(active, since 2s), standbys: smithi029.zvexvj 2023-11-28T00:58:30.936 INFO:teuthology.orchestra.run.smithi029.stdout: 5 33979 9.92 MB/sec warmup 100 sec latency 123.733 ms 2023-11-28T00:58:31.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:30 smithi190 ceph-mon[110568]: pgmap v4: 97 pgs: 97 active+clean; 236 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2023-11-28T00:58:31.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:30 smithi190 ceph-mon[110568]: mgrmap e25: smithi190.afefzp(active, since 2s), standbys: smithi029.zvexvj 2023-11-28T00:58:31.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:31 smithi029 ceph-mon[107739]: [28/Nov/2023:00:58:29] ENGINE Bus STARTING 2023-11-28T00:58:31.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:31 smithi029 ceph-mon[107739]: [28/Nov/2023:00:58:30] ENGINE Serving on http://172.21.15.190:8765 2023-11-28T00:58:31.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:31 smithi029 ceph-mon[107739]: [28/Nov/2023:00:58:30] ENGINE Serving on https://172.21.15.190:7150 2023-11-28T00:58:31.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:31 smithi029 ceph-mon[107739]: [28/Nov/2023:00:58:30] ENGINE Bus STARTED 2023-11-28T00:58:31.936 INFO:teuthology.orchestra.run.smithi029.stdout: 5 34306 9.88 MB/sec warmup 101 sec latency 131.877 ms 2023-11-28T00:58:32.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:31 smithi190 ceph-mon[110568]: [28/Nov/2023:00:58:29] ENGINE Bus STARTING 2023-11-28T00:58:32.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:31 smithi190 ceph-mon[110568]: [28/Nov/2023:00:58:30] ENGINE Serving on http://172.21.15.190:8765 2023-11-28T00:58:32.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:31 smithi190 ceph-mon[110568]: [28/Nov/2023:00:58:30] ENGINE Serving on https://172.21.15.190:7150 2023-11-28T00:58:32.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:31 smithi190 ceph-mon[110568]: [28/Nov/2023:00:58:30] ENGINE Bus STARTED 2023-11-28T00:58:32.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:32 smithi029 ceph-mon[107739]: pgmap v5: 97 pgs: 97 active+clean; 236 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2023-11-28T00:58:32.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:32 smithi029 ceph-mon[107739]: mgrmap e26: smithi190.afefzp(active, since 4s), standbys: smithi029.zvexvj 2023-11-28T00:58:32.945 INFO:teuthology.orchestra.run.smithi029.stdout: 5 34651 9.91 MB/sec warmup 102 sec latency 136.037 ms 2023-11-28T00:58:33.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:32 smithi190 ceph-mon[110568]: pgmap v5: 97 pgs: 97 active+clean; 236 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2023-11-28T00:58:33.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:32 smithi190 ceph-mon[110568]: mgrmap e26: smithi190.afefzp(active, since 4s), standbys: smithi029.zvexvj 2023-11-28T00:58:33.945 INFO:teuthology.orchestra.run.smithi029.stdout: 5 35156 10.01 MB/sec warmup 103 sec latency 113.962 ms 2023-11-28T00:58:34.946 INFO:teuthology.orchestra.run.smithi029.stdout: 5 35444 10.05 MB/sec warmup 104 sec latency 130.568 ms 2023-11-28T00:58:35.109 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:34 smithi029 ceph-mon[107739]: pgmap v6: 97 pgs: 97 active+clean; 236 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2023-11-28T00:58:35.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:34 smithi190 ceph-mon[110568]: pgmap v6: 97 pgs: 97 active+clean; 236 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail 2023-11-28T00:58:35.962 INFO:teuthology.orchestra.run.smithi029.stdout: 5 35699 10.05 MB/sec warmup 105 sec latency 126.436 ms 2023-11-28T00:58:36.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:35 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:36.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:35 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:36.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:35 smithi029 ceph-mon[107739]: Standby manager daemon smithi029.zvexvj restarted 2023-11-28T00:58:36.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:35 smithi029 ceph-mon[107739]: Standby manager daemon smithi029.zvexvj started 2023-11-28T00:58:36.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:35 smithi029 ceph-mon[107739]: from='mgr.? 172.21.15.29:0/421015798' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi029.zvexvj/crt"}]: dispatch 2023-11-28T00:58:36.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:35 smithi029 ceph-mon[107739]: from='mgr.? 172.21.15.29:0/421015798' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-28T00:58:36.125 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:35 smithi029 ceph-mon[107739]: from='mgr.? 172.21.15.29:0/421015798' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi029.zvexvj/key"}]: dispatch 2023-11-28T00:58:36.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:35 smithi029 ceph-mon[107739]: from='mgr.? 172.21.15.29:0/421015798' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-28T00:58:36.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:35 smithi029 ceph-mon[107739]: pgmap v7: 97 pgs: 97 active+clean; 238 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.4 MiB/s wr, 371 op/s 2023-11-28T00:58:36.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:35 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:36.126 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:35 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:36.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:35 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:36.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:35 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:36.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:35 smithi190 ceph-mon[110568]: Standby manager daemon smithi029.zvexvj restarted 2023-11-28T00:58:36.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:35 smithi190 ceph-mon[110568]: Standby manager daemon smithi029.zvexvj started 2023-11-28T00:58:36.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:35 smithi190 ceph-mon[110568]: from='mgr.? 172.21.15.29:0/421015798' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi029.zvexvj/crt"}]: dispatch 2023-11-28T00:58:36.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:35 smithi190 ceph-mon[110568]: from='mgr.? 172.21.15.29:0/421015798' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-28T00:58:36.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:35 smithi190 ceph-mon[110568]: from='mgr.? 172.21.15.29:0/421015798' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi029.zvexvj/key"}]: dispatch 2023-11-28T00:58:36.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:35 smithi190 ceph-mon[110568]: from='mgr.? 172.21.15.29:0/421015798' entity='mgr.smithi029.zvexvj' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-28T00:58:36.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:35 smithi190 ceph-mon[110568]: pgmap v7: 97 pgs: 97 active+clean; 238 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 35 KiB/s rd, 3.4 MiB/s wr, 371 op/s 2023-11-28T00:58:36.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:35 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:36.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:35 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:36.962 INFO:teuthology.orchestra.run.smithi029.stdout: 5 35895 9.98 MB/sec warmup 106 sec latency 128.949 ms 2023-11-28T00:58:37.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:36 smithi190 ceph-mon[110568]: mgrmap e27: smithi190.afefzp(active, since 9s), standbys: smithi029.zvexvj 2023-11-28T00:58:37.149 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:36 smithi029 ceph-mon[107739]: mgrmap e27: smithi190.afefzp(active, since 9s), standbys: smithi029.zvexvj 2023-11-28T00:58:37.964 INFO:teuthology.orchestra.run.smithi029.stdout: 5 36180 9.91 MB/sec warmup 107 sec latency 120.916 ms 2023-11-28T00:58:38.147 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:38 smithi029 ceph-mon[107739]: pgmap v8: 97 pgs: 97 active+clean; 238 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.6 MiB/s wr, 288 op/s 2023-11-28T00:58:38.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:38 smithi190 ceph-mon[110568]: pgmap v8: 97 pgs: 97 active+clean; 238 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 2.6 MiB/s wr, 288 op/s 2023-11-28T00:58:38.964 INFO:teuthology.orchestra.run.smithi029.stdout: 5 36437 9.87 MB/sec warmup 108 sec latency 108.504 ms 2023-11-28T00:58:39.927 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:39 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:39.928 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:39 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:39.967 INFO:teuthology.orchestra.run.smithi029.stdout: 5 36711 9.83 MB/sec warmup 109 sec latency 139.767 ms 2023-11-28T00:58:40.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:39 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:40.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:39 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:40.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:40 smithi029 ceph-mon[107739]: pgmap v9: 97 pgs: 97 active+clean; 249 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 4.2 MiB/s wr, 420 op/s 2023-11-28T00:58:40.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:40 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:40.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:40 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:40.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:40 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:40.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:40 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:40.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:40 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:40.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:40 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:40.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:40 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:40.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:40 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:40.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:40 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:40.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:40 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:40.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:40 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:40.967 INFO:teuthology.orchestra.run.smithi029.stdout: 5 37139 9.84 MB/sec warmup 110 sec latency 128.700 ms 2023-11-28T00:58:41.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:40 smithi190 ceph-mon[110568]: pgmap v9: 97 pgs: 97 active+clean; 249 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 4.2 MiB/s wr, 420 op/s 2023-11-28T00:58:41.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:40 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:41.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:40 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:41.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:40 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:41.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:40 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:41.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:40 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:41.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:40 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:41.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:40 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:41.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:40 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:41.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:40 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:41.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:40 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:41.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:40 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:41.896 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:41 smithi029 ceph-mon[107739]: Adjusting osd_memory_target on smithi029 to 1945M 2023-11-28T00:58:41.937 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:41 smithi190 ceph-mon[110568]: Adjusting osd_memory_target on smithi029 to 1945M 2023-11-28T00:58:41.967 INFO:teuthology.orchestra.run.smithi029.stdout: 5 37596 9.81 MB/sec warmup 111 sec latency 84.938 ms 2023-11-28T00:58:42.967 INFO:teuthology.orchestra.run.smithi029.stdout: 5 37911 9.77 MB/sec warmup 112 sec latency 108.501 ms 2023-11-28T00:58:42.971 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:42 smithi029 ceph-mon[107739]: pgmap v10: 97 pgs: 97 active+clean; 249 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-11-28T00:58:42.971 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:42 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:42.972 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:42 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:42.972 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:42 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:42.972 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:42 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:42.972 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:42 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:42.972 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:42 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:42.972 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:42 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:42.972 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:42 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:42.972 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:42 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:42.972 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:42 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:42.972 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:42 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:42.972 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:42 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:58:42.973 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:42 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:58:42.973 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:42 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T00:58:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:42 smithi190 ceph-mon[110568]: pgmap v10: 97 pgs: 97 active+clean; 249 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-11-28T00:58:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:42 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:42 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:42 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:42 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:42 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:42 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:42 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:42 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:42 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:43.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:42 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-28T00:58:43.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:42 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:43.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:42 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:58:43.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:42 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T00:58:43.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:42 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T00:58:43.968 INFO:teuthology.orchestra.run.smithi029.stdout: 5 38286 9.84 MB/sec warmup 113 sec latency 146.031 ms 2023-11-28T00:58:43.994 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:43 smithi029 ceph-mon[107739]: Adjusting osd_memory_target on smithi190 to 2712M 2023-11-28T00:58:43.994 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:43 smithi029 ceph-mon[107739]: Updating smithi029:/etc/ceph/ceph.conf 2023-11-28T00:58:43.995 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:43 smithi029 ceph-mon[107739]: Updating smithi190:/etc/ceph/ceph.conf 2023-11-28T00:58:43.995 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:43 smithi029 ceph-mon[107739]: Updating smithi190:/var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T00:58:43.995 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:43 smithi029 ceph-mon[107739]: Updating smithi029:/var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T00:58:43.995 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:43 smithi029 ceph-mon[107739]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2023-11-28T00:58:43.995 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:43 smithi029 ceph-mon[107739]: Updating smithi190:/var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T00:58:43.996 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:43 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:43.996 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:43 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:44.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:43 smithi190 ceph-mon[110568]: Adjusting osd_memory_target on smithi190 to 2712M 2023-11-28T00:58:44.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:43 smithi190 ceph-mon[110568]: Updating smithi029:/etc/ceph/ceph.conf 2023-11-28T00:58:44.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:43 smithi190 ceph-mon[110568]: Updating smithi190:/etc/ceph/ceph.conf 2023-11-28T00:58:44.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:43 smithi190 ceph-mon[110568]: Updating smithi190:/var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T00:58:44.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:43 smithi190 ceph-mon[110568]: Updating smithi029:/var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/config/ceph.conf 2023-11-28T00:58:44.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:43 smithi190 ceph-mon[110568]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2023-11-28T00:58:44.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:43 smithi190 ceph-mon[110568]: Updating smithi190:/var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T00:58:44.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:43 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:44.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:43 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:44.967 INFO:teuthology.orchestra.run.smithi029.stdout: 5 38734 9.92 MB/sec warmup 114 sec latency 133.306 ms 2023-11-28T00:58:45.022 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:44 smithi029 ceph-mon[107739]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2023-11-28T00:58:45.022 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:44 smithi029 ceph-mon[107739]: Updating smithi029:/var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T00:58:45.022 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:44 smithi029 ceph-mon[107739]: pgmap v11: 97 pgs: 97 active+clean; 249 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-11-28T00:58:45.022 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:44 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:45.022 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:44 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:45.022 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:44 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:45.022 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:44 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:45.023 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:44 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:45.023 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:44 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:45.023 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:44 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:45.023 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:44 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:45.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:44 smithi190 ceph-mon[110568]: Updating smithi029:/etc/ceph/ceph.client.admin.keyring 2023-11-28T00:58:45.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:44 smithi190 ceph-mon[110568]: Updating smithi029:/var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-11-28T00:58:45.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:44 smithi190 ceph-mon[110568]: pgmap v11: 97 pgs: 97 active+clean; 249 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-11-28T00:58:45.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:44 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:45.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:44 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:45.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:44 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:45.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:44 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:45.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:44 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:45.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:44 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:45.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:44 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:45.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:44 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:45.967 INFO:teuthology.orchestra.run.smithi029.stdout: 5 39089 9.94 MB/sec warmup 115 sec latency 125.232 ms 2023-11-28T00:58:46.057 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:45 smithi029 ceph-mon[107739]: Reconfiguring alertmanager.smithi029 (dependencies changed)... 2023-11-28T00:58:46.057 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:45 smithi029 ceph-mon[107739]: Reconfiguring daemon alertmanager.smithi029 on smithi029 2023-11-28T00:58:46.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:45 smithi190 ceph-mon[110568]: Reconfiguring alertmanager.smithi029 (dependencies changed)... 2023-11-28T00:58:46.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:45 smithi190 ceph-mon[110568]: Reconfiguring daemon alertmanager.smithi029 on smithi029 2023-11-28T00:58:46.967 INFO:teuthology.orchestra.run.smithi029.stdout: 5 39339 9.94 MB/sec warmup 116 sec latency 132.089 ms 2023-11-28T00:58:47.075 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:46 smithi029 ceph-mon[107739]: pgmap v12: 97 pgs: 97 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 5.7 MiB/s wr, 602 op/s 2023-11-28T00:58:47.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:46 smithi190 ceph-mon[110568]: pgmap v12: 97 pgs: 97 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 5.7 MiB/s wr, 602 op/s 2023-11-28T00:58:47.329 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-11-28T00:58:47.968 INFO:teuthology.orchestra.run.smithi029.stdout: 5 39555 9.87 MB/sec warmup 117 sec latency 125.741 ms 2023-11-28T00:58:48.299 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T00:58:48.300 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi029 smithi029 *:9093,9094 running (5m) 9s ago 6m 28.6M - 0.23.0 ba2b418f427c 8e45d47ac590 2023-11-28T00:58:48.300 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi029 smithi029 running (6m) 9s ago 6m 7046k - 17.2.0 e1d6a67b021e 4cecd8d06c4f 2023-11-28T00:58:48.300 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi190 smithi190 running (6m) 13s ago 6m 7201k - 17.2.0 e1d6a67b021e dc6c40286ca5 2023-11-28T00:58:48.300 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 running (5m) 9s ago 6m 58.4M - 8.3.5 dad864ee21e9 b87b32dd6355 2023-11-28T00:58:48.300 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi029.ohgbul smithi029 running (2m) 9s ago 2m 37.8M - 17.2.0 e1d6a67b021e 29ebcbc74236 2023-11-28T00:58:48.300 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi190.sfnkvf smithi190 running (2m) 13s ago 2m 13.9M - 17.2.0 e1d6a67b021e b1bce9a3a7c5 2023-11-28T00:58:48.300 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi029.zvexvj smithi029 *:9283 running (7m) 9s ago 7m 408M - 17.2.0 e1d6a67b021e 402541c5f474 2023-11-28T00:58:48.300 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi190.afefzp smithi190 *:8443,9283 running (29s) 13s ago 6m 495M - 18.0.0-7498-g369173db 7cc7cb22378e 899e9274a30c 2023-11-28T00:58:48.300 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi029 smithi029 running (7m) 9s ago 8m 95.8M 2048M 17.2.0 e1d6a67b021e 739eed534ac9 2023-11-28T00:58:48.300 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi190 smithi190 running (6m) 13s ago 6m 60.2M 2048M 17.2.0 e1d6a67b021e df51aa5e8ca7 2023-11-28T00:58:48.301 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.0.0.smithi029.xpgolo smithi029 *:2049 running (2m) 9s ago 2m 269M - 4.0 e1d6a67b021e a1d163b778f9 2023-11-28T00:58:48.301 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.1.0.smithi190.jixvmi smithi190 *:2049 running (2m) 13s ago 2m 78.9M - 4.0 e1d6a67b021e 8d742d0f23fd 2023-11-28T00:58:48.301 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 running (6m) 9s ago 6m 27.1M - 1.3.1 1dbe0e931976 eee4c646bc30 2023-11-28T00:58:48.301 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi190 smithi190 *:9100 running (6m) 13s ago 6m 23.4M - 1.3.1 1dbe0e931976 6d54d76f6eac 2023-11-28T00:58:48.301 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (5m) 9s ago 5m 582M 1945M 17.2.0 e1d6a67b021e cf62bb3077a5 2023-11-28T00:58:48.301 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (5m) 9s ago 5m 385M 1945M 17.2.0 e1d6a67b021e a29c23d8984b 2023-11-28T00:58:48.301 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (4m) 9s ago 4m 298M 1945M 17.2.0 e1d6a67b021e c676024d6dce 2023-11-28T00:58:48.301 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (4m) 9s ago 4m 557M 1945M 17.2.0 e1d6a67b021e 5d394eeb8fe3 2023-11-28T00:58:48.301 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi190 running (4m) 13s ago 4m 523M 2712M 17.2.0 e1d6a67b021e ce0f1e4497f5 2023-11-28T00:58:48.301 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi190 running (3m) 13s ago 3m 559M 2712M 17.2.0 e1d6a67b021e 8457b938f5b1 2023-11-28T00:58:48.301 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi190 running (3m) 13s ago 3m 570M 2712M 17.2.0 e1d6a67b021e 76c7ced39f03 2023-11-28T00:58:48.302 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi190 running (3m) 13s ago 3m 811M 2712M 17.2.0 e1d6a67b021e 3515f9a0b66b 2023-11-28T00:58:48.302 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi029 smithi029 *:9095 running (5m) 9s ago 5m 65.4M - 2.33.4 514e6a882f6e b9663d5e020d 2023-11-28T00:58:48.873 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T00:58:48.873 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-11-28T00:58:48.873 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T00:58:48.874 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:58:48.874 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-11-28T00:58:48.874 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-28T00:58:48.874 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T00:58:48.874 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:58:48.874 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-11-28T00:58:48.874 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T00:58:48.875 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:58:48.875 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2023-11-28T00:58:48.875 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T00:58:48.875 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:58:48.875 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-11-28T00:58:48.875 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-28T00:58:48.875 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T00:58:48.875 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-11-28T00:58:48.875 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T00:58:48.969 INFO:teuthology.orchestra.run.smithi029.stdout: 5 39839 9.80 MB/sec warmup 118 sec latency 115.942 ms 2023-11-28T00:58:49.110 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:48 smithi029 ceph-mon[107739]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:58:49.110 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:48 smithi029 ceph-mon[107739]: pgmap v13: 97 pgs: 97 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 387 op/s 2023-11-28T00:58:49.110 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:48 smithi029 ceph-mon[107739]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:58:49.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:48 smithi190 ceph-mon[110568]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:58:49.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:48 smithi190 ceph-mon[110568]: pgmap v13: 97 pgs: 97 active+clean; 245 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 387 op/s 2023-11-28T00:58:49.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:48 smithi190 ceph-mon[110568]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:58:49.430 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T00:58:49.430 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T00:58:49.430 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-11-28T00:58:49.430 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-28T00:58:49.431 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-11-28T00:58:49.431 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "1/23 daemons upgraded", 2023-11-28T00:58:49.431 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "", 2023-11-28T00:58:49.431 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-11-28T00:58:49.431 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T00:58:49.968 INFO:teuthology.orchestra.run.smithi029.stdout: 5 40051 9.75 MB/sec warmup 119 sec latency 128.092 ms 2023-11-28T00:58:50.009 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-11-28T00:58:50.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:49 smithi029 ceph-mon[107739]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:58:50.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:49 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3452785030' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T00:58:50.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:49 smithi190 ceph-mon[110568]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:58:50.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:49 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3452785030' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T00:58:50.884 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:50 smithi029 ceph-mon[107739]: from='client.24549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:58:50.884 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:50 smithi029 ceph-mon[107739]: pgmap v14: 97 pgs: 97 active+clean; 260 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.0 MiB/s wr, 567 op/s 2023-11-28T00:58:50.884 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:50 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3278880964' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T00:58:51.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:50 smithi190 ceph-mon[110568]: from='client.24549 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:58:51.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:50 smithi190 ceph-mon[110568]: pgmap v14: 97 pgs: 97 active+clean; 260 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.0 MiB/s wr, 567 op/s 2023-11-28T00:58:51.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:50 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3278880964' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T00:58:51.968 INFO:teuthology.orchestra.run.smithi029.stdout: 5 40554 4.48 MB/sec execute 1 sec latency 125.547 ms 2023-11-28T00:58:52.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:52 smithi029 ceph-mon[107739]: pgmap v15: 97 pgs: 97 active+clean; 260 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2023-11-28T00:58:52.972 INFO:teuthology.orchestra.run.smithi029.stdout: 5 40921 5.82 MB/sec execute 2 sec latency 134.141 ms 2023-11-28T00:58:53.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:52 smithi190 ceph-mon[110568]: pgmap v15: 97 pgs: 97 active+clean; 260 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2023-11-28T00:58:53.973 INFO:teuthology.orchestra.run.smithi029.stdout: 5 41279 5.53 MB/sec execute 3 sec latency 124.113 ms 2023-11-28T00:58:54.952 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:54 smithi029 ceph-mon[107739]: pgmap v16: 97 pgs: 97 active+clean; 260 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2023-11-28T00:58:54.972 INFO:teuthology.orchestra.run.smithi029.stdout: 5 41653 7.19 MB/sec execute 4 sec latency 120.152 ms 2023-11-28T00:58:55.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:54 smithi190 ceph-mon[110568]: pgmap v16: 97 pgs: 97 active+clean; 260 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 398 op/s 2023-11-28T00:58:55.972 INFO:teuthology.orchestra.run.smithi029.stdout: 5 41997 8.27 MB/sec execute 5 sec latency 127.029 ms 2023-11-28T00:58:56.972 INFO:teuthology.orchestra.run.smithi029.stdout: 5 42429 10.43 MB/sec execute 6 sec latency 129.185 ms 2023-11-28T00:58:56.988 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:56 smithi029 ceph-mon[107739]: pgmap v17: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.5 MiB/s wr, 579 op/s 2023-11-28T00:58:57.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:56 smithi190 ceph-mon[110568]: pgmap v17: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.5 MiB/s wr, 579 op/s 2023-11-28T00:58:57.972 INFO:teuthology.orchestra.run.smithi029.stdout: 5 42752 10.41 MB/sec execute 7 sec latency 111.988 ms 2023-11-28T00:58:58.003 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:57 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T00:58:58.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:57 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T00:58:58.973 INFO:teuthology.orchestra.run.smithi029.stdout: 5 42998 9.92 MB/sec execute 8 sec latency 184.571 ms 2023-11-28T00:58:59.012 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:58 smithi029 ceph-mon[107739]: pgmap v18: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 359 op/s 2023-11-28T00:58:59.013 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:58 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:59.013 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:58 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:59.013 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:58 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:59.013 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:58 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:59.013 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:58 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-28T00:58:59.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:58 smithi190 ceph-mon[110568]: pgmap v18: 97 pgs: 97 active+clean; 251 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 359 op/s 2023-11-28T00:58:59.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:58 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:59.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:58 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:59.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:58 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:59.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:58 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:58:59.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:58 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-28T00:58:59.974 INFO:teuthology.orchestra.run.smithi029.stdout: 5 43288 9.12 MB/sec execute 9 sec latency 130.354 ms 2023-11-28T00:59:00.022 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:59 smithi029 ceph-mon[107739]: Reconfiguring grafana.smithi029 (dependencies changed)... 2023-11-28T00:59:00.022 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:59 smithi029 ceph-mon[107739]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-28T00:59:00.023 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:59 smithi029 ceph-mon[107739]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-28T00:59:00.023 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:59 smithi029 ceph-mon[107739]: Reconfiguring daemon grafana.smithi029 on smithi029 2023-11-28T00:59:00.023 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:58:59 smithi029 ceph-mon[107739]: pgmap v19: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.1 MiB/s wr, 555 op/s 2023-11-28T00:59:00.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:59 smithi190 ceph-mon[110568]: Reconfiguring grafana.smithi029 (dependencies changed)... 2023-11-28T00:59:00.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:59 smithi190 ceph-mon[110568]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-28T00:59:00.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:59 smithi190 ceph-mon[110568]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-28T00:59:00.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:59 smithi190 ceph-mon[110568]: Reconfiguring daemon grafana.smithi029 on smithi029 2023-11-28T00:59:00.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:58:59 smithi190 ceph-mon[110568]: pgmap v19: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.1 MiB/s wr, 555 op/s 2023-11-28T00:59:00.973 INFO:teuthology.orchestra.run.smithi029.stdout: 5 43588 8.94 MB/sec execute 10 sec latency 130.036 ms 2023-11-28T00:59:01.973 INFO:teuthology.orchestra.run.smithi029.stdout: 5 43888 8.82 MB/sec execute 11 sec latency 124.673 ms 2023-11-28T00:59:02.817 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:02 smithi029 ceph-mon[107739]: pgmap v20: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-11-28T00:59:02.973 INFO:teuthology.orchestra.run.smithi029.stdout: 5 44180 8.32 MB/sec execute 12 sec latency 128.047 ms 2023-11-28T00:59:03.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:02 smithi190 ceph-mon[110568]: pgmap v20: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-11-28T00:59:03.973 INFO:teuthology.orchestra.run.smithi029.stdout: 5 44527 8.37 MB/sec execute 13 sec latency 105.897 ms 2023-11-28T00:59:04.836 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:04 smithi029 ceph-mon[107739]: pgmap v21: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-11-28T00:59:04.981 INFO:teuthology.orchestra.run.smithi029.stdout: 5 44826 8.06 MB/sec execute 14 sec latency 129.962 ms 2023-11-28T00:59:05.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:04 smithi190 ceph-mon[110568]: pgmap v21: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-11-28T00:59:05.981 INFO:teuthology.orchestra.run.smithi029.stdout: 5 45177 8.25 MB/sec execute 15 sec latency 151.795 ms 2023-11-28T00:59:06.879 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:06 smithi029 ceph-mon[107739]: pgmap v22: 97 pgs: 97 active+clean; 264 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.4 MiB/s wr, 567 op/s 2023-11-28T00:59:06.991 INFO:teuthology.orchestra.run.smithi029.stdout: 5 45479 8.43 MB/sec execute 16 sec latency 118.000 ms 2023-11-28T00:59:07.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:06 smithi190 ceph-mon[110568]: pgmap v22: 97 pgs: 97 active+clean; 264 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.4 MiB/s wr, 567 op/s 2023-11-28T00:59:07.995 INFO:teuthology.orchestra.run.smithi029.stdout: 5 45795 8.82 MB/sec execute 17 sec latency 133.372 ms 2023-11-28T00:59:08.910 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:08 smithi029 ceph-mon[107739]: pgmap v23: 97 pgs: 97 active+clean; 264 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 387 op/s 2023-11-28T00:59:08.997 INFO:teuthology.orchestra.run.smithi029.stdout: 5 46184 9.10 MB/sec execute 18 sec latency 127.891 ms 2023-11-28T00:59:09.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:08 smithi190 ceph-mon[110568]: pgmap v23: 97 pgs: 97 active+clean; 264 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 387 op/s 2023-11-28T00:59:09.994 INFO:teuthology.orchestra.run.smithi029.stdout: 5 46476 9.14 MB/sec execute 19 sec latency 123.789 ms 2023-11-28T00:59:10.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:10 smithi029 ceph-mon[107739]: pgmap v24: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.3 MiB/s wr, 570 op/s 2023-11-28T00:59:10.995 INFO:teuthology.orchestra.run.smithi029.stdout: 5 46717 8.81 MB/sec execute 20 sec latency 123.910 ms 2023-11-28T00:59:11.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:10 smithi190 ceph-mon[110568]: pgmap v24: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.3 MiB/s wr, 570 op/s 2023-11-28T00:59:11.995 INFO:teuthology.orchestra.run.smithi029.stdout: 5 47094 8.70 MB/sec execute 21 sec latency 129.525 ms 2023-11-28T00:59:12.962 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:12 smithi029 ceph-mon[107739]: pgmap v25: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-11-28T00:59:12.962 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:12 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T00:59:12.995 INFO:teuthology.orchestra.run.smithi029.stdout: 5 47377 8.54 MB/sec execute 22 sec latency 134.788 ms 2023-11-28T00:59:13.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:12 smithi190 ceph-mon[110568]: pgmap v25: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-11-28T00:59:13.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:12 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T00:59:13.995 INFO:teuthology.orchestra.run.smithi029.stdout: 5 47781 8.76 MB/sec execute 23 sec latency 134.819 ms 2023-11-28T00:59:15.002 INFO:teuthology.orchestra.run.smithi029.stdout: 5 48162 8.52 MB/sec execute 24 sec latency 129.908 ms 2023-11-28T00:59:15.013 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:14 smithi029 ceph-mon[107739]: pgmap v26: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-11-28T00:59:15.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:14 smithi190 ceph-mon[110568]: pgmap v26: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 375 op/s 2023-11-28T00:59:16.002 INFO:teuthology.orchestra.run.smithi029.stdout: 5 48549 8.51 MB/sec execute 25 sec latency 126.555 ms 2023-11-28T00:59:17.009 INFO:teuthology.orchestra.run.smithi029.stdout: 5 48870 8.58 MB/sec execute 26 sec latency 126.555 ms 2023-11-28T00:59:17.048 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:16 smithi029 ceph-mon[107739]: pgmap v27: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.7 MiB/s wr, 576 op/s 2023-11-28T00:59:17.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:16 smithi190 ceph-mon[110568]: pgmap v27: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.7 MiB/s wr, 576 op/s 2023-11-28T00:59:18.009 INFO:teuthology.orchestra.run.smithi029.stdout: 5 49201 8.73 MB/sec execute 27 sec latency 116.510 ms 2023-11-28T00:59:19.011 INFO:teuthology.orchestra.run.smithi029.stdout: 5 49684 9.22 MB/sec execute 28 sec latency 133.666 ms 2023-11-28T00:59:19.072 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:18 smithi029 ceph-mon[107739]: pgmap v28: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 384 op/s 2023-11-28T00:59:19.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:18 smithi190 ceph-mon[110568]: pgmap v28: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 384 op/s 2023-11-28T00:59:20.010 INFO:teuthology.orchestra.run.smithi029.stdout: 5 49966 9.26 MB/sec execute 29 sec latency 123.373 ms 2023-11-28T00:59:20.563 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-11-28T00:59:21.010 INFO:teuthology.orchestra.run.smithi029.stdout: 5 50157 9.03 MB/sec execute 30 sec latency 130.018 ms 2023-11-28T00:59:21.123 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:20 smithi029 ceph-mon[107739]: pgmap v29: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.6 MiB/s wr, 598 op/s 2023-11-28T00:59:21.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:20 smithi190 ceph-mon[110568]: pgmap v29: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.6 MiB/s wr, 598 op/s 2023-11-28T00:59:21.637 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T00:59:21.637 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi029 smithi029 *:9093,9094 starting - - - - 2023-11-28T00:59:21.637 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi029 smithi029 running (7m) 42s ago 7m 7046k - 17.2.0 e1d6a67b021e 4cecd8d06c4f 2023-11-28T00:59:21.638 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi190 smithi190 running (6m) 46s ago 6m 7201k - 17.2.0 e1d6a67b021e dc6c40286ca5 2023-11-28T00:59:21.638 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 running (6m) 42s ago 7m 58.4M - 8.3.5 dad864ee21e9 b87b32dd6355 2023-11-28T00:59:21.638 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi029.ohgbul smithi029 running (2m) 42s ago 2m 37.8M - 17.2.0 e1d6a67b021e 29ebcbc74236 2023-11-28T00:59:21.638 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi190.sfnkvf smithi190 running (2m) 46s ago 2m 13.9M - 17.2.0 e1d6a67b021e b1bce9a3a7c5 2023-11-28T00:59:21.638 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi029.zvexvj smithi029 *:9283 running (8m) 42s ago 8m 408M - 17.2.0 e1d6a67b021e 402541c5f474 2023-11-28T00:59:21.638 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi190.afefzp smithi190 *:8443,9283 running (62s) 46s ago 6m 495M - 18.0.0-7498-g369173db 7cc7cb22378e 899e9274a30c 2023-11-28T00:59:21.638 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi029 smithi029 running (8m) 42s ago 8m 95.8M 2048M 17.2.0 e1d6a67b021e 739eed534ac9 2023-11-28T00:59:21.638 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi190 smithi190 running (6m) 46s ago 6m 60.2M 2048M 17.2.0 e1d6a67b021e df51aa5e8ca7 2023-11-28T00:59:21.638 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.0.0.smithi029.xpgolo smithi029 *:2049 running (2m) 42s ago 2m 269M - 4.0 e1d6a67b021e a1d163b778f9 2023-11-28T00:59:21.638 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.1.0.smithi190.jixvmi smithi190 *:2049 running (2m) 46s ago 2m 78.9M - 4.0 e1d6a67b021e 8d742d0f23fd 2023-11-28T00:59:21.638 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 running (7m) 42s ago 7m 27.1M - 1.3.1 1dbe0e931976 eee4c646bc30 2023-11-28T00:59:21.638 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi190 smithi190 *:9100 running (6m) 46s ago 6m 23.4M - 1.3.1 1dbe0e931976 6d54d76f6eac 2023-11-28T00:59:21.638 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (6m) 42s ago 6m 582M 1945M 17.2.0 e1d6a67b021e cf62bb3077a5 2023-11-28T00:59:21.639 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (5m) 42s ago 5m 385M 1945M 17.2.0 e1d6a67b021e a29c23d8984b 2023-11-28T00:59:21.639 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (5m) 42s ago 5m 298M 1945M 17.2.0 e1d6a67b021e c676024d6dce 2023-11-28T00:59:21.639 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (4m) 42s ago 4m 557M 1945M 17.2.0 e1d6a67b021e 5d394eeb8fe3 2023-11-28T00:59:21.639 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi190 running (4m) 46s ago 4m 523M 2712M 17.2.0 e1d6a67b021e ce0f1e4497f5 2023-11-28T00:59:21.639 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi190 running (4m) 46s ago 4m 559M 2712M 17.2.0 e1d6a67b021e 8457b938f5b1 2023-11-28T00:59:21.639 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi190 running (4m) 46s ago 4m 570M 2712M 17.2.0 e1d6a67b021e 76c7ced39f03 2023-11-28T00:59:21.639 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi190 running (3m) 46s ago 3m 811M 2712M 17.2.0 e1d6a67b021e 3515f9a0b66b 2023-11-28T00:59:21.639 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi029 smithi029 *:9095 running (6m) 42s ago 6m 65.4M - 2.33.4 514e6a882f6e b9663d5e020d 2023-11-28T00:59:22.010 INFO:teuthology.orchestra.run.smithi029.stdout: 5 50414 8.79 MB/sec execute 31 sec latency 135.205 ms 2023-11-28T00:59:22.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:21 smithi029 ceph-mon[107739]: from='client.24555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:59:22.289 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T00:59:22.289 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-11-28T00:59:22.289 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T00:59:22.289 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:59:22.289 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-11-28T00:59:22.289 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-28T00:59:22.289 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T00:59:22.289 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:59:22.289 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-11-28T00:59:22.289 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T00:59:22.289 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:59:22.290 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2023-11-28T00:59:22.290 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T00:59:22.290 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:59:22.290 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-11-28T00:59:22.290 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-28T00:59:22.290 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T00:59:22.290 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-11-28T00:59:22.290 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T00:59:22.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:21 smithi190 ceph-mon[110568]: from='client.24555 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:59:22.857 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T00:59:22.857 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T00:59:22.857 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-11-28T00:59:22.857 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-28T00:59:22.857 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-11-28T00:59:22.857 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "1/23 daemons upgraded", 2023-11-28T00:59:22.857 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "", 2023-11-28T00:59:22.857 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-11-28T00:59:22.858 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T00:59:23.010 INFO:teuthology.orchestra.run.smithi029.stdout: 5 50687 8.68 MB/sec execute 32 sec latency 144.694 ms 2023-11-28T00:59:23.156 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:22 smithi029 ceph-mon[107739]: from='client.24559 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:59:23.156 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:22 smithi029 ceph-mon[107739]: from='client.24563 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:59:23.156 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:22 smithi029 ceph-mon[107739]: pgmap v30: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 414 op/s 2023-11-28T00:59:23.157 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:22 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3424190860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T00:59:23.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:22 smithi190 ceph-mon[110568]: from='client.24559 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:59:23.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:22 smithi190 ceph-mon[110568]: from='client.24563 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:59:23.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:22 smithi190 ceph-mon[110568]: pgmap v30: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 414 op/s 2023-11-28T00:59:23.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:22 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3424190860' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T00:59:23.528 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-11-28T00:59:24.011 INFO:teuthology.orchestra.run.smithi029.stdout: 5 50908 8.57 MB/sec execute 33 sec latency 120.847 ms 2023-11-28T00:59:24.169 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:23 smithi029 ceph-mon[107739]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:59:24.170 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:23 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/2208792315' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T00:59:24.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:23 smithi190 ceph-mon[110568]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:59:24.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:23 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/2208792315' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T00:59:25.011 INFO:teuthology.orchestra.run.smithi029.stdout: 5 51291 8.65 MB/sec execute 34 sec latency 139.210 ms 2023-11-28T00:59:25.181 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:24 smithi029 ceph-mon[107739]: pgmap v31: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 414 op/s 2023-11-28T00:59:25.181 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:24 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:25.181 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:24 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:25.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:24 smithi029 ceph-mon[107739]: Reconfiguring node-exporter.smithi029 (dependencies changed)... 2023-11-28T00:59:25.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:24 smithi029 ceph-mon[107739]: Reconfiguring daemon node-exporter.smithi029 on smithi029 2023-11-28T00:59:25.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:24 smithi190 ceph-mon[110568]: pgmap v31: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 414 op/s 2023-11-28T00:59:25.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:24 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:25.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:24 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:25.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:24 smithi190 ceph-mon[110568]: Reconfiguring node-exporter.smithi029 (dependencies changed)... 2023-11-28T00:59:25.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:24 smithi190 ceph-mon[110568]: Reconfiguring daemon node-exporter.smithi029 on smithi029 2023-11-28T00:59:26.011 INFO:teuthology.orchestra.run.smithi029.stdout: 5 51784 8.58 MB/sec execute 35 sec latency 108.440 ms 2023-11-28T00:59:26.197 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:25 smithi029 ceph-mon[107739]: pgmap v32: 97 pgs: 97 active+clean; 298 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.0 MiB/s wr, 583 op/s 2023-11-28T00:59:26.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:25 smithi190 ceph-mon[110568]: pgmap v32: 97 pgs: 97 active+clean; 298 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.0 MiB/s wr, 583 op/s 2023-11-28T00:59:27.012 INFO:teuthology.orchestra.run.smithi029.stdout: 5 52181 8.63 MB/sec execute 36 sec latency 123.378 ms 2023-11-28T00:59:27.216 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:27 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:27.216 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:27 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:27.216 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:27 smithi029 ceph-mon[107739]: Reconfiguring prometheus.smithi029 (dependencies changed)... 2023-11-28T00:59:27.216 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:27 smithi029 ceph-mon[107739]: Reconfiguring daemon prometheus.smithi029 on smithi029 2023-11-28T00:59:27.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:27 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:27.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:27 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:27.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:27 smithi190 ceph-mon[110568]: Reconfiguring prometheus.smithi029 (dependencies changed)... 2023-11-28T00:59:27.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:27 smithi190 ceph-mon[110568]: Reconfiguring daemon prometheus.smithi029 on smithi029 2023-11-28T00:59:28.011 INFO:teuthology.orchestra.run.smithi029.stdout: 5 52580 8.93 MB/sec execute 37 sec latency 157.572 ms 2023-11-28T00:59:28.252 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:28 smithi029 ceph-mon[107739]: pgmap v33: 97 pgs: 97 active+clean; 298 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 381 op/s 2023-11-28T00:59:28.252 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T00:59:28.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:28 smithi190 ceph-mon[110568]: pgmap v33: 97 pgs: 97 active+clean; 298 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 381 op/s 2023-11-28T00:59:28.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T00:59:29.012 INFO:teuthology.orchestra.run.smithi029.stdout: 5 52893 8.93 MB/sec execute 38 sec latency 123.610 ms 2023-11-28T00:59:30.014 INFO:teuthology.orchestra.run.smithi029.stdout: 5 53212 9.12 MB/sec execute 39 sec latency 126.865 ms 2023-11-28T00:59:31.012 INFO:teuthology.orchestra.run.smithi029.stdout: 5 53461 9.03 MB/sec execute 40 sec latency 132.638 ms 2023-11-28T00:59:31.040 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:30 smithi029 ceph-mon[107739]: pgmap v34: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.3 MiB/s wr, 605 op/s 2023-11-28T00:59:31.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:30 smithi190 ceph-mon[110568]: pgmap v34: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.3 MiB/s wr, 605 op/s 2023-11-28T00:59:32.012 INFO:teuthology.orchestra.run.smithi029.stdout: 5 53683 8.91 MB/sec execute 41 sec latency 127.331 ms 2023-11-28T00:59:33.012 INFO:teuthology.orchestra.run.smithi029.stdout: 5 53925 8.77 MB/sec execute 42 sec latency 151.118 ms 2023-11-28T00:59:33.085 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:32 smithi029 ceph-mon[107739]: pgmap v35: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.9 MiB/s wr, 391 op/s 2023-11-28T00:59:33.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:32 smithi190 ceph-mon[110568]: pgmap v35: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.9 MiB/s wr, 391 op/s 2023-11-28T00:59:34.012 INFO:teuthology.orchestra.run.smithi029.stdout: 5 54223 8.72 MB/sec execute 43 sec latency 128.538 ms 2023-11-28T00:59:34.875 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:34 smithi029 ceph-mon[107739]: pgmap v36: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.9 MiB/s wr, 391 op/s 2023-11-28T00:59:35.012 INFO:teuthology.orchestra.run.smithi029.stdout: 5 54544 8.73 MB/sec execute 44 sec latency 105.472 ms 2023-11-28T00:59:35.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:34 smithi190 ceph-mon[110568]: pgmap v36: 97 pgs: 97 active+clean; 301 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 3.9 MiB/s wr, 391 op/s 2023-11-28T00:59:36.013 INFO:teuthology.orchestra.run.smithi029.stdout: 5 54932 8.65 MB/sec execute 45 sec latency 120.209 ms 2023-11-28T00:59:36.916 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:36 smithi029 ceph-mon[107739]: pgmap v37: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 558 op/s 2023-11-28T00:59:37.021 INFO:teuthology.orchestra.run.smithi029.stdout: 5 55263 8.56 MB/sec execute 46 sec latency 129.912 ms 2023-11-28T00:59:37.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:36 smithi190 ceph-mon[110568]: pgmap v37: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 558 op/s 2023-11-28T00:59:38.022 INFO:teuthology.orchestra.run.smithi029.stdout: 5 55603 8.63 MB/sec execute 47 sec latency 128.438 ms 2023-11-28T00:59:38.865 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:38 smithi029 ceph-mon[107739]: pgmap v38: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2023-11-28T00:59:39.021 INFO:teuthology.orchestra.run.smithi029.stdout: 5 56002 8.72 MB/sec execute 48 sec latency 187.312 ms 2023-11-28T00:59:39.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:38 smithi190 ceph-mon[110568]: pgmap v38: 97 pgs: 97 active+clean; 311 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 389 op/s 2023-11-28T00:59:40.023 INFO:teuthology.orchestra.run.smithi029.stdout: 5 56452 8.91 MB/sec execute 49 sec latency 130.195 ms 2023-11-28T00:59:40.996 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:40 smithi029 ceph-mon[107739]: pgmap v39: 97 pgs: 97 active+clean; 308 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 598 op/s 2023-11-28T00:59:40.997 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:40 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:40.997 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:40 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:41.022 INFO:teuthology.orchestra.run.smithi029.stdout: 5 56752 8.95 MB/sec execute 50 sec latency 138.760 ms 2023-11-28T00:59:41.242 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:40 smithi190 ceph-mon[110568]: pgmap v39: 97 pgs: 97 active+clean; 308 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.9 MiB/s wr, 598 op/s 2023-11-28T00:59:41.242 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:40 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:41.242 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:40 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:42.019 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:41 smithi029 ceph-mon[107739]: Reconfiguring node-exporter.smithi190 (dependencies changed)... 2023-11-28T00:59:42.019 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:41 smithi029 ceph-mon[107739]: Reconfiguring daemon node-exporter.smithi190 on smithi190 2023-11-28T00:59:42.024 INFO:teuthology.orchestra.run.smithi029.stdout: 5 57052 8.93 MB/sec execute 51 sec latency 148.098 ms 2023-11-28T00:59:42.061 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:41 smithi190 ceph-mon[110568]: Reconfiguring node-exporter.smithi190 (dependencies changed)... 2023-11-28T00:59:42.062 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:41 smithi190 ceph-mon[110568]: Reconfiguring daemon node-exporter.smithi190 on smithi190 2023-11-28T00:59:43.024 INFO:teuthology.orchestra.run.smithi029.stdout: 5 57320 8.87 MB/sec execute 52 sec latency 129.827 ms 2023-11-28T00:59:43.041 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:42 smithi029 ceph-mon[107739]: pgmap v40: 97 pgs: 97 active+clean; 308 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 375 op/s 2023-11-28T00:59:43.041 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:42 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:43.041 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:42 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:43.042 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:42 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-28T00:59:43.042 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:42 smithi029 ceph-mon[107739]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-28T00:59:43.042 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:42 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2023-11-28T00:59:43.042 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:42 smithi029 ceph-mon[107739]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2023-11-28T00:59:43.042 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:42 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:43.042 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:42 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-28T00:59:43.042 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:42 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2023-11-28T00:59:43.042 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:42 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:43.042 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:42 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-28T00:59:43.042 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:42 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi029.front.sepia.ceph.com:9095"}]: dispatch 2023-11-28T00:59:43.042 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:42 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:43.043 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:42 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:59:43.043 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:42 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T00:59:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:42 smithi190 ceph-mon[110568]: pgmap v40: 97 pgs: 97 active+clean; 308 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 375 op/s 2023-11-28T00:59:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:42 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:42 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:42 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-28T00:59:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:42 smithi190 ceph-mon[110568]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-28T00:59:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:42 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2023-11-28T00:59:43.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:42 smithi190 ceph-mon[110568]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi029.front.sepia.ceph.com:9093"}]: dispatch 2023-11-28T00:59:43.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:42 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:43.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:42 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-28T00:59:43.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:42 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2023-11-28T00:59:43.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:42 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:43.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:42 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-28T00:59:43.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:42 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi029.front.sepia.ceph.com:9095"}]: dispatch 2023-11-28T00:59:43.296 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:42 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:43.297 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:42 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T00:59:43.297 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:42 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T00:59:44.024 INFO:teuthology.orchestra.run.smithi029.stdout: 5 57575 8.83 MB/sec execute 53 sec latency 138.873 ms 2023-11-28T00:59:44.073 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:43 smithi029 ceph-mon[107739]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-28T00:59:44.073 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:43 smithi029 ceph-mon[107739]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2023-11-28T00:59:44.074 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:43 smithi029 ceph-mon[107739]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-28T00:59:44.074 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:43 smithi029 ceph-mon[107739]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi029.front.sepia.ceph.com:9095"}]: dispatch 2023-11-28T00:59:44.074 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:43 smithi029 ceph-mon[107739]: Upgrade: Need to upgrade myself (mgr.smithi190.afefzp) 2023-11-28T00:59:44.074 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:43 smithi029 ceph-mon[107739]: Upgrade: Need to upgrade myself (mgr.smithi190.afefzp) 2023-11-28T00:59:44.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:43 smithi190 ceph-mon[110568]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-28T00:59:44.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:43 smithi190 ceph-mon[110568]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi029.front.sepia.ceph.com:3000"}]: dispatch 2023-11-28T00:59:44.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:43 smithi190 ceph-mon[110568]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-28T00:59:44.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:43 smithi190 ceph-mon[110568]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi029.front.sepia.ceph.com:9095"}]: dispatch 2023-11-28T00:59:44.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:43 smithi190 ceph-mon[110568]: Upgrade: Need to upgrade myself (mgr.smithi190.afefzp) 2023-11-28T00:59:44.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:43 smithi190 ceph-mon[110568]: Upgrade: Need to upgrade myself (mgr.smithi190.afefzp) 2023-11-28T00:59:45.024 INFO:teuthology.orchestra.run.smithi029.stdout: 5 57891 8.79 MB/sec execute 54 sec latency 145.898 ms 2023-11-28T00:59:45.096 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:44 smithi029 ceph-mon[107739]: pgmap v41: 97 pgs: 97 active+clean; 308 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 375 op/s 2023-11-28T00:59:45.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:44 smithi190 ceph-mon[110568]: pgmap v41: 97 pgs: 97 active+clean; 308 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 375 op/s 2023-11-28T00:59:46.025 INFO:teuthology.orchestra.run.smithi029.stdout: 5 58253 8.72 MB/sec execute 55 sec latency 129.112 ms 2023-11-28T00:59:47.033 INFO:teuthology.orchestra.run.smithi029.stdout: 5 58508 8.63 MB/sec execute 56 sec latency 118.376 ms 2023-11-28T00:59:47.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:46 smithi029 ceph-mon[107739]: pgmap v42: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.0 MiB/s wr, 561 op/s 2023-11-28T00:59:47.135 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:46 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:47.135 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:46 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi029.zvexvj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T00:59:47.135 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:46 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi029.zvexvj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T00:59:47.135 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:46 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T00:59:47.135 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:46 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:59:47.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:46 smithi190 ceph-mon[110568]: pgmap v42: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.0 MiB/s wr, 561 op/s 2023-11-28T00:59:47.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:46 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T00:59:47.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:46 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi029.zvexvj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T00:59:47.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:46 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi029.zvexvj", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-28T00:59:47.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:46 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-28T00:59:47.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:46 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T00:59:48.033 INFO:teuthology.orchestra.run.smithi029.stdout: 5 58866 8.67 MB/sec execute 57 sec latency 140.961 ms 2023-11-28T00:59:48.153 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:47 smithi029 ceph-mon[107739]: Upgrade: Updating mgr.smithi029.zvexvj 2023-11-28T00:59:48.153 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:47 smithi029 ceph-mon[107739]: Deploying daemon mgr.smithi029.zvexvj on smithi029 2023-11-28T00:59:48.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:47 smithi190 ceph-mon[110568]: Upgrade: Updating mgr.smithi029.zvexvj 2023-11-28T00:59:48.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:47 smithi190 ceph-mon[110568]: Deploying daemon mgr.smithi029.zvexvj on smithi029 2023-11-28T00:59:49.038 INFO:teuthology.orchestra.run.smithi029.stdout: 5 59210 8.71 MB/sec execute 58 sec latency 127.046 ms 2023-11-28T00:59:49.169 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:48 smithi029 ceph-mon[107739]: pgmap v43: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-11-28T00:59:49.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:48 smithi190 ceph-mon[110568]: pgmap v43: 97 pgs: 97 active+clean; 323 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-11-28T00:59:50.039 INFO:teuthology.orchestra.run.smithi029.stdout: 5 59767 8.84 MB/sec execute 59 sec latency 127.355 ms 2023-11-28T00:59:50.943 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:50 smithi029 ceph-mon[107739]: pgmap v44: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.8 MiB/s wr, 596 op/s 2023-11-28T00:59:51.040 INFO:teuthology.orchestra.run.smithi029.stdout: 5 60153 8.97 MB/sec execute 60 sec latency 129.894 ms 2023-11-28T00:59:51.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:50 smithi190 ceph-mon[110568]: pgmap v44: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.8 MiB/s wr, 596 op/s 2023-11-28T00:59:52.040 INFO:teuthology.orchestra.run.smithi029.stdout: 5 60530 8.98 MB/sec execute 61 sec latency 130.923 ms 2023-11-28T00:59:52.892 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:52 smithi029 ceph-mon[107739]: pgmap v45: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-11-28T00:59:53.040 INFO:teuthology.orchestra.run.smithi029.stdout: 5 60874 8.98 MB/sec execute 62 sec latency 110.800 ms 2023-11-28T00:59:53.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:52 smithi190 ceph-mon[110568]: pgmap v45: 97 pgs: 97 active+clean; 318 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 387 op/s 2023-11-28T00:59:54.040 INFO:teuthology.orchestra.run.smithi029.stdout: 5 61116 8.92 MB/sec execute 63 sec latency 130.643 ms 2023-11-28T00:59:54.140 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-11-28T00:59:55.023 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:54 smithi029 ceph-mon[107739]: pgmap v46: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 399 op/s 2023-11-28T00:59:55.040 INFO:teuthology.orchestra.run.smithi029.stdout: 5 61362 8.86 MB/sec execute 64 sec latency 101.004 ms 2023-11-28T00:59:55.219 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T00:59:55.219 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi029 smithi029 *:9093,9094 starting - - - - 2023-11-28T00:59:55.219 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi029 smithi029 running (7m) 76s ago 7m 7046k - 17.2.0 e1d6a67b021e 4cecd8d06c4f 2023-11-28T00:59:55.219 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi190 smithi190 running (7m) 80s ago 7m 7201k - 17.2.0 e1d6a67b021e dc6c40286ca5 2023-11-28T00:59:55.220 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 starting - - - - 2023-11-28T00:59:55.220 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi029.ohgbul smithi029 running (3m) 76s ago 3m 37.8M - 17.2.0 e1d6a67b021e 29ebcbc74236 2023-11-28T00:59:55.220 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi190.sfnkvf smithi190 running (3m) 80s ago 3m 13.9M - 17.2.0 e1d6a67b021e b1bce9a3a7c5 2023-11-28T00:59:55.220 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi029.zvexvj smithi029 *:9283 running (9m) 76s ago 9m 408M - 17.2.0 e1d6a67b021e 402541c5f474 2023-11-28T00:59:55.220 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi190.afefzp smithi190 *:8443,9283 running (96s) 80s ago 7m 495M - 18.0.0-7498-g369173db 7cc7cb22378e 899e9274a30c 2023-11-28T00:59:55.220 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi029 smithi029 running (9m) 76s ago 9m 95.8M 2048M 17.2.0 e1d6a67b021e 739eed534ac9 2023-11-28T00:59:55.220 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi190 smithi190 running (7m) 80s ago 7m 60.2M 2048M 17.2.0 e1d6a67b021e df51aa5e8ca7 2023-11-28T00:59:55.220 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.0.0.smithi029.xpgolo smithi029 *:2049 running (3m) 76s ago 3m 269M - 4.0 e1d6a67b021e a1d163b778f9 2023-11-28T00:59:55.220 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.1.0.smithi190.jixvmi smithi190 *:2049 running (3m) 80s ago 3m 78.9M - 4.0 e1d6a67b021e 8d742d0f23fd 2023-11-28T00:59:55.220 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 starting - - - - 2023-11-28T00:59:55.220 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi190 smithi190 *:9100 starting - - - - 2023-11-28T00:59:55.220 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (6m) 76s ago 6m 582M 1945M 17.2.0 e1d6a67b021e cf62bb3077a5 2023-11-28T00:59:55.221 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (6m) 76s ago 6m 385M 1945M 17.2.0 e1d6a67b021e a29c23d8984b 2023-11-28T00:59:55.221 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (5m) 76s ago 5m 298M 1945M 17.2.0 e1d6a67b021e c676024d6dce 2023-11-28T00:59:55.221 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (5m) 76s ago 5m 557M 1945M 17.2.0 e1d6a67b021e 5d394eeb8fe3 2023-11-28T00:59:55.221 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi190 running (5m) 80s ago 5m 523M 2712M 17.2.0 e1d6a67b021e ce0f1e4497f5 2023-11-28T00:59:55.221 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi190 running (4m) 80s ago 4m 559M 2712M 17.2.0 e1d6a67b021e 8457b938f5b1 2023-11-28T00:59:55.221 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi190 running (4m) 80s ago 4m 570M 2712M 17.2.0 e1d6a67b021e 76c7ced39f03 2023-11-28T00:59:55.221 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi190 running (4m) 80s ago 4m 811M 2712M 17.2.0 e1d6a67b021e 3515f9a0b66b 2023-11-28T00:59:55.221 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi029 smithi029 *:9095 starting - - - - 2023-11-28T00:59:55.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:54 smithi190 ceph-mon[110568]: pgmap v46: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 399 op/s 2023-11-28T00:59:55.897 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T00:59:55.897 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-11-28T00:59:55.897 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T00:59:55.897 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:59:55.897 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-11-28T00:59:55.897 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-28T00:59:55.897 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T00:59:55.897 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:59:55.898 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-11-28T00:59:55.898 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T00:59:55.898 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:59:55.898 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2023-11-28T00:59:55.898 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T00:59:55.898 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T00:59:55.898 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-11-28T00:59:55.898 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-28T00:59:55.898 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T00:59:55.898 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-11-28T00:59:55.898 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T00:59:56.030 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:55 smithi029 ceph-mon[107739]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:59:56.030 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:55 smithi029 ceph-mon[107739]: from='client.24577 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:59:56.041 INFO:teuthology.orchestra.run.smithi029.stdout: 5 61678 8.84 MB/sec execute 65 sec latency 144.683 ms 2023-11-28T00:59:56.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:55 smithi190 ceph-mon[110568]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:59:56.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:55 smithi190 ceph-mon[110568]: from='client.24577 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:59:56.470 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T00:59:56.470 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T00:59:56.470 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-11-28T00:59:56.470 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-28T00:59:56.470 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-11-28T00:59:56.470 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "1/23 daemons upgraded", 2023-11-28T00:59:56.470 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading mgr daemons", 2023-11-28T00:59:56.471 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-11-28T00:59:56.471 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T00:59:57.038 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:56 smithi029 ceph-mon[107739]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:59:57.038 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:56 smithi029 ceph-mon[107739]: pgmap v47: 97 pgs: 97 active+clean; 336 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.7 MiB/s wr, 667 op/s 2023-11-28T00:59:57.038 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:56 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/1929884987' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T00:59:57.041 INFO:teuthology.orchestra.run.smithi029.stdout: 5 61991 8.77 MB/sec execute 66 sec latency 121.053 ms 2023-11-28T00:59:57.132 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-11-28T00:59:57.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:56 smithi190 ceph-mon[110568]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:59:57.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:56 smithi190 ceph-mon[110568]: pgmap v47: 97 pgs: 97 active+clean; 336 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.7 MiB/s wr, 667 op/s 2023-11-28T00:59:57.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:56 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/1929884987' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T00:59:57.909 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:57 smithi029 ceph-mon[107739]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:59:57.909 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:57 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/1856321269' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T00:59:57.910 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:57 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T00:59:58.041 INFO:teuthology.orchestra.run.smithi029.stdout: 5 62327 8.78 MB/sec execute 67 sec latency 120.819 ms 2023-11-28T00:59:58.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:57 smithi190 ceph-mon[110568]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T00:59:58.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:57 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/1856321269' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T00:59:58.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:57 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T00:59:59.041 INFO:teuthology.orchestra.run.smithi029.stdout: 5 62681 8.77 MB/sec execute 68 sec latency 139.403 ms 2023-11-28T00:59:59.085 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 00:59:58 smithi029 ceph-mon[107739]: pgmap v48: 97 pgs: 97 active+clean; 336 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 480 op/s 2023-11-28T00:59:59.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 00:59:58 smithi190 ceph-mon[110568]: pgmap v48: 97 pgs: 97 active+clean; 336 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 480 op/s 2023-11-28T01:00:00.041 INFO:teuthology.orchestra.run.smithi029.stdout: 5 63184 8.88 MB/sec execute 69 sec latency 131.780 ms 2023-11-28T01:00:01.042 INFO:teuthology.orchestra.run.smithi029.stdout: 5 63514 8.92 MB/sec execute 70 sec latency 125.245 ms 2023-11-28T01:00:01.114 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:00 smithi029 ceph-mon[107739]: pgmap v49: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 681 op/s 2023-11-28T01:00:01.114 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:00 smithi029 ceph-mon[107739]: mgrmap e28: smithi190.afefzp(active, since 92s), standbys: smithi029.zvexvj 2023-11-28T01:00:01.114 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:00 smithi029 ceph-mon[107739]: overall HEALTH_OK 2023-11-28T01:00:01.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:00 smithi190 ceph-mon[110568]: pgmap v49: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.8 MiB/s wr, 681 op/s 2023-11-28T01:00:01.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:00 smithi190 ceph-mon[110568]: mgrmap e28: smithi190.afefzp(active, since 92s), standbys: smithi029.zvexvj 2023-11-28T01:00:01.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:00 smithi190 ceph-mon[110568]: overall HEALTH_OK 2023-11-28T01:00:02.042 INFO:teuthology.orchestra.run.smithi029.stdout: 5 63911 9.02 MB/sec execute 71 sec latency 129.585 ms 2023-11-28T01:00:03.042 INFO:teuthology.orchestra.run.smithi029.stdout: 5 64207 8.99 MB/sec execute 72 sec latency 129.343 ms 2023-11-28T01:00:03.153 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:02 smithi029 ceph-mon[107739]: pgmap v50: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 480 op/s 2023-11-28T01:00:03.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:02 smithi190 ceph-mon[110568]: pgmap v50: 97 pgs: 97 active+clean; 325 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 480 op/s 2023-11-28T01:00:04.042 INFO:teuthology.orchestra.run.smithi029.stdout: 5 64472 8.95 MB/sec execute 73 sec latency 129.506 ms 2023-11-28T01:00:05.042 INFO:teuthology.orchestra.run.smithi029.stdout: 5 64721 8.93 MB/sec execute 74 sec latency 131.718 ms 2023-11-28T01:00:05.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:04 smithi190 ceph-mon[110568]: pgmap v51: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 491 op/s 2023-11-28T01:00:05.203 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:04 smithi029 ceph-mon[107739]: pgmap v51: 97 pgs: 97 active+clean; 327 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 491 op/s 2023-11-28T01:00:05.958 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:05 smithi029 ceph-mon[107739]: pgmap v52: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.6 MiB/s wr, 676 op/s 2023-11-28T01:00:06.044 INFO:teuthology.orchestra.run.smithi029.stdout: 5 65056 8.88 MB/sec execute 75 sec latency 115.968 ms 2023-11-28T01:00:06.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:05 smithi190 ceph-mon[110568]: pgmap v52: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.6 MiB/s wr, 676 op/s 2023-11-28T01:00:07.049 INFO:teuthology.orchestra.run.smithi029.stdout: 5 65429 8.84 MB/sec execute 76 sec latency 127.277 ms 2023-11-28T01:00:08.049 INFO:teuthology.orchestra.run.smithi029.stdout: 5 65782 8.84 MB/sec execute 77 sec latency 119.425 ms 2023-11-28T01:00:09.009 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:08 smithi029 ceph-mon[107739]: pgmap v53: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 409 op/s 2023-11-28T01:00:09.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:08 smithi190 ceph-mon[110568]: pgmap v53: 97 pgs: 97 active+clean; 330 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 409 op/s 2023-11-28T01:00:09.049 INFO:teuthology.orchestra.run.smithi029.stdout: 5 66187 8.88 MB/sec execute 78 sec latency 123.809 ms 2023-11-28T01:00:10.049 INFO:teuthology.orchestra.run.smithi029.stdout: 5 66680 8.97 MB/sec execute 79 sec latency 134.110 ms 2023-11-28T01:00:11.038 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:10 smithi029 ceph-mon[107739]: pgmap v54: 97 pgs: 97 active+clean; 327 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.9 MiB/s wr, 624 op/s 2023-11-28T01:00:11.055 INFO:teuthology.orchestra.run.smithi029.stdout: 5 67036 8.99 MB/sec execute 80 sec latency 129.880 ms 2023-11-28T01:00:11.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:10 smithi190 ceph-mon[110568]: pgmap v54: 97 pgs: 97 active+clean; 327 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 5.9 MiB/s wr, 624 op/s 2023-11-28T01:00:12.055 INFO:teuthology.orchestra.run.smithi029.stdout: 5 67409 9.05 MB/sec execute 81 sec latency 108.611 ms 2023-11-28T01:00:13.055 INFO:teuthology.orchestra.run.smithi029.stdout: 5 67677 9.02 MB/sec execute 82 sec latency 129.604 ms 2023-11-28T01:00:13.089 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:12 smithi029 ceph-mon[107739]: pgmap v55: 97 pgs: 97 active+clean; 327 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 422 op/s 2023-11-28T01:00:13.089 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:12 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:00:13.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:12 smithi190 ceph-mon[110568]: pgmap v55: 97 pgs: 97 active+clean; 327 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 422 op/s 2023-11-28T01:00:13.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:12 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:00:14.055 INFO:teuthology.orchestra.run.smithi029.stdout: 5 67994 9.06 MB/sec execute 83 sec latency 123.896 ms 2023-11-28T01:00:14.895 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:14 smithi029 ceph-mon[107739]: pgmap v56: 97 pgs: 97 active+clean; 329 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 433 op/s 2023-11-28T01:00:15.055 INFO:teuthology.orchestra.run.smithi029.stdout: 5 68246 8.99 MB/sec execute 84 sec latency 126.853 ms 2023-11-28T01:00:15.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:14 smithi190 ceph-mon[110568]: pgmap v56: 97 pgs: 97 active+clean; 329 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.8 MiB/s wr, 433 op/s 2023-11-28T01:00:16.055 INFO:teuthology.orchestra.run.smithi029.stdout: 5 68614 8.94 MB/sec execute 85 sec latency 108.996 ms 2023-11-28T01:00:16.926 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:16 smithi029 ceph-mon[107739]: pgmap v57: 97 pgs: 97 active+clean; 335 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.7 MiB/s wr, 616 op/s 2023-11-28T01:00:17.055 INFO:teuthology.orchestra.run.smithi029.stdout: 5 68979 8.96 MB/sec execute 86 sec latency 129.621 ms 2023-11-28T01:00:17.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:16 smithi190 ceph-mon[110568]: pgmap v57: 97 pgs: 97 active+clean; 335 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.7 MiB/s wr, 616 op/s 2023-11-28T01:00:18.056 INFO:teuthology.orchestra.run.smithi029.stdout: 5 69434 9.01 MB/sec execute 87 sec latency 131.217 ms 2023-11-28T01:00:18.971 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:18 smithi029 ceph-mon[107739]: pgmap v58: 97 pgs: 97 active+clean; 335 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-11-28T01:00:19.056 INFO:teuthology.orchestra.run.smithi029.stdout: 5 69897 8.98 MB/sec execute 88 sec latency 89.470 ms 2023-11-28T01:00:19.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:18 smithi190 ceph-mon[110568]: pgmap v58: 97 pgs: 97 active+clean; 335 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-11-28T01:00:20.056 INFO:teuthology.orchestra.run.smithi029.stdout: 5 70248 9.01 MB/sec execute 89 sec latency 130.219 ms 2023-11-28T01:00:20.995 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:20 smithi029 ceph-mon[107739]: pgmap v59: 97 pgs: 97 active+clean; 327 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 647 op/s 2023-11-28T01:00:26.799 INFO:teuthology.orchestra.run.smithi029.stdout: 5 70678 9.12 MB/sec execute 90 sec latency 127.239 ms 2023-11-28T01:00:26.799 INFO:teuthology.orchestra.run.smithi029.stdout: 5 71026 9.11 MB/sec execute 91 sec latency 128.894 ms 2023-11-28T01:00:26.799 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:20 smithi190 ceph-mon[110568]: pgmap v59: 97 pgs: 97 active+clean; 327 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 647 op/s 2023-11-28T01:00:26.800 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:22 smithi190 ceph-mon[110568]: pgmap v60: 97 pgs: 97 active+clean; 327 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-28T01:00:26.800 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:24 smithi190 ceph-mon[110568]: pgmap v61: 97 pgs: 97 active+clean; 327 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 442 op/s 2023-11-28T01:00:26.800 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:22 smithi029 ceph-mon[107739]: pgmap v60: 97 pgs: 97 active+clean; 327 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-28T01:00:26.801 INFO:teuthology.orchestra.run.smithi029.stdout: 5 71332 9.15 MB/sec execute 92 sec latency 129.214 ms 2023-11-28T01:00:26.801 INFO:teuthology.orchestra.run.smithi029.stdout: 5 71548 9.12 MB/sec execute 93 sec latency 133.089 ms 2023-11-28T01:00:26.802 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:24 smithi029 ceph-mon[107739]: pgmap v61: 97 pgs: 97 active+clean; 327 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 442 op/s 2023-11-28T01:00:26.802 INFO:teuthology.orchestra.run.smithi029.stdout: 5 71873 9.05 MB/sec execute 94 sec latency 113.751 ms 2023-11-28T01:00:26.802 INFO:teuthology.orchestra.run.smithi029.stdout: 5 72201 9.01 MB/sec execute 95 sec latency 129.513 ms 2023-11-28T01:00:26.979 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:26 smithi029 ceph-mon[107739]: pgmap v62: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.7 MiB/s wr, 630 op/s 2023-11-28T01:00:27.056 INFO:teuthology.orchestra.run.smithi029.stdout: 5 72492 9.01 MB/sec execute 96 sec latency 143.090 ms 2023-11-28T01:00:27.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:26 smithi190 ceph-mon[110568]: pgmap v62: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.7 MiB/s wr, 630 op/s 2023-11-28T01:00:27.672 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-11-28T01:00:27.992 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:27 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:00:28.056 INFO:teuthology.orchestra.run.smithi029.stdout: 5 72864 9.02 MB/sec execute 97 sec latency 128.658 ms 2023-11-28T01:00:28.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:27 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:00:28.640 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T01:00:28.640 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi029 smithi029 *:9093,9094 starting - - - - 2023-11-28T01:00:28.640 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi029 smithi029 running (8m) 109s ago 8m 7046k - 17.2.0 e1d6a67b021e 4cecd8d06c4f 2023-11-28T01:00:28.640 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi190 smithi190 running (7m) 113s ago 7m 7201k - 17.2.0 e1d6a67b021e dc6c40286ca5 2023-11-28T01:00:28.640 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 starting - - - - 2023-11-28T01:00:28.640 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi029.ohgbul smithi029 running (4m) 109s ago 4m 37.8M - 17.2.0 e1d6a67b021e 29ebcbc74236 2023-11-28T01:00:28.640 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi190.sfnkvf smithi190 running (3m) 113s ago 3m 13.9M - 17.2.0 e1d6a67b021e b1bce9a3a7c5 2023-11-28T01:00:28.640 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi029.zvexvj smithi029 *:9283 running (9m) 109s ago 9m 408M - 17.2.0 e1d6a67b021e 402541c5f474 2023-11-28T01:00:28.640 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi190.afefzp smithi190 *:8443,9283 running (2m) 113s ago 7m 495M - 18.0.0-7498-g369173db 7cc7cb22378e 899e9274a30c 2023-11-28T01:00:28.640 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi029 smithi029 running (9m) 109s ago 9m 95.8M 2048M 17.2.0 e1d6a67b021e 739eed534ac9 2023-11-28T01:00:28.640 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi190 smithi190 running (7m) 113s ago 7m 60.2M 2048M 17.2.0 e1d6a67b021e df51aa5e8ca7 2023-11-28T01:00:28.641 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.0.0.smithi029.xpgolo smithi029 *:2049 running (3m) 109s ago 3m 269M - 4.0 e1d6a67b021e a1d163b778f9 2023-11-28T01:00:28.641 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.1.0.smithi190.jixvmi smithi190 *:2049 running (3m) 113s ago 3m 78.9M - 4.0 e1d6a67b021e 8d742d0f23fd 2023-11-28T01:00:28.641 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 starting - - - - 2023-11-28T01:00:28.641 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi190 smithi190 *:9100 starting - - - - 2023-11-28T01:00:28.641 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (7m) 109s ago 7m 582M 1945M 17.2.0 e1d6a67b021e cf62bb3077a5 2023-11-28T01:00:28.641 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (6m) 109s ago 6m 385M 1945M 17.2.0 e1d6a67b021e a29c23d8984b 2023-11-28T01:00:28.641 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (6m) 109s ago 6m 298M 1945M 17.2.0 e1d6a67b021e c676024d6dce 2023-11-28T01:00:28.641 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (6m) 109s ago 6m 557M 1945M 17.2.0 e1d6a67b021e 5d394eeb8fe3 2023-11-28T01:00:28.641 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi190 running (5m) 113s ago 5m 523M 2712M 17.2.0 e1d6a67b021e ce0f1e4497f5 2023-11-28T01:00:28.641 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi190 running (5m) 113s ago 5m 559M 2712M 17.2.0 e1d6a67b021e 8457b938f5b1 2023-11-28T01:00:28.641 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi190 running (5m) 113s ago 5m 570M 2712M 17.2.0 e1d6a67b021e 76c7ced39f03 2023-11-28T01:00:28.641 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi190 running (4m) 113s ago 4m 811M 2712M 17.2.0 e1d6a67b021e 3515f9a0b66b 2023-11-28T01:00:28.642 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi029 smithi029 *:9095 starting - - - - 2023-11-28T01:00:29.004 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:28 smithi029 ceph-mon[107739]: from='client.24597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:00:29.004 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:28 smithi029 ceph-mon[107739]: pgmap v63: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-11-28T01:00:29.060 INFO:teuthology.orchestra.run.smithi029.stdout: 5 73255 9.02 MB/sec execute 98 sec latency 122.753 ms 2023-11-28T01:00:29.240 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T01:00:29.240 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-11-28T01:00:29.240 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:00:29.241 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:00:29.241 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-11-28T01:00:29.241 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-28T01:00:29.241 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:00:29.241 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:00:29.242 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-11-28T01:00:29.242 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T01:00:29.242 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:00:29.242 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2023-11-28T01:00:29.242 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:00:29.243 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:00:29.243 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-11-28T01:00:29.243 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-28T01:00:29.243 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:00:29.243 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-11-28T01:00:29.243 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T01:00:29.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:28 smithi190 ceph-mon[110568]: from='client.24597 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:00:29.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:28 smithi190 ceph-mon[110568]: pgmap v63: 97 pgs: 97 active+clean; 336 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-11-28T01:00:29.752 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T01:00:29.752 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T01:00:29.752 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-11-28T01:00:29.752 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-28T01:00:29.752 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-11-28T01:00:29.752 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "1/23 daemons upgraded", 2023-11-28T01:00:29.752 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading mgr daemons", 2023-11-28T01:00:29.752 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-11-28T01:00:29.752 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T01:00:30.017 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:29 smithi029 ceph-mon[107739]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:00:30.017 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:29 smithi029 ceph-mon[107739]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:00:30.018 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:29 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/1989056346' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:00:30.060 INFO:teuthology.orchestra.run.smithi029.stdout: 5 73556 8.99 MB/sec execute 99 sec latency 129.665 ms 2023-11-28T01:00:30.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:29 smithi190 ceph-mon[110568]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:00:30.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:29 smithi190 ceph-mon[110568]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:00:30.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:29 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/1989056346' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:00:30.334 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-11-28T01:00:31.020 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:30 smithi029 ceph-mon[107739]: pgmap v64: 97 pgs: 97 active+clean; 327 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 636 op/s 2023-11-28T01:00:31.020 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:30 smithi029 ceph-mon[107739]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:00:31.020 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:30 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/1456665539' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:00:31.060 INFO:teuthology.orchestra.run.smithi029.stdout: 5 73949 9.05 MB/sec execute 100 sec latency 140.473 ms 2023-11-28T01:00:31.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:30 smithi190 ceph-mon[110568]: pgmap v64: 97 pgs: 97 active+clean; 327 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 636 op/s 2023-11-28T01:00:31.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:30 smithi190 ceph-mon[110568]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:00:31.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:30 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/1456665539' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:00:32.028 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:31 smithi029 ceph-mon[107739]: pgmap v65: 97 pgs: 97 active+clean; 327 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 407 op/s 2023-11-28T01:00:32.073 INFO:teuthology.orchestra.run.smithi029.stdout: 5 74320 9.06 MB/sec execute 101 sec latency 123.935 ms 2023-11-28T01:00:32.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:31 smithi190 ceph-mon[110568]: pgmap v65: 97 pgs: 97 active+clean; 327 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 407 op/s 2023-11-28T01:00:33.073 INFO:teuthology.orchestra.run.smithi029.stdout: 5 74695 9.13 MB/sec execute 102 sec latency 120.679 ms 2023-11-28T01:00:34.073 INFO:teuthology.orchestra.run.smithi029.stdout: 5 74933 9.09 MB/sec execute 103 sec latency 123.429 ms 2023-11-28T01:00:34.847 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:34 smithi029 ceph-mon[107739]: pgmap v66: 97 pgs: 97 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 475 op/s 2023-11-28T01:00:35.044 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:34 smithi190 ceph-mon[110568]: pgmap v66: 97 pgs: 97 active+clean; 330 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 475 op/s 2023-11-28T01:00:35.073 INFO:teuthology.orchestra.run.smithi029.stdout: 5 75199 9.08 MB/sec execute 104 sec latency 194.993 ms 2023-11-28T01:00:36.073 INFO:teuthology.orchestra.run.smithi029.stdout: 5 75513 9.03 MB/sec execute 105 sec latency 136.058 ms 2023-11-28T01:00:36.880 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:36 smithi029 ceph-mon[107739]: pgmap v67: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.5 MiB/s wr, 597 op/s 2023-11-28T01:00:37.073 INFO:teuthology.orchestra.run.smithi029.stdout: 5 75825 9.00 MB/sec execute 106 sec latency 98.403 ms 2023-11-28T01:00:37.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:36 smithi190 ceph-mon[110568]: pgmap v67: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.5 MiB/s wr, 597 op/s 2023-11-28T01:00:38.073 INFO:teuthology.orchestra.run.smithi029.stdout: 5 76080 8.97 MB/sec execute 107 sec latency 135.995 ms 2023-11-28T01:00:38.946 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:38 smithi029 ceph-mon[107739]: pgmap v68: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-11-28T01:00:39.073 INFO:teuthology.orchestra.run.smithi029.stdout: 5 76462 8.96 MB/sec execute 108 sec latency 101.464 ms 2023-11-28T01:00:39.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:38 smithi190 ceph-mon[110568]: pgmap v68: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 399 op/s 2023-11-28T01:00:40.073 INFO:teuthology.orchestra.run.smithi029.stdout: 5 76841 8.99 MB/sec execute 109 sec latency 130.814 ms 2023-11-28T01:00:40.962 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:40 smithi029 ceph-mon[107739]: pgmap v69: 97 pgs: 97 active+clean; 329 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.7 MiB/s wr, 582 op/s 2023-11-28T01:00:41.073 INFO:teuthology.orchestra.run.smithi029.stdout: 5 77258 9.01 MB/sec execute 110 sec latency 122.869 ms 2023-11-28T01:00:41.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:40 smithi190 ceph-mon[110568]: pgmap v69: 97 pgs: 97 active+clean; 329 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.7 MiB/s wr, 582 op/s 2023-11-28T01:00:42.073 INFO:teuthology.orchestra.run.smithi029.stdout: 5 77594 9.04 MB/sec execute 111 sec latency 129.807 ms 2023-11-28T01:00:43.006 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:42 smithi029 ceph-mon[107739]: pgmap v70: 97 pgs: 97 active+clean; 329 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-11-28T01:00:43.006 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:42 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:00:43.073 INFO:teuthology.orchestra.run.smithi029.stdout: 5 77914 9.04 MB/sec execute 112 sec latency 122.563 ms 2023-11-28T01:00:43.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:42 smithi190 ceph-mon[110568]: pgmap v70: 97 pgs: 97 active+clean; 329 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 382 op/s 2023-11-28T01:00:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:42 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:00:44.073 INFO:teuthology.orchestra.run.smithi029.stdout: 5 78228 9.06 MB/sec execute 113 sec latency 192.246 ms 2023-11-28T01:00:45.043 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:44 smithi029 ceph-mon[107739]: pgmap v71: 97 pgs: 97 active+clean; 329 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 391 op/s 2023-11-28T01:00:45.082 INFO:teuthology.orchestra.run.smithi029.stdout: 5 78531 9.05 MB/sec execute 114 sec latency 108.177 ms 2023-11-28T01:00:45.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:44 smithi190 ceph-mon[110568]: pgmap v71: 97 pgs: 97 active+clean; 329 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.2 MiB/s wr, 391 op/s 2023-11-28T01:00:46.082 INFO:teuthology.orchestra.run.smithi029.stdout: 5 78861 9.05 MB/sec execute 115 sec latency 134.371 ms 2023-11-28T01:00:47.064 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:46 smithi029 ceph-mon[107739]: pgmap v72: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.0 MiB/s wr, 523 op/s 2023-11-28T01:00:47.082 INFO:teuthology.orchestra.run.smithi029.stdout: 5 79244 9.03 MB/sec execute 116 sec latency 109.735 ms 2023-11-28T01:00:47.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:46 smithi190 ceph-mon[110568]: pgmap v72: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 6.0 MiB/s wr, 523 op/s 2023-11-28T01:00:48.083 INFO:teuthology.orchestra.run.smithi029.stdout: 5 79555 8.99 MB/sec execute 117 sec latency 126.803 ms 2023-11-28T01:00:49.083 INFO:teuthology.orchestra.run.smithi029.stdout: 5 79943 9.02 MB/sec execute 118 sec latency 89.530 ms 2023-11-28T01:00:49.106 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:48 smithi029 ceph-mon[107739]: pgmap v73: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 391 op/s 2023-11-28T01:00:49.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:48 smithi190 ceph-mon[110568]: pgmap v73: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 391 op/s 2023-11-28T01:00:50.084 INFO:teuthology.orchestra.run.smithi029.stdout: 5 80334 9.05 MB/sec execute 119 sec latency 89.773 ms 2023-11-28T01:00:51.085 INFO:teuthology.orchestra.run.smithi029.stdout: 5 80670 9.04 MB/sec execute 120 sec latency 132.089 ms 2023-11-28T01:00:51.114 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:50 smithi029 ceph-mon[107739]: pgmap v74: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.9 MiB/s wr, 599 op/s 2023-11-28T01:00:51.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:50 smithi190 ceph-mon[110568]: pgmap v74: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 5.9 MiB/s wr, 599 op/s 2023-11-28T01:00:52.084 INFO:teuthology.orchestra.run.smithi029.stdout: 5 81120 9.07 MB/sec execute 121 sec latency 130.240 ms 2023-11-28T01:00:53.089 INFO:teuthology.orchestra.run.smithi029.stdout: 5 81428 9.07 MB/sec execute 122 sec latency 124.011 ms 2023-11-28T01:00:53.163 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:52 smithi029 ceph-mon[107739]: pgmap v75: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.4 MiB/s wr, 416 op/s 2023-11-28T01:00:53.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:52 smithi190 ceph-mon[110568]: pgmap v75: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.4 MiB/s wr, 416 op/s 2023-11-28T01:00:54.092 INFO:teuthology.orchestra.run.smithi029.stdout: 5 81733 9.09 MB/sec execute 123 sec latency 124.689 ms 2023-11-28T01:00:54.971 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:54 smithi029 ceph-mon[107739]: pgmap v76: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.6 MiB/s wr, 426 op/s 2023-11-28T01:00:55.101 INFO:teuthology.orchestra.run.smithi029.stdout: 5 82091 9.11 MB/sec execute 124 sec latency 139.568 ms 2023-11-28T01:00:55.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:54 smithi190 ceph-mon[110568]: pgmap v76: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.6 MiB/s wr, 426 op/s 2023-11-28T01:00:56.101 INFO:teuthology.orchestra.run.smithi029.stdout: 5 82402 9.09 MB/sec execute 125 sec latency 120.378 ms 2023-11-28T01:00:57.004 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:56 smithi029 ceph-mon[107739]: pgmap v77: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.5 MiB/s wr, 618 op/s 2023-11-28T01:00:57.101 INFO:teuthology.orchestra.run.smithi029.stdout: 5 82715 9.05 MB/sec execute 126 sec latency 136.704 ms 2023-11-28T01:00:57.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:56 smithi190 ceph-mon[110568]: pgmap v77: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.5 MiB/s wr, 618 op/s 2023-11-28T01:00:58.027 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:57 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:00:58.112 INFO:teuthology.orchestra.run.smithi029.stdout: 5 83012 9.03 MB/sec execute 127 sec latency 127.321 ms 2023-11-28T01:00:58.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:57 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:00:59.044 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:00:58 smithi029 ceph-mon[107739]: pgmap v78: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 418 op/s 2023-11-28T01:00:59.125 INFO:teuthology.orchestra.run.smithi029.stdout: 5 83332 9.04 MB/sec execute 128 sec latency 161.528 ms 2023-11-28T01:00:59.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:00:58 smithi190 ceph-mon[110568]: pgmap v78: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 418 op/s 2023-11-28T01:01:00.125 INFO:teuthology.orchestra.run.smithi029.stdout: 5 83711 9.04 MB/sec execute 129 sec latency 126.683 ms 2023-11-28T01:01:00.893 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-11-28T01:01:01.093 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:00 smithi029 ceph-mon[107739]: pgmap v79: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 614 op/s 2023-11-28T01:01:01.125 INFO:teuthology.orchestra.run.smithi029.stdout: 5 83973 9.02 MB/sec execute 130 sec latency 108.387 ms 2023-11-28T01:01:01.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:00 smithi190 ceph-mon[110568]: pgmap v79: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 614 op/s 2023-11-28T01:01:01.874 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T01:01:01.875 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi029 smithi029 *:9093,9094 starting - - - - 2023-11-28T01:01:01.875 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi029 smithi029 running (8m) 2m ago 8m 7046k - 17.2.0 e1d6a67b021e 4cecd8d06c4f 2023-11-28T01:01:01.875 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi190 smithi190 running (8m) 2m ago 8m 7201k - 17.2.0 e1d6a67b021e dc6c40286ca5 2023-11-28T01:01:01.875 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 starting - - - - 2023-11-28T01:01:01.875 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi029.ohgbul smithi029 running (4m) 2m ago 4m 37.8M - 17.2.0 e1d6a67b021e 29ebcbc74236 2023-11-28T01:01:01.875 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi190.sfnkvf smithi190 running (4m) 2m ago 4m 13.9M - 17.2.0 e1d6a67b021e b1bce9a3a7c5 2023-11-28T01:01:01.875 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi029.zvexvj smithi029 *:9283 running (10m) 2m ago 10m 408M - 17.2.0 e1d6a67b021e 402541c5f474 2023-11-28T01:01:01.876 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi190.afefzp smithi190 *:8443,9283 running (2m) 2m ago 8m 495M - 18.0.0-7498-g369173db 7cc7cb22378e 899e9274a30c 2023-11-28T01:01:01.876 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi029 smithi029 running (10m) 2m ago 10m 95.8M 2048M 17.2.0 e1d6a67b021e 739eed534ac9 2023-11-28T01:01:01.876 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi190 smithi190 running (8m) 2m ago 8m 60.2M 2048M 17.2.0 e1d6a67b021e df51aa5e8ca7 2023-11-28T01:01:01.876 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.0.0.smithi029.xpgolo smithi029 *:2049 running (4m) 2m ago 4m 269M - 4.0 e1d6a67b021e a1d163b778f9 2023-11-28T01:01:01.876 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.1.0.smithi190.jixvmi smithi190 *:2049 running (4m) 2m ago 4m 78.9M - 4.0 e1d6a67b021e 8d742d0f23fd 2023-11-28T01:01:01.877 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 starting - - - - 2023-11-28T01:01:01.877 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi190 smithi190 *:9100 starting - - - - 2023-11-28T01:01:01.877 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (7m) 2m ago 7m 582M 1945M 17.2.0 e1d6a67b021e cf62bb3077a5 2023-11-28T01:01:01.878 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (7m) 2m ago 7m 385M 1945M 17.2.0 e1d6a67b021e a29c23d8984b 2023-11-28T01:01:01.878 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (6m) 2m ago 6m 298M 1945M 17.2.0 e1d6a67b021e c676024d6dce 2023-11-28T01:01:01.878 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (6m) 2m ago 6m 557M 1945M 17.2.0 e1d6a67b021e 5d394eeb8fe3 2023-11-28T01:01:01.878 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi190 running (6m) 2m ago 6m 523M 2712M 17.2.0 e1d6a67b021e ce0f1e4497f5 2023-11-28T01:01:01.879 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi190 running (6m) 2m ago 6m 559M 2712M 17.2.0 e1d6a67b021e 8457b938f5b1 2023-11-28T01:01:01.879 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi190 running (5m) 2m ago 5m 570M 2712M 17.2.0 e1d6a67b021e 76c7ced39f03 2023-11-28T01:01:01.879 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi190 running (5m) 2m ago 5m 811M 2712M 17.2.0 e1d6a67b021e 3515f9a0b66b 2023-11-28T01:01:01.879 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi029 smithi029 *:9095 starting - - - - 2023-11-28T01:01:02.115 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:01 smithi029 ceph-mon[107739]: from='client.24619 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:01:02.125 INFO:teuthology.orchestra.run.smithi029.stdout: 5 84224 8.98 MB/sec execute 131 sec latency 136.715 ms 2023-11-28T01:01:02.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:01 smithi190 ceph-mon[110568]: from='client.24619 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:01:02.467 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T01:01:02.468 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-11-28T01:01:02.468 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:01:02.468 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:01:02.468 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-11-28T01:01:02.468 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-28T01:01:02.468 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:01:02.468 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:01:02.468 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-11-28T01:01:02.468 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T01:01:02.468 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:01:02.469 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2023-11-28T01:01:02.469 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:01:02.469 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:01:02.469 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-11-28T01:01:02.469 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-28T01:01:02.469 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:01:02.469 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-11-28T01:01:02.469 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T01:01:02.951 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T01:01:02.951 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T01:01:02.951 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-11-28T01:01:02.951 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-28T01:01:02.951 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-11-28T01:01:02.951 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "1/23 daemons upgraded", 2023-11-28T01:01:02.951 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading mgr daemons", 2023-11-28T01:01:02.951 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-11-28T01:01:02.951 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T01:01:03.125 INFO:teuthology.orchestra.run.smithi029.stdout: 5 84602 9.01 MB/sec execute 132 sec latency 129.471 ms 2023-11-28T01:01:03.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:02 smithi029 ceph-mon[107739]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:01:03.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:02 smithi029 ceph-mon[107739]: pgmap v80: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-11-28T01:01:03.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:02 smithi029 ceph-mon[107739]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:01:03.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:02 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/4067822289' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:01:03.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:02 smithi190 ceph-mon[110568]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:01:03.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:02 smithi190 ceph-mon[110568]: pgmap v80: 97 pgs: 97 active+clean; 336 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 406 op/s 2023-11-28T01:01:03.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:02 smithi190 ceph-mon[110568]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:01:03.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:02 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/4067822289' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:01:03.495 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-11-28T01:01:04.125 INFO:teuthology.orchestra.run.smithi029.stdout: 5 84945 9.04 MB/sec execute 133 sec latency 125.262 ms 2023-11-28T01:01:04.150 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:03 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/2717669217' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:01:04.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:03 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/2717669217' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:01:05.125 INFO:teuthology.orchestra.run.smithi029.stdout: 5 85274 9.05 MB/sec execute 134 sec latency 126.400 ms 2023-11-28T01:01:05.161 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:04 smithi029 ceph-mon[107739]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:01:05.161 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:04 smithi029 ceph-mon[107739]: pgmap v81: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 414 op/s 2023-11-28T01:01:05.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:04 smithi190 ceph-mon[110568]: from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:01:05.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:04 smithi190 ceph-mon[110568]: pgmap v81: 97 pgs: 97 active+clean; 338 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 414 op/s 2023-11-28T01:01:06.125 INFO:teuthology.orchestra.run.smithi029.stdout: 5 85557 9.06 MB/sec execute 135 sec latency 113.997 ms 2023-11-28T01:01:06.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:06 smithi029 ceph-mon[107739]: pgmap v82: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 577 op/s 2023-11-28T01:01:07.125 INFO:teuthology.orchestra.run.smithi029.stdout: 5 85891 9.05 MB/sec execute 136 sec latency 126.855 ms 2023-11-28T01:01:07.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:06 smithi190 ceph-mon[110568]: pgmap v82: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 577 op/s 2023-11-28T01:01:08.125 INFO:teuthology.orchestra.run.smithi029.stdout: 5 86178 9.01 MB/sec execute 137 sec latency 124.242 ms 2023-11-28T01:01:08.996 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:08 smithi029 ceph-mon[107739]: pgmap v83: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-11-28T01:01:09.125 INFO:teuthology.orchestra.run.smithi029.stdout: 5 86465 8.99 MB/sec execute 138 sec latency 123.480 ms 2023-11-28T01:01:09.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:08 smithi190 ceph-mon[110568]: pgmap v83: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-11-28T01:01:10.126 INFO:teuthology.orchestra.run.smithi029.stdout: 5 86801 9.01 MB/sec execute 139 sec latency 123.676 ms 2023-11-28T01:01:11.054 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:10 smithi029 ceph-mon[107739]: pgmap v84: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.9 MiB/s wr, 570 op/s 2023-11-28T01:01:11.127 INFO:teuthology.orchestra.run.smithi029.stdout: 5 87203 8.99 MB/sec execute 140 sec latency 129.571 ms 2023-11-28T01:01:11.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:10 smithi190 ceph-mon[110568]: pgmap v84: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.9 MiB/s wr, 570 op/s 2023-11-28T01:01:12.127 INFO:teuthology.orchestra.run.smithi029.stdout: 5 87602 9.00 MB/sec execute 141 sec latency 151.991 ms 2023-11-28T01:01:13.076 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:12 smithi029 ceph-mon[107739]: pgmap v85: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2023-11-28T01:01:13.076 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:12 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:01:13.127 INFO:teuthology.orchestra.run.smithi029.stdout: 5 87936 9.02 MB/sec execute 142 sec latency 171.080 ms 2023-11-28T01:01:13.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:12 smithi190 ceph-mon[110568]: pgmap v85: 97 pgs: 97 active+clean; 344 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 374 op/s 2023-11-28T01:01:13.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:12 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:01:14.098 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:13 smithi029 ceph-mon[107739]: pgmap v86: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.2 MiB/s wr, 384 op/s 2023-11-28T01:01:14.132 INFO:teuthology.orchestra.run.smithi029.stdout: 5 88338 9.04 MB/sec execute 143 sec latency 126.950 ms 2023-11-28T01:01:14.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:13 smithi190 ceph-mon[110568]: pgmap v86: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.2 MiB/s wr, 384 op/s 2023-11-28T01:01:15.132 INFO:teuthology.orchestra.run.smithi029.stdout: 5 88680 9.06 MB/sec execute 144 sec latency 132.094 ms 2023-11-28T01:01:16.132 INFO:teuthology.orchestra.run.smithi029.stdout: 5 88965 9.07 MB/sec execute 145 sec latency 145.848 ms 2023-11-28T01:01:16.929 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:16 smithi029 ceph-mon[107739]: pgmap v87: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 579 op/s 2023-11-28T01:01:17.132 INFO:teuthology.orchestra.run.smithi029.stdout: 5 89222 9.03 MB/sec execute 146 sec latency 126.501 ms 2023-11-28T01:01:17.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:16 smithi190 ceph-mon[110568]: pgmap v87: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 579 op/s 2023-11-28T01:01:18.132 INFO:teuthology.orchestra.run.smithi029.stdout: 5 89515 9.03 MB/sec execute 147 sec latency 141.341 ms 2023-11-28T01:01:19.132 INFO:teuthology.orchestra.run.smithi029.stdout: 5 89790 9.00 MB/sec execute 148 sec latency 123.582 ms 2023-11-28T01:01:19.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:18 smithi029 ceph-mon[107739]: pgmap v88: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-11-28T01:01:19.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:18 smithi190 ceph-mon[110568]: pgmap v88: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-11-28T01:01:20.134 INFO:teuthology.orchestra.run.smithi029.stdout: 5 90108 8.99 MB/sec execute 149 sec latency 129.873 ms 2023-11-28T01:01:20.918 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:20 smithi029 ceph-mon[107739]: pgmap v89: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 588 op/s 2023-11-28T01:01:21.134 INFO:teuthology.orchestra.run.smithi029.stdout: 5 90352 8.96 MB/sec execute 150 sec latency 132.426 ms 2023-11-28T01:01:21.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:20 smithi190 ceph-mon[110568]: pgmap v89: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 588 op/s 2023-11-28T01:01:22.134 INFO:teuthology.orchestra.run.smithi029.stdout: 5 90730 8.98 MB/sec execute 151 sec latency 117.959 ms 2023-11-28T01:01:22.959 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:22 smithi029 ceph-mon[107739]: pgmap v90: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-11-28T01:01:23.134 INFO:teuthology.orchestra.run.smithi029.stdout: 5 91125 8.97 MB/sec execute 152 sec latency 127.156 ms 2023-11-28T01:01:23.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:22 smithi190 ceph-mon[110568]: pgmap v90: 97 pgs: 97 active+clean; 343 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-11-28T01:01:24.139 INFO:teuthology.orchestra.run.smithi029.stdout: 5 91486 8.97 MB/sec execute 153 sec latency 173.997 ms 2023-11-28T01:01:24.991 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:24 smithi029 ceph-mon[107739]: pgmap v91: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 463 op/s 2023-11-28T01:01:25.139 INFO:teuthology.orchestra.run.smithi029.stdout: 5 91768 8.98 MB/sec execute 154 sec latency 129.654 ms 2023-11-28T01:01:25.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:24 smithi190 ceph-mon[110568]: pgmap v91: 97 pgs: 97 active+clean; 342 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 463 op/s 2023-11-28T01:01:26.139 INFO:teuthology.orchestra.run.smithi029.stdout: 5 92158 9.02 MB/sec execute 155 sec latency 91.903 ms 2023-11-28T01:01:27.038 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:26 smithi029 ceph-mon[107739]: pgmap v92: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.6 MiB/s wr, 585 op/s 2023-11-28T01:01:27.139 INFO:teuthology.orchestra.run.smithi029.stdout: 5 92490 9.03 MB/sec execute 156 sec latency 129.582 ms 2023-11-28T01:01:27.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:26 smithi190 ceph-mon[110568]: pgmap v92: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.6 MiB/s wr, 585 op/s 2023-11-28T01:01:28.067 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:27 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:01:28.139 INFO:teuthology.orchestra.run.smithi029.stdout: 5 92748 9.03 MB/sec execute 157 sec latency 132.208 ms 2023-11-28T01:01:28.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:27 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:01:29.084 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:28 smithi029 ceph-mon[107739]: pgmap v93: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 383 op/s 2023-11-28T01:01:29.139 INFO:teuthology.orchestra.run.smithi029.stdout: 5 93000 9.00 MB/sec execute 158 sec latency 129.352 ms 2023-11-28T01:01:29.297 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:28 smithi190 ceph-mon[110568]: pgmap v93: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 383 op/s 2023-11-28T01:01:30.143 INFO:teuthology.orchestra.run.smithi029.stdout: 5 93255 8.97 MB/sec execute 159 sec latency 116.392 ms 2023-11-28T01:01:31.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:30 smithi029 ceph-mon[107739]: pgmap v94: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.1 MiB/s wr, 573 op/s 2023-11-28T01:01:31.153 INFO:teuthology.orchestra.run.smithi029.stdout: 5 93559 8.95 MB/sec execute 160 sec latency 107.517 ms 2023-11-28T01:01:31.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:30 smithi190 ceph-mon[110568]: pgmap v94: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.1 MiB/s wr, 573 op/s 2023-11-28T01:01:32.153 INFO:teuthology.orchestra.run.smithi029.stdout: 5 93799 8.93 MB/sec execute 161 sec latency 119.853 ms 2023-11-28T01:01:33.153 INFO:teuthology.orchestra.run.smithi029.stdout: 5 94109 8.92 MB/sec execute 162 sec latency 131.428 ms 2023-11-28T01:01:33.182 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:32 smithi029 ceph-mon[107739]: pgmap v95: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-11-28T01:01:33.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:32 smithi190 ceph-mon[110568]: pgmap v95: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-11-28T01:01:34.079 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-11-28T01:01:34.153 INFO:teuthology.orchestra.run.smithi029.stdout: 5 94480 8.94 MB/sec execute 163 sec latency 129.878 ms 2023-11-28T01:01:34.215 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:34 smithi029 ceph-mon[107739]: pgmap v96: 97 pgs: 97 active+clean; 335 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.3 MiB/s wr, 409 op/s 2023-11-28T01:01:34.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:34 smithi190 ceph-mon[110568]: pgmap v96: 97 pgs: 97 active+clean; 335 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.3 MiB/s wr, 409 op/s 2023-11-28T01:01:35.053 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T01:01:35.054 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi029 smithi029 *:9093,9094 starting - - - - 2023-11-28T01:01:35.054 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi029 smithi029 running (9m) 2m ago 9m 7046k - 17.2.0 e1d6a67b021e 4cecd8d06c4f 2023-11-28T01:01:35.054 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi190 smithi190 running (9m) 3m ago 9m 7201k - 17.2.0 e1d6a67b021e dc6c40286ca5 2023-11-28T01:01:35.054 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 starting - - - - 2023-11-28T01:01:35.054 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi029.ohgbul smithi029 running (5m) 2m ago 5m 37.8M - 17.2.0 e1d6a67b021e 29ebcbc74236 2023-11-28T01:01:35.054 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi190.sfnkvf smithi190 running (5m) 3m ago 5m 13.9M - 17.2.0 e1d6a67b021e b1bce9a3a7c5 2023-11-28T01:01:35.054 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi029.zvexvj smithi029 *:9283 running (10m) 2m ago 10m 408M - 17.2.0 e1d6a67b021e 402541c5f474 2023-11-28T01:01:35.054 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi190.afefzp smithi190 *:8443,9283 running (3m) 3m ago 9m 495M - 18.0.0-7498-g369173db 7cc7cb22378e 899e9274a30c 2023-11-28T01:01:35.054 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi029 smithi029 running (10m) 2m ago 10m 95.8M 2048M 17.2.0 e1d6a67b021e 739eed534ac9 2023-11-28T01:01:35.054 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi190 smithi190 running (8m) 3m ago 8m 60.2M 2048M 17.2.0 e1d6a67b021e df51aa5e8ca7 2023-11-28T01:01:35.054 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.0.0.smithi029.xpgolo smithi029 *:2049 running (4m) 2m ago 4m 269M - 4.0 e1d6a67b021e a1d163b778f9 2023-11-28T01:01:35.055 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.1.0.smithi190.jixvmi smithi190 *:2049 running (4m) 3m ago 4m 78.9M - 4.0 e1d6a67b021e 8d742d0f23fd 2023-11-28T01:01:35.055 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 starting - - - - 2023-11-28T01:01:35.055 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi190 smithi190 *:9100 starting - - - - 2023-11-28T01:01:35.055 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (8m) 2m ago 8m 582M 1945M 17.2.0 e1d6a67b021e cf62bb3077a5 2023-11-28T01:01:35.055 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (7m) 2m ago 7m 385M 1945M 17.2.0 e1d6a67b021e a29c23d8984b 2023-11-28T01:01:35.055 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (7m) 2m ago 7m 298M 1945M 17.2.0 e1d6a67b021e c676024d6dce 2023-11-28T01:01:35.055 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (7m) 2m ago 7m 557M 1945M 17.2.0 e1d6a67b021e 5d394eeb8fe3 2023-11-28T01:01:35.055 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi190 running (6m) 3m ago 6m 523M 2712M 17.2.0 e1d6a67b021e ce0f1e4497f5 2023-11-28T01:01:35.055 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi190 running (6m) 3m ago 6m 559M 2712M 17.2.0 e1d6a67b021e 8457b938f5b1 2023-11-28T01:01:35.056 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi190 running (6m) 3m ago 6m 570M 2712M 17.2.0 e1d6a67b021e 76c7ced39f03 2023-11-28T01:01:35.056 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi190 running (6m) 3m ago 6m 811M 2712M 17.2.0 e1d6a67b021e 3515f9a0b66b 2023-11-28T01:01:35.056 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi029 smithi029 *:9095 starting - - - - 2023-11-28T01:01:35.154 INFO:teuthology.orchestra.run.smithi029.stdout: 5 94726 8.91 MB/sec execute 164 sec latency 120.958 ms 2023-11-28T01:01:35.669 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T01:01:35.669 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-11-28T01:01:35.669 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:01:35.669 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:01:35.669 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-11-28T01:01:35.669 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-28T01:01:35.669 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:01:35.670 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:01:35.670 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-11-28T01:01:35.670 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T01:01:35.670 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:01:35.670 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2023-11-28T01:01:35.670 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:01:35.670 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:01:35.670 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-11-28T01:01:35.670 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-28T01:01:35.670 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:01:35.670 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-11-28T01:01:35.670 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T01:01:36.017 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:35 smithi029 ceph-mon[107739]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:01:36.017 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:35 smithi029 ceph-mon[107739]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:01:36.017 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:35 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/2306870068' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:01:36.153 INFO:teuthology.orchestra.run.smithi029.stdout: 5 95053 8.90 MB/sec execute 165 sec latency 134.508 ms 2023-11-28T01:01:36.166 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T01:01:36.166 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T01:01:36.166 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-11-28T01:01:36.166 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-28T01:01:36.166 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-11-28T01:01:36.166 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "1/23 daemons upgraded", 2023-11-28T01:01:36.166 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading mgr daemons", 2023-11-28T01:01:36.166 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-11-28T01:01:36.166 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T01:01:36.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:35 smithi190 ceph-mon[110568]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:01:36.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:35 smithi190 ceph-mon[110568]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:01:36.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:35 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/2306870068' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:01:36.774 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-11-28T01:01:37.051 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:36 smithi029 ceph-mon[107739]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:01:37.051 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:36 smithi029 ceph-mon[107739]: pgmap v97: 97 pgs: 97 active+clean; 331 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.0 MiB/s wr, 497 op/s 2023-11-28T01:01:37.051 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:36 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/4180920417' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:01:37.156 INFO:teuthology.orchestra.run.smithi029.stdout: 5 95360 8.92 MB/sec execute 166 sec latency 105.480 ms 2023-11-28T01:01:37.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:36 smithi190 ceph-mon[110568]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:01:37.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:36 smithi190 ceph-mon[110568]: pgmap v97: 97 pgs: 97 active+clean; 331 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.0 MiB/s wr, 497 op/s 2023-11-28T01:01:37.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:36 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/4180920417' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:01:38.074 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:37 smithi029 ceph-mon[107739]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:01:38.158 INFO:teuthology.orchestra.run.smithi029.stdout: 5 95617 8.92 MB/sec execute 167 sec latency 126.415 ms 2023-11-28T01:01:38.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:37 smithi190 ceph-mon[110568]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:01:39.095 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:38 smithi029 ceph-mon[107739]: pgmap v98: 97 pgs: 97 active+clean; 331 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-11-28T01:01:39.158 INFO:teuthology.orchestra.run.smithi029.stdout: 5 95915 8.93 MB/sec execute 168 sec latency 126.237 ms 2023-11-28T01:01:39.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:38 smithi190 ceph-mon[110568]: pgmap v98: 97 pgs: 97 active+clean; 331 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-11-28T01:01:40.158 INFO:teuthology.orchestra.run.smithi029.stdout: 5 96148 8.91 MB/sec execute 169 sec latency 126.478 ms 2023-11-28T01:01:41.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:40 smithi029 ceph-mon[107739]: pgmap v99: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.9 MiB/s wr, 535 op/s 2023-11-28T01:01:41.158 INFO:teuthology.orchestra.run.smithi029.stdout: 5 96422 8.92 MB/sec execute 170 sec latency 129.303 ms 2023-11-28T01:01:41.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:40 smithi190 ceph-mon[110568]: pgmap v99: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.9 MiB/s wr, 535 op/s 2023-11-28T01:01:42.158 INFO:teuthology.orchestra.run.smithi029.stdout: 5 96633 8.88 MB/sec execute 171 sec latency 143.735 ms 2023-11-28T01:01:43.158 INFO:teuthology.orchestra.run.smithi029.stdout: 5 96884 8.85 MB/sec execute 172 sec latency 126.849 ms 2023-11-28T01:01:43.175 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:42 smithi029 ceph-mon[107739]: pgmap v100: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-11-28T01:01:43.176 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:42 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:01:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:42 smithi190 ceph-mon[110568]: pgmap v100: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-11-28T01:01:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:42 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:01:44.158 INFO:teuthology.orchestra.run.smithi029.stdout: 5 97089 8.82 MB/sec execute 173 sec latency 119.544 ms 2023-11-28T01:01:45.158 INFO:teuthology.orchestra.run.smithi029.stdout: 5 97372 8.82 MB/sec execute 174 sec latency 120.442 ms 2023-11-28T01:01:45.215 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:44 smithi029 ceph-mon[107739]: pgmap v101: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 357 op/s 2023-11-28T01:01:45.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:44 smithi190 ceph-mon[110568]: pgmap v101: 97 pgs: 97 active+clean; 341 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.8 MiB/s wr, 357 op/s 2023-11-28T01:01:46.158 INFO:teuthology.orchestra.run.smithi029.stdout: 5 97694 8.81 MB/sec execute 175 sec latency 123.570 ms 2023-11-28T01:01:46.234 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:46 smithi029 ceph-mon[107739]: pgmap v102: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.7 MiB/s wr, 476 op/s 2023-11-28T01:01:46.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:46 smithi190 ceph-mon[110568]: pgmap v102: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 4.7 MiB/s wr, 476 op/s 2023-11-28T01:01:47.158 INFO:teuthology.orchestra.run.smithi029.stdout: 5 98075 8.83 MB/sec execute 176 sec latency 124.355 ms 2023-11-28T01:01:48.158 INFO:teuthology.orchestra.run.smithi029.stdout: 5 98344 8.80 MB/sec execute 177 sec latency 129.829 ms 2023-11-28T01:01:49.024 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:48 smithi029 ceph-mon[107739]: pgmap v103: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 320 op/s 2023-11-28T01:01:49.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:48 smithi190 ceph-mon[110568]: pgmap v103: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.5 MiB/s wr, 320 op/s 2023-11-28T01:01:49.158 INFO:teuthology.orchestra.run.smithi029.stdout: 5 98655 8.79 MB/sec execute 178 sec latency 107.658 ms 2023-11-28T01:01:50.158 INFO:teuthology.orchestra.run.smithi029.stdout: 5 98949 8.80 MB/sec execute 179 sec latency 135.870 ms 2023-11-28T01:01:51.057 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:50 smithi029 ceph-mon[107739]: pgmap v104: 97 pgs: 97 active+clean; 335 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 501 op/s 2023-11-28T01:01:51.158 INFO:teuthology.orchestra.run.smithi029.stdout: 5 99321 8.84 MB/sec execute 180 sec latency 133.587 ms 2023-11-28T01:01:51.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:50 smithi190 ceph-mon[110568]: pgmap v104: 97 pgs: 97 active+clean; 335 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 501 op/s 2023-11-28T01:01:52.159 INFO:teuthology.orchestra.run.smithi029.stdout: 5 99633 8.84 MB/sec execute 181 sec latency 154.601 ms 2023-11-28T01:01:53.096 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:52 smithi029 ceph-mon[107739]: pgmap v105: 97 pgs: 97 active+clean; 335 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 330 op/s 2023-11-28T01:01:53.158 INFO:teuthology.orchestra.run.smithi029.stdout: 5 99941 8.85 MB/sec execute 182 sec latency 129.319 ms 2023-11-28T01:01:53.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:52 smithi190 ceph-mon[110568]: pgmap v105: 97 pgs: 97 active+clean; 335 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 330 op/s 2023-11-28T01:01:54.159 INFO:teuthology.orchestra.run.smithi029.stdout: 5 100176 8.82 MB/sec execute 183 sec latency 132.841 ms 2023-11-28T01:01:55.159 INFO:teuthology.orchestra.run.smithi029.stdout: 5 100442 8.80 MB/sec execute 184 sec latency 122.023 ms 2023-11-28T01:01:55.163 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:54 smithi029 ceph-mon[107739]: pgmap v106: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-11-28T01:01:55.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:54 smithi190 ceph-mon[110568]: pgmap v106: 97 pgs: 97 active+clean; 339 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 372 op/s 2023-11-28T01:01:56.159 INFO:teuthology.orchestra.run.smithi029.stdout: 5 100683 8.78 MB/sec execute 185 sec latency 137.442 ms 2023-11-28T01:01:56.941 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:56 smithi029 ceph-mon[107739]: pgmap v107: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2023-11-28T01:01:57.164 INFO:teuthology.orchestra.run.smithi029.stdout: 5 100975 8.77 MB/sec execute 186 sec latency 136.502 ms 2023-11-28T01:01:57.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:56 smithi190 ceph-mon[110568]: pgmap v107: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2023-11-28T01:01:57.997 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:57 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:01:58.164 INFO:teuthology.orchestra.run.smithi029.stdout: 5 101258 8.76 MB/sec execute 187 sec latency 141.533 ms 2023-11-28T01:01:58.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:57 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:01:59.013 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:01:58 smithi029 ceph-mon[107739]: pgmap v108: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-11-28T01:01:59.164 INFO:teuthology.orchestra.run.smithi029.stdout: 5 101545 8.77 MB/sec execute 188 sec latency 140.049 ms 2023-11-28T01:01:59.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:01:58 smithi190 ceph-mon[110568]: pgmap v108: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-11-28T01:02:00.168 INFO:teuthology.orchestra.run.smithi029.stdout: 5 101829 8.76 MB/sec execute 189 sec latency 137.000 ms 2023-11-28T01:02:01.051 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:00 smithi029 ceph-mon[107739]: pgmap v109: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 536 op/s 2023-11-28T01:02:01.173 INFO:teuthology.orchestra.run.smithi029.stdout: 5 102194 8.74 MB/sec execute 190 sec latency 86.976 ms 2023-11-28T01:02:01.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:00 smithi190 ceph-mon[110568]: pgmap v109: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 536 op/s 2023-11-28T01:02:02.084 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:01 smithi029 ceph-mon[107739]: pgmap v110: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 355 op/s 2023-11-28T01:02:02.173 INFO:teuthology.orchestra.run.smithi029.stdout: 5 102547 8.76 MB/sec execute 191 sec latency 126.227 ms 2023-11-28T01:02:02.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:01 smithi190 ceph-mon[110568]: pgmap v110: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 355 op/s 2023-11-28T01:02:03.174 INFO:teuthology.orchestra.run.smithi029.stdout: 5 102884 8.78 MB/sec execute 192 sec latency 131.362 ms 2023-11-28T01:02:04.174 INFO:teuthology.orchestra.run.smithi029.stdout: 5 103281 8.79 MB/sec execute 193 sec latency 127.048 ms 2023-11-28T01:02:04.909 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:04 smithi029 ceph-mon[107739]: pgmap v111: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.8 MiB/s wr, 393 op/s 2023-11-28T01:02:05.178 INFO:teuthology.orchestra.run.smithi029.stdout: 5 103631 8.81 MB/sec execute 194 sec latency 127.199 ms 2023-11-28T01:02:05.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:04 smithi190 ceph-mon[110568]: pgmap v111: 97 pgs: 97 active+clean; 343 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.8 MiB/s wr, 393 op/s 2023-11-28T01:02:06.188 INFO:teuthology.orchestra.run.smithi029.stdout: 5 103979 8.80 MB/sec execute 195 sec latency 127.044 ms 2023-11-28T01:02:06.935 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:06 smithi029 ceph-mon[107739]: pgmap v112: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 502 op/s 2023-11-28T01:02:07.188 INFO:teuthology.orchestra.run.smithi029.stdout: 5 104260 8.77 MB/sec execute 196 sec latency 126.828 ms 2023-11-28T01:02:07.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:06 smithi190 ceph-mon[110568]: pgmap v112: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.0 MiB/s wr, 502 op/s 2023-11-28T01:02:07.318 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-11-28T01:02:08.188 INFO:teuthology.orchestra.run.smithi029.stdout: 5 104539 8.77 MB/sec execute 197 sec latency 93.729 ms 2023-11-28T01:02:08.362 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T01:02:08.363 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi029 smithi029 *:9093,9094 starting - - - - 2023-11-28T01:02:08.363 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi029 smithi029 running (10m) 3m ago 10m 7046k - 17.2.0 e1d6a67b021e 4cecd8d06c4f 2023-11-28T01:02:08.363 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi190 smithi190 running (9m) 3m ago 9m 7201k - 17.2.0 e1d6a67b021e dc6c40286ca5 2023-11-28T01:02:08.363 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 starting - - - - 2023-11-28T01:02:08.363 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi029.ohgbul smithi029 running (5m) 3m ago 5m 37.8M - 17.2.0 e1d6a67b021e 29ebcbc74236 2023-11-28T01:02:08.363 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi190.sfnkvf smithi190 running (5m) 3m ago 5m 13.9M - 17.2.0 e1d6a67b021e b1bce9a3a7c5 2023-11-28T01:02:08.363 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi029.zvexvj smithi029 *:9283 running (11m) 3m ago 11m 408M - 17.2.0 e1d6a67b021e 402541c5f474 2023-11-28T01:02:08.363 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi190.afefzp smithi190 *:8443,9283 running (3m) 3m ago 9m 495M - 18.0.0-7498-g369173db 7cc7cb22378e 899e9274a30c 2023-11-28T01:02:08.363 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi029 smithi029 running (11m) 3m ago 11m 95.8M 2048M 17.2.0 e1d6a67b021e 739eed534ac9 2023-11-28T01:02:08.363 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi190 smithi190 running (9m) 3m ago 9m 60.2M 2048M 17.2.0 e1d6a67b021e df51aa5e8ca7 2023-11-28T01:02:08.363 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.0.0.smithi029.xpgolo smithi029 *:2049 running (5m) 3m ago 5m 269M - 4.0 e1d6a67b021e a1d163b778f9 2023-11-28T01:02:08.363 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.1.0.smithi190.jixvmi smithi190 *:2049 running (5m) 3m ago 5m 78.9M - 4.0 e1d6a67b021e 8d742d0f23fd 2023-11-28T01:02:08.363 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 starting - - - - 2023-11-28T01:02:08.364 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi190 smithi190 *:9100 starting - - - - 2023-11-28T01:02:08.364 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (8m) 3m ago 8m 582M 1945M 17.2.0 e1d6a67b021e cf62bb3077a5 2023-11-28T01:02:08.364 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (8m) 3m ago 8m 385M 1945M 17.2.0 e1d6a67b021e a29c23d8984b 2023-11-28T01:02:08.364 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (8m) 3m ago 8m 298M 1945M 17.2.0 e1d6a67b021e c676024d6dce 2023-11-28T01:02:08.364 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (7m) 3m ago 7m 557M 1945M 17.2.0 e1d6a67b021e 5d394eeb8fe3 2023-11-28T01:02:08.364 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi190 running (7m) 3m ago 7m 523M 2712M 17.2.0 e1d6a67b021e ce0f1e4497f5 2023-11-28T01:02:08.364 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi190 running (7m) 3m ago 7m 559M 2712M 17.2.0 e1d6a67b021e 8457b938f5b1 2023-11-28T01:02:08.364 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi190 running (6m) 3m ago 6m 570M 2712M 17.2.0 e1d6a67b021e 76c7ced39f03 2023-11-28T01:02:08.364 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi190 running (6m) 3m ago 6m 811M 2712M 17.2.0 e1d6a67b021e 3515f9a0b66b 2023-11-28T01:02:08.364 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi029 smithi029 *:9095 starting - - - - 2023-11-28T01:02:08.966 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:08 smithi029 ceph-mon[107739]: from='client.24659 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:02:08.966 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:08 smithi029 ceph-mon[107739]: pgmap v113: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-28T01:02:08.966 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:08 smithi029 ceph-mon[107739]: from='client.24663 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:02:09.043 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T01:02:09.043 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-11-28T01:02:09.043 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:02:09.043 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:02:09.043 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-11-28T01:02:09.043 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-28T01:02:09.043 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:02:09.044 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:02:09.044 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-11-28T01:02:09.044 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T01:02:09.044 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:02:09.044 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2023-11-28T01:02:09.044 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:02:09.044 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:02:09.044 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-11-28T01:02:09.044 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-28T01:02:09.044 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:02:09.044 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-11-28T01:02:09.044 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T01:02:09.190 INFO:teuthology.orchestra.run.smithi029.stdout: 5 104837 8.76 MB/sec execute 198 sec latency 99.532 ms 2023-11-28T01:02:09.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:08 smithi190 ceph-mon[110568]: from='client.24659 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:02:09.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:08 smithi190 ceph-mon[110568]: pgmap v113: 97 pgs: 97 active+clean; 344 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-28T01:02:09.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:08 smithi190 ceph-mon[110568]: from='client.24663 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:02:09.592 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T01:02:09.592 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T01:02:09.592 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-11-28T01:02:09.592 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-28T01:02:09.592 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-11-28T01:02:09.592 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "1/23 daemons upgraded", 2023-11-28T01:02:09.592 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading mgr daemons", 2023-11-28T01:02:09.593 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-11-28T01:02:09.593 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T01:02:09.977 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:09 smithi029 ceph-mon[107739]: from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:02:09.977 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:09 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3873381455' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:02:10.190 INFO:teuthology.orchestra.run.smithi029.stdout: 5 105140 8.74 MB/sec execute 199 sec latency 134.060 ms 2023-11-28T01:02:10.209 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-11-28T01:02:10.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:09 smithi190 ceph-mon[110568]: from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:02:10.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:09 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3873381455' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:02:10.987 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:10 smithi029 ceph-mon[107739]: from='client.24675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:02:10.987 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:10 smithi029 ceph-mon[107739]: pgmap v114: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.5 MiB/s wr, 559 op/s 2023-11-28T01:02:10.987 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:10 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/1384581820' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:02:11.196 INFO:teuthology.orchestra.run.smithi029.stdout: 5 105463 8.76 MB/sec execute 200 sec latency 139.794 ms 2023-11-28T01:02:11.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:10 smithi190 ceph-mon[110568]: from='client.24675 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:02:11.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:10 smithi190 ceph-mon[110568]: pgmap v114: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.5 MiB/s wr, 559 op/s 2023-11-28T01:02:11.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:10 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/1384581820' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:02:12.196 INFO:teuthology.orchestra.run.smithi029.stdout: 5 105810 8.78 MB/sec execute 201 sec latency 129.346 ms 2023-11-28T01:02:13.016 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:12 smithi029 ceph-mon[107739]: pgmap v115: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-11-28T01:02:13.016 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:12 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:02:13.206 INFO:teuthology.orchestra.run.smithi029.stdout: 5 106138 8.78 MB/sec execute 202 sec latency 130.540 ms 2023-11-28T01:02:13.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:12 smithi190 ceph-mon[110568]: pgmap v115: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.0 MiB/s wr, 388 op/s 2023-11-28T01:02:13.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:12 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:02:14.206 INFO:teuthology.orchestra.run.smithi029.stdout: 5 106392 8.77 MB/sec execute 203 sec latency 165.029 ms 2023-11-28T01:02:15.053 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:14 smithi029 ceph-mon[107739]: pgmap v116: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.8 MiB/s wr, 422 op/s 2023-11-28T01:02:15.206 INFO:teuthology.orchestra.run.smithi029.stdout: 5 106632 8.75 MB/sec execute 204 sec latency 125.944 ms 2023-11-28T01:02:15.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:14 smithi190 ceph-mon[110568]: pgmap v116: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.8 MiB/s wr, 422 op/s 2023-11-28T01:02:16.207 INFO:teuthology.orchestra.run.smithi029.stdout: 5 106913 8.75 MB/sec execute 205 sec latency 126.477 ms 2023-11-28T01:02:17.094 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:16 smithi029 ceph-mon[107739]: pgmap v117: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 532 op/s 2023-11-28T01:02:17.207 INFO:teuthology.orchestra.run.smithi029.stdout: 5 107187 8.76 MB/sec execute 206 sec latency 131.351 ms 2023-11-28T01:02:17.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:16 smithi190 ceph-mon[110568]: pgmap v117: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.0 MiB/s wr, 532 op/s 2023-11-28T01:02:18.208 INFO:teuthology.orchestra.run.smithi029.stdout: 5 107426 8.74 MB/sec execute 207 sec latency 132.485 ms 2023-11-28T01:02:19.116 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:18 smithi029 ceph-mon[107739]: pgmap v118: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 382 op/s 2023-11-28T01:02:19.211 INFO:teuthology.orchestra.run.smithi029.stdout: 5 107766 8.72 MB/sec execute 208 sec latency 91.642 ms 2023-11-28T01:02:19.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:18 smithi190 ceph-mon[110568]: pgmap v118: 97 pgs: 97 active+clean; 340 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.8 MiB/s wr, 382 op/s 2023-11-28T01:02:20.211 INFO:teuthology.orchestra.run.smithi029.stdout: 5 107983 8.70 MB/sec execute 209 sec latency 131.997 ms 2023-11-28T01:02:21.131 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:20 smithi029 ceph-mon[107739]: pgmap v119: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.4 MiB/s wr, 549 op/s 2023-11-28T01:02:21.212 INFO:teuthology.orchestra.run.smithi029.stdout: 5 108306 8.71 MB/sec execute 210 sec latency 132.806 ms 2023-11-28T01:02:21.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:20 smithi190 ceph-mon[110568]: pgmap v119: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.4 MiB/s wr, 549 op/s 2023-11-28T01:02:22.212 INFO:teuthology.orchestra.run.smithi029.stdout: 5 108628 8.71 MB/sec execute 211 sec latency 88.366 ms 2023-11-28T01:02:22.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:22 smithi029 ceph-mon[107739]: pgmap v120: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-11-28T01:02:23.213 INFO:teuthology.orchestra.run.smithi029.stdout: 5 108909 8.71 MB/sec execute 212 sec latency 128.082 ms 2023-11-28T01:02:23.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:22 smithi190 ceph-mon[110568]: pgmap v120: 97 pgs: 97 active+clean; 337 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-11-28T01:02:24.213 INFO:teuthology.orchestra.run.smithi029.stdout: 5 109183 8.71 MB/sec execute 213 sec latency 199.512 ms 2023-11-28T01:02:24.970 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:24 smithi029 ceph-mon[107739]: pgmap v121: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.3 MiB/s wr, 377 op/s 2023-11-28T01:02:25.213 INFO:teuthology.orchestra.run.smithi029.stdout: 5 109452 8.71 MB/sec execute 214 sec latency 129.753 ms 2023-11-28T01:02:25.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:24 smithi190 ceph-mon[110568]: pgmap v121: 97 pgs: 97 active+clean; 338 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.3 MiB/s wr, 377 op/s 2023-11-28T01:02:26.213 INFO:teuthology.orchestra.run.smithi029.stdout: 5 109701 8.69 MB/sec execute 215 sec latency 129.935 ms 2023-11-28T01:02:27.006 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:26 smithi029 ceph-mon[107739]: pgmap v122: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.5 MiB/s wr, 487 op/s 2023-11-28T01:02:27.213 INFO:teuthology.orchestra.run.smithi029.stdout: 5 110012 8.69 MB/sec execute 216 sec latency 123.505 ms 2023-11-28T01:02:27.298 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:26 smithi190 ceph-mon[110568]: pgmap v122: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.5 MiB/s wr, 487 op/s 2023-11-28T01:02:28.014 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:27 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:02:28.213 INFO:teuthology.orchestra.run.smithi029.stdout: 5 110286 8.69 MB/sec execute 217 sec latency 128.611 ms 2023-11-28T01:02:28.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:27 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:02:29.028 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:28 smithi029 ceph-mon[107739]: pgmap v123: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 339 op/s 2023-11-28T01:02:29.213 INFO:teuthology.orchestra.run.smithi029.stdout: 5 110644 8.70 MB/sec execute 218 sec latency 108.213 ms 2023-11-28T01:02:29.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:28 smithi190 ceph-mon[110568]: pgmap v123: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 339 op/s 2023-11-28T01:02:30.216 INFO:teuthology.orchestra.run.smithi029.stdout: 5 111004 8.70 MB/sec execute 219 sec latency 129.733 ms 2023-11-28T01:02:31.045 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:30 smithi029 ceph-mon[107739]: pgmap v124: 97 pgs: 97 active+clean; 342 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 509 op/s 2023-11-28T01:02:31.216 INFO:teuthology.orchestra.run.smithi029.stdout: 5 111357 8.68 MB/sec execute 220 sec latency 128.907 ms 2023-11-28T01:02:31.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:30 smithi190 ceph-mon[110568]: pgmap v124: 97 pgs: 97 active+clean; 342 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.3 MiB/s wr, 509 op/s 2023-11-28T01:02:32.060 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:31 smithi029 ceph-mon[107739]: pgmap v125: 97 pgs: 97 active+clean; 342 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 342 op/s 2023-11-28T01:02:32.216 INFO:teuthology.orchestra.run.smithi029.stdout: 5 111701 8.69 MB/sec execute 221 sec latency 135.954 ms 2023-11-28T01:02:32.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:31 smithi190 ceph-mon[110568]: pgmap v125: 97 pgs: 97 active+clean; 342 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 342 op/s 2023-11-28T01:02:33.222 INFO:teuthology.orchestra.run.smithi029.stdout: 5 112086 8.70 MB/sec execute 222 sec latency 138.321 ms 2023-11-28T01:02:34.223 INFO:teuthology.orchestra.run.smithi029.stdout: 5 112444 8.71 MB/sec execute 223 sec latency 129.932 ms 2023-11-28T01:02:34.868 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:34 smithi029 ceph-mon[107739]: pgmap v126: 97 pgs: 97 active+clean; 338 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.6 MiB/s wr, 414 op/s 2023-11-28T01:02:35.226 INFO:teuthology.orchestra.run.smithi029.stdout: 5 112780 8.71 MB/sec execute 224 sec latency 131.943 ms 2023-11-28T01:02:35.297 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:34 smithi190 ceph-mon[110568]: pgmap v126: 97 pgs: 97 active+clean; 338 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.6 MiB/s wr, 414 op/s 2023-11-28T01:02:36.226 INFO:teuthology.orchestra.run.smithi029.stdout: 5 113106 8.71 MB/sec execute 225 sec latency 136.076 ms 2023-11-28T01:02:37.152 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:36 smithi029 ceph-mon[107739]: pgmap v127: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 527 op/s 2023-11-28T01:02:37.226 INFO:teuthology.orchestra.run.smithi029.stdout: 5 113388 8.71 MB/sec execute 226 sec latency 104.616 ms 2023-11-28T01:02:37.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:36 smithi190 ceph-mon[110568]: pgmap v127: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 527 op/s 2023-11-28T01:02:38.226 INFO:teuthology.orchestra.run.smithi029.stdout: 5 113656 8.70 MB/sec execute 227 sec latency 129.355 ms 2023-11-28T01:02:38.948 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:38 smithi029 ceph-mon[107739]: pgmap v128: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-11-28T01:02:39.233 INFO:teuthology.orchestra.run.smithi029.stdout: 5 113905 8.70 MB/sec execute 228 sec latency 126.877 ms 2023-11-28T01:02:39.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:38 smithi190 ceph-mon[110568]: pgmap v128: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 383 op/s 2023-11-28T01:02:40.234 INFO:teuthology.orchestra.run.smithi029.stdout: 5 114210 8.69 MB/sec execute 229 sec latency 160.921 ms 2023-11-28T01:02:40.779 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-11-28T01:02:41.018 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:40 smithi029 ceph-mon[107739]: pgmap v129: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 565 op/s 2023-11-28T01:02:41.234 INFO:teuthology.orchestra.run.smithi029.stdout: 5 114564 8.70 MB/sec execute 230 sec latency 167.785 ms 2023-11-28T01:02:41.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:40 smithi190 ceph-mon[110568]: pgmap v129: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.9 MiB/s wr, 565 op/s 2023-11-28T01:02:41.792 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T01:02:41.792 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi029 smithi029 *:9093,9094 starting - - - - 2023-11-28T01:02:41.792 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi029 smithi029 running (10m) 4m ago 10m 7046k - 17.2.0 e1d6a67b021e 4cecd8d06c4f 2023-11-28T01:02:41.792 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi190 smithi190 running (10m) 4m ago 10m 7201k - 17.2.0 e1d6a67b021e dc6c40286ca5 2023-11-28T01:02:41.792 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 starting - - - - 2023-11-28T01:02:41.792 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi029.ohgbul smithi029 running (6m) 4m ago 6m 37.8M - 17.2.0 e1d6a67b021e 29ebcbc74236 2023-11-28T01:02:41.793 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi190.sfnkvf smithi190 running (6m) 4m ago 6m 13.9M - 17.2.0 e1d6a67b021e b1bce9a3a7c5 2023-11-28T01:02:41.793 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi029.zvexvj smithi029 *:9283 running (11m) 4m ago 11m 408M - 17.2.0 e1d6a67b021e 402541c5f474 2023-11-28T01:02:41.793 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi190.afefzp smithi190 *:8443,9283 running (4m) 4m ago 10m 495M - 18.0.0-7498-g369173db 7cc7cb22378e 899e9274a30c 2023-11-28T01:02:41.793 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi029 smithi029 running (11m) 4m ago 11m 95.8M 2048M 17.2.0 e1d6a67b021e 739eed534ac9 2023-11-28T01:02:41.793 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi190 smithi190 running (10m) 4m ago 10m 60.2M 2048M 17.2.0 e1d6a67b021e df51aa5e8ca7 2023-11-28T01:02:41.793 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.0.0.smithi029.xpgolo smithi029 *:2049 running (6m) 4m ago 6m 269M - 4.0 e1d6a67b021e a1d163b778f9 2023-11-28T01:02:41.793 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.1.0.smithi190.jixvmi smithi190 *:2049 running (5m) 4m ago 5m 78.9M - 4.0 e1d6a67b021e 8d742d0f23fd 2023-11-28T01:02:41.793 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 starting - - - - 2023-11-28T01:02:41.793 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi190 smithi190 *:9100 starting - - - - 2023-11-28T01:02:41.793 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (9m) 4m ago 9m 582M 1945M 17.2.0 e1d6a67b021e cf62bb3077a5 2023-11-28T01:02:41.793 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (8m) 4m ago 8m 385M 1945M 17.2.0 e1d6a67b021e a29c23d8984b 2023-11-28T01:02:41.793 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (8m) 4m ago 8m 298M 1945M 17.2.0 e1d6a67b021e c676024d6dce 2023-11-28T01:02:41.794 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (8m) 4m ago 8m 557M 1945M 17.2.0 e1d6a67b021e 5d394eeb8fe3 2023-11-28T01:02:41.794 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi190 running (8m) 4m ago 8m 523M 2712M 17.2.0 e1d6a67b021e ce0f1e4497f5 2023-11-28T01:02:41.794 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi190 running (7m) 4m ago 7m 559M 2712M 17.2.0 e1d6a67b021e 8457b938f5b1 2023-11-28T01:02:41.794 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi190 running (7m) 4m ago 7m 570M 2712M 17.2.0 e1d6a67b021e 76c7ced39f03 2023-11-28T01:02:41.794 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi190 running (7m) 4m ago 7m 811M 2712M 17.2.0 e1d6a67b021e 3515f9a0b66b 2023-11-28T01:02:41.794 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi029 smithi029 *:9095 starting - - - - 2023-11-28T01:02:42.034 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:41 smithi029 ceph-mon[107739]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:02:42.234 INFO:teuthology.orchestra.run.smithi029.stdout: 5 114862 8.69 MB/sec execute 231 sec latency 105.303 ms 2023-11-28T01:02:42.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:41 smithi190 ceph-mon[110568]: from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:02:42.404 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T01:02:42.404 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-11-28T01:02:42.404 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:02:42.404 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:02:42.404 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-11-28T01:02:42.404 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-28T01:02:42.404 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:02:42.404 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:02:42.405 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-11-28T01:02:42.405 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T01:02:42.405 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:02:42.405 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2023-11-28T01:02:42.405 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:02:42.405 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:02:42.405 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-11-28T01:02:42.405 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-28T01:02:42.405 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:02:42.405 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-11-28T01:02:42.405 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T01:02:42.909 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T01:02:42.909 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T01:02:42.909 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-11-28T01:02:42.909 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-28T01:02:42.909 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-11-28T01:02:42.909 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "1/23 daemons upgraded", 2023-11-28T01:02:42.909 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Currently upgrading mgr daemons", 2023-11-28T01:02:42.909 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": false 2023-11-28T01:02:42.909 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T01:02:43.074 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:42 smithi029 ceph-mon[107739]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:02:43.074 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:42 smithi029 ceph-mon[107739]: pgmap v130: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-28T01:02:43.075 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:42 smithi029 ceph-mon[107739]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:02:43.075 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:42 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/814849768' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:02:43.075 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:42 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:02:43.241 INFO:teuthology.orchestra.run.smithi029.stdout: 5 115212 8.68 MB/sec execute 232 sec latency 123.975 ms 2023-11-28T01:02:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:42 smithi190 ceph-mon[110568]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:02:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:42 smithi190 ceph-mon[110568]: pgmap v130: 97 pgs: 97 active+clean; 346 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.0 MiB/s wr, 395 op/s 2023-11-28T01:02:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:42 smithi190 ceph-mon[110568]: from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:02:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:42 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/814849768' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:02:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:42 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:02:43.526 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_OK 2023-11-28T01:02:44.109 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:43 smithi029 ceph-mon[107739]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:02:44.110 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:43 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3912114948' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:02:44.241 INFO:teuthology.orchestra.run.smithi029.stdout: 5 115536 8.68 MB/sec execute 233 sec latency 129.938 ms 2023-11-28T01:02:44.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:43 smithi190 ceph-mon[110568]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:02:44.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:43 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3912114948' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:02:45.090 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:44 smithi029 ceph-mon[107739]: pgmap v131: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.4 MiB/s wr, 559 op/s 2023-11-28T01:02:45.241 INFO:teuthology.orchestra.run.smithi029.stdout: 5 115944 8.71 MB/sec execute 234 sec latency 126.802 ms 2023-11-28T01:02:45.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:44 smithi190 ceph-mon[110568]: pgmap v131: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.4 MiB/s wr, 559 op/s 2023-11-28T01:02:46.166 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:46 smithi029 ceph-mon[107739]: pgmap v132: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.0 MiB/s wr, 518 op/s 2023-11-28T01:02:46.248 INFO:teuthology.orchestra.run.smithi029.stdout: 5 116342 8.71 MB/sec execute 235 sec latency 133.100 ms 2023-11-28T01:02:46.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:46 smithi190 ceph-mon[110568]: pgmap v132: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.0 MiB/s wr, 518 op/s 2023-11-28T01:02:47.248 INFO:teuthology.orchestra.run.smithi029.stdout: 5 116693 8.72 MB/sec execute 236 sec latency 126.649 ms 2023-11-28T01:02:48.248 INFO:teuthology.orchestra.run.smithi029.stdout: 5 117002 8.71 MB/sec execute 237 sec latency 140.413 ms 2023-11-28T01:02:48.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:48 smithi029 ceph-mon[107739]: pgmap v133: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-11-28T01:02:48.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:48 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:02:48.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:48 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:02:48.944 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:48 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:02:48.945 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:48 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:02:49.248 INFO:teuthology.orchestra.run.smithi029.stdout: 5 117304 8.70 MB/sec execute 238 sec latency 133.116 ms 2023-11-28T01:02:49.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:48 smithi190 ceph-mon[110568]: pgmap v133: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 376 op/s 2023-11-28T01:02:49.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:48 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:02:49.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:48 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:02:49.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:48 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:02:49.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:48 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:02:49.992 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:49 smithi029 ceph-mon[107739]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi029.zvexvj on host smithi029 failed. 2023-11-28T01:02:49.992 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:49 smithi029 ceph-mon[107739]: pgmap v134: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-11-28T01:02:49.992 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:49 smithi029 ceph-mon[107739]: Health check failed: Upgrading daemon mgr.smithi029.zvexvj on host smithi029 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-28T01:02:50.248 INFO:teuthology.orchestra.run.smithi029.stdout: 5 117618 8.71 MB/sec execute 239 sec latency 134.059 ms 2023-11-28T01:02:50.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:49 smithi190 ceph-mon[110568]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi029.zvexvj on host smithi029 failed. 2023-11-28T01:02:50.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:49 smithi190 ceph-mon[110568]: pgmap v134: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-11-28T01:02:50.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:49 smithi190 ceph-mon[110568]: Health check failed: Upgrading daemon mgr.smithi029.zvexvj on host smithi029 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-28T01:02:51.248 INFO:teuthology.orchestra.run.smithi029.stdout: 5 117886 8.71 MB/sec execute 240 sec latency 139.265 ms 2023-11-28T01:02:52.047 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:51 smithi029 ceph-mon[107739]: pgmap v135: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 465 op/s 2023-11-28T01:02:52.048 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:51 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:02:52.048 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:51 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:02:52.248 INFO:teuthology.orchestra.run.smithi029.stdout: 5 118187 8.70 MB/sec execute 241 sec latency 137.232 ms 2023-11-28T01:02:52.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:51 smithi190 ceph-mon[110568]: pgmap v135: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 465 op/s 2023-11-28T01:02:52.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:51 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:02:52.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:51 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:02:53.248 INFO:teuthology.orchestra.run.smithi029.stdout: 5 118450 8.69 MB/sec execute 242 sec latency 143.377 ms 2023-11-28T01:02:54.102 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:53 smithi029 ceph-mon[107739]: pgmap v136: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 465 op/s 2023-11-28T01:02:54.248 INFO:teuthology.orchestra.run.smithi029.stdout: 5 118720 8.68 MB/sec execute 243 sec latency 129.823 ms 2023-11-28T01:02:54.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:53 smithi190 ceph-mon[110568]: pgmap v136: 97 pgs: 97 active+clean; 352 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.7 MiB/s wr, 465 op/s 2023-11-28T01:02:55.255 INFO:teuthology.orchestra.run.smithi029.stdout: 5 119077 8.68 MB/sec execute 244 sec latency 135.001 ms 2023-11-28T01:02:56.130 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:55 smithi029 ceph-mon[107739]: pgmap v137: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 5.1 MiB/s wr, 484 op/s 2023-11-28T01:02:56.255 INFO:teuthology.orchestra.run.smithi029.stdout: 5 119330 8.67 MB/sec execute 245 sec latency 136.944 ms 2023-11-28T01:02:56.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:55 smithi190 ceph-mon[110568]: pgmap v137: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 5.1 MiB/s wr, 484 op/s 2023-11-28T01:02:57.255 INFO:teuthology.orchestra.run.smithi029.stdout: 5 119540 8.66 MB/sec execute 246 sec latency 126.907 ms 2023-11-28T01:02:58.179 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:57 smithi029 ceph-mon[107739]: pgmap v138: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.6 MiB/s wr, 450 op/s 2023-11-28T01:02:58.179 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:57 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:02:58.179 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:57 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:02:58.255 INFO:teuthology.orchestra.run.smithi029.stdout: 5 119826 8.67 MB/sec execute 247 sec latency 202.166 ms 2023-11-28T01:02:58.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:57 smithi190 ceph-mon[110568]: pgmap v138: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.6 MiB/s wr, 450 op/s 2023-11-28T01:02:58.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:57 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:02:58.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:57 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:02:59.215 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:02:58 smithi029 ceph-mon[107739]: pgmap v139: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.6 MiB/s wr, 450 op/s 2023-11-28T01:02:59.265 INFO:teuthology.orchestra.run.smithi029.stdout: 5 120238 8.70 MB/sec execute 248 sec latency 124.046 ms 2023-11-28T01:02:59.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:02:58 smithi190 ceph-mon[110568]: pgmap v139: 97 pgs: 97 active+clean; 346 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.6 MiB/s wr, 450 op/s 2023-11-28T01:03:00.265 INFO:teuthology.orchestra.run.smithi029.stdout: 5 120575 8.69 MB/sec execute 249 sec latency 121.084 ms 2023-11-28T01:03:01.265 INFO:teuthology.orchestra.run.smithi029.stdout: 5 120901 8.68 MB/sec execute 250 sec latency 88.262 ms 2023-11-28T01:03:02.033 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:01 smithi029 ceph-mon[107739]: pgmap v140: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.9 MiB/s wr, 562 op/s 2023-11-28T01:03:02.265 INFO:teuthology.orchestra.run.smithi029.stdout: 5 121190 8.68 MB/sec execute 251 sec latency 126.958 ms 2023-11-28T01:03:02.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:01 smithi190 ceph-mon[110568]: pgmap v140: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.9 MiB/s wr, 562 op/s 2023-11-28T01:03:03.265 INFO:teuthology.orchestra.run.smithi029.stdout: 5 121500 8.67 MB/sec execute 252 sec latency 133.758 ms 2023-11-28T01:03:10.766 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:03 smithi029 ceph-mon[107739]: pgmap v141: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-11-28T01:03:10.767 INFO:teuthology.orchestra.run.smithi029.stdout: 5 121837 8.68 MB/sec execute 253 sec latency 126.321 ms 2023-11-28T01:03:10.767 INFO:teuthology.orchestra.run.smithi029.stdout: 5 122103 8.66 MB/sec execute 254 sec latency 112.108 ms 2023-11-28T01:03:10.767 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:03 smithi190 ceph-mon[110568]: pgmap v141: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-11-28T01:03:10.767 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:05 smithi190 ceph-mon[110568]: pgmap v142: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.6 MiB/s wr, 548 op/s 2023-11-28T01:03:10.767 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:07 smithi190 ceph-mon[110568]: pgmap v143: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 367 op/s 2023-11-28T01:03:10.767 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:09 smithi190 ceph-mon[110568]: pgmap v144: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 367 op/s 2023-11-28T01:03:10.768 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:05 smithi029 ceph-mon[107739]: pgmap v142: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.6 MiB/s wr, 548 op/s 2023-11-28T01:03:10.768 INFO:teuthology.orchestra.run.smithi029.stdout: 5 122383 8.64 MB/sec execute 255 sec latency 108.192 ms 2023-11-28T01:03:10.768 INFO:teuthology.orchestra.run.smithi029.stdout: 5 122636 8.64 MB/sec execute 256 sec latency 144.484 ms 2023-11-28T01:03:10.768 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:07 smithi029 ceph-mon[107739]: pgmap v143: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 367 op/s 2023-11-28T01:03:10.769 INFO:teuthology.orchestra.run.smithi029.stdout: 5 122916 8.64 MB/sec execute 257 sec latency 144.617 ms 2023-11-28T01:03:10.769 INFO:teuthology.orchestra.run.smithi029.stdout: 5 123168 8.63 MB/sec execute 258 sec latency 167.495 ms 2023-11-28T01:03:10.769 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:09 smithi029 ceph-mon[107739]: pgmap v144: 97 pgs: 97 active+clean; 348 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 367 op/s 2023-11-28T01:03:10.769 INFO:teuthology.orchestra.run.smithi029.stdout: 5 123456 8.65 MB/sec execute 259 sec latency 127.375 ms 2023-11-28T01:03:11.271 INFO:teuthology.orchestra.run.smithi029.stdout: 5 123705 8.64 MB/sec execute 260 sec latency 126.726 ms 2023-11-28T01:03:12.007 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:11 smithi029 ceph-mon[107739]: pgmap v145: 97 pgs: 97 active+clean; 344 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.5 MiB/s wr, 537 op/s 2023-11-28T01:03:12.271 INFO:teuthology.orchestra.run.smithi029.stdout: 5 123980 8.64 MB/sec execute 261 sec latency 129.414 ms 2023-11-28T01:03:12.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:11 smithi190 ceph-mon[110568]: pgmap v145: 97 pgs: 97 active+clean; 344 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.5 MiB/s wr, 537 op/s 2023-11-28T01:03:13.038 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:12 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:03:13.271 INFO:teuthology.orchestra.run.smithi029.stdout: 5 124201 8.63 MB/sec execute 262 sec latency 146.544 ms 2023-11-28T01:03:13.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:12 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:03:14.073 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:13 smithi029 ceph-mon[107739]: pgmap v146: 97 pgs: 97 active+clean; 344 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 367 op/s 2023-11-28T01:03:14.075 INFO:teuthology.orchestra.run.smithi029.stdout:true 2023-11-28T01:03:14.272 INFO:teuthology.orchestra.run.smithi029.stdout: 5 124402 8.61 MB/sec execute 263 sec latency 148.223 ms 2023-11-28T01:03:14.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:13 smithi190 ceph-mon[110568]: pgmap v146: 97 pgs: 97 active+clean; 344 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 367 op/s 2023-11-28T01:03:14.576 INFO:teuthology.orchestra.run.smithi029.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi029.zvexvj on host smithi029 failed." 2023-11-28T01:03:15.272 INFO:teuthology.orchestra.run.smithi029.stdout: 5 124639 8.61 MB/sec execute 264 sec latency 134.202 ms 2023-11-28T01:03:16.108 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:15 smithi029 ceph-mon[107739]: from='client.24697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:03:16.108 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:15 smithi029 ceph-mon[107739]: pgmap v147: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 513 op/s 2023-11-28T01:03:16.108 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:15 smithi029 ceph-mon[107739]: from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:03:16.272 INFO:teuthology.orchestra.run.smithi029.stdout: 5 124933 8.60 MB/sec execute 265 sec latency 127.101 ms 2023-11-28T01:03:16.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:15 smithi190 ceph-mon[110568]: from='client.24697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:03:16.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:15 smithi190 ceph-mon[110568]: pgmap v147: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.3 MiB/s wr, 513 op/s 2023-11-28T01:03:16.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:15 smithi190 ceph-mon[110568]: from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:03:17.272 INFO:teuthology.orchestra.run.smithi029.stdout: 5 125235 8.61 MB/sec execute 266 sec latency 127.164 ms 2023-11-28T01:03:18.159 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:17 smithi029 ceph-mon[107739]: pgmap v148: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 316 op/s 2023-11-28T01:03:18.272 INFO:teuthology.orchestra.run.smithi029.stdout: 5 125509 8.59 MB/sec execute 267 sec latency 131.998 ms 2023-11-28T01:03:18.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:17 smithi190 ceph-mon[110568]: pgmap v148: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 316 op/s 2023-11-28T01:03:19.273 INFO:teuthology.orchestra.run.smithi029.stdout: 5 125844 8.57 MB/sec execute 268 sec latency 129.373 ms 2023-11-28T01:03:20.198 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:19 smithi029 ceph-mon[107739]: pgmap v149: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 316 op/s 2023-11-28T01:03:20.278 INFO:teuthology.orchestra.run.smithi029.stdout: 5 126088 8.56 MB/sec execute 269 sec latency 129.266 ms 2023-11-28T01:03:20.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:19 smithi190 ceph-mon[110568]: pgmap v149: 97 pgs: 97 active+clean; 350 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.3 MiB/s wr, 316 op/s 2023-11-28T01:03:21.278 INFO:teuthology.orchestra.run.smithi029.stdout: 5 126387 8.57 MB/sec execute 270 sec latency 123.765 ms 2023-11-28T01:03:22.025 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:21 smithi029 ceph-mon[107739]: pgmap v150: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 485 op/s 2023-11-28T01:03:22.278 INFO:teuthology.orchestra.run.smithi029.stdout: 5 126656 8.56 MB/sec execute 271 sec latency 189.349 ms 2023-11-28T01:03:22.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:21 smithi190 ceph-mon[110568]: pgmap v150: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 485 op/s 2023-11-28T01:03:23.278 INFO:teuthology.orchestra.run.smithi029.stdout: 5 127016 8.59 MB/sec execute 272 sec latency 125.838 ms 2023-11-28T01:03:24.069 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:23 smithi029 ceph-mon[107739]: pgmap v151: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 316 op/s 2023-11-28T01:03:24.278 INFO:teuthology.orchestra.run.smithi029.stdout: 5 127297 8.59 MB/sec execute 273 sec latency 143.009 ms 2023-11-28T01:03:24.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:23 smithi190 ceph-mon[110568]: pgmap v151: 97 pgs: 97 active+clean; 345 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 316 op/s 2023-11-28T01:03:25.283 INFO:teuthology.orchestra.run.smithi029.stdout: 5 127560 8.59 MB/sec execute 274 sec latency 128.939 ms 2023-11-28T01:03:26.121 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:25 smithi029 ceph-mon[107739]: pgmap v152: 97 pgs: 97 active+clean; 349 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 490 op/s 2023-11-28T01:03:26.284 INFO:teuthology.orchestra.run.smithi029.stdout: 5 127819 8.58 MB/sec execute 275 sec latency 117.711 ms 2023-11-28T01:03:26.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:25 smithi190 ceph-mon[110568]: pgmap v152: 97 pgs: 97 active+clean; 349 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.1 MiB/s wr, 490 op/s 2023-11-28T01:03:27.284 INFO:teuthology.orchestra.run.smithi029.stdout: 5 128050 8.56 MB/sec execute 276 sec latency 130.375 ms 2023-11-28T01:03:28.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:27 smithi029 ceph-mon[107739]: pgmap v153: 97 pgs: 97 active+clean; 349 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-11-28T01:03:28.142 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:27 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:03:28.284 INFO:teuthology.orchestra.run.smithi029.stdout: 5 128374 8.57 MB/sec execute 277 sec latency 207.659 ms 2023-11-28T01:03:28.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:27 smithi190 ceph-mon[110568]: pgmap v153: 97 pgs: 97 active+clean; 349 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-11-28T01:03:28.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:27 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:03:29.173 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:28 smithi029 ceph-mon[107739]: pgmap v154: 97 pgs: 97 active+clean; 349 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-11-28T01:03:29.284 INFO:teuthology.orchestra.run.smithi029.stdout: 5 128669 8.55 MB/sec execute 278 sec latency 135.632 ms 2023-11-28T01:03:29.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:28 smithi190 ceph-mon[110568]: pgmap v154: 97 pgs: 97 active+clean; 349 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.4 MiB/s wr, 343 op/s 2023-11-28T01:03:30.284 INFO:teuthology.orchestra.run.smithi029.stdout: 5 128992 8.56 MB/sec execute 279 sec latency 125.908 ms 2023-11-28T01:03:31.284 INFO:teuthology.orchestra.run.smithi029.stdout: 5 129225 8.54 MB/sec execute 280 sec latency 128.531 ms 2023-11-28T01:03:31.986 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:31 smithi029 ceph-mon[107739]: pgmap v155: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 517 op/s 2023-11-28T01:03:32.284 INFO:teuthology.orchestra.run.smithi029.stdout: 5 129502 8.53 MB/sec execute 281 sec latency 126.830 ms 2023-11-28T01:03:32.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:31 smithi190 ceph-mon[110568]: pgmap v155: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 517 op/s 2023-11-28T01:03:33.284 INFO:teuthology.orchestra.run.smithi029.stdout: 5 129749 8.53 MB/sec execute 282 sec latency 129.973 ms 2023-11-28T01:03:34.044 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:33 smithi029 ceph-mon[107739]: pgmap v156: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 348 op/s 2023-11-28T01:03:34.284 INFO:teuthology.orchestra.run.smithi029.stdout: 5 129998 8.52 MB/sec execute 283 sec latency 132.331 ms 2023-11-28T01:03:34.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:33 smithi190 ceph-mon[110568]: pgmap v156: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 348 op/s 2023-11-28T01:03:35.284 INFO:teuthology.orchestra.run.smithi029.stdout: 5 130319 8.53 MB/sec execute 284 sec latency 198.538 ms 2023-11-28T01:03:36.106 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:35 smithi029 ceph-mon[107739]: pgmap v157: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-11-28T01:03:36.284 INFO:teuthology.orchestra.run.smithi029.stdout: 5 130556 8.52 MB/sec execute 285 sec latency 212.420 ms 2023-11-28T01:03:36.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:35 smithi190 ceph-mon[110568]: pgmap v157: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-11-28T01:03:37.132 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:37 smithi029 ceph-mon[107739]: pgmap v158: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-11-28T01:03:37.284 INFO:teuthology.orchestra.run.smithi029.stdout: 5 130921 8.54 MB/sec execute 286 sec latency 126.736 ms 2023-11-28T01:03:37.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:37 smithi190 ceph-mon[110568]: pgmap v158: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-11-28T01:03:38.284 INFO:teuthology.orchestra.run.smithi029.stdout: 5 131195 8.55 MB/sec execute 287 sec latency 129.600 ms 2023-11-28T01:03:39.284 INFO:teuthology.orchestra.run.smithi029.stdout: 5 131435 8.53 MB/sec execute 288 sec latency 136.807 ms 2023-11-28T01:03:39.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:39 smithi029 ceph-mon[107739]: pgmap v159: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-11-28T01:03:39.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:39 smithi190 ceph-mon[110568]: pgmap v159: 97 pgs: 97 active+clean; 345 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 333 op/s 2023-11-28T01:03:40.284 INFO:teuthology.orchestra.run.smithi029.stdout: 5 131719 8.52 MB/sec execute 289 sec latency 146.599 ms 2023-11-28T01:03:41.284 INFO:teuthology.orchestra.run.smithi029.stdout: 5 131993 8.51 MB/sec execute 290 sec latency 123.308 ms 2023-11-28T01:03:41.991 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:41 smithi029 ceph-mon[107739]: pgmap v160: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 503 op/s 2023-11-28T01:03:42.284 INFO:teuthology.orchestra.run.smithi029.stdout: 5 132290 8.50 MB/sec execute 291 sec latency 131.421 ms 2023-11-28T01:03:42.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:41 smithi190 ceph-mon[110568]: pgmap v160: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 503 op/s 2023-11-28T01:03:43.025 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:42 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:03:43.284 INFO:teuthology.orchestra.run.smithi029.stdout: 5 132556 8.51 MB/sec execute 292 sec latency 146.579 ms 2023-11-28T01:03:43.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:42 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:03:44.045 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:43 smithi029 ceph-mon[107739]: pgmap v161: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2023-11-28T01:03:44.284 INFO:teuthology.orchestra.run.smithi029.stdout: 5 132803 8.50 MB/sec execute 293 sec latency 138.183 ms 2023-11-28T01:03:44.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:43 smithi190 ceph-mon[110568]: pgmap v161: 97 pgs: 97 active+clean; 351 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.5 MiB/s wr, 328 op/s 2023-11-28T01:03:45.289 INFO:teuthology.orchestra.run.smithi029.stdout: 5 133100 8.49 MB/sec execute 294 sec latency 134.663 ms 2023-11-28T01:03:46.089 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:45 smithi029 ceph-mon[107739]: pgmap v162: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2023-11-28T01:03:46.289 INFO:teuthology.orchestra.run.smithi029.stdout: 5 133390 8.48 MB/sec execute 295 sec latency 136.830 ms 2023-11-28T01:03:46.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:45 smithi190 ceph-mon[110568]: pgmap v162: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.0 MiB/s wr, 503 op/s 2023-11-28T01:03:47.289 INFO:teuthology.orchestra.run.smithi029.stdout: 5 133856 8.51 MB/sec execute 296 sec latency 127.129 ms 2023-11-28T01:03:48.138 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:47 smithi029 ceph-mon[107739]: pgmap v163: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-11-28T01:03:48.289 INFO:teuthology.orchestra.run.smithi029.stdout: 5 134161 8.51 MB/sec execute 297 sec latency 126.089 ms 2023-11-28T01:03:48.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:47 smithi190 ceph-mon[110568]: pgmap v163: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-11-28T01:03:49.289 INFO:teuthology.orchestra.run.smithi029.stdout: 5 134495 8.53 MB/sec execute 298 sec latency 129.712 ms 2023-11-28T01:03:50.180 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:49 smithi029 ceph-mon[107739]: pgmap v164: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-11-28T01:03:50.292 INFO:teuthology.orchestra.run.smithi029.stdout: 5 134854 8.53 MB/sec execute 299 sec latency 127.140 ms 2023-11-28T01:03:50.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:49 smithi190 ceph-mon[110568]: pgmap v164: 97 pgs: 97 active+clean; 341 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 344 op/s 2023-11-28T01:03:51.061 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:50 smithi029 ceph-mon[107739]: pgmap v165: 97 pgs: 97 active+clean; 348 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.6 MiB/s wr, 535 op/s 2023-11-28T01:03:51.292 INFO:teuthology.orchestra.run.smithi029.stdout: 5 135187 8.51 MB/sec execute 300 sec latency 123.839 ms 2023-11-28T01:03:51.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:50 smithi190 ceph-mon[110568]: pgmap v165: 97 pgs: 97 active+clean; 348 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.6 MiB/s wr, 535 op/s 2023-11-28T01:03:52.292 INFO:teuthology.orchestra.run.smithi029.stdout: 5 135482 8.51 MB/sec execute 301 sec latency 126.576 ms 2023-11-28T01:03:53.292 INFO:teuthology.orchestra.run.smithi029.stdout: 5 135868 8.51 MB/sec execute 302 sec latency 123.985 ms 2023-11-28T01:03:53.478 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:53 smithi029 ceph-mon[107739]: pgmap v166: 97 pgs: 97 active+clean; 348 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-11-28T01:03:53.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:53 smithi190 ceph-mon[110568]: pgmap v166: 97 pgs: 97 active+clean; 348 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 365 op/s 2023-11-28T01:03:54.292 INFO:teuthology.orchestra.run.smithi029.stdout: 5 136256 8.52 MB/sec execute 303 sec latency 124.303 ms 2023-11-28T01:03:55.292 INFO:teuthology.orchestra.run.smithi029.stdout: 5 136621 8.53 MB/sec execute 304 sec latency 108.464 ms 2023-11-28T01:03:56.010 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:55 smithi029 ceph-mon[107739]: pgmap v167: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.8 MiB/s wr, 580 op/s 2023-11-28T01:03:56.292 INFO:teuthology.orchestra.run.smithi029.stdout: 5 136972 8.53 MB/sec execute 305 sec latency 129.237 ms 2023-11-28T01:03:56.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:55 smithi190 ceph-mon[110568]: pgmap v167: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.8 MiB/s wr, 580 op/s 2023-11-28T01:03:57.301 INFO:teuthology.orchestra.run.smithi029.stdout: 5 137296 8.53 MB/sec execute 306 sec latency 92.767 ms 2023-11-28T01:03:58.052 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:57 smithi029 ceph-mon[107739]: pgmap v168: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2023-11-28T01:03:58.052 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:57 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:03:58.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:57 smithi190 ceph-mon[110568]: pgmap v168: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2023-11-28T01:03:58.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:57 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:03:58.301 INFO:teuthology.orchestra.run.smithi029.stdout: 5 137605 8.54 MB/sec execute 307 sec latency 143.511 ms 2023-11-28T01:03:59.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:03:59 smithi029 ceph-mon[107739]: pgmap v169: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2023-11-28T01:03:59.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:03:59 smithi190 ceph-mon[110568]: pgmap v169: 97 pgs: 97 active+clean; 344 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2023-11-28T01:03:59.301 INFO:teuthology.orchestra.run.smithi029.stdout: 5 137865 8.54 MB/sec execute 308 sec latency 127.672 ms 2023-11-28T01:04:00.301 INFO:teuthology.orchestra.run.smithi029.stdout: 5 138230 8.54 MB/sec execute 309 sec latency 126.750 ms 2023-11-28T01:04:01.301 INFO:teuthology.orchestra.run.smithi029.stdout: 5 138552 8.54 MB/sec execute 310 sec latency 130.631 ms 2023-11-28T01:04:02.118 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:01 smithi029 ceph-mon[107739]: pgmap v170: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.3 MiB/s wr, 599 op/s 2023-11-28T01:04:02.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:01 smithi190 ceph-mon[110568]: pgmap v170: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.3 MiB/s wr, 599 op/s 2023-11-28T01:04:02.307 INFO:teuthology.orchestra.run.smithi029.stdout: 5 138834 8.53 MB/sec execute 311 sec latency 126.402 ms 2023-11-28T01:04:03.306 INFO:teuthology.orchestra.run.smithi029.stdout: 5 139104 8.52 MB/sec execute 312 sec latency 89.368 ms 2023-11-28T01:04:04.157 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:03 smithi029 ceph-mon[107739]: pgmap v171: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-11-28T01:04:04.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:03 smithi190 ceph-mon[110568]: pgmap v171: 97 pgs: 97 active+clean; 349 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 408 op/s 2023-11-28T01:04:04.306 INFO:teuthology.orchestra.run.smithi029.stdout: 5 139479 8.52 MB/sec execute 313 sec latency 126.971 ms 2023-11-28T01:04:05.310 INFO:teuthology.orchestra.run.smithi029.stdout: 5 139780 8.52 MB/sec execute 314 sec latency 140.094 ms 2023-11-28T01:04:06.191 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:05 smithi029 ceph-mon[107739]: pgmap v172: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.1 MiB/s wr, 602 op/s 2023-11-28T01:04:06.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:05 smithi190 ceph-mon[110568]: pgmap v172: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.1 MiB/s wr, 602 op/s 2023-11-28T01:04:06.310 INFO:teuthology.orchestra.run.smithi029.stdout: 5 140081 8.52 MB/sec execute 315 sec latency 126.544 ms 2023-11-28T01:04:07.216 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:07 smithi029 ceph-mon[107739]: pgmap v173: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-11-28T01:04:07.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:07 smithi190 ceph-mon[110568]: pgmap v173: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-11-28T01:04:07.313 INFO:teuthology.orchestra.run.smithi029.stdout: 5 140394 8.52 MB/sec execute 316 sec latency 123.717 ms 2023-11-28T01:04:08.314 INFO:teuthology.orchestra.run.smithi029.stdout: 5 140785 8.53 MB/sec execute 317 sec latency 126.665 ms 2023-11-28T01:04:09.313 INFO:teuthology.orchestra.run.smithi029.stdout: 5 141038 8.53 MB/sec execute 318 sec latency 192.278 ms 2023-11-28T01:04:09.516 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:09 smithi029 ceph-mon[107739]: pgmap v174: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-11-28T01:04:09.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:09 smithi190 ceph-mon[110568]: pgmap v174: 97 pgs: 97 active+clean; 345 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-11-28T01:04:10.313 INFO:teuthology.orchestra.run.smithi029.stdout: 5 141320 8.53 MB/sec execute 319 sec latency 215.308 ms 2023-11-28T01:04:11.313 INFO:teuthology.orchestra.run.smithi029.stdout: 5 141612 8.54 MB/sec execute 320 sec latency 129.706 ms 2023-11-28T01:04:12.102 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:11 smithi029 ceph-mon[107739]: pgmap v175: 97 pgs: 97 active+clean; 347 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.9 MiB/s wr, 578 op/s 2023-11-28T01:04:12.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:11 smithi190 ceph-mon[110568]: pgmap v175: 97 pgs: 97 active+clean; 347 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.9 MiB/s wr, 578 op/s 2023-11-28T01:04:12.321 INFO:teuthology.orchestra.run.smithi029.stdout: 5 141878 8.53 MB/sec execute 321 sec latency 122.741 ms 2023-11-28T01:04:13.136 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:12 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:04:13.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:12 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:04:13.321 INFO:teuthology.orchestra.run.smithi029.stdout: 5 142194 8.53 MB/sec execute 322 sec latency 121.895 ms 2023-11-28T01:04:14.181 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:13 smithi029 ceph-mon[107739]: pgmap v176: 97 pgs: 97 active+clean; 347 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 384 op/s 2023-11-28T01:04:14.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:13 smithi190 ceph-mon[110568]: pgmap v176: 97 pgs: 97 active+clean; 347 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 384 op/s 2023-11-28T01:04:14.321 INFO:teuthology.orchestra.run.smithi029.stdout: 5 142391 8.51 MB/sec execute 323 sec latency 131.257 ms 2023-11-28T01:04:15.214 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:15 smithi029 ceph-mon[107739]: pgmap v177: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 550 op/s 2023-11-28T01:04:15.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:15 smithi190 ceph-mon[110568]: pgmap v177: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 550 op/s 2023-11-28T01:04:15.321 INFO:teuthology.orchestra.run.smithi029.stdout: 5 142731 8.51 MB/sec execute 324 sec latency 133.813 ms 2023-11-28T01:04:16.321 INFO:teuthology.orchestra.run.smithi029.stdout: 5 143097 8.52 MB/sec execute 325 sec latency 127.071 ms 2023-11-28T01:04:17.326 INFO:teuthology.orchestra.run.smithi029.stdout: 5 143427 8.52 MB/sec execute 326 sec latency 113.247 ms 2023-11-28T01:04:17.494 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:17 smithi029 ceph-mon[107739]: pgmap v178: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 355 op/s 2023-11-28T01:04:17.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:17 smithi190 ceph-mon[110568]: pgmap v178: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 355 op/s 2023-11-28T01:04:18.331 INFO:teuthology.orchestra.run.smithi029.stdout: 5 143731 8.51 MB/sec execute 327 sec latency 96.353 ms 2023-11-28T01:04:19.331 INFO:teuthology.orchestra.run.smithi029.stdout: 5 144012 8.51 MB/sec execute 328 sec latency 129.511 ms 2023-11-28T01:04:19.518 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:19 smithi029 ceph-mon[107739]: pgmap v179: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 356 op/s 2023-11-28T01:04:19.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:19 smithi190 ceph-mon[110568]: pgmap v179: 97 pgs: 97 active+clean; 348 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 356 op/s 2023-11-28T01:04:20.336 INFO:teuthology.orchestra.run.smithi029.stdout: 5 144318 8.51 MB/sec execute 329 sec latency 128.512 ms 2023-11-28T01:04:21.043 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:20 smithi029 ceph-mon[107739]: pgmap v180: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 551 op/s 2023-11-28T01:04:21.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:20 smithi190 ceph-mon[110568]: pgmap v180: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.6 MiB/s wr, 551 op/s 2023-11-28T01:04:21.336 INFO:teuthology.orchestra.run.smithi029.stdout: 5 144609 8.51 MB/sec execute 330 sec latency 128.304 ms 2023-11-28T01:04:22.336 INFO:teuthology.orchestra.run.smithi029.stdout: 5 144868 8.51 MB/sec execute 331 sec latency 120.540 ms 2023-11-28T01:04:23.312 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:23 smithi029 ceph-mon[107739]: pgmap v181: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2023-11-28T01:04:23.338 INFO:teuthology.orchestra.run.smithi029.stdout: 5 145064 8.50 MB/sec execute 332 sec latency 134.604 ms 2023-11-28T01:04:23.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:23 smithi190 ceph-mon[110568]: pgmap v181: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 361 op/s 2023-11-28T01:04:24.338 INFO:teuthology.orchestra.run.smithi029.stdout: 5 145287 8.50 MB/sec execute 333 sec latency 123.918 ms 2023-11-28T01:04:25.338 INFO:teuthology.orchestra.run.smithi029.stdout: 5 145527 8.49 MB/sec execute 334 sec latency 149.507 ms 2023-11-28T01:04:25.361 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:25 smithi029 ceph-mon[107739]: pgmap v182: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 522 op/s 2023-11-28T01:04:25.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:25 smithi190 ceph-mon[110568]: pgmap v182: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.4 MiB/s wr, 522 op/s 2023-11-28T01:04:26.338 INFO:teuthology.orchestra.run.smithi029.stdout: 5 145773 8.48 MB/sec execute 335 sec latency 117.277 ms 2023-11-28T01:04:27.338 INFO:teuthology.orchestra.run.smithi029.stdout: 5 145993 8.47 MB/sec execute 336 sec latency 133.641 ms 2023-11-28T01:04:27.456 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:27 smithi029 ceph-mon[107739]: pgmap v183: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-11-28T01:04:27.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:27 smithi190 ceph-mon[110568]: pgmap v183: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-11-28T01:04:28.338 INFO:teuthology.orchestra.run.smithi029.stdout: 5 146209 8.46 MB/sec execute 337 sec latency 131.031 ms 2023-11-28T01:04:28.476 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:04:28.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:04:29.346 INFO:teuthology.orchestra.run.smithi029.stdout: 5 146458 8.45 MB/sec execute 338 sec latency 115.492 ms 2023-11-28T01:04:29.533 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:29 smithi029 ceph-mon[107739]: pgmap v184: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-11-28T01:04:29.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:29 smithi190 ceph-mon[110568]: pgmap v184: 97 pgs: 97 active+clean; 351 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 357 op/s 2023-11-28T01:04:30.346 INFO:teuthology.orchestra.run.smithi029.stdout: 5 146706 8.45 MB/sec execute 339 sec latency 123.334 ms 2023-11-28T01:04:31.068 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:30 smithi029 ceph-mon[107739]: pgmap v185: 97 pgs: 97 active+clean; 347 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.0 MiB/s wr, 497 op/s 2023-11-28T01:04:31.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:30 smithi190 ceph-mon[110568]: pgmap v185: 97 pgs: 97 active+clean; 347 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.0 MiB/s wr, 497 op/s 2023-11-28T01:04:31.346 INFO:teuthology.orchestra.run.smithi029.stdout: 5 147103 8.45 MB/sec execute 340 sec latency 135.499 ms 2023-11-28T01:04:32.354 INFO:teuthology.orchestra.run.smithi029.stdout: 5 147437 8.45 MB/sec execute 341 sec latency 204.802 ms 2023-11-28T01:04:33.350 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:33 smithi029 ceph-mon[107739]: pgmap v186: 97 pgs: 97 active+clean; 347 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 301 op/s 2023-11-28T01:04:33.354 INFO:teuthology.orchestra.run.smithi029.stdout: 5 147811 8.48 MB/sec execute 342 sec latency 146.529 ms 2023-11-28T01:04:33.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:33 smithi190 ceph-mon[110568]: pgmap v186: 97 pgs: 97 active+clean; 347 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 301 op/s 2023-11-28T01:04:34.354 INFO:teuthology.orchestra.run.smithi029.stdout: 5 148204 8.48 MB/sec execute 343 sec latency 126.794 ms 2023-11-28T01:04:35.354 INFO:teuthology.orchestra.run.smithi029.stdout: 5 148502 8.48 MB/sec execute 344 sec latency 96.192 ms 2023-11-28T01:04:35.394 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:35 smithi029 ceph-mon[107739]: pgmap v187: 97 pgs: 97 active+clean; 350 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.2 MiB/s wr, 493 op/s 2023-11-28T01:04:35.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:35 smithi190 ceph-mon[110568]: pgmap v187: 97 pgs: 97 active+clean; 350 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.2 MiB/s wr, 493 op/s 2023-11-28T01:04:36.362 INFO:teuthology.orchestra.run.smithi029.stdout: 5 148706 8.46 MB/sec execute 345 sec latency 137.179 ms 2023-11-28T01:04:37.355 INFO:teuthology.orchestra.run.smithi029.stdout: 5 149044 8.46 MB/sec execute 346 sec latency 132.909 ms 2023-11-28T01:04:37.413 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:37 smithi029 ceph-mon[107739]: pgmap v188: 97 pgs: 97 active+clean; 350 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-11-28T01:04:37.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:37 smithi190 ceph-mon[110568]: pgmap v188: 97 pgs: 97 active+clean; 350 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-11-28T01:04:38.360 INFO:teuthology.orchestra.run.smithi029.stdout: 5 149346 8.46 MB/sec execute 347 sec latency 138.418 ms 2023-11-28T01:04:39.360 INFO:teuthology.orchestra.run.smithi029.stdout: 5 149610 8.45 MB/sec execute 348 sec latency 128.994 ms 2023-11-28T01:04:39.463 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:39 smithi029 ceph-mon[107739]: pgmap v189: 97 pgs: 97 active+clean; 350 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-11-28T01:04:39.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:39 smithi190 ceph-mon[110568]: pgmap v189: 97 pgs: 97 active+clean; 350 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 332 op/s 2023-11-28T01:04:40.361 INFO:teuthology.orchestra.run.smithi029.stdout: 5 149877 8.45 MB/sec execute 349 sec latency 130.024 ms 2023-11-28T01:04:41.244 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:41 smithi029 ceph-mon[107739]: pgmap v190: 97 pgs: 97 active+clean; 350 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.1 MiB/s wr, 517 op/s 2023-11-28T01:04:41.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:41 smithi190 ceph-mon[110568]: pgmap v190: 97 pgs: 97 active+clean; 350 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.1 MiB/s wr, 517 op/s 2023-11-28T01:04:41.366 INFO:teuthology.orchestra.run.smithi029.stdout: 5 150162 8.44 MB/sec execute 350 sec latency 152.718 ms 2023-11-28T01:04:42.366 INFO:teuthology.orchestra.run.smithi029.stdout: 5 150556 8.45 MB/sec execute 351 sec latency 126.710 ms 2023-11-28T01:04:43.367 INFO:teuthology.orchestra.run.smithi029.stdout: 5 150896 8.45 MB/sec execute 352 sec latency 145.976 ms 2023-11-28T01:04:43.523 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:43 smithi029 ceph-mon[107739]: pgmap v191: 97 pgs: 97 active+clean; 350 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-11-28T01:04:43.523 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:43 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:04:43.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:43 smithi190 ceph-mon[110568]: pgmap v191: 97 pgs: 97 active+clean; 350 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-11-28T01:04:43.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:43 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:04:44.366 INFO:teuthology.orchestra.run.smithi029.stdout: 5 151159 8.46 MB/sec execute 353 sec latency 208.134 ms 2023-11-28T01:04:45.371 INFO:teuthology.orchestra.run.smithi029.stdout: 5 151496 8.46 MB/sec execute 354 sec latency 127.810 ms 2023-11-28T01:04:45.558 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:45 smithi029 ceph-mon[107739]: pgmap v192: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.7 MiB/s wr, 560 op/s 2023-11-28T01:04:45.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:45 smithi190 ceph-mon[110568]: pgmap v192: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.7 MiB/s wr, 560 op/s 2023-11-28T01:04:46.371 INFO:teuthology.orchestra.run.smithi029.stdout: 5 151758 8.45 MB/sec execute 355 sec latency 124.751 ms 2023-11-28T01:04:47.366 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:47 smithi029 ceph-mon[107739]: pgmap v193: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2023-11-28T01:04:47.376 INFO:teuthology.orchestra.run.smithi029.stdout: 5 151978 8.45 MB/sec execute 356 sec latency 91.295 ms 2023-11-28T01:04:47.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:47 smithi190 ceph-mon[110568]: pgmap v193: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2023-11-28T01:04:48.382 INFO:teuthology.orchestra.run.smithi029.stdout: 5 152117 8.44 MB/sec execute 357 sec latency 139.226 ms 2023-11-28T01:04:49.382 INFO:teuthology.orchestra.run.smithi029.stdout: 5 152319 8.43 MB/sec execute 358 sec latency 134.644 ms 2023-11-28T01:04:49.419 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:49 smithi029 ceph-mon[107739]: pgmap v194: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2023-11-28T01:04:49.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:49 smithi190 ceph-mon[110568]: pgmap v194: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 368 op/s 2023-11-28T01:04:50.387 INFO:teuthology.orchestra.run.smithi029.stdout: 5 152600 8.43 MB/sec execute 359 sec latency 134.327 ms 2023-11-28T01:04:51.185 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:51 smithi029 ceph-mon[107739]: pgmap v195: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 522 op/s 2023-11-28T01:04:51.803 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:51 smithi190 ceph-mon[110568]: pgmap v195: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 522 op/s 2023-11-28T01:04:51.803 INFO:teuthology.orchestra.run.smithi029.stdout: 5 152986 8.42 MB/sec execute 360 sec latency 89.519 ms 2023-11-28T01:04:52.387 INFO:teuthology.orchestra.run.smithi029.stdout: 5 153256 8.42 MB/sec execute 361 sec latency 123.849 ms 2023-11-28T01:04:53.387 INFO:teuthology.orchestra.run.smithi029.stdout: 5 153504 8.41 MB/sec execute 362 sec latency 127.294 ms 2023-11-28T01:04:53.476 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:53 smithi029 ceph-mon[107739]: pgmap v196: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-11-28T01:04:53.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:53 smithi190 ceph-mon[110568]: pgmap v196: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.6 MiB/s wr, 336 op/s 2023-11-28T01:04:54.387 INFO:teuthology.orchestra.run.smithi029.stdout: 5 153892 8.43 MB/sec execute 363 sec latency 126.669 ms 2023-11-28T01:04:55.387 INFO:teuthology.orchestra.run.smithi029.stdout: 5 154287 8.43 MB/sec execute 364 sec latency 135.674 ms 2023-11-28T01:04:55.520 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:55 smithi029 ceph-mon[107739]: pgmap v197: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 515 op/s 2023-11-28T01:04:55.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:55 smithi190 ceph-mon[110568]: pgmap v197: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.3 MiB/s wr, 515 op/s 2023-11-28T01:04:56.387 INFO:teuthology.orchestra.run.smithi029.stdout: 5 154581 8.43 MB/sec execute 365 sec latency 129.914 ms 2023-11-28T01:04:57.324 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:57 smithi029 ceph-mon[107739]: pgmap v198: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-11-28T01:04:57.387 INFO:teuthology.orchestra.run.smithi029.stdout: 5 154818 8.42 MB/sec execute 366 sec latency 126.762 ms 2023-11-28T01:04:57.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:57 smithi190 ceph-mon[110568]: pgmap v198: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-11-28T01:04:58.339 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:58 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:04:58.387 INFO:teuthology.orchestra.run.smithi029.stdout: 5 155219 8.43 MB/sec execute 367 sec latency 129.400 ms 2023-11-28T01:04:58.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:58 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:04:59.351 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:04:59 smithi029 ceph-mon[107739]: pgmap v199: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-11-28T01:04:59.387 INFO:teuthology.orchestra.run.smithi029.stdout: 5 155524 8.43 MB/sec execute 368 sec latency 123.720 ms 2023-11-28T01:04:59.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:04:59 smithi190 ceph-mon[110568]: pgmap v199: 97 pgs: 97 active+clean; 351 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.3 MiB/s wr, 331 op/s 2023-11-28T01:05:00.387 INFO:teuthology.orchestra.run.smithi029.stdout: 5 155816 8.43 MB/sec execute 369 sec latency 189.423 ms 2023-11-28T01:05:01.154 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:01 smithi029 ceph-mon[107739]: pgmap v200: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.4 MiB/s wr, 527 op/s 2023-11-28T01:05:01.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:01 smithi190 ceph-mon[110568]: pgmap v200: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.4 MiB/s wr, 527 op/s 2023-11-28T01:05:01.390 INFO:teuthology.orchestra.run.smithi029.stdout: 5 156082 8.44 MB/sec execute 370 sec latency 131.363 ms 2023-11-28T01:05:02.388 INFO:teuthology.orchestra.run.smithi029.stdout: 5 156364 8.43 MB/sec execute 371 sec latency 137.584 ms 2023-11-28T01:05:03.393 INFO:teuthology.orchestra.run.smithi029.stdout: 5 156625 8.42 MB/sec execute 372 sec latency 126.829 ms 2023-11-28T01:05:03.454 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:03 smithi029 ceph-mon[107739]: pgmap v201: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 373 op/s 2023-11-28T01:05:03.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:03 smithi190 ceph-mon[110568]: pgmap v201: 97 pgs: 97 active+clean; 353 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 373 op/s 2023-11-28T01:05:04.395 INFO:teuthology.orchestra.run.smithi029.stdout: 5 156880 8.41 MB/sec execute 373 sec latency 135.829 ms 2023-11-28T01:05:05.394 INFO:teuthology.orchestra.run.smithi029.stdout: 5 157120 8.41 MB/sec execute 374 sec latency 138.425 ms 2023-11-28T01:05:05.504 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:05 smithi029 ceph-mon[107739]: pgmap v202: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 540 op/s 2023-11-28T01:05:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:05 smithi190 ceph-mon[110568]: pgmap v202: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 540 op/s 2023-11-28T01:05:06.394 INFO:teuthology.orchestra.run.smithi029.stdout: 5 157413 8.41 MB/sec execute 375 sec latency 195.999 ms 2023-11-28T01:05:07.394 INFO:teuthology.orchestra.run.smithi029.stdout: 5 157660 8.41 MB/sec execute 376 sec latency 145.860 ms 2023-11-28T01:05:07.560 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:07 smithi029 ceph-mon[107739]: pgmap v203: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-28T01:05:07.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:07 smithi190 ceph-mon[110568]: pgmap v203: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-28T01:05:08.399 INFO:teuthology.orchestra.run.smithi029.stdout: 5 157914 8.39 MB/sec execute 377 sec latency 126.848 ms 2023-11-28T01:05:09.333 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:09 smithi029 ceph-mon[107739]: pgmap v204: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-28T01:05:09.400 INFO:teuthology.orchestra.run.smithi029.stdout: 5 158240 8.40 MB/sec execute 378 sec latency 111.377 ms 2023-11-28T01:05:09.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:09 smithi190 ceph-mon[110568]: pgmap v204: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-28T01:05:10.400 INFO:teuthology.orchestra.run.smithi029.stdout: 5 158535 8.39 MB/sec execute 379 sec latency 123.738 ms 2023-11-28T01:05:11.119 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:11 smithi029 ceph-mon[107739]: pgmap v205: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 522 op/s 2023-11-28T01:05:11.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:11 smithi190 ceph-mon[110568]: pgmap v205: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 522 op/s 2023-11-28T01:05:11.400 INFO:teuthology.orchestra.run.smithi029.stdout: 5 158863 8.40 MB/sec execute 380 sec latency 124.545 ms 2023-11-28T01:05:12.400 INFO:teuthology.orchestra.run.smithi029.stdout: 5 159214 8.40 MB/sec execute 381 sec latency 126.787 ms 2023-11-28T01:05:13.399 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:13 smithi029 ceph-mon[107739]: pgmap v206: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 327 op/s 2023-11-28T01:05:13.399 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:13 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:05:13.401 INFO:teuthology.orchestra.run.smithi029.stdout: 5 159544 8.41 MB/sec execute 382 sec latency 132.415 ms 2023-11-28T01:05:13.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:13 smithi190 ceph-mon[110568]: pgmap v206: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.2 MiB/s wr, 327 op/s 2023-11-28T01:05:13.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:13 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:05:14.410 INFO:teuthology.orchestra.run.smithi029.stdout: 5 159892 8.41 MB/sec execute 383 sec latency 129.426 ms 2023-11-28T01:05:15.419 INFO:teuthology.orchestra.run.smithi029.stdout: 5 160282 8.41 MB/sec execute 384 sec latency 112.529 ms 2023-11-28T01:05:15.426 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:15 smithi029 ceph-mon[107739]: pgmap v207: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 523 op/s 2023-11-28T01:05:15.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:15 smithi190 ceph-mon[110568]: pgmap v207: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 523 op/s 2023-11-28T01:05:16.419 INFO:teuthology.orchestra.run.smithi029.stdout: 5 160598 8.41 MB/sec execute 385 sec latency 124.371 ms 2023-11-28T01:05:17.419 INFO:teuthology.orchestra.run.smithi029.stdout: 5 160870 8.42 MB/sec execute 386 sec latency 124.965 ms 2023-11-28T01:05:17.453 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:17 smithi029 ceph-mon[107739]: pgmap v208: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-11-28T01:05:17.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:17 smithi190 ceph-mon[110568]: pgmap v208: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-11-28T01:05:18.419 INFO:teuthology.orchestra.run.smithi029.stdout: 5 161229 8.41 MB/sec execute 387 sec latency 145.581 ms 2023-11-28T01:05:19.422 INFO:teuthology.orchestra.run.smithi029.stdout: 5 161539 8.41 MB/sec execute 388 sec latency 126.876 ms 2023-11-28T01:05:19.493 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:19 smithi029 ceph-mon[107739]: pgmap v209: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-11-28T01:05:19.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:19 smithi190 ceph-mon[110568]: pgmap v209: 97 pgs: 97 active+clean; 355 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-11-28T01:05:20.420 INFO:teuthology.orchestra.run.smithi029.stdout: 5 161743 8.40 MB/sec execute 389 sec latency 145.761 ms 2023-11-28T01:05:21.061 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:21 smithi029 ceph-mon[107739]: pgmap v210: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 558 op/s 2023-11-28T01:05:21.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:21 smithi190 ceph-mon[110568]: pgmap v210: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 558 op/s 2023-11-28T01:05:21.420 INFO:teuthology.orchestra.run.smithi029.stdout: 5 161979 8.40 MB/sec execute 390 sec latency 119.426 ms 2023-11-28T01:05:22.420 INFO:teuthology.orchestra.run.smithi029.stdout: 5 162238 8.39 MB/sec execute 391 sec latency 145.216 ms 2023-11-28T01:05:23.390 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:23 smithi029 ceph-mon[107739]: pgmap v211: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 397 op/s 2023-11-28T01:05:23.420 INFO:teuthology.orchestra.run.smithi029.stdout: 5 162496 8.39 MB/sec execute 392 sec latency 102.236 ms 2023-11-28T01:05:23.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:23 smithi190 ceph-mon[110568]: pgmap v211: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 397 op/s 2023-11-28T01:05:24.420 INFO:teuthology.orchestra.run.smithi029.stdout: 5 162811 8.39 MB/sec execute 393 sec latency 136.478 ms 2023-11-28T01:05:25.405 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:25 smithi029 ceph-mon[107739]: pgmap v212: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.6 MiB/s wr, 555 op/s 2023-11-28T01:05:25.420 INFO:teuthology.orchestra.run.smithi029.stdout: 5 163020 8.38 MB/sec execute 394 sec latency 143.361 ms 2023-11-28T01:05:25.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:25 smithi190 ceph-mon[110568]: pgmap v212: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.6 MiB/s wr, 555 op/s 2023-11-28T01:05:26.420 INFO:teuthology.orchestra.run.smithi029.stdout: 5 163211 8.38 MB/sec execute 395 sec latency 129.250 ms 2023-11-28T01:05:27.420 INFO:teuthology.orchestra.run.smithi029.stdout: 5 163424 8.37 MB/sec execute 396 sec latency 116.827 ms 2023-11-28T01:05:27.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:27 smithi029 ceph-mon[107739]: pgmap v213: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-11-28T01:05:27.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:27 smithi190 ceph-mon[110568]: pgmap v213: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-11-28T01:05:28.420 INFO:teuthology.orchestra.run.smithi029.stdout: 5 163688 8.37 MB/sec execute 397 sec latency 138.420 ms 2023-11-28T01:05:28.464 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:05:28.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:05:29.420 INFO:teuthology.orchestra.run.smithi029.stdout: 5 163956 8.36 MB/sec execute 398 sec latency 117.635 ms 2023-11-28T01:05:29.486 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:29 smithi029 ceph-mon[107739]: pgmap v214: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-11-28T01:05:29.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:29 smithi190 ceph-mon[110568]: pgmap v214: 97 pgs: 97 active+clean; 356 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-11-28T01:05:30.420 INFO:teuthology.orchestra.run.smithi029.stdout: 5 164160 8.36 MB/sec execute 399 sec latency 123.520 ms 2023-11-28T01:05:31.031 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:31 smithi029 ceph-mon[107739]: pgmap v215: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-11-28T01:05:31.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:31 smithi190 ceph-mon[110568]: pgmap v215: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 499 op/s 2023-11-28T01:05:31.420 INFO:teuthology.orchestra.run.smithi029.stdout: 5 164366 8.36 MB/sec execute 400 sec latency 141.188 ms 2023-11-28T01:05:32.420 INFO:teuthology.orchestra.run.smithi029.stdout: 5 164578 8.35 MB/sec execute 401 sec latency 126.840 ms 2023-11-28T01:05:33.337 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:33 smithi029 ceph-mon[107739]: pgmap v216: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.0 MiB/s wr, 297 op/s 2023-11-28T01:05:33.420 INFO:teuthology.orchestra.run.smithi029.stdout: 5 164843 8.34 MB/sec execute 402 sec latency 86.718 ms 2023-11-28T01:05:33.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:33 smithi190 ceph-mon[110568]: pgmap v216: 97 pgs: 97 active+clean; 358 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.0 MiB/s wr, 297 op/s 2023-11-28T01:05:34.424 INFO:teuthology.orchestra.run.smithi029.stdout: 5 165128 8.33 MB/sec execute 403 sec latency 128.660 ms 2023-11-28T01:05:35.389 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:35 smithi029 ceph-mon[107739]: pgmap v217: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 439 op/s 2023-11-28T01:05:35.424 INFO:teuthology.orchestra.run.smithi029.stdout: 5 165283 8.32 MB/sec execute 404 sec latency 146.273 ms 2023-11-28T01:05:35.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:35 smithi190 ceph-mon[110568]: pgmap v217: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 439 op/s 2023-11-28T01:05:36.429 INFO:teuthology.orchestra.run.smithi029.stdout: 5 165461 8.32 MB/sec execute 405 sec latency 118.923 ms 2023-11-28T01:05:37.429 INFO:teuthology.orchestra.run.smithi029.stdout: 5 165690 8.32 MB/sec execute 406 sec latency 157.907 ms 2023-11-28T01:05:37.469 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:37 smithi029 ceph-mon[107739]: pgmap v218: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 281 op/s 2023-11-28T01:05:37.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:37 smithi190 ceph-mon[110568]: pgmap v218: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 281 op/s 2023-11-28T01:05:38.429 INFO:teuthology.orchestra.run.smithi029.stdout: 5 165918 8.31 MB/sec execute 407 sec latency 124.762 ms 2023-11-28T01:05:39.429 INFO:teuthology.orchestra.run.smithi029.stdout: 5 166222 8.31 MB/sec execute 408 sec latency 126.893 ms 2023-11-28T01:05:39.494 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:39 smithi029 ceph-mon[107739]: pgmap v219: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 281 op/s 2023-11-28T01:05:39.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:39 smithi190 ceph-mon[110568]: pgmap v219: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.9 MiB/s wr, 281 op/s 2023-11-28T01:05:40.429 INFO:teuthology.orchestra.run.smithi029.stdout: 5 166472 8.30 MB/sec execute 409 sec latency 133.079 ms 2023-11-28T01:05:41.036 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:41 smithi029 ceph-mon[107739]: pgmap v220: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.4 MiB/s wr, 419 op/s 2023-11-28T01:05:41.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:41 smithi190 ceph-mon[110568]: pgmap v220: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.4 MiB/s wr, 419 op/s 2023-11-28T01:05:41.429 INFO:teuthology.orchestra.run.smithi029.stdout: 5 166610 8.29 MB/sec execute 410 sec latency 143.943 ms 2023-11-28T01:05:42.436 INFO:teuthology.orchestra.run.smithi029.stdout: 5 166756 8.28 MB/sec execute 411 sec latency 130.698 ms 2023-11-28T01:05:43.356 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:43 smithi029 ceph-mon[107739]: pgmap v221: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.8 MiB/s wr, 279 op/s 2023-11-28T01:05:43.357 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:43 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:05:43.443 INFO:teuthology.orchestra.run.smithi029.stdout: 5 167023 8.29 MB/sec execute 412 sec latency 141.268 ms 2023-11-28T01:05:43.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:43 smithi190 ceph-mon[110568]: pgmap v221: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.8 MiB/s wr, 279 op/s 2023-11-28T01:05:43.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:43 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:05:44.443 INFO:teuthology.orchestra.run.smithi029.stdout: 5 167326 8.28 MB/sec execute 413 sec latency 131.811 ms 2023-11-28T01:05:45.416 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:45 smithi029 ceph-mon[107739]: pgmap v222: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-11-28T01:05:45.443 INFO:teuthology.orchestra.run.smithi029.stdout: 5 167582 8.28 MB/sec execute 414 sec latency 129.864 ms 2023-11-28T01:05:45.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:45 smithi190 ceph-mon[110568]: pgmap v222: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 412 op/s 2023-11-28T01:05:46.443 INFO:teuthology.orchestra.run.smithi029.stdout: 5 167791 8.28 MB/sec execute 415 sec latency 136.615 ms 2023-11-28T01:05:47.443 INFO:teuthology.orchestra.run.smithi029.stdout: 5 167995 8.27 MB/sec execute 416 sec latency 129.523 ms 2023-11-28T01:05:47.467 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:47 smithi029 ceph-mon[107739]: pgmap v223: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.8 MiB/s wr, 271 op/s 2023-11-28T01:05:47.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:47 smithi190 ceph-mon[110568]: pgmap v223: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.8 MiB/s wr, 271 op/s 2023-11-28T01:05:48.447 INFO:teuthology.orchestra.run.smithi029.stdout: 5 168234 8.26 MB/sec execute 417 sec latency 130.050 ms 2023-11-28T01:05:49.447 INFO:teuthology.orchestra.run.smithi029.stdout: 5 168546 8.25 MB/sec execute 418 sec latency 87.609 ms 2023-11-28T01:05:49.517 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:49 smithi029 ceph-mon[107739]: pgmap v224: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.8 MiB/s wr, 271 op/s 2023-11-28T01:05:49.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:49 smithi190 ceph-mon[110568]: pgmap v224: 97 pgs: 97 active+clean; 359 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.4 KiB/s rd, 2.8 MiB/s wr, 271 op/s 2023-11-28T01:05:50.448 INFO:teuthology.orchestra.run.smithi029.stdout: 5 168756 8.25 MB/sec execute 419 sec latency 136.859 ms 2023-11-28T01:05:51.056 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:51 smithi029 ceph-mon[107739]: pgmap v225: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 418 op/s 2023-11-28T01:05:51.294 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:51 smithi190 ceph-mon[110568]: pgmap v225: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 418 op/s 2023-11-28T01:05:51.447 INFO:teuthology.orchestra.run.smithi029.stdout: 5 168913 8.24 MB/sec execute 420 sec latency 144.440 ms 2023-11-28T01:05:52.448 INFO:teuthology.orchestra.run.smithi029.stdout: 5 169150 8.24 MB/sec execute 421 sec latency 139.459 ms 2023-11-28T01:05:53.365 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:53 smithi029 ceph-mon[107739]: pgmap v226: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 280 op/s 2023-11-28T01:05:53.447 INFO:teuthology.orchestra.run.smithi029.stdout: 5 169470 8.24 MB/sec execute 422 sec latency 127.075 ms 2023-11-28T01:05:53.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:53 smithi190 ceph-mon[110568]: pgmap v226: 97 pgs: 97 active+clean; 353 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 2.8 MiB/s wr, 280 op/s 2023-11-28T01:05:54.447 INFO:teuthology.orchestra.run.smithi029.stdout: 5 169751 8.24 MB/sec execute 423 sec latency 98.995 ms 2023-11-28T01:05:55.404 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:55 smithi029 ceph-mon[107739]: pgmap v227: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 427 op/s 2023-11-28T01:05:55.447 INFO:teuthology.orchestra.run.smithi029.stdout: 5 169946 8.23 MB/sec execute 424 sec latency 128.032 ms 2023-11-28T01:05:55.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:55 smithi190 ceph-mon[110568]: pgmap v227: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.3 MiB/s wr, 427 op/s 2023-11-28T01:05:56.448 INFO:teuthology.orchestra.run.smithi029.stdout: 5 170201 8.23 MB/sec execute 425 sec latency 142.753 ms 2023-11-28T01:05:57.428 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:57 smithi029 ceph-mon[107739]: pgmap v228: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 293 op/s 2023-11-28T01:05:57.448 INFO:teuthology.orchestra.run.smithi029.stdout: 5 170386 8.23 MB/sec execute 426 sec latency 129.056 ms 2023-11-28T01:05:57.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:57 smithi190 ceph-mon[110568]: pgmap v228: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 293 op/s 2023-11-28T01:05:58.443 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:58 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:05:58.448 INFO:teuthology.orchestra.run.smithi029.stdout: 5 170743 8.23 MB/sec execute 427 sec latency 126.890 ms 2023-11-28T01:05:58.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:58 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:05:59.448 INFO:teuthology.orchestra.run.smithi029.stdout: 5 171068 8.22 MB/sec execute 428 sec latency 126.010 ms 2023-11-28T01:05:59.453 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:05:59 smithi029 ceph-mon[107739]: pgmap v229: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 293 op/s 2023-11-28T01:05:59.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:05:59 smithi190 ceph-mon[110568]: pgmap v229: 97 pgs: 97 active+clean; 356 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 293 op/s 2023-11-28T01:06:00.448 INFO:teuthology.orchestra.run.smithi029.stdout: 5 171331 8.23 MB/sec execute 429 sec latency 151.313 ms 2023-11-28T01:06:01.240 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:01 smithi029 ceph-mon[107739]: pgmap v230: 97 pgs: 97 active+clean; 361 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 450 op/s 2023-11-28T01:06:01.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:01 smithi190 ceph-mon[110568]: pgmap v230: 97 pgs: 97 active+clean; 361 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 450 op/s 2023-11-28T01:06:01.448 INFO:teuthology.orchestra.run.smithi029.stdout: 5 171637 8.23 MB/sec execute 430 sec latency 126.481 ms 2023-11-28T01:06:02.450 INFO:teuthology.orchestra.run.smithi029.stdout: 5 171994 8.22 MB/sec execute 431 sec latency 123.880 ms 2023-11-28T01:06:03.448 INFO:teuthology.orchestra.run.smithi029.stdout: 5 172295 8.22 MB/sec execute 432 sec latency 128.645 ms 2023-11-28T01:06:03.529 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:03 smithi029 ceph-mon[107739]: pgmap v231: 97 pgs: 97 active+clean; 361 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.1 MiB/s wr, 303 op/s 2023-11-28T01:06:03.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:03 smithi190 ceph-mon[110568]: pgmap v231: 97 pgs: 97 active+clean; 361 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.1 MiB/s wr, 303 op/s 2023-11-28T01:06:04.448 INFO:teuthology.orchestra.run.smithi029.stdout: 5 172593 8.23 MB/sec execute 433 sec latency 132.111 ms 2023-11-28T01:06:05.448 INFO:teuthology.orchestra.run.smithi029.stdout: 5 172897 8.23 MB/sec execute 434 sec latency 122.950 ms 2023-11-28T01:06:05.604 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:05 smithi029 ceph-mon[107739]: pgmap v232: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-11-28T01:06:05.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:05 smithi190 ceph-mon[110568]: pgmap v232: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 488 op/s 2023-11-28T01:06:06.449 INFO:teuthology.orchestra.run.smithi029.stdout: 5 173203 8.23 MB/sec execute 435 sec latency 134.661 ms 2023-11-28T01:06:07.401 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:07 smithi029 ceph-mon[107739]: pgmap v233: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-11-28T01:06:07.449 INFO:teuthology.orchestra.run.smithi029.stdout: 5 173475 8.23 MB/sec execute 436 sec latency 126.851 ms 2023-11-28T01:06:07.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:07 smithi190 ceph-mon[110568]: pgmap v233: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-11-28T01:06:08.450 INFO:teuthology.orchestra.run.smithi029.stdout: 5 173726 8.22 MB/sec execute 437 sec latency 92.704 ms 2023-11-28T01:06:09.451 INFO:teuthology.orchestra.run.smithi029.stdout: 5 174004 8.22 MB/sec execute 438 sec latency 135.566 ms 2023-11-28T01:06:09.455 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:09 smithi029 ceph-mon[107739]: pgmap v234: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-11-28T01:06:09.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:09 smithi190 ceph-mon[110568]: pgmap v234: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 342 op/s 2023-11-28T01:06:10.470 INFO:teuthology.orchestra.run.smithi029.stdout: 5 174301 8.22 MB/sec execute 439 sec latency 183.784 ms 2023-11-28T01:06:11.232 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:11 smithi029 ceph-mon[107739]: pgmap v235: 97 pgs: 97 active+clean; 363 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.4 MiB/s wr, 519 op/s 2023-11-28T01:06:11.460 INFO:teuthology.orchestra.run.smithi029.stdout: 5 174600 8.22 MB/sec execute 440 sec latency 111.041 ms 2023-11-28T01:06:11.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:11 smithi190 ceph-mon[110568]: pgmap v235: 97 pgs: 97 active+clean; 363 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.4 MiB/s wr, 519 op/s 2023-11-28T01:06:12.462 INFO:teuthology.orchestra.run.smithi029.stdout: 5 174902 8.22 MB/sec execute 441 sec latency 116.503 ms 2023-11-28T01:06:13.462 INFO:teuthology.orchestra.run.smithi029.stdout: 5 175194 8.21 MB/sec execute 442 sec latency 134.799 ms 2023-11-28T01:06:13.525 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:13 smithi029 ceph-mon[107739]: pgmap v236: 97 pgs: 97 active+clean; 363 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-28T01:06:13.525 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:13 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:06:13.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:13 smithi190 ceph-mon[110568]: pgmap v236: 97 pgs: 97 active+clean; 363 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-28T01:06:13.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:13 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:06:14.462 INFO:teuthology.orchestra.run.smithi029.stdout: 5 175511 8.21 MB/sec execute 443 sec latency 107.005 ms 2023-11-28T01:06:15.462 INFO:teuthology.orchestra.run.smithi029.stdout: 5 175694 8.20 MB/sec execute 444 sec latency 129.618 ms 2023-11-28T01:06:15.586 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:15 smithi029 ceph-mon[107739]: pgmap v237: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 537 op/s 2023-11-28T01:06:15.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:15 smithi190 ceph-mon[110568]: pgmap v237: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 537 op/s 2023-11-28T01:06:16.462 INFO:teuthology.orchestra.run.smithi029.stdout: 5 175969 8.21 MB/sec execute 445 sec latency 130.205 ms 2023-11-28T01:06:17.381 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:17 smithi029 ceph-mon[107739]: pgmap v238: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-11-28T01:06:17.462 INFO:teuthology.orchestra.run.smithi029.stdout: 5 176229 8.21 MB/sec execute 446 sec latency 190.109 ms 2023-11-28T01:06:17.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:17 smithi190 ceph-mon[110568]: pgmap v238: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-11-28T01:06:18.462 INFO:teuthology.orchestra.run.smithi029.stdout: 5 176482 8.21 MB/sec execute 447 sec latency 134.646 ms 2023-11-28T01:06:19.432 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:19 smithi029 ceph-mon[107739]: pgmap v239: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-11-28T01:06:19.462 INFO:teuthology.orchestra.run.smithi029.stdout: 5 176759 8.21 MB/sec execute 448 sec latency 126.037 ms 2023-11-28T01:06:19.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:19 smithi190 ceph-mon[110568]: pgmap v239: 97 pgs: 97 active+clean; 356 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-11-28T01:06:20.462 INFO:teuthology.orchestra.run.smithi029.stdout: 5 177032 8.21 MB/sec execute 449 sec latency 123.824 ms 2023-11-28T01:06:21.224 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:21 smithi029 ceph-mon[107739]: pgmap v240: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 510 op/s 2023-11-28T01:06:21.462 INFO:teuthology.orchestra.run.smithi029.stdout: 5 177326 8.20 MB/sec execute 450 sec latency 112.118 ms 2023-11-28T01:06:21.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:21 smithi190 ceph-mon[110568]: pgmap v240: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 510 op/s 2023-11-28T01:06:22.462 INFO:teuthology.orchestra.run.smithi029.stdout: 5 177704 8.20 MB/sec execute 451 sec latency 105.455 ms 2023-11-28T01:06:23.469 INFO:teuthology.orchestra.run.smithi029.stdout: 5 177999 8.20 MB/sec execute 453 sec latency 126.987 ms 2023-11-28T01:06:23.537 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:23 smithi029 ceph-mon[107739]: pgmap v241: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 333 op/s 2023-11-28T01:06:23.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:23 smithi190 ceph-mon[110568]: pgmap v241: 97 pgs: 97 active+clean; 359 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.4 MiB/s wr, 333 op/s 2023-11-28T01:06:24.469 INFO:teuthology.orchestra.run.smithi029.stdout: 5 178316 8.20 MB/sec execute 454 sec latency 129.630 ms 2023-11-28T01:06:25.469 INFO:teuthology.orchestra.run.smithi029.stdout: 5 178559 8.20 MB/sec execute 455 sec latency 124.127 ms 2023-11-28T01:06:25.582 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:25 smithi029 ceph-mon[107739]: pgmap v242: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 524 op/s 2023-11-28T01:06:25.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:25 smithi190 ceph-mon[110568]: pgmap v242: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.4 MiB/s wr, 524 op/s 2023-11-28T01:06:26.469 INFO:teuthology.orchestra.run.smithi029.stdout: 5 178775 8.19 MB/sec execute 456 sec latency 132.034 ms 2023-11-28T01:06:27.391 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:27 smithi029 ceph-mon[107739]: pgmap v243: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 349 op/s 2023-11-28T01:06:27.469 INFO:teuthology.orchestra.run.smithi029.stdout: 5 178946 8.18 MB/sec execute 457 sec latency 86.913 ms 2023-11-28T01:06:27.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:27 smithi190 ceph-mon[110568]: pgmap v243: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 349 op/s 2023-11-28T01:06:28.426 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:06:28.469 INFO:teuthology.orchestra.run.smithi029.stdout: 5 179162 8.17 MB/sec execute 458 sec latency 138.131 ms 2023-11-28T01:06:28.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:06:29.453 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:29 smithi029 ceph-mon[107739]: pgmap v244: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 349 op/s 2023-11-28T01:06:29.469 INFO:teuthology.orchestra.run.smithi029.stdout: 5 179343 8.17 MB/sec execute 459 sec latency 133.823 ms 2023-11-28T01:06:29.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:29 smithi190 ceph-mon[110568]: pgmap v244: 97 pgs: 97 active+clean; 363 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.7 MiB/s wr, 349 op/s 2023-11-28T01:06:30.469 INFO:teuthology.orchestra.run.smithi029.stdout: 5 179747 8.18 MB/sec execute 460 sec latency 89.766 ms 2023-11-28T01:06:33.134 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:31 smithi190 ceph-mon[110568]: pgmap v245: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 485 op/s 2023-11-28T01:06:33.134 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:31 smithi029 ceph-mon[107739]: pgmap v245: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 485 op/s 2023-11-28T01:06:33.134 INFO:teuthology.orchestra.run.smithi029.stdout: 5 180091 8.19 MB/sec execute 461 sec latency 149.263 ms 2023-11-28T01:06:33.134 INFO:teuthology.orchestra.run.smithi029.stdout: 5 180376 8.19 MB/sec execute 462 sec latency 120.270 ms 2023-11-28T01:06:33.473 INFO:teuthology.orchestra.run.smithi029.stdout: 5 180692 8.19 MB/sec execute 463 sec latency 126.685 ms 2023-11-28T01:06:33.523 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:33 smithi029 ceph-mon[107739]: pgmap v246: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.0 MiB/s wr, 327 op/s 2023-11-28T01:06:33.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:33 smithi190 ceph-mon[110568]: pgmap v246: 97 pgs: 97 active+clean; 356 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.0 MiB/s wr, 327 op/s 2023-11-28T01:06:34.475 INFO:teuthology.orchestra.run.smithi029.stdout: 5 180902 8.18 MB/sec execute 464 sec latency 112.910 ms 2023-11-28T01:06:35.475 INFO:teuthology.orchestra.run.smithi029.stdout: 5 181125 8.17 MB/sec execute 465 sec latency 135.064 ms 2023-11-28T01:06:35.544 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:35 smithi029 ceph-mon[107739]: pgmap v247: 97 pgs: 97 active+clean; 364 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2023-11-28T01:06:35.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:35 smithi190 ceph-mon[110568]: pgmap v247: 97 pgs: 97 active+clean; 364 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2023-11-28T01:06:36.475 INFO:teuthology.orchestra.run.smithi029.stdout: 5 181278 8.16 MB/sec execute 466 sec latency 132.948 ms 2023-11-28T01:06:37.427 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:37 smithi029 ceph-mon[107739]: pgmap v248: 97 pgs: 97 active+clean; 364 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 314 op/s 2023-11-28T01:06:37.480 INFO:teuthology.orchestra.run.smithi029.stdout: 5 181495 8.16 MB/sec execute 467 sec latency 94.061 ms 2023-11-28T01:06:37.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:37 smithi190 ceph-mon[110568]: pgmap v248: 97 pgs: 97 active+clean; 364 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 314 op/s 2023-11-28T01:06:38.481 INFO:teuthology.orchestra.run.smithi029.stdout: 5 181861 8.16 MB/sec execute 468 sec latency 123.429 ms 2023-11-28T01:06:39.490 INFO:teuthology.orchestra.run.smithi029.stdout: 5 182217 8.16 MB/sec execute 469 sec latency 150.116 ms 2023-11-28T01:06:39.497 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:39 smithi029 ceph-mon[107739]: pgmap v249: 97 pgs: 97 active+clean; 364 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 314 op/s 2023-11-28T01:06:39.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:39 smithi190 ceph-mon[110568]: pgmap v249: 97 pgs: 97 active+clean; 364 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.2 MiB/s wr, 314 op/s 2023-11-28T01:06:40.490 INFO:teuthology.orchestra.run.smithi029.stdout: 5 182468 8.16 MB/sec execute 470 sec latency 124.792 ms 2023-11-28T01:06:41.279 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:41 smithi029 ceph-mon[107739]: pgmap v250: 97 pgs: 97 active+clean; 359 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.6 MiB/s wr, 461 op/s 2023-11-28T01:06:41.490 INFO:teuthology.orchestra.run.smithi029.stdout: 5 182830 8.16 MB/sec execute 471 sec latency 126.590 ms 2023-11-28T01:06:41.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:41 smithi190 ceph-mon[110568]: pgmap v250: 97 pgs: 97 active+clean; 359 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.6 MiB/s wr, 461 op/s 2023-11-28T01:06:42.490 INFO:teuthology.orchestra.run.smithi029.stdout: 5 183077 8.15 MB/sec execute 472 sec latency 121.631 ms 2023-11-28T01:06:43.498 INFO:teuthology.orchestra.run.smithi029.stdout: 5 183443 8.17 MB/sec execute 473 sec latency 121.121 ms 2023-11-28T01:06:43.571 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:43 smithi029 ceph-mon[107739]: pgmap v251: 97 pgs: 97 active+clean; 359 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 325 op/s 2023-11-28T01:06:43.572 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:43 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:06:43.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:43 smithi190 ceph-mon[110568]: pgmap v251: 97 pgs: 97 active+clean; 359 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 325 op/s 2023-11-28T01:06:43.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:43 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:06:44.504 INFO:teuthology.orchestra.run.smithi029.stdout: 5 183778 8.17 MB/sec execute 474 sec latency 122.003 ms 2023-11-28T01:06:45.344 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:45 smithi029 ceph-mon[107739]: pgmap v252: 97 pgs: 97 active+clean; 361 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 516 op/s 2023-11-28T01:06:45.503 INFO:teuthology.orchestra.run.smithi029.stdout: 5 184062 8.18 MB/sec execute 475 sec latency 149.110 ms 2023-11-28T01:06:45.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:45 smithi190 ceph-mon[110568]: pgmap v252: 97 pgs: 97 active+clean; 361 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 516 op/s 2023-11-28T01:06:46.503 INFO:teuthology.orchestra.run.smithi029.stdout: 5 184351 8.17 MB/sec execute 476 sec latency 126.512 ms 2023-11-28T01:06:47.388 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:47 smithi029 ceph-mon[107739]: pgmap v253: 97 pgs: 97 active+clean; 361 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 338 op/s 2023-11-28T01:06:47.504 INFO:teuthology.orchestra.run.smithi029.stdout: 5 184606 8.17 MB/sec execute 477 sec latency 136.300 ms 2023-11-28T01:06:47.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:47 smithi190 ceph-mon[110568]: pgmap v253: 97 pgs: 97 active+clean; 361 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 338 op/s 2023-11-28T01:06:48.504 INFO:teuthology.orchestra.run.smithi029.stdout: 5 184846 8.16 MB/sec execute 478 sec latency 127.120 ms 2023-11-28T01:06:49.450 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:49 smithi029 ceph-mon[107739]: pgmap v254: 97 pgs: 97 active+clean; 361 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 338 op/s 2023-11-28T01:06:49.508 INFO:teuthology.orchestra.run.smithi029.stdout: 5 185036 8.15 MB/sec execute 479 sec latency 216.201 ms 2023-11-28T01:06:49.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:49 smithi190 ceph-mon[110568]: pgmap v254: 97 pgs: 97 active+clean; 361 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.3 MiB/s wr, 338 op/s 2023-11-28T01:06:50.508 INFO:teuthology.orchestra.run.smithi029.stdout: 5 185251 8.15 MB/sec execute 480 sec latency 122.863 ms 2023-11-28T01:06:51.275 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:51 smithi029 ceph-mon[107739]: pgmap v255: 97 pgs: 97 active+clean; 365 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-11-28T01:06:51.513 INFO:teuthology.orchestra.run.smithi029.stdout: 5 185463 8.14 MB/sec execute 481 sec latency 132.448 ms 2023-11-28T01:06:51.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:51 smithi190 ceph-mon[110568]: pgmap v255: 97 pgs: 97 active+clean; 365 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 505 op/s 2023-11-28T01:06:52.517 INFO:teuthology.orchestra.run.smithi029.stdout: 5 185716 8.14 MB/sec execute 482 sec latency 121.720 ms 2023-11-28T01:06:53.369 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:53 smithi029 ceph-mon[107739]: pgmap v256: 97 pgs: 97 active+clean; 365 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-11-28T01:06:53.517 INFO:teuthology.orchestra.run.smithi029.stdout: 5 185925 8.13 MB/sec execute 483 sec latency 108.763 ms 2023-11-28T01:06:53.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:53 smithi190 ceph-mon[110568]: pgmap v256: 97 pgs: 97 active+clean; 365 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 358 op/s 2023-11-28T01:06:54.517 INFO:teuthology.orchestra.run.smithi029.stdout: 5 186174 8.12 MB/sec execute 484 sec latency 120.850 ms 2023-11-28T01:06:55.418 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:55 smithi029 ceph-mon[107739]: pgmap v257: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.8 MiB/s wr, 494 op/s 2023-11-28T01:06:55.521 INFO:teuthology.orchestra.run.smithi029.stdout: 5 186373 8.11 MB/sec execute 485 sec latency 139.546 ms 2023-11-28T01:06:55.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:55 smithi190 ceph-mon[110568]: pgmap v257: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 4.8 MiB/s wr, 494 op/s 2023-11-28T01:06:56.521 INFO:teuthology.orchestra.run.smithi029.stdout: 5 186562 8.11 MB/sec execute 486 sec latency 140.145 ms 2023-11-28T01:06:57.469 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:57 smithi029 ceph-mon[107739]: pgmap v258: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 303 op/s 2023-11-28T01:06:57.523 INFO:teuthology.orchestra.run.smithi029.stdout: 5 186826 8.11 MB/sec execute 487 sec latency 99.681 ms 2023-11-28T01:06:57.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:57 smithi190 ceph-mon[110568]: pgmap v258: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 303 op/s 2023-11-28T01:06:58.510 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:58 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:06:58.523 INFO:teuthology.orchestra.run.smithi029.stdout: 5 187028 8.11 MB/sec execute 488 sec latency 168.220 ms 2023-11-28T01:06:58.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:58 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:06:59.524 INFO:teuthology.orchestra.run.smithi029.stdout: 5 187283 8.11 MB/sec execute 489 sec latency 130.522 ms 2023-11-28T01:06:59.537 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:06:59 smithi029 ceph-mon[107739]: pgmap v259: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 303 op/s 2023-11-28T01:06:59.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:06:59 smithi190 ceph-mon[110568]: pgmap v259: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.0 MiB/s wr, 303 op/s 2023-11-28T01:07:00.524 INFO:teuthology.orchestra.run.smithi029.stdout: 5 187574 8.12 MB/sec execute 490 sec latency 117.976 ms 2023-11-28T01:07:01.307 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:01 smithi029 ceph-mon[107739]: pgmap v260: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.5 MiB/s wr, 438 op/s 2023-11-28T01:07:01.526 INFO:teuthology.orchestra.run.smithi029.stdout: 5 187819 8.12 MB/sec execute 491 sec latency 148.054 ms 2023-11-28T01:07:01.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:01 smithi190 ceph-mon[110568]: pgmap v260: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.5 MiB/s wr, 438 op/s 2023-11-28T01:07:02.526 INFO:teuthology.orchestra.run.smithi029.stdout: 5 188057 8.11 MB/sec execute 492 sec latency 127.466 ms 2023-11-28T01:07:03.526 INFO:teuthology.orchestra.run.smithi029.stdout: 5 188287 8.11 MB/sec execute 493 sec latency 129.694 ms 2023-11-28T01:07:03.588 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:03 smithi029 ceph-mon[107739]: pgmap v261: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.6 MiB/s wr, 271 op/s 2023-11-28T01:07:03.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:03 smithi190 ceph-mon[110568]: pgmap v261: 97 pgs: 97 active+clean; 355 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.6 MiB/s wr, 271 op/s 2023-11-28T01:07:04.532 INFO:teuthology.orchestra.run.smithi029.stdout: 5 188510 8.10 MB/sec execute 494 sec latency 142.447 ms 2023-11-28T01:07:05.379 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:05 smithi029 ceph-mon[107739]: pgmap v262: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.3 MiB/s wr, 411 op/s 2023-11-28T01:07:05.532 INFO:teuthology.orchestra.run.smithi029.stdout: 5 188702 8.09 MB/sec execute 495 sec latency 133.232 ms 2023-11-28T01:07:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:05 smithi190 ceph-mon[110568]: pgmap v262: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.3 MiB/s wr, 411 op/s 2023-11-28T01:07:06.537 INFO:teuthology.orchestra.run.smithi029.stdout: 5 188899 8.09 MB/sec execute 496 sec latency 198.202 ms 2023-11-28T01:07:07.460 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:07 smithi029 ceph-mon[107739]: pgmap v263: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.2 MiB/s wr, 275 op/s 2023-11-28T01:07:07.537 INFO:teuthology.orchestra.run.smithi029.stdout: 5 189136 8.08 MB/sec execute 497 sec latency 146.706 ms 2023-11-28T01:07:07.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:07 smithi190 ceph-mon[110568]: pgmap v263: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.2 MiB/s wr, 275 op/s 2023-11-28T01:07:08.537 INFO:teuthology.orchestra.run.smithi029.stdout: 5 189416 8.07 MB/sec execute 498 sec latency 130.214 ms 2023-11-28T01:07:09.513 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:09 smithi029 ceph-mon[107739]: pgmap v264: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.2 MiB/s wr, 275 op/s 2023-11-28T01:07:09.537 INFO:teuthology.orchestra.run.smithi029.stdout: 5 189700 8.07 MB/sec execute 499 sec latency 201.776 ms 2023-11-28T01:07:09.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:09 smithi190 ceph-mon[110568]: pgmap v264: 97 pgs: 97 active+clean; 362 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.2 MiB/s wr, 275 op/s 2023-11-28T01:07:10.541 INFO:teuthology.orchestra.run.smithi029.stdout: 5 190034 8.07 MB/sec execute 500 sec latency 137.164 ms 2023-11-28T01:07:11.340 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:11 smithi029 ceph-mon[107739]: pgmap v265: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2023-11-28T01:07:11.543 INFO:teuthology.orchestra.run.smithi029.stdout: 5 190394 8.08 MB/sec execute 501 sec latency 122.705 ms 2023-11-28T01:07:11.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:11 smithi190 ceph-mon[110568]: pgmap v265: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 422 op/s 2023-11-28T01:07:12.547 INFO:teuthology.orchestra.run.smithi029.stdout: 5 190728 8.08 MB/sec execute 502 sec latency 128.450 ms 2023-11-28T01:07:13.361 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:13 smithi029 ceph-mon[107739]: pgmap v266: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 286 op/s 2023-11-28T01:07:13.362 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:13 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:07:13.547 INFO:teuthology.orchestra.run.smithi029.stdout: 5 191074 8.09 MB/sec execute 503 sec latency 120.719 ms 2023-11-28T01:07:13.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:13 smithi190 ceph-mon[110568]: pgmap v266: 97 pgs: 97 active+clean; 355 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 286 op/s 2023-11-28T01:07:13.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:13 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:07:14.553 INFO:teuthology.orchestra.run.smithi029.stdout: 5 191363 8.09 MB/sec execute 504 sec latency 140.026 ms 2023-11-28T01:07:15.400 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:15 smithi029 ceph-mon[107739]: pgmap v267: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-11-28T01:07:15.553 INFO:teuthology.orchestra.run.smithi029.stdout: 5 191701 8.10 MB/sec execute 505 sec latency 125.663 ms 2023-11-28T01:07:15.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:15 smithi190 ceph-mon[110568]: pgmap v267: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.0 MiB/s wr, 485 op/s 2023-11-28T01:07:16.553 INFO:teuthology.orchestra.run.smithi029.stdout: 5 191925 8.09 MB/sec execute 506 sec latency 134.771 ms 2023-11-28T01:07:17.444 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:17 smithi029 ceph-mon[107739]: pgmap v268: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-11-28T01:07:17.553 INFO:teuthology.orchestra.run.smithi029.stdout: 5 192168 8.09 MB/sec execute 507 sec latency 115.107 ms 2023-11-28T01:07:17.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:17 smithi190 ceph-mon[110568]: pgmap v268: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-11-28T01:07:18.553 INFO:teuthology.orchestra.run.smithi029.stdout: 5 192374 8.08 MB/sec execute 508 sec latency 143.646 ms 2023-11-28T01:07:19.481 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:19 smithi029 ceph-mon[107739]: pgmap v269: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-11-28T01:07:19.560 INFO:teuthology.orchestra.run.smithi029.stdout: 5 192600 8.07 MB/sec execute 509 sec latency 131.399 ms 2023-11-28T01:07:19.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:19 smithi190 ceph-mon[110568]: pgmap v269: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-11-28T01:07:20.560 INFO:teuthology.orchestra.run.smithi029.stdout: 5 192866 8.07 MB/sec execute 510 sec latency 128.272 ms 2023-11-28T01:07:21.271 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:21 smithi029 ceph-mon[107739]: pgmap v270: 97 pgs: 97 active+clean; 360 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 504 op/s 2023-11-28T01:07:21.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:21 smithi190 ceph-mon[110568]: pgmap v270: 97 pgs: 97 active+clean; 360 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 504 op/s 2023-11-28T01:07:21.560 INFO:teuthology.orchestra.run.smithi029.stdout: 5 193110 8.06 MB/sec execute 511 sec latency 130.957 ms 2023-11-28T01:07:22.560 INFO:teuthology.orchestra.run.smithi029.stdout: 5 193381 8.05 MB/sec execute 512 sec latency 132.910 ms 2023-11-28T01:07:23.562 INFO:teuthology.orchestra.run.smithi029.stdout: 5 193635 8.05 MB/sec execute 513 sec latency 126.729 ms 2023-11-28T01:07:23.568 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:23 smithi029 ceph-mon[107739]: pgmap v271: 97 pgs: 97 active+clean; 360 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 357 op/s 2023-11-28T01:07:23.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:23 smithi190 ceph-mon[110568]: pgmap v271: 97 pgs: 97 active+clean; 360 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 357 op/s 2023-11-28T01:07:24.562 INFO:teuthology.orchestra.run.smithi029.stdout: 5 193917 8.05 MB/sec execute 514 sec latency 137.495 ms 2023-11-28T01:07:25.359 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:25 smithi029 ceph-mon[107739]: pgmap v272: 97 pgs: 97 active+clean; 350 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 515 op/s 2023-11-28T01:07:25.562 INFO:teuthology.orchestra.run.smithi029.stdout: 5 194211 8.05 MB/sec execute 515 sec latency 113.877 ms 2023-11-28T01:07:25.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:25 smithi190 ceph-mon[110568]: pgmap v272: 97 pgs: 97 active+clean; 350 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.1 MiB/s wr, 515 op/s 2023-11-28T01:07:26.562 INFO:teuthology.orchestra.run.smithi029.stdout: 5 194464 8.06 MB/sec execute 516 sec latency 181.183 ms 2023-11-28T01:07:27.441 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:27 smithi029 ceph-mon[107739]: pgmap v273: 97 pgs: 97 active+clean; 350 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.9 MiB/s wr, 316 op/s 2023-11-28T01:07:27.562 INFO:teuthology.orchestra.run.smithi029.stdout: 5 194663 8.06 MB/sec execute 517 sec latency 129.501 ms 2023-11-28T01:07:27.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:27 smithi190 ceph-mon[110568]: pgmap v273: 97 pgs: 97 active+clean; 350 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.9 MiB/s wr, 316 op/s 2023-11-28T01:07:28.461 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:07:28.562 INFO:teuthology.orchestra.run.smithi029.stdout: 5 194866 8.06 MB/sec execute 518 sec latency 140.759 ms 2023-11-28T01:07:28.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:07:29.495 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:29 smithi029 ceph-mon[107739]: pgmap v274: 97 pgs: 97 active+clean; 350 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.9 MiB/s wr, 316 op/s 2023-11-28T01:07:29.562 INFO:teuthology.orchestra.run.smithi029.stdout: 5 195070 8.06 MB/sec execute 519 sec latency 176.672 ms 2023-11-28T01:07:29.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:29 smithi190 ceph-mon[110568]: pgmap v274: 97 pgs: 97 active+clean; 350 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 2.9 MiB/s wr, 316 op/s 2023-11-28T01:07:30.562 INFO:teuthology.orchestra.run.smithi029.stdout: 5 195300 8.05 MB/sec execute 520 sec latency 136.601 ms 2023-11-28T01:07:31.284 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:31 smithi029 ceph-mon[107739]: pgmap v275: 97 pgs: 97 active+clean; 358 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 452 op/s 2023-11-28T01:07:31.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:31 smithi190 ceph-mon[110568]: pgmap v275: 97 pgs: 97 active+clean; 358 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 452 op/s 2023-11-28T01:07:31.564 INFO:teuthology.orchestra.run.smithi029.stdout: 5 195501 8.05 MB/sec execute 521 sec latency 133.731 ms 2023-11-28T01:07:32.563 INFO:teuthology.orchestra.run.smithi029.stdout: 5 195677 8.04 MB/sec execute 522 sec latency 126.443 ms 2023-11-28T01:07:33.556 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:33 smithi029 ceph-mon[107739]: pgmap v276: 97 pgs: 97 active+clean; 358 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 294 op/s 2023-11-28T01:07:33.574 INFO:teuthology.orchestra.run.smithi029.stdout: 5 195876 8.03 MB/sec execute 523 sec latency 127.534 ms 2023-11-28T01:07:33.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:33 smithi190 ceph-mon[110568]: pgmap v276: 97 pgs: 97 active+clean; 358 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 2.9 MiB/s wr, 294 op/s 2023-11-28T01:07:34.573 INFO:teuthology.orchestra.run.smithi029.stdout: 5 196153 8.02 MB/sec execute 524 sec latency 137.035 ms 2023-11-28T01:07:35.382 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:35 smithi029 ceph-mon[107739]: pgmap v277: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-11-28T01:07:35.573 INFO:teuthology.orchestra.run.smithi029.stdout: 5 196427 8.01 MB/sec execute 525 sec latency 135.459 ms 2023-11-28T01:07:35.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:35 smithi190 ceph-mon[110568]: pgmap v277: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-11-28T01:07:36.573 INFO:teuthology.orchestra.run.smithi029.stdout: 5 196744 8.02 MB/sec execute 526 sec latency 122.766 ms 2023-11-28T01:07:37.408 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:37 smithi029 ceph-mon[107739]: pgmap v278: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.1 MiB/s wr, 262 op/s 2023-11-28T01:07:37.574 INFO:teuthology.orchestra.run.smithi029.stdout: 5 197115 8.02 MB/sec execute 527 sec latency 120.003 ms 2023-11-28T01:07:37.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:37 smithi190 ceph-mon[110568]: pgmap v278: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.1 MiB/s wr, 262 op/s 2023-11-28T01:07:38.573 INFO:teuthology.orchestra.run.smithi029.stdout: 5 197490 8.02 MB/sec execute 528 sec latency 87.940 ms 2023-11-28T01:07:39.461 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:39 smithi029 ceph-mon[107739]: pgmap v279: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.1 MiB/s wr, 262 op/s 2023-11-28T01:07:39.578 INFO:teuthology.orchestra.run.smithi029.stdout: 5 197829 8.02 MB/sec execute 529 sec latency 140.237 ms 2023-11-28T01:07:39.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:39 smithi190 ceph-mon[110568]: pgmap v279: 97 pgs: 97 active+clean; 360 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.1 MiB/s wr, 262 op/s 2023-11-28T01:07:40.577 INFO:teuthology.orchestra.run.smithi029.stdout: 5 198260 8.04 MB/sec execute 530 sec latency 127.569 ms 2023-11-28T01:07:41.252 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:41 smithi029 ceph-mon[107739]: pgmap v280: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-11-28T01:07:41.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:41 smithi190 ceph-mon[110568]: pgmap v280: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-11-28T01:07:41.581 INFO:teuthology.orchestra.run.smithi029.stdout: 5 198606 8.05 MB/sec execute 531 sec latency 127.250 ms 2023-11-28T01:07:42.581 INFO:teuthology.orchestra.run.smithi029.stdout: 5 198874 8.06 MB/sec execute 532 sec latency 136.432 ms 2023-11-28T01:07:43.580 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:43 smithi029 ceph-mon[107739]: pgmap v281: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.0 MiB/s wr, 327 op/s 2023-11-28T01:07:43.580 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:43 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:07:43.581 INFO:teuthology.orchestra.run.smithi029.stdout: 5 199090 8.05 MB/sec execute 533 sec latency 120.405 ms 2023-11-28T01:07:43.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:43 smithi190 ceph-mon[110568]: pgmap v281: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.0 MiB/s wr, 327 op/s 2023-11-28T01:07:43.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:43 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:07:44.582 INFO:teuthology.orchestra.run.smithi029.stdout: 5 199309 8.04 MB/sec execute 534 sec latency 143.845 ms 2023-11-28T01:07:45.387 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:45 smithi029 ceph-mon[107739]: pgmap v282: 97 pgs: 97 active+clean; 365 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.4 MiB/s wr, 515 op/s 2023-11-28T01:07:45.582 INFO:teuthology.orchestra.run.smithi029.stdout: 5 199544 8.03 MB/sec execute 535 sec latency 126.246 ms 2023-11-28T01:07:45.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:45 smithi190 ceph-mon[110568]: pgmap v282: 97 pgs: 97 active+clean; 365 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 5.4 MiB/s wr, 515 op/s 2023-11-28T01:07:46.582 INFO:teuthology.orchestra.run.smithi029.stdout: 5 199759 8.02 MB/sec execute 536 sec latency 214.560 ms 2023-11-28T01:07:47.564 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:47 smithi029 ceph-mon[107739]: pgmap v283: 97 pgs: 97 active+clean; 365 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.1 MiB/s wr, 389 op/s 2023-11-28T01:07:47.582 INFO:teuthology.orchestra.run.smithi029.stdout: 5 200030 8.03 MB/sec execute 537 sec latency 133.323 ms 2023-11-28T01:07:47.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:47 smithi190 ceph-mon[110568]: pgmap v283: 97 pgs: 97 active+clean; 365 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.1 MiB/s wr, 389 op/s 2023-11-28T01:07:48.583 INFO:teuthology.orchestra.run.smithi029.stdout: 5 200366 8.02 MB/sec execute 538 sec latency 118.229 ms 2023-11-28T01:07:49.583 INFO:teuthology.orchestra.run.smithi029.stdout: 5 200743 8.02 MB/sec execute 539 sec latency 108.034 ms 2023-11-28T01:07:49.600 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:49 smithi029 ceph-mon[107739]: pgmap v284: 97 pgs: 97 active+clean; 365 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.1 MiB/s wr, 389 op/s 2023-11-28T01:07:49.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:49 smithi190 ceph-mon[110568]: pgmap v284: 97 pgs: 97 active+clean; 365 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.1 MiB/s wr, 389 op/s 2023-11-28T01:07:50.585 INFO:teuthology.orchestra.run.smithi029.stdout: 5 200981 8.01 MB/sec execute 540 sec latency 131.149 ms 2023-11-28T01:07:51.165 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:51 smithi029 ceph-mon[107739]: pgmap v285: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.2 MiB/s wr, 560 op/s 2023-11-28T01:07:51.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:51 smithi190 ceph-mon[110568]: pgmap v285: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.2 MiB/s wr, 560 op/s 2023-11-28T01:07:51.585 INFO:teuthology.orchestra.run.smithi029.stdout: 5 201268 8.01 MB/sec execute 541 sec latency 113.656 ms 2023-11-28T01:07:52.585 INFO:teuthology.orchestra.run.smithi029.stdout: 5 201613 8.03 MB/sec execute 542 sec latency 164.665 ms 2023-11-28T01:07:53.481 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:53 smithi029 ceph-mon[107739]: pgmap v286: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 359 op/s 2023-11-28T01:07:53.585 INFO:teuthology.orchestra.run.smithi029.stdout: 5 201938 8.03 MB/sec execute 543 sec latency 189.303 ms 2023-11-28T01:07:53.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:53 smithi190 ceph-mon[110568]: pgmap v286: 97 pgs: 97 active+clean; 349 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 359 op/s 2023-11-28T01:07:54.585 INFO:teuthology.orchestra.run.smithi029.stdout: 5 202202 8.04 MB/sec execute 544 sec latency 146.649 ms 2023-11-28T01:07:55.518 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:55 smithi029 ceph-mon[107739]: pgmap v287: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.8 MiB/s wr, 530 op/s 2023-11-28T01:07:55.586 INFO:teuthology.orchestra.run.smithi029.stdout: 5 202451 8.04 MB/sec execute 545 sec latency 151.528 ms 2023-11-28T01:07:55.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:55 smithi190 ceph-mon[110568]: pgmap v287: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.8 MiB/s wr, 530 op/s 2023-11-28T01:07:56.589 INFO:teuthology.orchestra.run.smithi029.stdout: 5 202643 8.03 MB/sec execute 546 sec latency 167.690 ms 2023-11-28T01:07:57.572 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:57 smithi029 ceph-mon[107739]: pgmap v288: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-11-28T01:07:57.589 INFO:teuthology.orchestra.run.smithi029.stdout: 5 202841 8.02 MB/sec execute 547 sec latency 127.742 ms 2023-11-28T01:07:57.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:57 smithi190 ceph-mon[110568]: pgmap v288: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-11-28T01:07:58.591 INFO:teuthology.orchestra.run.smithi029.stdout: 5 203031 8.01 MB/sec execute 548 sec latency 129.511 ms 2023-11-28T01:07:58.603 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:58 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:07:58.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:58 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:07:59.380 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:07:59 smithi029 ceph-mon[107739]: pgmap v289: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-11-28T01:07:59.592 INFO:teuthology.orchestra.run.smithi029.stdout: 5 203218 8.00 MB/sec execute 549 sec latency 126.070 ms 2023-11-28T01:07:59.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:07:59 smithi190 ceph-mon[110568]: pgmap v289: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-11-28T01:08:00.592 INFO:teuthology.orchestra.run.smithi029.stdout: 5 203390 8.00 MB/sec execute 550 sec latency 118.658 ms 2023-11-28T01:08:01.170 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:01 smithi029 ceph-mon[107739]: pgmap v290: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.8 MiB/s wr, 484 op/s 2023-11-28T01:08:01.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:01 smithi190 ceph-mon[110568]: pgmap v290: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 4.8 MiB/s wr, 484 op/s 2023-11-28T01:08:01.592 INFO:teuthology.orchestra.run.smithi029.stdout: 5 203652 8.00 MB/sec execute 551 sec latency 126.925 ms 2023-11-28T01:08:02.592 INFO:teuthology.orchestra.run.smithi029.stdout: 5 203884 7.99 MB/sec execute 552 sec latency 118.161 ms 2023-11-28T01:08:03.517 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:03 smithi029 ceph-mon[107739]: pgmap v291: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.6 MiB/s wr, 313 op/s 2023-11-28T01:08:03.592 INFO:teuthology.orchestra.run.smithi029.stdout: 5 204152 7.98 MB/sec execute 553 sec latency 123.313 ms 2023-11-28T01:08:03.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:03 smithi190 ceph-mon[110568]: pgmap v291: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.6 MiB/s wr, 313 op/s 2023-11-28T01:08:04.595 INFO:teuthology.orchestra.run.smithi029.stdout: 5 204391 7.97 MB/sec execute 554 sec latency 105.728 ms 2023-11-28T01:08:05.591 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:05 smithi029 ceph-mon[107739]: pgmap v292: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 459 op/s 2023-11-28T01:08:05.598 INFO:teuthology.orchestra.run.smithi029.stdout: 5 204633 7.97 MB/sec execute 555 sec latency 126.835 ms 2023-11-28T01:08:05.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:05 smithi190 ceph-mon[110568]: pgmap v292: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 459 op/s 2023-11-28T01:08:06.605 INFO:teuthology.orchestra.run.smithi029.stdout: 5 204883 7.97 MB/sec execute 556 sec latency 131.816 ms 2023-11-28T01:08:07.414 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:07 smithi029 ceph-mon[107739]: pgmap v293: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.4 MiB/s wr, 288 op/s 2023-11-28T01:08:07.605 INFO:teuthology.orchestra.run.smithi029.stdout: 5 205137 7.98 MB/sec execute 557 sec latency 120.973 ms 2023-11-28T01:08:07.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:07 smithi190 ceph-mon[110568]: pgmap v293: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.4 MiB/s wr, 288 op/s 2023-11-28T01:08:08.606 INFO:teuthology.orchestra.run.smithi029.stdout: 5 205388 7.98 MB/sec execute 558 sec latency 195.153 ms 2023-11-28T01:08:09.469 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:09 smithi029 ceph-mon[107739]: pgmap v294: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.4 MiB/s wr, 288 op/s 2023-11-28T01:08:09.606 INFO:teuthology.orchestra.run.smithi029.stdout: 5 205684 8.00 MB/sec execute 559 sec latency 139.142 ms 2023-11-28T01:08:09.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:09 smithi190 ceph-mon[110568]: pgmap v294: 97 pgs: 97 active+clean; 347 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 2.4 MiB/s wr, 288 op/s 2023-11-28T01:08:10.618 INFO:teuthology.orchestra.run.smithi029.stdout: 5 205918 7.99 MB/sec execute 560 sec latency 129.471 ms 2023-11-28T01:08:11.234 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:11 smithi029 ceph-mon[107739]: pgmap v295: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.3 MiB/s wr, 431 op/s 2023-11-28T01:08:11.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:11 smithi190 ceph-mon[110568]: pgmap v295: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.3 MiB/s wr, 431 op/s 2023-11-28T01:08:11.618 INFO:teuthology.orchestra.run.smithi029.stdout: 5 206138 7.99 MB/sec execute 561 sec latency 126.126 ms 2023-11-28T01:08:12.619 INFO:teuthology.orchestra.run.smithi029.stdout: 5 206301 7.98 MB/sec execute 562 sec latency 126.559 ms 2023-11-28T01:08:13.530 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:13 smithi029 ceph-mon[107739]: pgmap v296: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 288 op/s 2023-11-28T01:08:13.531 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:13 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:08:13.618 INFO:teuthology.orchestra.run.smithi029.stdout: 5 206486 7.96 MB/sec execute 563 sec latency 130.730 ms 2023-11-28T01:08:13.798 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:13 smithi190 ceph-mon[110568]: pgmap v296: 97 pgs: 97 active+clean; 356 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 2.9 MiB/s wr, 288 op/s 2023-11-28T01:08:13.799 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:13 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:08:14.622 INFO:teuthology.orchestra.run.smithi029.stdout: 5 206663 7.96 MB/sec execute 564 sec latency 128.662 ms 2023-11-28T01:08:15.361 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:15 smithi029 ceph-mon[107739]: pgmap v297: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-11-28T01:08:15.624 INFO:teuthology.orchestra.run.smithi029.stdout: 5 206830 7.95 MB/sec execute 565 sec latency 121.142 ms 2023-11-28T01:08:15.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:15 smithi190 ceph-mon[110568]: pgmap v297: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.3 MiB/s wr, 420 op/s 2023-11-28T01:08:16.624 INFO:teuthology.orchestra.run.smithi029.stdout: 5 207033 7.94 MB/sec execute 566 sec latency 149.429 ms 2023-11-28T01:08:17.425 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:17 smithi029 ceph-mon[107739]: pgmap v298: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.3 MiB/s wr, 274 op/s 2023-11-28T01:08:17.624 INFO:teuthology.orchestra.run.smithi029.stdout: 5 207319 7.94 MB/sec execute 567 sec latency 97.385 ms 2023-11-28T01:08:17.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:17 smithi190 ceph-mon[110568]: pgmap v298: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.3 MiB/s wr, 274 op/s 2023-11-28T01:08:18.624 INFO:teuthology.orchestra.run.smithi029.stdout: 5 207584 7.93 MB/sec execute 568 sec latency 129.678 ms 2023-11-28T01:08:19.485 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:19 smithi029 ceph-mon[107739]: pgmap v299: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.3 MiB/s wr, 274 op/s 2023-11-28T01:08:19.624 INFO:teuthology.orchestra.run.smithi029.stdout: 5 207961 7.94 MB/sec execute 569 sec latency 116.665 ms 2023-11-28T01:08:19.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:19 smithi190 ceph-mon[110568]: pgmap v299: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.3 MiB/s wr, 274 op/s 2023-11-28T01:08:20.624 INFO:teuthology.orchestra.run.smithi029.stdout: 5 208199 7.93 MB/sec execute 570 sec latency 126.814 ms 2023-11-28T01:08:21.261 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:21 smithi029 ceph-mon[107739]: pgmap v300: 97 pgs: 97 active+clean; 343 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-11-28T01:08:21.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:21 smithi190 ceph-mon[110568]: pgmap v300: 97 pgs: 97 active+clean; 343 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.3 MiB/s wr, 416 op/s 2023-11-28T01:08:21.624 INFO:teuthology.orchestra.run.smithi029.stdout: 5 208539 7.94 MB/sec execute 571 sec latency 143.103 ms 2023-11-28T01:08:22.624 INFO:teuthology.orchestra.run.smithi029.stdout: 5 208836 7.95 MB/sec execute 572 sec latency 129.920 ms 2023-11-28T01:08:23.581 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:23 smithi029 ceph-mon[107739]: pgmap v301: 97 pgs: 97 active+clean; 343 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.4 MiB/s wr, 273 op/s 2023-11-28T01:08:23.625 INFO:teuthology.orchestra.run.smithi029.stdout: 5 209143 7.95 MB/sec execute 573 sec latency 130.193 ms 2023-11-28T01:08:23.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:23 smithi190 ceph-mon[110568]: pgmap v301: 97 pgs: 97 active+clean; 343 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.4 MiB/s wr, 273 op/s 2023-11-28T01:08:24.625 INFO:teuthology.orchestra.run.smithi029.stdout: 5 209402 7.96 MB/sec execute 574 sec latency 131.126 ms 2023-11-28T01:08:25.362 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:25 smithi029 ceph-mon[107739]: pgmap v302: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-11-28T01:08:25.624 INFO:teuthology.orchestra.run.smithi029.stdout: 5 209634 7.95 MB/sec execute 575 sec latency 129.733 ms 2023-11-28T01:08:25.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:25 smithi190 ceph-mon[110568]: pgmap v302: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.6 MiB/s wr, 447 op/s 2023-11-28T01:08:26.625 INFO:teuthology.orchestra.run.smithi029.stdout: 5 209877 7.95 MB/sec execute 576 sec latency 109.481 ms 2023-11-28T01:08:27.386 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:27 smithi029 ceph-mon[107739]: pgmap v303: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.2 MiB/s wr, 316 op/s 2023-11-28T01:08:27.625 INFO:teuthology.orchestra.run.smithi029.stdout: 5 210078 7.94 MB/sec execute 577 sec latency 130.488 ms 2023-11-28T01:08:27.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:27 smithi190 ceph-mon[110568]: pgmap v303: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.2 MiB/s wr, 316 op/s 2023-11-28T01:08:28.399 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:08:28.631 INFO:teuthology.orchestra.run.smithi029.stdout: 5 210279 7.93 MB/sec execute 578 sec latency 120.500 ms 2023-11-28T01:08:28.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:08:29.421 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:29 smithi029 ceph-mon[107739]: pgmap v304: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.2 MiB/s wr, 316 op/s 2023-11-28T01:08:29.631 INFO:teuthology.orchestra.run.smithi029.stdout: 5 210534 7.93 MB/sec execute 579 sec latency 123.948 ms 2023-11-28T01:08:29.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:29 smithi190 ceph-mon[110568]: pgmap v304: 97 pgs: 97 active+clean; 353 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.2 MiB/s wr, 316 op/s 2023-11-28T01:08:30.631 INFO:teuthology.orchestra.run.smithi029.stdout: 5 210833 7.93 MB/sec execute 580 sec latency 145.639 ms 2023-11-28T01:08:31.226 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:31 smithi029 ceph-mon[107739]: pgmap v305: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 474 op/s 2023-11-28T01:08:31.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:31 smithi190 ceph-mon[110568]: pgmap v305: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.8 MiB/s wr, 474 op/s 2023-11-28T01:08:31.641 INFO:teuthology.orchestra.run.smithi029.stdout: 5 211174 7.92 MB/sec execute 581 sec latency 139.986 ms 2023-11-28T01:08:32.642 INFO:teuthology.orchestra.run.smithi029.stdout: 5 211475 7.92 MB/sec execute 582 sec latency 98.821 ms 2023-11-28T01:08:33.533 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:33 smithi029 ceph-mon[107739]: pgmap v306: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.8 MiB/s wr, 332 op/s 2023-11-28T01:08:33.641 INFO:teuthology.orchestra.run.smithi029.stdout: 5 211739 7.92 MB/sec execute 583 sec latency 143.149 ms 2023-11-28T01:08:33.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:33 smithi190 ceph-mon[110568]: pgmap v306: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.8 MiB/s wr, 332 op/s 2023-11-28T01:08:34.649 INFO:teuthology.orchestra.run.smithi029.stdout: 5 212071 7.93 MB/sec execute 584 sec latency 179.544 ms 2023-11-28T01:08:35.624 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:35 smithi029 ceph-mon[107739]: pgmap v307: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-11-28T01:08:35.642 INFO:teuthology.orchestra.run.smithi029.stdout: 5 212439 7.94 MB/sec execute 585 sec latency 143.530 ms 2023-11-28T01:08:35.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:35 smithi190 ceph-mon[110568]: pgmap v307: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-11-28T01:08:36.641 INFO:teuthology.orchestra.run.smithi029.stdout: 5 212676 7.94 MB/sec execute 586 sec latency 145.825 ms 2023-11-28T01:08:37.464 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:37 smithi029 ceph-mon[107739]: pgmap v308: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 333 op/s 2023-11-28T01:08:37.641 INFO:teuthology.orchestra.run.smithi029.stdout: 5 212896 7.94 MB/sec execute 587 sec latency 150.711 ms 2023-11-28T01:08:37.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:37 smithi190 ceph-mon[110568]: pgmap v308: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 333 op/s 2023-11-28T01:08:38.641 INFO:teuthology.orchestra.run.smithi029.stdout: 5 213100 7.94 MB/sec execute 588 sec latency 133.640 ms 2023-11-28T01:08:39.509 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:39 smithi029 ceph-mon[107739]: pgmap v309: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 333 op/s 2023-11-28T01:08:39.641 INFO:teuthology.orchestra.run.smithi029.stdout: 5 213348 7.93 MB/sec execute 589 sec latency 127.025 ms 2023-11-28T01:08:39.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:39 smithi190 ceph-mon[110568]: pgmap v309: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.0 MiB/s wr, 333 op/s 2023-11-28T01:08:40.641 INFO:teuthology.orchestra.run.smithi029.stdout: 5 213598 7.92 MB/sec execute 590 sec latency 129.860 ms 2023-11-28T01:08:41.297 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:41 smithi029 ceph-mon[107739]: pgmap v310: 97 pgs: 97 active+clean; 358 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 482 op/s 2023-11-28T01:08:41.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:41 smithi190 ceph-mon[110568]: pgmap v310: 97 pgs: 97 active+clean; 358 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 482 op/s 2023-11-28T01:08:41.641 INFO:teuthology.orchestra.run.smithi029.stdout: 5 213808 7.92 MB/sec execute 591 sec latency 225.425 ms 2023-11-28T01:08:42.651 INFO:teuthology.orchestra.run.smithi029.stdout: 5 214103 7.92 MB/sec execute 592 sec latency 172.301 ms 2023-11-28T01:08:43.608 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:43 smithi029 ceph-mon[107739]: pgmap v311: 97 pgs: 97 active+clean; 358 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.4 MiB/s wr, 323 op/s 2023-11-28T01:08:43.608 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:43 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:08:43.652 INFO:teuthology.orchestra.run.smithi029.stdout: 5 214348 7.92 MB/sec execute 593 sec latency 129.866 ms 2023-11-28T01:08:43.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:43 smithi190 ceph-mon[110568]: pgmap v311: 97 pgs: 97 active+clean; 358 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.4 MiB/s wr, 323 op/s 2023-11-28T01:08:43.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:43 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:08:44.652 INFO:teuthology.orchestra.run.smithi029.stdout: 5 214671 7.91 MB/sec execute 594 sec latency 127.324 ms 2023-11-28T01:08:45.380 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:45 smithi029 ceph-mon[107739]: pgmap v312: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.7 MiB/s wr, 492 op/s 2023-11-28T01:08:45.652 INFO:teuthology.orchestra.run.smithi029.stdout: 5 214981 7.90 MB/sec execute 595 sec latency 120.955 ms 2023-11-28T01:08:45.794 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:45 smithi190 ceph-mon[110568]: pgmap v312: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.7 MiB/s wr, 492 op/s 2023-11-28T01:08:46.652 INFO:teuthology.orchestra.run.smithi029.stdout: 5 215186 7.90 MB/sec execute 596 sec latency 139.139 ms 2023-11-28T01:08:47.428 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:47 smithi029 ceph-mon[107739]: pgmap v313: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-11-28T01:08:47.652 INFO:teuthology.orchestra.run.smithi029.stdout: 5 215421 7.90 MB/sec execute 597 sec latency 136.309 ms 2023-11-28T01:08:47.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:47 smithi190 ceph-mon[110568]: pgmap v313: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-11-28T01:08:48.660 INFO:teuthology.orchestra.run.smithi029.stdout: 5 215711 7.91 MB/sec execute 598 sec latency 132.703 ms 2023-11-28T01:08:49.477 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:49 smithi029 ceph-mon[107739]: pgmap v314: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-11-28T01:08:49.660 INFO:teuthology.orchestra.run.smithi029.stdout: 5 215970 7.91 MB/sec execute 599 sec latency 134.565 ms 2023-11-28T01:08:49.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:49 smithi190 ceph-mon[110568]: pgmap v314: 97 pgs: 97 active+clean; 346 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 318 op/s 2023-11-28T01:08:50.663 INFO:teuthology.orchestra.run.smithi029.stdout: 5 216173 7.91 MB/sec execute 600 sec latency 141.024 ms 2023-11-28T01:08:51.267 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:51 smithi029 ceph-mon[107739]: pgmap v315: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 467 op/s 2023-11-28T01:08:51.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:51 smithi190 ceph-mon[110568]: pgmap v315: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 4.9 MiB/s wr, 467 op/s 2023-11-28T01:08:51.663 INFO:teuthology.orchestra.run.smithi029.stdout: 5 cleanup 601 sec 2023-11-28T01:08:52.666 INFO:teuthology.orchestra.run.smithi029.stdout: 2 cleanup 602 sec 2023-11-28T01:08:53.663 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 603 sec 2023-11-28T01:08:53.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:53 smithi029 ceph-mon[107739]: pgmap v316: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.9 MiB/s wr, 318 op/s 2023-11-28T01:08:53.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:53 smithi190 ceph-mon[110568]: pgmap v316: 97 pgs: 97 active+clean; 351 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 2.9 MiB/s wr, 318 op/s 2023-11-28T01:08:54.663 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 604 sec 2023-11-28T01:08:55.663 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 605 sec 2023-11-28T01:08:55.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:55 smithi029 ceph-mon[107739]: pgmap v317: 97 pgs: 97 active+clean; 352 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 3.9 MiB/s wr, 395 op/s 2023-11-28T01:08:55.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:55 smithi190 ceph-mon[110568]: pgmap v317: 97 pgs: 97 active+clean; 352 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 3.9 MiB/s wr, 395 op/s 2023-11-28T01:08:56.663 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 606 sec 2023-11-28T01:08:57.663 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 607 sec 2023-11-28T01:08:57.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:57 smithi029 ceph-mon[107739]: pgmap v318: 97 pgs: 97 active+clean; 352 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.6 MiB/s wr, 226 op/s 2023-11-28T01:08:57.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:57 smithi190 ceph-mon[110568]: pgmap v318: 97 pgs: 97 active+clean; 352 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.6 MiB/s wr, 226 op/s 2023-11-28T01:08:58.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 608 sec 2023-11-28T01:08:58.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:58 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:08:58.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:58 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:08:59.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 609 sec 2023-11-28T01:08:59.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:08:59 smithi029 ceph-mon[107739]: pgmap v319: 97 pgs: 97 active+clean; 352 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.6 MiB/s wr, 226 op/s 2023-11-28T01:08:59.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:08:59 smithi190 ceph-mon[110568]: pgmap v319: 97 pgs: 97 active+clean; 352 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.7 KiB/s rd, 2.6 MiB/s wr, 226 op/s 2023-11-28T01:09:00.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 610 sec 2023-11-28T01:09:01.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:01 smithi029 ceph-mon[107739]: pgmap v320: 97 pgs: 97 active+clean; 253 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 2.7 MiB/s wr, 260 op/s 2023-11-28T01:09:01.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:01 smithi190 ceph-mon[110568]: pgmap v320: 97 pgs: 97 active+clean; 253 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 2.7 MiB/s wr, 260 op/s 2023-11-28T01:09:01.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 611 sec 2023-11-28T01:09:02.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 612 sec 2023-11-28T01:09:03.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 613 sec 2023-11-28T01:09:03.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:03 smithi029 ceph-mon[107739]: pgmap v321: 97 pgs: 97 active+clean; 253 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 1.0 MiB/s wr, 111 op/s 2023-11-28T01:09:03.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:03 smithi190 ceph-mon[110568]: pgmap v321: 97 pgs: 97 active+clean; 253 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 1.0 MiB/s wr, 111 op/s 2023-11-28T01:09:04.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 614 sec 2023-11-28T01:09:05.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 615 sec 2023-11-28T01:09:05.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:05 smithi029 ceph-mon[107739]: pgmap v322: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 1.0 MiB/s wr, 112 op/s 2023-11-28T01:09:05.798 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:05 smithi190 ceph-mon[110568]: pgmap v322: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 1.0 MiB/s wr, 112 op/s 2023-11-28T01:09:06.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 616 sec 2023-11-28T01:09:07.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 617 sec 2023-11-28T01:09:07.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:07 smithi029 ceph-mon[107739]: pgmap v323: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 32 KiB/s wr, 35 op/s 2023-11-28T01:09:07.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:07 smithi190 ceph-mon[110568]: pgmap v323: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 32 KiB/s wr, 35 op/s 2023-11-28T01:09:08.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 618 sec 2023-11-28T01:09:09.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 619 sec 2023-11-28T01:09:09.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:09 smithi029 ceph-mon[107739]: pgmap v324: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 32 KiB/s wr, 35 op/s 2023-11-28T01:09:09.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:09 smithi190 ceph-mon[110568]: pgmap v324: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.8 KiB/s rd, 32 KiB/s wr, 35 op/s 2023-11-28T01:09:10.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 620 sec 2023-11-28T01:09:11.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:11 smithi029 ceph-mon[107739]: pgmap v325: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 32 KiB/s wr, 35 op/s 2023-11-28T01:09:11.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:11 smithi190 ceph-mon[110568]: pgmap v325: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 32 KiB/s wr, 35 op/s 2023-11-28T01:09:11.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 621 sec 2023-11-28T01:09:12.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 622 sec 2023-11-28T01:09:13.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 623 sec 2023-11-28T01:09:13.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:13 smithi029 ceph-mon[107739]: pgmap v326: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-11-28T01:09:13.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:13 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:09:13.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:13 smithi190 ceph-mon[110568]: pgmap v326: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-11-28T01:09:13.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:13 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:09:14.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 624 sec 2023-11-28T01:09:15.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 625 sec 2023-11-28T01:09:15.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:15 smithi029 ceph-mon[107739]: pgmap v327: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-11-28T01:09:15.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:15 smithi190 ceph-mon[110568]: pgmap v327: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-11-28T01:09:16.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 626 sec 2023-11-28T01:09:17.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 627 sec 2023-11-28T01:09:17.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:17 smithi029 ceph-mon[107739]: pgmap v328: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-28T01:09:17.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:17 smithi190 ceph-mon[110568]: pgmap v328: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-28T01:09:18.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 628 sec 2023-11-28T01:09:19.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 629 sec 2023-11-28T01:09:19.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:19 smithi029 ceph-mon[107739]: pgmap v329: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-28T01:09:19.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:19 smithi190 ceph-mon[110568]: pgmap v329: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-28T01:09:20.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 630 sec 2023-11-28T01:09:21.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:21 smithi029 ceph-mon[107739]: pgmap v330: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-11-28T01:09:21.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:21 smithi190 ceph-mon[110568]: pgmap v330: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-11-28T01:09:21.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 631 sec 2023-11-28T01:09:22.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 632 sec 2023-11-28T01:09:23.664 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 633 sec 2023-11-28T01:09:23.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:23 smithi029 ceph-mon[107739]: pgmap v331: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:09:23.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:23 smithi190 ceph-mon[110568]: pgmap v331: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:09:24.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 634 sec 2023-11-28T01:09:25.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 635 sec 2023-11-28T01:09:25.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:25 smithi029 ceph-mon[107739]: pgmap v332: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:09:25.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:25 smithi190 ceph-mon[110568]: pgmap v332: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:09:26.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 636 sec 2023-11-28T01:09:27.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 637 sec 2023-11-28T01:09:27.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:27 smithi029 ceph-mon[107739]: pgmap v333: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:09:27.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:27 smithi190 ceph-mon[110568]: pgmap v333: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:09:28.454 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:09:28.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 638 sec 2023-11-28T01:09:28.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:09:29.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 639 sec 2023-11-28T01:09:29.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:29 smithi029 ceph-mon[107739]: pgmap v334: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:09:29.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:29 smithi190 ceph-mon[110568]: pgmap v334: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:09:30.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 640 sec 2023-11-28T01:09:31.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:31 smithi029 ceph-mon[107739]: pgmap v335: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2023-11-28T01:09:31.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:31 smithi190 ceph-mon[110568]: pgmap v335: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2023-11-28T01:09:31.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 641 sec 2023-11-28T01:09:32.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 642 sec 2023-11-28T01:09:33.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 643 sec 2023-11-28T01:09:33.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:33 smithi029 ceph-mon[107739]: pgmap v336: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-11-28T01:09:33.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:33 smithi190 ceph-mon[110568]: pgmap v336: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 682 B/s wr, 0 op/s 2023-11-28T01:09:34.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 644 sec 2023-11-28T01:09:35.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 645 sec 2023-11-28T01:09:35.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:35 smithi029 ceph-mon[107739]: pgmap v337: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 2.8 KiB/s wr, 0 op/s 2023-11-28T01:09:35.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:35 smithi190 ceph-mon[110568]: pgmap v337: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 2.8 KiB/s wr, 0 op/s 2023-11-28T01:09:36.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 646 sec 2023-11-28T01:09:37.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 647 sec 2023-11-28T01:09:37.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:37 smithi190 ceph-mon[110568]: pgmap v338: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 2.8 KiB/s wr, 0 op/s 2023-11-28T01:09:37.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:37 smithi029 ceph-mon[107739]: pgmap v338: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 2.8 KiB/s wr, 0 op/s 2023-11-28T01:09:38.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 648 sec 2023-11-28T01:09:39.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 649 sec 2023-11-28T01:09:39.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:39 smithi190 ceph-mon[110568]: pgmap v339: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 2.8 KiB/s wr, 0 op/s 2023-11-28T01:09:39.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:39 smithi029 ceph-mon[107739]: pgmap v339: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 255 B/s rd, 2.8 KiB/s wr, 0 op/s 2023-11-28T01:09:40.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 650 sec 2023-11-28T01:09:41.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:41 smithi190 ceph-mon[110568]: pgmap v340: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-11-28T01:09:41.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 651 sec 2023-11-28T01:09:41.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:41 smithi029 ceph-mon[107739]: pgmap v340: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 597 B/s rd, 4.2 KiB/s wr, 2 op/s 2023-11-28T01:09:42.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 652 sec 2023-11-28T01:09:43.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 653 sec 2023-11-28T01:09:43.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:43 smithi029 ceph-mon[107739]: pgmap v341: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.5 KiB/s wr, 2 op/s 2023-11-28T01:09:43.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:43 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:09:43.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:43 smithi190 ceph-mon[110568]: pgmap v341: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.5 KiB/s wr, 2 op/s 2023-11-28T01:09:43.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:43 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:09:44.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 654 sec 2023-11-28T01:09:45.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 655 sec 2023-11-28T01:09:45.691 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:45 smithi029 ceph-mon[107739]: pgmap v342: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.5 KiB/s wr, 2 op/s 2023-11-28T01:09:45.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:45 smithi190 ceph-mon[110568]: pgmap v342: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 426 B/s rd, 3.5 KiB/s wr, 2 op/s 2023-11-28T01:09:46.665 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 656 sec 2023-11-28T01:09:47.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 657 sec 2023-11-28T01:09:47.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:47 smithi029 ceph-mon[107739]: pgmap v343: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-11-28T01:09:47.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:47 smithi190 ceph-mon[110568]: pgmap v343: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-11-28T01:09:48.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 658 sec 2023-11-28T01:09:49.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 659 sec 2023-11-28T01:09:49.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:49 smithi029 ceph-mon[107739]: pgmap v344: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-11-28T01:09:49.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:49 smithi190 ceph-mon[110568]: pgmap v344: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-11-28T01:09:50.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 660 sec 2023-11-28T01:09:51.439 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:51 smithi029 ceph-mon[107739]: pgmap v345: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-11-28T01:09:51.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:51 smithi190 ceph-mon[110568]: pgmap v345: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-11-28T01:09:51.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 661 sec 2023-11-28T01:09:52.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 662 sec 2023-11-28T01:09:53.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 663 sec 2023-11-28T01:09:53.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:53 smithi029 ceph-mon[107739]: pgmap v346: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:09:53.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:53 smithi190 ceph-mon[110568]: pgmap v346: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:09:54.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 664 sec 2023-11-28T01:09:55.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 665 sec 2023-11-28T01:09:55.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:55 smithi029 ceph-mon[107739]: pgmap v347: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:09:55.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:55 smithi190 ceph-mon[110568]: pgmap v347: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:09:56.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 666 sec 2023-11-28T01:09:57.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 667 sec 2023-11-28T01:09:57.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:57 smithi029 ceph-mon[107739]: pgmap v348: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:09:57.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:57 smithi190 ceph-mon[110568]: pgmap v348: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:09:58.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 668 sec 2023-11-28T01:09:58.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:58 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:09:58.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:58 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:09:59.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 669 sec 2023-11-28T01:09:59.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:09:59 smithi029 ceph-mon[107739]: pgmap v349: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:09:59.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:09:59 smithi190 ceph-mon[110568]: pgmap v349: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:00.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 670 sec 2023-11-28T01:10:00.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:00 smithi029 ceph-mon[107739]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi029.zvexvj on host smithi029 failed. 2023-11-28T01:10:00.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:00 smithi029 ceph-mon[107739]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi029.zvexvj on host smithi029 failed. 2023-11-28T01:10:00.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:00 smithi029 ceph-mon[107739]: Upgrade daemon: mgr.smithi029.zvexvj: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi029.zvexvj ... 2023-11-28T01:10:00.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:00 smithi029 ceph-mon[107739]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-28T01:10:00.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:00 smithi029 ceph-mon[107739]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-28T01:10:00.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:00 smithi029 ceph-mon[107739]: Traceback (most recent call last): 2023-11-28T01:10:00.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:00 smithi029 ceph-mon[107739]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-28T01:10:00.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:00 smithi029 ceph-mon[107739]: "__main__", mod_spec) 2023-11-28T01:10:00.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:00 smithi029 ceph-mon[107739]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-28T01:10:00.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:00 smithi029 ceph-mon[107739]: exec(code, run_globals) 2023-11-28T01:10:00.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:00 smithi029 ceph-mon[107739]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 7881, in 2023-11-28T01:10:00.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:00 smithi029 ceph-mon[107739]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 7869, in main 2023-11-28T01:10:00.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:00 smithi029 ceph-mon[107739]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 5435, in command_deploy_from 2023-11-28T01:10:00.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:00 smithi029 ceph-mon[107739]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 5470, in _common_deploy 2023-11-28T01:10:00.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:00 smithi029 ceph-mon[107739]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 5500, in _deploy_daemon_container 2023-11-28T01:10:00.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:00 smithi029 ceph-mon[107739]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 3169, in deploy_daemon 2023-11-28T01:10:00.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:00 smithi029 ceph-mon[107739]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 3403, in deploy_daemon_units 2023-11-28T01:10:00.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:00 smithi029 ceph-mon[107739]: File "/tmp/tmpj5rhxaui.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-28T01:10:00.690 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:00 smithi029 ceph-mon[107739]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-28T01:10:00.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:00 smithi190 ceph-mon[110568]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi029.zvexvj on host smithi029 failed. 2023-11-28T01:10:00.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:00 smithi190 ceph-mon[110568]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi029.zvexvj on host smithi029 failed. 2023-11-28T01:10:00.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:00 smithi190 ceph-mon[110568]: Upgrade daemon: mgr.smithi029.zvexvj: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi029.zvexvj ... 2023-11-28T01:10:00.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:00 smithi190 ceph-mon[110568]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-28T01:10:00.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:00 smithi190 ceph-mon[110568]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-28T01:10:00.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:00 smithi190 ceph-mon[110568]: Traceback (most recent call last): 2023-11-28T01:10:00.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:00 smithi190 ceph-mon[110568]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-28T01:10:00.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:00 smithi190 ceph-mon[110568]: "__main__", mod_spec) 2023-11-28T01:10:00.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:00 smithi190 ceph-mon[110568]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-28T01:10:00.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:00 smithi190 ceph-mon[110568]: exec(code, run_globals) 2023-11-28T01:10:00.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:00 smithi190 ceph-mon[110568]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 7881, in 2023-11-28T01:10:00.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:00 smithi190 ceph-mon[110568]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 7869, in main 2023-11-28T01:10:00.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:00 smithi190 ceph-mon[110568]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 5435, in command_deploy_from 2023-11-28T01:10:00.798 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:00 smithi190 ceph-mon[110568]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 5470, in _common_deploy 2023-11-28T01:10:00.798 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:00 smithi190 ceph-mon[110568]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 5500, in _deploy_daemon_container 2023-11-28T01:10:00.798 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:00 smithi190 ceph-mon[110568]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 3169, in deploy_daemon 2023-11-28T01:10:00.798 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:00 smithi190 ceph-mon[110568]: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 3403, in deploy_daemon_units 2023-11-28T01:10:00.798 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:00 smithi190 ceph-mon[110568]: File "/tmp/tmpj5rhxaui.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-28T01:10:00.798 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:00 smithi190 ceph-mon[110568]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-28T01:10:01.667 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 671 sec 2023-11-28T01:10:01.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:01 smithi029 ceph-mon[107739]: pgmap v350: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:10:01.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:01 smithi190 ceph-mon[110568]: pgmap v350: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:10:02.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 672 sec 2023-11-28T01:10:03.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 673 sec 2023-11-28T01:10:03.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:03 smithi029 ceph-mon[107739]: pgmap v351: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:03.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:03 smithi190 ceph-mon[110568]: pgmap v351: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:04.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 674 sec 2023-11-28T01:10:05.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 675 sec 2023-11-28T01:10:05.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:05 smithi029 ceph-mon[107739]: pgmap v352: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:05.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:05 smithi190 ceph-mon[110568]: pgmap v352: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:06.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 676 sec 2023-11-28T01:10:07.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 677 sec 2023-11-28T01:10:07.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:07 smithi190 ceph-mon[110568]: pgmap v353: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:07.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:07 smithi029 ceph-mon[107739]: pgmap v353: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:08.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 678 sec 2023-11-28T01:10:09.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 679 sec 2023-11-28T01:10:09.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:09 smithi190 ceph-mon[110568]: pgmap v354: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:09.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:09 smithi029 ceph-mon[107739]: pgmap v354: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:10.667 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 680 sec 2023-11-28T01:10:11.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:11 smithi190 ceph-mon[110568]: pgmap v355: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:10:11.666 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 681 sec 2023-11-28T01:10:11.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:11 smithi029 ceph-mon[107739]: pgmap v355: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:10:12.667 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 682 sec 2023-11-28T01:10:16.993 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 683 sec 2023-11-28T01:10:17.012 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:13 smithi190 ceph-mon[110568]: pgmap v356: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:17.012 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:13 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:10:17.012 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:15 smithi190 ceph-mon[110568]: pgmap v357: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:17.012 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:13 smithi029 ceph-mon[107739]: pgmap v356: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:17.013 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:13 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:10:17.013 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 684 sec 2023-11-28T01:10:17.013 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 685 sec 2023-11-28T01:10:17.013 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:15 smithi029 ceph-mon[107739]: pgmap v357: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:17.014 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 686 sec 2023-11-28T01:10:17.667 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 687 sec 2023-11-28T01:10:17.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:17 smithi029 ceph-mon[107739]: pgmap v358: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:17.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:17 smithi190 ceph-mon[110568]: pgmap v358: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:18.667 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 688 sec 2023-11-28T01:10:19.667 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 689 sec 2023-11-28T01:10:19.688 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:19 smithi029 ceph-mon[107739]: pgmap v359: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:19.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:19 smithi190 ceph-mon[110568]: pgmap v359: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:20.667 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 690 sec 2023-11-28T01:10:21.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:21 smithi190 ceph-mon[110568]: pgmap v360: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:10:21.667 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 691 sec 2023-11-28T01:10:21.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:21 smithi029 ceph-mon[107739]: pgmap v360: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:10:22.667 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 692 sec 2023-11-28T01:10:23.668 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 693 sec 2023-11-28T01:10:23.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:23 smithi029 ceph-mon[107739]: pgmap v361: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:23.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:23 smithi190 ceph-mon[110568]: pgmap v361: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:24.667 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 694 sec 2023-11-28T01:10:25.667 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 695 sec 2023-11-28T01:10:25.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:25 smithi029 ceph-mon[107739]: pgmap v362: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:25.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:25 smithi190 ceph-mon[110568]: pgmap v362: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:26.667 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 696 sec 2023-11-28T01:10:26.885 INFO:teuthology.orchestra.run.smithi029.stdout: 0 cleanup 696 sec 2023-11-28T01:10:26.885 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T01:10:26.885 INFO:teuthology.orchestra.run.smithi029.stdout: Operation Count AvgLat MaxLat 2023-11-28T01:10:26.885 INFO:teuthology.orchestra.run.smithi029.stdout: ---------------------------------------- 2023-11-28T01:10:26.885 INFO:teuthology.orchestra.run.smithi029.stdout: NTCreateX 152087 6.937 194.988 2023-11-28T01:10:26.885 INFO:teuthology.orchestra.run.smithi029.stdout: Close 111834 0.161 19.658 2023-11-28T01:10:26.885 INFO:teuthology.orchestra.run.smithi029.stdout: Rename 6453 11.545 225.414 2023-11-28T01:10:26.885 INFO:teuthology.orchestra.run.smithi029.stdout: Unlink 30599 6.847 192.900 2023-11-28T01:10:26.885 INFO:teuthology.orchestra.run.smithi029.stdout: Qpathinfo 138104 2.939 134.065 2023-11-28T01:10:26.885 INFO:teuthology.orchestra.run.smithi029.stdout: Qfileinfo 24139 0.113 22.999 2023-11-28T01:10:26.886 INFO:teuthology.orchestra.run.smithi029.stdout: Qfsinfo 25268 1.721 53.501 2023-11-28T01:10:26.886 INFO:teuthology.orchestra.run.smithi029.stdout: Sfileinfo 12369 10.267 139.397 2023-11-28T01:10:26.886 INFO:teuthology.orchestra.run.smithi029.stdout: Find 53381 5.454 146.637 2023-11-28T01:10:26.886 INFO:teuthology.orchestra.run.smithi029.stdout: WriteX 75244 10.229 132.108 2023-11-28T01:10:26.886 INFO:teuthology.orchestra.run.smithi029.stdout: ReadX 239310 0.012 11.357 2023-11-28T01:10:26.886 INFO:teuthology.orchestra.run.smithi029.stdout: LockX 498 0.479 13.387 2023-11-28T01:10:26.886 INFO:teuthology.orchestra.run.smithi029.stdout: UnlockX 498 0.364 4.208 2023-11-28T01:10:26.886 INFO:teuthology.orchestra.run.smithi029.stdout: Flush 10621 0.003 0.044 2023-11-28T01:10:26.886 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T01:10:26.886 INFO:teuthology.orchestra.run.smithi029.stdout:Throughput 7.9116 MB/sec 5 clients 5 procs max_latency=225.425 ms 2023-11-28T01:10:26.887 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-11-28T01:10:26.964 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-11-28T01:10:27.040 DEBUG:teuthology.orchestra.run.smithi029:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-11-28T01:10:27.103 INFO:teuthology.orchestra.run.smithi029.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-28T01:10:27.104 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T01:10:27.104 INFO:teuthology.orchestra.run.smithi029.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-11-28T01:10:27.104 INFO:teuthology.orchestra.run.smithi029.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-28T01:10:27.172 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph orch ps' 2023-11-28T01:10:27.205 INFO:teuthology.orchestra.run.smithi029.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-28T01:10:27.205 INFO:teuthology.orchestra.run.smithi029.stdout:releasing clients 2023-11-28T01:10:27.395 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:27 smithi029 ceph-mon[107739]: pgmap v363: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:27.396 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:27 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:10:27.396 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:27 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:10:27.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:27 smithi190 ceph-mon[110568]: pgmap v363: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:27.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:27 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:10:27.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:27 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:10:28.447 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:10:28.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:10:29.209 INFO:teuthology.orchestra.run.smithi029.stdout: 5 284 18.41 MB/sec execute 1 sec latency 128.173 ms 2023-11-28T01:10:29.486 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:29 smithi029 ceph-mon[107739]: pgmap v364: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:29.525 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T01:10:29.525 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi029 smithi029 *:9093,9094 starting - - - - 2023-11-28T01:10:29.525 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi029 smithi029 running (18m) 11m ago 18m 7046k - 17.2.0 e1d6a67b021e 4cecd8d06c4f 2023-11-28T01:10:29.525 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi190 smithi190 running (17m) 7m ago 17m 7197k - 17.2.0 e1d6a67b021e dc6c40286ca5 2023-11-28T01:10:29.525 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 starting - - - - 2023-11-28T01:10:29.525 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi029.ohgbul smithi029 running (14m) 11m ago 14m 37.8M - 17.2.0 e1d6a67b021e 29ebcbc74236 2023-11-28T01:10:29.525 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi190.sfnkvf smithi190 running (14m) 7m ago 13m 15.0M - 17.2.0 e1d6a67b021e b1bce9a3a7c5 2023-11-28T01:10:29.525 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi029.zvexvj smithi029 *:9283 running (19m) 11m ago 19m 408M - 17.2.0 e1d6a67b021e 402541c5f474 2023-11-28T01:10:29.525 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi190.afefzp smithi190 *:8443,9283 running (12m) 7m ago 17m 513M - 18.0.0-7498-g369173db 7cc7cb22378e 899e9274a30c 2023-11-28T01:10:29.526 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi029 smithi029 running (19m) 11m ago 19m 95.8M 2048M 17.2.0 e1d6a67b021e 739eed534ac9 2023-11-28T01:10:29.526 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi190 smithi190 running (17m) 7m ago 17m 64.7M 2048M 17.2.0 e1d6a67b021e df51aa5e8ca7 2023-11-28T01:10:29.526 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.0.0.smithi029.xpgolo smithi029 *:2049 running (13m) 11m ago 13m 269M - 4.0 e1d6a67b021e a1d163b778f9 2023-11-28T01:10:29.526 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.1.0.smithi190.jixvmi smithi190 *:2049 running (13m) 7m ago 13m 86.9M - 4.0 e1d6a67b021e 8d742d0f23fd 2023-11-28T01:10:29.526 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 starting - - - - 2023-11-28T01:10:29.526 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi190 smithi190 *:9100 running (10m) 7m ago 17m 24.1M - 1.3.1 1dbe0e931976 982eab7c1bc4 2023-11-28T01:10:29.526 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (17m) 11m ago 17m 582M 1945M 17.2.0 e1d6a67b021e cf62bb3077a5 2023-11-28T01:10:29.526 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (16m) 11m ago 16m 385M 1945M 17.2.0 e1d6a67b021e a29c23d8984b 2023-11-28T01:10:29.526 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (16m) 11m ago 16m 298M 1945M 17.2.0 e1d6a67b021e c676024d6dce 2023-11-28T01:10:29.526 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (16m) 11m ago 16m 557M 1945M 17.2.0 e1d6a67b021e 5d394eeb8fe3 2023-11-28T01:10:29.526 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi190 running (15m) 7m ago 15m 1449M 2712M 17.2.0 e1d6a67b021e ce0f1e4497f5 2023-11-28T01:10:29.526 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi190 running (15m) 7m ago 15m 1825M 2712M 17.2.0 e1d6a67b021e 8457b938f5b1 2023-11-28T01:10:29.527 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi190 running (15m) 7m ago 15m 1480M 2712M 17.2.0 e1d6a67b021e 76c7ced39f03 2023-11-28T01:10:29.527 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi190 running (14m) 7m ago 14m 2102M 2712M 17.2.0 e1d6a67b021e 3515f9a0b66b 2023-11-28T01:10:29.527 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi029 smithi029 *:9095 starting - - - - 2023-11-28T01:10:29.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:29 smithi190 ceph-mon[110568]: pgmap v364: 97 pgs: 97 active+clean; 243 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:10:30.196 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph versions' 2023-11-28T01:10:30.209 INFO:teuthology.orchestra.run.smithi029.stdout: 5 396 18.05 MB/sec execute 2 sec latency 150.230 ms 2023-11-28T01:10:30.547 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:30 smithi029 ceph-mon[107739]: from='client.24705 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:10:30.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:30 smithi190 ceph-mon[110568]: from='client.24705 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:10:31.209 INFO:teuthology.orchestra.run.smithi029.stdout: 5 501 17.72 MB/sec execute 3 sec latency 132.944 ms 2023-11-28T01:10:31.604 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:31 smithi029 ceph-mon[107739]: pgmap v365: 97 pgs: 97 active+clean; 285 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.9 MiB/s wr, 45 op/s 2023-11-28T01:10:31.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:31 smithi190 ceph-mon[110568]: pgmap v365: 97 pgs: 97 active+clean; 285 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.9 MiB/s wr, 45 op/s 2023-11-28T01:10:32.209 INFO:teuthology.orchestra.run.smithi029.stdout: 5 672 17.84 MB/sec execute 4 sec latency 135.153 ms 2023-11-28T01:10:32.782 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T01:10:32.782 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-11-28T01:10:32.782 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:10:32.782 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:10:32.782 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-11-28T01:10:32.783 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-28T01:10:32.783 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:10:32.783 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:10:32.783 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-11-28T01:10:32.783 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T01:10:32.783 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:10:32.783 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2023-11-28T01:10:32.783 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:10:32.783 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:10:32.783 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-11-28T01:10:32.783 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-28T01:10:32.783 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:10:32.784 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-11-28T01:10:32.784 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T01:10:33.209 INFO:teuthology.orchestra.run.smithi029.stdout: 5 cleanup 5 sec 2023-11-28T01:10:33.394 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-11-28T01:10:33.668 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:33 smithi029 ceph-mon[107739]: pgmap v366: 97 pgs: 97 active+clean; 285 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.9 MiB/s wr, 44 op/s 2023-11-28T01:10:33.668 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:33 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/3089301730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:10:33.669 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:33 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:10:33.669 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:33 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:10:33.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:33 smithi190 ceph-mon[110568]: pgmap v366: 97 pgs: 97 active+clean; 285 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.9 MiB/s wr, 44 op/s 2023-11-28T01:10:33.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:33 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/3089301730' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:10:33.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:33 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:10:33.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:33 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:10:34.209 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 6 sec 2023-11-28T01:10:34.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:34 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:10:34.797 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:34 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:10:34.798 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:34 smithi190 ceph-mon[110568]: pgmap v367: 97 pgs: 97 active+clean; 285 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 181 B/s rd, 4.1 MiB/s wr, 47 op/s 2023-11-28T01:10:34.798 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:34 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:10:34.798 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:34 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:10:34.798 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:34 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:10:34.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:34 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:10:34.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:34 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:10:34.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:34 smithi029 ceph-mon[107739]: pgmap v367: 97 pgs: 97 active+clean; 285 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 181 B/s rd, 4.1 MiB/s wr, 47 op/s 2023-11-28T01:10:34.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:34 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:10:34.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:34 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:10:34.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:34 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:10:35.209 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 7 sec 2023-11-28T01:10:35.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:35 smithi190 ceph-mon[110568]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-28T01:10:35.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:35 smithi029 ceph-mon[107739]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-28T01:10:36.209 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 8 sec 2023-11-28T01:10:36.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:36 smithi190 ceph-mon[110568]: pgmap v368: 97 pgs: 97 active+clean; 340 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 362 B/s rd, 9.7 MiB/s wr, 184 op/s 2023-11-28T01:10:36.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:36 smithi029 ceph-mon[107739]: pgmap v368: 97 pgs: 97 active+clean; 340 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 362 B/s rd, 9.7 MiB/s wr, 184 op/s 2023-11-28T01:10:37.209 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 9 sec 2023-11-28T01:10:38.209 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 10 sec 2023-11-28T01:10:38.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:38 smithi029 ceph-mon[107739]: pgmap v369: 97 pgs: 97 active+clean; 340 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 362 B/s rd, 9.7 MiB/s wr, 184 op/s 2023-11-28T01:10:39.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:38 smithi190 ceph-mon[110568]: pgmap v369: 97 pgs: 97 active+clean; 340 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 362 B/s rd, 9.7 MiB/s wr, 184 op/s 2023-11-28T01:10:39.209 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 11 sec 2023-11-28T01:10:40.209 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 12 sec 2023-11-28T01:10:40.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:40 smithi029 ceph-mon[107739]: pgmap v370: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 9.7 MiB/s wr, 211 op/s 2023-11-28T01:10:41.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:40 smithi190 ceph-mon[110568]: pgmap v370: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.5 KiB/s rd, 9.7 MiB/s wr, 211 op/s 2023-11-28T01:10:41.210 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 13 sec 2023-11-28T01:10:42.209 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 14 sec 2023-11-28T01:10:42.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:42 smithi029 ceph-mon[107739]: pgmap v371: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.4 KiB/s rd, 5.6 MiB/s wr, 163 op/s 2023-11-28T01:10:43.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:42 smithi190 ceph-mon[110568]: pgmap v371: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.4 KiB/s rd, 5.6 MiB/s wr, 163 op/s 2023-11-28T01:10:43.209 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 15 sec 2023-11-28T01:10:44.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:43 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:10:44.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:43 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:10:44.210 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 16 sec 2023-11-28T01:10:44.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:43 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:10:44.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:43 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:10:45.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:44 smithi029 ceph-mon[107739]: pgmap v372: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.4 KiB/s rd, 5.6 MiB/s wr, 163 op/s 2023-11-28T01:10:45.209 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 17 sec 2023-11-28T01:10:45.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:44 smithi190 ceph-mon[110568]: pgmap v372: 97 pgs: 97 active+clean; 247 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.4 KiB/s rd, 5.6 MiB/s wr, 163 op/s 2023-11-28T01:10:46.209 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 18 sec 2023-11-28T01:10:46.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:46 smithi190 ceph-mon[110568]: pgmap v373: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 5.2 MiB/s wr, 156 op/s 2023-11-28T01:10:46.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:46 smithi029 ceph-mon[107739]: pgmap v373: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 5.2 MiB/s wr, 156 op/s 2023-11-28T01:10:47.209 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 19 sec 2023-11-28T01:10:48.209 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 20 sec 2023-11-28T01:10:48.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:48 smithi029 ceph-mon[107739]: pgmap v374: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 25 KiB/s wr, 27 op/s 2023-11-28T01:10:49.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:48 smithi190 ceph-mon[110568]: pgmap v374: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.2 KiB/s rd, 25 KiB/s wr, 27 op/s 2023-11-28T01:10:49.209 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 21 sec 2023-11-28T01:10:50.209 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 22 sec 2023-11-28T01:10:50.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:50 smithi029 ceph-mon[107739]: pgmap v375: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 25 KiB/s wr, 27 op/s 2023-11-28T01:10:51.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:50 smithi190 ceph-mon[110568]: pgmap v375: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 3.3 KiB/s rd, 25 KiB/s wr, 27 op/s 2023-11-28T01:10:51.209 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 23 sec 2023-11-28T01:10:52.209 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 24 sec 2023-11-28T01:10:53.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:52 smithi190 ceph-mon[110568]: pgmap v376: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-11-28T01:10:53.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:52 smithi029 ceph-mon[107739]: pgmap v376: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-11-28T01:10:53.209 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 25 sec 2023-11-28T01:10:54.210 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 26 sec 2023-11-28T01:10:55.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:54 smithi190 ceph-mon[110568]: pgmap v377: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-11-28T01:10:55.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:54 smithi029 ceph-mon[107739]: pgmap v377: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-11-28T01:10:55.210 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 27 sec 2023-11-28T01:10:56.211 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 28 sec 2023-11-28T01:10:56.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:56 smithi190 ceph-mon[110568]: pgmap v378: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-11-28T01:10:56.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:56 smithi029 ceph-mon[107739]: pgmap v378: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.6 KiB/s wr, 2 op/s 2023-11-28T01:10:57.210 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 29 sec 2023-11-28T01:10:58.210 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 30 sec 2023-11-28T01:10:59.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:58 smithi190 ceph-mon[110568]: pgmap v379: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-28T01:10:59.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:10:58 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:10:59.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:58 smithi029 ceph-mon[107739]: pgmap v379: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2023-11-28T01:10:59.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:10:58 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:10:59.210 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 31 sec 2023-11-28T01:11:00.210 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 32 sec 2023-11-28T01:11:01.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:00 smithi190 ceph-mon[110568]: pgmap v380: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-11-28T01:11:01.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:00 smithi029 ceph-mon[107739]: pgmap v380: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-11-28T01:11:01.210 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 33 sec 2023-11-28T01:11:02.210 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 34 sec 2023-11-28T01:11:03.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:02 smithi190 ceph-mon[110568]: pgmap v381: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:03.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:02 smithi029 ceph-mon[107739]: pgmap v381: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:03.210 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 35 sec 2023-11-28T01:11:04.210 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 36 sec 2023-11-28T01:11:05.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:04 smithi190 ceph-mon[110568]: pgmap v382: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:05.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:04 smithi029 ceph-mon[107739]: pgmap v382: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:05.210 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 37 sec 2023-11-28T01:11:06.210 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 38 sec 2023-11-28T01:11:06.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:06 smithi190 ceph-mon[110568]: pgmap v383: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:06.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:06 smithi029 ceph-mon[107739]: pgmap v383: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:07.210 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 39 sec 2023-11-28T01:11:08.210 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 40 sec 2023-11-28T01:11:09.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:08 smithi190 ceph-mon[110568]: pgmap v384: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:09.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:08 smithi029 ceph-mon[107739]: pgmap v384: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:09.210 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 41 sec 2023-11-28T01:11:10.210 INFO:teuthology.orchestra.run.smithi029.stdout: 1 cleanup 42 sec 2023-11-28T01:11:10.730 INFO:teuthology.orchestra.run.smithi029.stdout: 0 cleanup 43 sec 2023-11-28T01:11:10.730 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T01:11:10.730 INFO:teuthology.orchestra.run.smithi029.stdout: Operation Count AvgLat MaxLat 2023-11-28T01:11:10.731 INFO:teuthology.orchestra.run.smithi029.stdout: ---------------------------------------- 2023-11-28T01:11:10.731 INFO:teuthology.orchestra.run.smithi029.stdout: NTCreateX 442 28.107 150.225 2023-11-28T01:11:10.731 INFO:teuthology.orchestra.run.smithi029.stdout: Close 415 9.975 45.323 2023-11-28T01:11:10.731 INFO:teuthology.orchestra.run.smithi029.stdout: Rename 10 27.898 57.564 2023-11-28T01:11:10.731 INFO:teuthology.orchestra.run.smithi029.stdout: Unlink 26 7.793 62.867 2023-11-28T01:11:10.731 INFO:teuthology.orchestra.run.smithi029.stdout: Qpathinfo 77 6.890 71.569 2023-11-28T01:11:10.731 INFO:teuthology.orchestra.run.smithi029.stdout: Qfileinfo 319 14.136 33.245 2023-11-28T01:11:10.731 INFO:teuthology.orchestra.run.smithi029.stdout: Qfsinfo 72 3.123 16.544 2023-11-28T01:11:10.731 INFO:teuthology.orchestra.run.smithi029.stdout: Sfileinfo 50 16.531 57.950 2023-11-28T01:11:10.731 INFO:teuthology.orchestra.run.smithi029.stdout: Find 72 11.703 110.132 2023-11-28T01:11:10.731 INFO:teuthology.orchestra.run.smithi029.stdout: WriteX 1523 0.028 0.084 2023-11-28T01:11:10.731 INFO:teuthology.orchestra.run.smithi029.stdout: ReadX 275 0.019 0.339 2023-11-28T01:11:10.732 INFO:teuthology.orchestra.run.smithi029.stdout: Flush 85 14.244 43.617 2023-11-28T01:11:10.732 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-11-28T01:11:10.732 INFO:teuthology.orchestra.run.smithi029.stdout:Throughput 17.8439 MB/sec 5 clients 5 procs max_latency=150.230 ms 2023-11-28T01:11:10.733 DEBUG:teuthology.parallel:result is None 2023-11-28T01:11:10.939 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:10 smithi029 ceph-mon[107739]: pgmap v385: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:11:11.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:10 smithi190 ceph-mon[110568]: pgmap v385: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:11:11.408 INFO:teuthology.orchestra.run.smithi029.stdout:wait for servicemap items w/ changing names to refresh 2023-11-28T01:11:11.814 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'sleep 60' 2023-11-28T01:11:12.940 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:12 smithi029 ceph-mon[107739]: pgmap v386: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:13.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:12 smithi190 ceph-mon[110568]: pgmap v386: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:14.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:13 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:11:14.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:13 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:11:15.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:14 smithi190 ceph-mon[110568]: pgmap v387: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:15.063 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:14 smithi029 ceph-mon[107739]: pgmap v387: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:16.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:16 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:11:16.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:16 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:11:16.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:16 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:16.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:16 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:16.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:16 smithi029 ceph-mon[107739]: pgmap v388: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 350 B/s rd, 4.4 KiB/s wr, 1 op/s 2023-11-28T01:11:16.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:16 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:11:16.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:16 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:11:16.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:16 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:11:16.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:16 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:11:16.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:16 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:11:16.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:16 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:11:16.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:16 smithi190 ceph-mon[110568]: pgmap v388: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 350 B/s rd, 4.4 KiB/s wr, 1 op/s 2023-11-28T01:11:16.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:16 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:11:16.796 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:16 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:11:17.590 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:17 smithi029 ceph-mon[107739]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-28T01:11:17.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:17 smithi190 ceph-mon[110568]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-28T01:11:18.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:18 smithi029 ceph-mon[107739]: pgmap v389: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 350 B/s rd, 4.4 KiB/s wr, 1 op/s 2023-11-28T01:11:18.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:18 smithi190 ceph-mon[110568]: pgmap v389: 97 pgs: 97 active+clean; 245 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 350 B/s rd, 4.4 KiB/s wr, 1 op/s 2023-11-28T01:11:20.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:20 smithi029 ceph-mon[107739]: pgmap v390: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 700 B/s rd, 5.9 KiB/s wr, 3 op/s 2023-11-28T01:11:20.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:20 smithi190 ceph-mon[110568]: pgmap v390: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 700 B/s rd, 5.9 KiB/s wr, 3 op/s 2023-11-28T01:11:22.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:22 smithi029 ceph-mon[107739]: pgmap v391: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 525 B/s rd, 5.9 KiB/s wr, 2 op/s 2023-11-28T01:11:22.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:22 smithi190 ceph-mon[110568]: pgmap v391: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 525 B/s rd, 5.9 KiB/s wr, 2 op/s 2023-11-28T01:11:24.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:24 smithi029 ceph-mon[107739]: pgmap v392: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 525 B/s rd, 5.9 KiB/s wr, 2 op/s 2023-11-28T01:11:24.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:24 smithi190 ceph-mon[110568]: pgmap v392: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 525 B/s rd, 5.9 KiB/s wr, 2 op/s 2023-11-28T01:11:26.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:26 smithi190 ceph-mon[110568]: pgmap v393: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 525 B/s rd, 5.9 KiB/s wr, 2 op/s 2023-11-28T01:11:26.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:26 smithi029 ceph-mon[107739]: pgmap v393: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 525 B/s rd, 5.9 KiB/s wr, 2 op/s 2023-11-28T01:11:29.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:28 smithi029 ceph-mon[107739]: pgmap v394: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.5 KiB/s wr, 1 op/s 2023-11-28T01:11:29.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:28 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:11:29.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:28 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:11:29.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:28 smithi190 ceph-mon[110568]: pgmap v394: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 1.5 KiB/s wr, 1 op/s 2023-11-28T01:11:29.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:28 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:11:29.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:28 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:11:31.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:30 smithi029 ceph-mon[107739]: pgmap v395: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.5 KiB/s wr, 1 op/s 2023-11-28T01:11:31.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:30 smithi190 ceph-mon[110568]: pgmap v395: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 511 B/s rd, 1.5 KiB/s wr, 1 op/s 2023-11-28T01:11:33.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:32 smithi029 ceph-mon[107739]: pgmap v396: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:33.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:32 smithi190 ceph-mon[110568]: pgmap v396: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:35.189 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:34 smithi029 ceph-mon[107739]: pgmap v397: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:35.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:34 smithi190 ceph-mon[110568]: pgmap v397: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:36.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:36 smithi190 ceph-mon[110568]: pgmap v398: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:36.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:36 smithi029 ceph-mon[107739]: pgmap v398: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:38.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:38 smithi029 ceph-mon[107739]: pgmap v399: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:38.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:38 smithi190 ceph-mon[110568]: pgmap v399: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:40.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:40 smithi029 ceph-mon[107739]: pgmap v400: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:11:40.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:40 smithi190 ceph-mon[110568]: pgmap v400: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:11:42.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:42 smithi029 ceph-mon[107739]: pgmap v401: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:42.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:42 smithi190 ceph-mon[110568]: pgmap v401: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:43.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:43 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:11:43.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:43 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:11:44.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:44 smithi029 ceph-mon[107739]: pgmap v402: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:44.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:44 smithi190 ceph-mon[110568]: pgmap v402: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:46.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:46 smithi190 ceph-mon[110568]: pgmap v403: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:46.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:46 smithi029 ceph-mon[107739]: pgmap v403: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:48.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:48 smithi029 ceph-mon[107739]: pgmap v404: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:48.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:48 smithi190 ceph-mon[110568]: pgmap v404: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:50.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:50 smithi029 ceph-mon[107739]: pgmap v405: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:11:50.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:50 smithi190 ceph-mon[110568]: pgmap v405: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:11:52.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:52 smithi029 ceph-mon[107739]: pgmap v406: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:52.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:52 smithi190 ceph-mon[110568]: pgmap v406: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:54.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:54 smithi029 ceph-mon[107739]: pgmap v407: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:54.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:54 smithi190 ceph-mon[110568]: pgmap v407: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:56.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:56 smithi190 ceph-mon[110568]: pgmap v408: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:56.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:56 smithi029 ceph-mon[107739]: pgmap v408: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:58.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:58 smithi029 ceph-mon[107739]: pgmap v409: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:58.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:11:58 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:11:58.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:58 smithi190 ceph-mon[110568]: pgmap v409: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:11:58.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:11:58 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:12:00.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:00 smithi029 ceph-mon[107739]: pgmap v410: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:12:00.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:00 smithi190 ceph-mon[110568]: pgmap v410: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:12:02.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:02 smithi029 ceph-mon[107739]: pgmap v411: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:02.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:02 smithi190 ceph-mon[110568]: pgmap v411: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:04.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:04 smithi029 ceph-mon[107739]: pgmap v412: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:04.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:04 smithi190 ceph-mon[110568]: pgmap v412: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:06.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:06 smithi190 ceph-mon[110568]: pgmap v413: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:06.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:06 smithi029 ceph-mon[107739]: pgmap v413: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:08.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:08 smithi029 ceph-mon[107739]: pgmap v414: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:08.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:08 smithi190 ceph-mon[110568]: pgmap v414: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:10.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:10 smithi029 ceph-mon[107739]: pgmap v415: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:12:10.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:10 smithi190 ceph-mon[110568]: pgmap v415: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:12:12.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:12 smithi029 ceph-mon[107739]: pgmap v416: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:12.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:12 smithi190 ceph-mon[110568]: pgmap v416: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:13.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:13 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:12:13.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:13 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-28T01:12:14.029 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph orch ps' 2023-11-28T01:12:14.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:14 smithi029 ceph-mon[107739]: pgmap v417: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:14.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:14 smithi190 ceph-mon[110568]: pgmap v417: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:15.565 INFO:teuthology.orchestra.run.smithi029.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-28T01:12:15.565 INFO:teuthology.orchestra.run.smithi029.stdout:alertmanager.smithi029 smithi029 *:9093,9094 running (13m) 60s ago 20m - - 0.23.0 ba2b418f427c 0005ea8146a7 2023-11-28T01:12:15.565 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi029 smithi029 running (20m) 60s ago 20m - - 17.2.0 e1d6a67b021e 4cecd8d06c4f 2023-11-28T01:12:15.565 INFO:teuthology.orchestra.run.smithi029.stdout:crash.smithi190 smithi190 running (19m) 9m ago 19m 7197k - 17.2.0 e1d6a67b021e dc6c40286ca5 2023-11-28T01:12:15.566 INFO:teuthology.orchestra.run.smithi029.stdout:grafana.smithi029 smithi029 *:3000 running (12m) 60s ago 20m - - 8.3.5 dad864ee21e9 ba6069f4c734 2023-11-28T01:12:15.566 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi029.ohgbul smithi029 running (15m) 60s ago 15m - - 17.2.0 e1d6a67b021e 29ebcbc74236 2023-11-28T01:12:15.566 INFO:teuthology.orchestra.run.smithi029.stdout:mds.foofs.smithi190.sfnkvf smithi190 running (15m) 9m ago 15m 15.0M - 17.2.0 e1d6a67b021e b1bce9a3a7c5 2023-11-28T01:12:15.566 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi029.zvexvj smithi029 *:8443,9283,8765 running (21m) 60s ago 21m - - 17.2.0 e1d6a67b021e 402541c5f474 2023-11-28T01:12:15.566 INFO:teuthology.orchestra.run.smithi029.stdout:mgr.smithi190.afefzp smithi190 *:8443,9283 running (13m) 9m ago 19m 513M - 18.0.0-7498-g369173db 7cc7cb22378e 899e9274a30c 2023-11-28T01:12:15.566 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi029 smithi029 running (21m) 60s ago 21m - 2048M 17.2.0 e1d6a67b021e 739eed534ac9 2023-11-28T01:12:15.566 INFO:teuthology.orchestra.run.smithi029.stdout:mon.smithi190 smithi190 running (19m) 9m ago 19m 64.7M 2048M 17.2.0 e1d6a67b021e df51aa5e8ca7 2023-11-28T01:12:15.567 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.0.0.smithi029.xpgolo smithi029 *:2049 running (15m) 60s ago 15m - - 4.0 e1d6a67b021e a1d163b778f9 2023-11-28T01:12:15.567 INFO:teuthology.orchestra.run.smithi029.stdout:nfs.foo.1.0.smithi190.jixvmi smithi190 *:2049 running (15m) 9m ago 15m 86.9M - 4.0 e1d6a67b021e 8d742d0f23fd 2023-11-28T01:12:15.567 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi029 smithi029 *:9100 running (12m) 60s ago 19m - - 1.3.1 1dbe0e931976 61f2daa6c6fb 2023-11-28T01:12:15.567 INFO:teuthology.orchestra.run.smithi029.stdout:node-exporter.smithi190 smithi190 *:9100 running (12m) 9m ago 19m 24.1M - 1.3.1 1dbe0e931976 982eab7c1bc4 2023-11-28T01:12:15.567 INFO:teuthology.orchestra.run.smithi029.stdout:osd.0 smithi029 running (18m) 60s ago 18m - 1945M 17.2.0 e1d6a67b021e cf62bb3077a5 2023-11-28T01:12:15.567 INFO:teuthology.orchestra.run.smithi029.stdout:osd.1 smithi029 running (18m) 60s ago 18m - 1945M 17.2.0 e1d6a67b021e a29c23d8984b 2023-11-28T01:12:15.567 INFO:teuthology.orchestra.run.smithi029.stdout:osd.2 smithi029 running (18m) 60s ago 18m - 1945M 17.2.0 e1d6a67b021e c676024d6dce 2023-11-28T01:12:15.567 INFO:teuthology.orchestra.run.smithi029.stdout:osd.3 smithi029 running (17m) 60s ago 17m - 1945M 17.2.0 e1d6a67b021e 5d394eeb8fe3 2023-11-28T01:12:15.568 INFO:teuthology.orchestra.run.smithi029.stdout:osd.4 smithi190 running (17m) 9m ago 17m 1449M 2712M 17.2.0 e1d6a67b021e ce0f1e4497f5 2023-11-28T01:12:15.568 INFO:teuthology.orchestra.run.smithi029.stdout:osd.5 smithi190 running (17m) 9m ago 17m 1825M 2712M 17.2.0 e1d6a67b021e 8457b938f5b1 2023-11-28T01:12:15.568 INFO:teuthology.orchestra.run.smithi029.stdout:osd.6 smithi190 running (17m) 9m ago 17m 1480M 2712M 17.2.0 e1d6a67b021e 76c7ced39f03 2023-11-28T01:12:15.568 INFO:teuthology.orchestra.run.smithi029.stdout:osd.7 smithi190 running (16m) 9m ago 16m 2102M 2712M 17.2.0 e1d6a67b021e 3515f9a0b66b 2023-11-28T01:12:15.568 INFO:teuthology.orchestra.run.smithi029.stdout:prometheus.smithi029 smithi029 *:9095 running (12m) 60s ago 19m - - 2.33.4 514e6a882f6e d3238ad64c4d 2023-11-28T01:12:15.968 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph orch upgrade status' 2023-11-28T01:12:16.478 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:16 smithi029 ceph-mon[107739]: pgmap v418: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:16.478 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:16 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:16.478 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:16 smithi029 ceph-mon[107739]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:12:16.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:16 smithi190 ceph-mon[110568]: pgmap v418: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:16.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:16 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-28T01:12:16.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:16 smithi190 ceph-mon[110568]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:12:18.040 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T01:12:18.040 INFO:teuthology.orchestra.run.smithi029.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:fe7adc4523e418af299591f3c6d30928eb22748e2d0084aed8a14ab0695eaa4d", 2023-11-28T01:12:18.040 INFO:teuthology.orchestra.run.smithi029.stdout: "in_progress": true, 2023-11-28T01:12:18.040 INFO:teuthology.orchestra.run.smithi029.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-28T01:12:18.040 INFO:teuthology.orchestra.run.smithi029.stdout: "services_complete": [], 2023-11-28T01:12:18.040 INFO:teuthology.orchestra.run.smithi029.stdout: "progress": "1/23 daemons upgraded", 2023-11-28T01:12:18.040 INFO:teuthology.orchestra.run.smithi029.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi029.zvexvj on host smithi029 failed.", 2023-11-28T01:12:18.040 INFO:teuthology.orchestra.run.smithi029.stdout: "is_paused": true 2023-11-28T01:12:18.040 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T01:12:18.615 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:18 smithi029 ceph-mon[107739]: pgmap v419: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:18.616 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:18 smithi029 ceph-mon[107739]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:12:18.617 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph health detail' 2023-11-28T01:12:18.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:18 smithi190 ceph-mon[110568]: pgmap v419: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:18.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:18 smithi190 ceph-mon[110568]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-28T01:12:20.610 INFO:teuthology.orchestra.run.smithi029.stdout:HEALTH_WARN Upgrading daemon mgr.smithi029.zvexvj on host smithi029 failed. 2023-11-28T01:12:20.610 INFO:teuthology.orchestra.run.smithi029.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi029.zvexvj on host smithi029 failed. 2023-11-28T01:12:20.610 INFO:teuthology.orchestra.run.smithi029.stdout: Upgrade daemon: mgr.smithi029.zvexvj: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi029.zvexvj ... 2023-11-28T01:12:20.611 INFO:teuthology.orchestra.run.smithi029.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-11-28T01:12:20.611 INFO:teuthology.orchestra.run.smithi029.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-28T01:12:20.611 INFO:teuthology.orchestra.run.smithi029.stdout:Traceback (most recent call last): 2023-11-28T01:12:20.611 INFO:teuthology.orchestra.run.smithi029.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-28T01:12:20.611 INFO:teuthology.orchestra.run.smithi029.stdout: "__main__", mod_spec) 2023-11-28T01:12:20.611 INFO:teuthology.orchestra.run.smithi029.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-28T01:12:20.611 INFO:teuthology.orchestra.run.smithi029.stdout: exec(code, run_globals) 2023-11-28T01:12:20.611 INFO:teuthology.orchestra.run.smithi029.stdout: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 7881, in 2023-11-28T01:12:20.611 INFO:teuthology.orchestra.run.smithi029.stdout: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 7869, in main 2023-11-28T01:12:20.611 INFO:teuthology.orchestra.run.smithi029.stdout: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 5435, in command_deploy_from 2023-11-28T01:12:20.612 INFO:teuthology.orchestra.run.smithi029.stdout: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 5470, in _common_deploy 2023-11-28T01:12:20.612 INFO:teuthology.orchestra.run.smithi029.stdout: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 5500, in _deploy_daemon_container 2023-11-28T01:12:20.612 INFO:teuthology.orchestra.run.smithi029.stdout: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 3169, in deploy_daemon 2023-11-28T01:12:20.612 INFO:teuthology.orchestra.run.smithi029.stdout: File "/tmp/tmpj5rhxaui.cephadm.build/__main__.py", line 3403, in deploy_daemon_units 2023-11-28T01:12:20.612 INFO:teuthology.orchestra.run.smithi029.stdout: File "/tmp/tmpj5rhxaui.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-28T01:12:20.612 INFO:teuthology.orchestra.run.smithi029.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-28T01:12:20.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:20 smithi029 ceph-mon[107739]: pgmap v420: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:12:20.795 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:20 smithi190 ceph-mon[110568]: pgmap v420: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-28T01:12:21.002 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph versions' 2023-11-28T01:12:21.677 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:21 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:12:21.677 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:21 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:12:21.678 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:21 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/4067126368' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:12:21.678 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:21 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:21.678 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:21 smithi029 ceph-mon[107739]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:21.678 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:21 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:12:21.678 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:21 smithi029 ceph-mon[107739]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:12:22.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:21 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:12:22.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:21 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:12:22.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:21 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/4067126368' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-28T01:12:22.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:21 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-28T01:12:22.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:21 smithi190 ceph-mon[110568]: from='mgr.24507 172.21.15.190:0/1181771431' entity='mgr.smithi190.afefzp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-28T01:12:22.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:21 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:12:22.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:21 smithi190 ceph-mon[110568]: from='mgr.24507 ' entity='mgr.smithi190.afefzp' 2023-11-28T01:12:22.610 INFO:teuthology.orchestra.run.smithi029.stdout:{ 2023-11-28T01:12:22.611 INFO:teuthology.orchestra.run.smithi029.stdout: "mon": { 2023-11-28T01:12:22.611 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:12:22.611 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:12:22.611 INFO:teuthology.orchestra.run.smithi029.stdout: "mgr": { 2023-11-28T01:12:22.611 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-28T01:12:22.611 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:12:22.611 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:12:22.611 INFO:teuthology.orchestra.run.smithi029.stdout: "osd": { 2023-11-28T01:12:22.611 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-28T01:12:22.611 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:12:22.612 INFO:teuthology.orchestra.run.smithi029.stdout: "mds": { 2023-11-28T01:12:22.612 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-28T01:12:22.612 INFO:teuthology.orchestra.run.smithi029.stdout: }, 2023-11-28T01:12:22.612 INFO:teuthology.orchestra.run.smithi029.stdout: "overall": { 2023-11-28T01:12:22.612 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-28T01:12:22.612 INFO:teuthology.orchestra.run.smithi029.stdout: "ceph version 18.0.0-7498-g369173db (369173db14b6995b2bd07c60ec5f63d01cf21631) squid (dev)": 1 2023-11-28T01:12:22.612 INFO:teuthology.orchestra.run.smithi029.stdout: } 2023-11-28T01:12:22.612 INFO:teuthology.orchestra.run.smithi029.stdout:} 2023-11-28T01:12:22.914 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:22 smithi029 ceph-mon[107739]: pgmap v421: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:22.997 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-11-28T01:12:23.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:22 smithi190 ceph-mon[110568]: pgmap v421: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:23.689 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:23 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/1579029806' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:12:24.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:23 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/1579029806' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:12:24.498 INFO:teuthology.orchestra.run.smithi029.stdout:false 2023-11-28T01:12:24.781 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:24 smithi029 ceph-mon[107739]: pgmap v422: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:24.781 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:24 smithi029 ceph-mon[107739]: from='client.? 172.21.15.29:0/2097134390' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:12:24.862 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T01:12:24.863 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_369173db14b6995b2bd07c60ec5f63d01cf21631/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_369173db14b6995b2bd07c60ec5f63d01cf21631/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 smithi029 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 16ba8238-8d88-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-28T01:12:24.943 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=bae2374acf824afb99300765a897c5bd 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_369173db14b6995b2bd07c60ec5f63d01cf21631/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_369173db14b6995b2bd07c60ec5f63d01cf21631/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 smithi029 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 16ba8238-8d88-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-28T01:12:24.947 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-28T01:12:24.959 INFO:tasks.cephadm:Teardown begin 2023-11-28T01:12:24.960 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-28T01:12:25.015 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-28T01:12:25.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:24 smithi190 ceph-mon[110568]: pgmap v422: 97 pgs: 97 active+clean; 239 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-28T01:12:25.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:24 smithi190 ceph-mon[110568]: from='client.? 172.21.15.29:0/2097134390' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-28T01:12:25.055 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-28T01:12:25.055 DEBUG:teuthology.orchestra.run.smithi029:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-28T01:12:25.080 DEBUG:teuthology.orchestra.run.smithi190:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-28T01:12:25.115 INFO:tasks.cephadm:Stopping all daemons... 2023-11-28T01:12:25.115 INFO:tasks.cephadm.mon.smithi029:Stopping mon.smithi029... 2023-11-28T01:12:25.116 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-16ba8238-8d88-11ee-95a2-87774f69a715@mon.smithi029 2023-11-28T01:12:25.410 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:25 smithi029 systemd[1]: Stopping Ceph mon.smithi029 for 16ba8238-8d88-11ee-95a2-87774f69a715... 2023-11-28T01:12:25.411 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:25 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-mon-smithi029[107716]: 2023-11-28T01:12:25.250+0000 7f09ae240700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi029 -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-28T01:12:25.411 INFO:journalctl@ceph.mon.smithi029.smithi029.stdout:Nov 28 01:12:25 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-mon-smithi029[107716]: 2023-11-28T01:12:25.250+0000 7f09ae240700 -1 mon.smithi029@0(leader) e2 *** Got Signal Terminated *** 2023-11-28T01:12:25.607 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@mon.smithi029.service' 2023-11-28T01:12:25.664 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T01:12:25.664 INFO:tasks.cephadm.mon.smithi029:Stopped mon.smithi029 2023-11-28T01:12:25.664 INFO:tasks.cephadm.mon.smithi190:Stopping mon.smithi190... 2023-11-28T01:12:25.665 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-16ba8238-8d88-11ee-95a2-87774f69a715@mon.smithi190 2023-11-28T01:12:26.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:25 smithi190 systemd[1]: Stopping Ceph mon.smithi190 for 16ba8238-8d88-11ee-95a2-87774f69a715... 2023-11-28T01:12:26.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:25 smithi190 bash[135663]: Error: no container with name or ID "ceph-16ba8238-8d88-11ee-95a2-87774f69a715-mon.smithi190" found: no such container 2023-11-28T01:12:26.045 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:25 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-mon-smithi190[110521]: 2023-11-28T01:12:25.819+0000 7f6fbb0ac700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi190 -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-28T01:12:26.046 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Nov 28 01:12:25 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-mon-smithi190[110521]: 2023-11-28T01:12:25.819+0000 7f6fbb0ac700 -1 mon.smithi190@1(peon) e2 *** Got Signal Terminated *** 2023-11-28T01:12:26.233 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@mon.smithi190.service' 2023-11-28T01:12:26.277 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T01:12:26.278 INFO:tasks.cephadm.mon.smithi190:Stopped mon.smithi190 2023-11-28T01:12:26.278 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-11-28T01:12:26.278 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.0 2023-11-28T01:12:26.690 INFO:journalctl@ceph.osd.0.smithi029.stdout:Nov 28 01:12:26 smithi029 systemd[1]: Stopping Ceph osd.0 for 16ba8238-8d88-11ee-95a2-87774f69a715... 2023-11-28T01:12:26.691 INFO:journalctl@ceph.osd.0.smithi029.stdout:Nov 28 01:12:26 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-0[120475]: 2023-11-28T01:12:26.407+0000 7f5c9aa4e700 -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-28T01:12:26.691 INFO:journalctl@ceph.osd.0.smithi029.stdout:Nov 28 01:12:26 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-0[120475]: 2023-11-28T01:12:26.407+0000 7f5c9aa4e700 -1 osd.0 70 *** Got signal Terminated *** 2023-11-28T01:12:26.691 INFO:journalctl@ceph.osd.0.smithi029.stdout:Nov 28 01:12:26 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-0[120475]: 2023-11-28T01:12:26.407+0000 7f5c9aa4e700 -1 osd.0 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-28T01:12:32.439 INFO:journalctl@ceph.osd.0.smithi029.stdout:Nov 28 01:12:32 smithi029 bash[158004]: ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-0 2023-11-28T01:12:32.440 INFO:journalctl@ceph.osd.0.smithi029.stdout:Nov 28 01:12:32 smithi029 bash[158091]: Error: no container with name or ID "ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd.0" found: no such container 2023-11-28T01:12:33.303 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.0.service' 2023-11-28T01:12:33.354 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T01:12:33.354 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-11-28T01:12:33.354 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-11-28T01:12:33.354 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.1 2023-11-28T01:12:33.689 INFO:journalctl@ceph.osd.1.smithi029.stdout:Nov 28 01:12:33 smithi029 systemd[1]: Stopping Ceph osd.1 for 16ba8238-8d88-11ee-95a2-87774f69a715... 2023-11-28T01:12:33.690 INFO:journalctl@ceph.osd.1.smithi029.stdout:Nov 28 01:12:33 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-1[125233]: 2023-11-28T01:12:33.470+0000 7fe3b4a4e700 -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-28T01:12:33.690 INFO:journalctl@ceph.osd.1.smithi029.stdout:Nov 28 01:12:33 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-1[125233]: 2023-11-28T01:12:33.470+0000 7fe3b4a4e700 -1 osd.1 70 *** Got signal Terminated *** 2023-11-28T01:12:33.690 INFO:journalctl@ceph.osd.1.smithi029.stdout:Nov 28 01:12:33 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-1[125233]: 2023-11-28T01:12:33.470+0000 7fe3b4a4e700 -1 osd.1 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-28T01:12:39.668 INFO:journalctl@ceph.osd.1.smithi029.stdout:Nov 28 01:12:39 smithi029 bash[158268]: ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-1 2023-11-28T01:12:39.668 INFO:journalctl@ceph.osd.1.smithi029.stdout:Nov 28 01:12:39 smithi029 bash[158311]: Error: no container with name or ID "ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd.1" found: no such container 2023-11-28T01:12:40.419 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.1.service' 2023-11-28T01:12:40.471 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T01:12:40.471 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-11-28T01:12:40.471 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-11-28T01:12:40.471 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.2 2023-11-28T01:12:40.689 INFO:journalctl@ceph.osd.2.smithi029.stdout:Nov 28 01:12:40 smithi029 systemd[1]: Stopping Ceph osd.2 for 16ba8238-8d88-11ee-95a2-87774f69a715... 2023-11-28T01:12:40.689 INFO:journalctl@ceph.osd.2.smithi029.stdout:Nov 28 01:12:40 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-2[129505]: 2023-11-28T01:12:40.588+0000 7fb18dfe1700 -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-28T01:12:40.689 INFO:journalctl@ceph.osd.2.smithi029.stdout:Nov 28 01:12:40 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-2[129505]: 2023-11-28T01:12:40.588+0000 7fb18dfe1700 -1 osd.2 70 *** Got signal Terminated *** 2023-11-28T01:12:40.689 INFO:journalctl@ceph.osd.2.smithi029.stdout:Nov 28 01:12:40 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-2[129505]: 2023-11-28T01:12:40.588+0000 7fb18dfe1700 -1 osd.2 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-28T01:12:46.635 INFO:journalctl@ceph.osd.2.smithi029.stdout:Nov 28 01:12:46 smithi029 bash[158489]: ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-2 2023-11-28T01:12:46.635 INFO:journalctl@ceph.osd.2.smithi029.stdout:Nov 28 01:12:46 smithi029 bash[158532]: Error: no container with name or ID "ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd.2" found: no such container 2023-11-28T01:12:47.367 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.2.service' 2023-11-28T01:12:47.418 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T01:12:47.418 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-11-28T01:12:47.418 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-11-28T01:12:47.419 DEBUG:teuthology.orchestra.run.smithi029:> sudo systemctl stop ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.3 2023-11-28T01:12:47.689 INFO:journalctl@ceph.osd.3.smithi029.stdout:Nov 28 01:12:47 smithi029 systemd[1]: Stopping Ceph osd.3 for 16ba8238-8d88-11ee-95a2-87774f69a715... 2023-11-28T01:12:47.689 INFO:journalctl@ceph.osd.3.smithi029.stdout:Nov 28 01:12:47 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-3[133283]: 2023-11-28T01:12:47.526+0000 7f4dcfdbf700 -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-28T01:12:47.690 INFO:journalctl@ceph.osd.3.smithi029.stdout:Nov 28 01:12:47 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-3[133283]: 2023-11-28T01:12:47.526+0000 7f4dcfdbf700 -1 osd.3 70 *** Got signal Terminated *** 2023-11-28T01:12:47.690 INFO:journalctl@ceph.osd.3.smithi029.stdout:Nov 28 01:12:47 smithi029 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-3[133283]: 2023-11-28T01:12:47.526+0000 7f4dcfdbf700 -1 osd.3 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-28T01:12:53.439 INFO:journalctl@ceph.osd.3.smithi029.stdout:Nov 28 01:12:53 smithi029 bash[158746]: ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-3 2023-11-28T01:12:53.439 INFO:journalctl@ceph.osd.3.smithi029.stdout:Nov 28 01:12:53 smithi029 bash[158788]: Error: no container with name or ID "ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd.3" found: no such container 2023-11-28T01:12:54.317 DEBUG:teuthology.orchestra.run.smithi029:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.3.service' 2023-11-28T01:12:54.369 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T01:12:54.369 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-11-28T01:12:54.369 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-11-28T01:12:54.370 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.4 2023-11-28T01:12:54.603 INFO:journalctl@ceph.osd.4.smithi190.stdout:Nov 28 01:12:54 smithi190 systemd[1]: Stopping Ceph osd.4 for 16ba8238-8d88-11ee-95a2-87774f69a715... 2023-11-28T01:12:54.604 INFO:journalctl@ceph.osd.4.smithi190.stdout:Nov 28 01:12:54 smithi190 bash[135861]: Error: no container with name or ID "ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd.4" found: no such container 2023-11-28T01:12:54.604 INFO:journalctl@ceph.osd.4.smithi190.stdout:Nov 28 01:12:54 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-4[115368]: 2023-11-28T01:12:54.519+0000 7f4ced3c5700 -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-28T01:12:54.604 INFO:journalctl@ceph.osd.4.smithi190.stdout:Nov 28 01:12:54 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-4[115368]: 2023-11-28T01:12:54.519+0000 7f4ced3c5700 -1 osd.4 70 *** Got signal Terminated *** 2023-11-28T01:12:54.604 INFO:journalctl@ceph.osd.4.smithi190.stdout:Nov 28 01:12:54 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-4[115368]: 2023-11-28T01:12:54.519+0000 7f4ced3c5700 -1 osd.4 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-28T01:12:55.045 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:12:54 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:12:54.601+0000 7faede6f5700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:31.295229+0000 front 2023-11-28T01:12:31.295221+0000 (oldest deadline 2023-11-28T01:12:53.595104+0000) 2023-11-28T01:12:55.636 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:12:55 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:12:55.326+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:25.971436+0000 front 2023-11-28T01:12:25.971630+0000 (oldest deadline 2023-11-28T01:12:54.772010+0000) 2023-11-28T01:12:56.045 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:12:55 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:12:55.634+0000 7faede6f5700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:31.295229+0000 front 2023-11-28T01:12:31.295221+0000 (oldest deadline 2023-11-28T01:12:53.595104+0000) 2023-11-28T01:12:56.545 INFO:journalctl@ceph.osd.4.smithi190.stdout:Nov 28 01:12:56 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-4[115368]: 2023-11-28T01:12:56.241+0000 7f4cea561700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:30.629421+0000 front 2023-11-28T01:12:30.629493+0000 (oldest deadline 2023-11-28T01:12:55.929356+0000) 2023-11-28T01:12:56.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:12:56 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:12:56.317+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:25.971436+0000 front 2023-11-28T01:12:25.971630+0000 (oldest deadline 2023-11-28T01:12:54.772010+0000) 2023-11-28T01:12:57.045 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:12:56 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:12:56.654+0000 7faede6f5700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:31.295229+0000 front 2023-11-28T01:12:31.295221+0000 (oldest deadline 2023-11-28T01:12:53.595104+0000) 2023-11-28T01:12:57.545 INFO:journalctl@ceph.osd.4.smithi190.stdout:Nov 28 01:12:57 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-4[115368]: 2023-11-28T01:12:57.194+0000 7f4cea561700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:30.629421+0000 front 2023-11-28T01:12:30.629493+0000 (oldest deadline 2023-11-28T01:12:55.929356+0000) 2023-11-28T01:12:57.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:12:57 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:12:57.294+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:25.971436+0000 front 2023-11-28T01:12:25.971630+0000 (oldest deadline 2023-11-28T01:12:54.772010+0000) 2023-11-28T01:12:58.045 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:12:57 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:12:57.690+0000 7faede6f5700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:31.295229+0000 front 2023-11-28T01:12:31.295221+0000 (oldest deadline 2023-11-28T01:12:53.595104+0000) 2023-11-28T01:12:58.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:12:57 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:12:57.581+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:12:58.545 INFO:journalctl@ceph.osd.4.smithi190.stdout:Nov 28 01:12:58 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-4[115368]: 2023-11-28T01:12:58.220+0000 7f4cea561700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:30.629421+0000 front 2023-11-28T01:12:30.629493+0000 (oldest deadline 2023-11-28T01:12:55.929356+0000) 2023-11-28T01:12:58.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:12:58 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:12:58.307+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:25.971436+0000 front 2023-11-28T01:12:25.971630+0000 (oldest deadline 2023-11-28T01:12:54.772010+0000) 2023-11-28T01:12:59.045 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:12:58 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:12:58.730+0000 7faede6f5700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:31.295229+0000 front 2023-11-28T01:12:31.295221+0000 (oldest deadline 2023-11-28T01:12:53.595104+0000) 2023-11-28T01:12:59.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:12:58 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:12:58.543+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:12:59.545 INFO:journalctl@ceph.osd.4.smithi190.stdout:Nov 28 01:12:59 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-4[115368]: 2023-11-28T01:12:59.229+0000 7f4cea561700 -1 osd.4 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:30.629421+0000 front 2023-11-28T01:12:30.629493+0000 (oldest deadline 2023-11-28T01:12:55.929356+0000) 2023-11-28T01:12:59.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:12:59 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:12:59.274+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:25.971436+0000 front 2023-11-28T01:12:25.971630+0000 (oldest deadline 2023-11-28T01:12:54.772010+0000) 2023-11-28T01:13:00.045 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:12:59 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:12:59.714+0000 7faede6f5700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:31.295229+0000 front 2023-11-28T01:12:31.295221+0000 (oldest deadline 2023-11-28T01:12:53.595104+0000) 2023-11-28T01:13:00.045 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:12:59 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:12:59.714+0000 7faede6f5700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:38.196378+0000 front 2023-11-28T01:12:38.196282+0000 (oldest deadline 2023-11-28T01:12:59.296293+0000) 2023-11-28T01:13:00.046 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:12:59 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:12:59.586+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:00.446 INFO:journalctl@ceph.osd.4.smithi190.stdout:Nov 28 01:13:00 smithi190 bash[135874]: ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-4 2023-11-28T01:13:00.446 INFO:journalctl@ceph.osd.4.smithi190.stdout:Nov 28 01:13:00 smithi190 bash[135918]: Error: no container with name or ID "ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd.4" found: no such container 2023-11-28T01:13:00.447 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:00 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:00.232+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:25.971436+0000 front 2023-11-28T01:12:25.971630+0000 (oldest deadline 2023-11-28T01:12:54.772010+0000) 2023-11-28T01:13:00.447 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:00 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:00.232+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:34.772413+0000 front 2023-11-28T01:12:34.772643+0000 (oldest deadline 2023-11-28T01:12:59.472570+0000) 2023-11-28T01:13:00.758 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:00 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:00.626+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:01.045 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:13:00 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:13:00.756+0000 7faede6f5700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:31.295229+0000 front 2023-11-28T01:12:31.295221+0000 (oldest deadline 2023-11-28T01:12:53.595104+0000) 2023-11-28T01:13:01.045 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:13:00 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:13:00.756+0000 7faede6f5700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:38.196378+0000 front 2023-11-28T01:12:38.196282+0000 (oldest deadline 2023-11-28T01:12:59.296293+0000) 2023-11-28T01:13:01.141 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.4.service' 2023-11-28T01:13:01.182 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T01:13:01.183 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-11-28T01:13:01.183 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-11-28T01:13:01.183 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.5 2023-11-28T01:13:01.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:01 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:01.202+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:25.971436+0000 front 2023-11-28T01:12:25.971630+0000 (oldest deadline 2023-11-28T01:12:54.772010+0000) 2023-11-28T01:13:01.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:01 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:01.202+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:34.772413+0000 front 2023-11-28T01:12:34.772643+0000 (oldest deadline 2023-11-28T01:12:59.472570+0000) 2023-11-28T01:13:01.545 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:13:01 smithi190 systemd[1]: Stopping Ceph osd.5 for 16ba8238-8d88-11ee-95a2-87774f69a715... 2023-11-28T01:13:01.546 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:13:01 smithi190 bash[136098]: Error: no container with name or ID "ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd.5" found: no such container 2023-11-28T01:13:01.546 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:13:01 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:13:01.326+0000 7faee5561700 -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-28T01:13:01.546 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:13:01 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:13:01.326+0000 7faee5561700 -1 osd.5 70 *** Got signal Terminated *** 2023-11-28T01:13:01.546 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:13:01 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:13:01.326+0000 7faee5561700 -1 osd.5 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-28T01:13:02.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:01 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:01.626+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:02.046 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:13:01 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:13:01.724+0000 7faede6f5700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:31.295229+0000 front 2023-11-28T01:12:31.295221+0000 (oldest deadline 2023-11-28T01:12:53.595104+0000) 2023-11-28T01:13:02.047 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:13:01 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:13:01.724+0000 7faede6f5700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:38.196378+0000 front 2023-11-28T01:12:38.196282+0000 (oldest deadline 2023-11-28T01:12:59.296293+0000) 2023-11-28T01:13:02.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:02 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:02.159+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:25.971436+0000 front 2023-11-28T01:12:25.971630+0000 (oldest deadline 2023-11-28T01:12:54.772010+0000) 2023-11-28T01:13:02.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:02 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:02.159+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:34.772413+0000 front 2023-11-28T01:12:34.772643+0000 (oldest deadline 2023-11-28T01:12:59.472570+0000) 2023-11-28T01:13:03.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:02 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:02.592+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:03.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:02 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:02.592+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:37.911746+0000 front 2023-11-28T01:12:37.911791+0000 (oldest deadline 2023-11-28T01:13:02.011773+0000) 2023-11-28T01:13:03.045 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:13:02 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:13:02.716+0000 7faede6f5700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:31.295229+0000 front 2023-11-28T01:12:31.295221+0000 (oldest deadline 2023-11-28T01:12:53.595104+0000) 2023-11-28T01:13:03.046 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:13:02 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:13:02.716+0000 7faede6f5700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:38.196378+0000 front 2023-11-28T01:12:38.196282+0000 (oldest deadline 2023-11-28T01:12:59.296293+0000) 2023-11-28T01:13:03.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:03 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:03.188+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:25.971436+0000 front 2023-11-28T01:12:25.971630+0000 (oldest deadline 2023-11-28T01:12:54.772010+0000) 2023-11-28T01:13:03.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:03 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:03.188+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:34.772413+0000 front 2023-11-28T01:12:34.772643+0000 (oldest deadline 2023-11-28T01:12:59.472570+0000) 2023-11-28T01:13:04.045 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:13:03 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:13:03.669+0000 7faede6f5700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:31.295229+0000 front 2023-11-28T01:12:31.295221+0000 (oldest deadline 2023-11-28T01:12:53.595104+0000) 2023-11-28T01:13:04.045 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:13:03 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:13:03.669+0000 7faede6f5700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:38.196378+0000 front 2023-11-28T01:12:38.196282+0000 (oldest deadline 2023-11-28T01:12:59.296293+0000) 2023-11-28T01:13:04.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:03 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:03.547+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:04.046 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:03 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:03.547+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:37.911746+0000 front 2023-11-28T01:12:37.911791+0000 (oldest deadline 2023-11-28T01:13:02.011773+0000) 2023-11-28T01:13:04.514 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:04 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:04.151+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:25.971436+0000 front 2023-11-28T01:12:25.971630+0000 (oldest deadline 2023-11-28T01:12:54.772010+0000) 2023-11-28T01:13:04.514 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:04 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:04.151+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:34.772413+0000 front 2023-11-28T01:12:34.772643+0000 (oldest deadline 2023-11-28T01:12:59.472570+0000) 2023-11-28T01:13:04.795 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:13:04 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:13:04.664+0000 7faede6f5700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:31.295229+0000 front 2023-11-28T01:12:31.295221+0000 (oldest deadline 2023-11-28T01:12:53.595104+0000) 2023-11-28T01:13:04.795 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:13:04 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:13:04.664+0000 7faede6f5700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:38.196378+0000 front 2023-11-28T01:12:38.196282+0000 (oldest deadline 2023-11-28T01:12:59.296293+0000) 2023-11-28T01:13:04.795 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:04 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:04.511+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:04.795 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:04 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:04.511+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:37.911746+0000 front 2023-11-28T01:12:37.911791+0000 (oldest deadline 2023-11-28T01:13:02.011773+0000) 2023-11-28T01:13:05.504 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:05 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:05.131+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:25.971436+0000 front 2023-11-28T01:12:25.971630+0000 (oldest deadline 2023-11-28T01:12:54.772010+0000) 2023-11-28T01:13:05.504 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:05 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:05.131+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:34.772413+0000 front 2023-11-28T01:12:34.772643+0000 (oldest deadline 2023-11-28T01:12:59.472570+0000) 2023-11-28T01:13:05.795 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:05 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:05.501+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:05.795 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:05 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:05.501+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:37.911746+0000 front 2023-11-28T01:12:37.911791+0000 (oldest deadline 2023-11-28T01:13:02.011773+0000) 2023-11-28T01:13:05.795 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:13:05 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:13:05.618+0000 7faede6f5700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:31.295229+0000 front 2023-11-28T01:12:31.295221+0000 (oldest deadline 2023-11-28T01:12:53.595104+0000) 2023-11-28T01:13:05.795 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:13:05 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5[118818]: 2023-11-28T01:13:05.618+0000 7faede6f5700 -1 osd.5 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:38.196378+0000 front 2023-11-28T01:12:38.196282+0000 (oldest deadline 2023-11-28T01:12:59.296293+0000) 2023-11-28T01:13:06.541 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:06 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:06.115+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:25.971436+0000 front 2023-11-28T01:12:25.971630+0000 (oldest deadline 2023-11-28T01:12:54.772010+0000) 2023-11-28T01:13:06.541 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:06 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:06.115+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:34.772413+0000 front 2023-11-28T01:12:34.772643+0000 (oldest deadline 2023-11-28T01:12:59.472570+0000) 2023-11-28T01:13:06.542 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:06 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:06.115+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-11-28T01:12:45.575759+0000 front 2023-11-28T01:12:45.575796+0000 (oldest deadline 2023-11-28T01:13:06.075702+0000) 2023-11-28T01:13:06.795 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:06 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:06.538+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:06.795 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:06 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:06.538+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:37.911746+0000 front 2023-11-28T01:12:37.911791+0000 (oldest deadline 2023-11-28T01:13:02.011773+0000) 2023-11-28T01:13:07.462 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:13:07 smithi190 bash[136110]: ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-5 2023-11-28T01:13:07.463 INFO:journalctl@ceph.osd.5.smithi190.stdout:Nov 28 01:13:07 smithi190 bash[136151]: Error: no container with name or ID "ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd.5" found: no such container 2023-11-28T01:13:07.463 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:07 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:07.096+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:25.971436+0000 front 2023-11-28T01:12:25.971630+0000 (oldest deadline 2023-11-28T01:12:54.772010+0000) 2023-11-28T01:13:07.463 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:07 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:07.096+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:34.772413+0000 front 2023-11-28T01:12:34.772643+0000 (oldest deadline 2023-11-28T01:12:59.472570+0000) 2023-11-28T01:13:07.463 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:07 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:07.096+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-11-28T01:12:45.575759+0000 front 2023-11-28T01:12:45.575796+0000 (oldest deadline 2023-11-28T01:13:06.075702+0000) 2023-11-28T01:13:07.795 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:07 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:07.572+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:07.795 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:07 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:07.572+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:37.911746+0000 front 2023-11-28T01:12:37.911791+0000 (oldest deadline 2023-11-28T01:13:02.011773+0000) 2023-11-28T01:13:08.099 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.5.service' 2023-11-28T01:13:08.140 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T01:13:08.140 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-11-28T01:13:08.140 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-11-28T01:13:08.140 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.6 2023-11-28T01:13:08.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:08 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:08.142+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:25.971436+0000 front 2023-11-28T01:12:25.971630+0000 (oldest deadline 2023-11-28T01:12:54.772010+0000) 2023-11-28T01:13:08.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:08 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:08.143+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:34.772413+0000 front 2023-11-28T01:12:34.772643+0000 (oldest deadline 2023-11-28T01:12:59.472570+0000) 2023-11-28T01:13:08.546 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:08 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:08.143+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-11-28T01:12:45.575759+0000 front 2023-11-28T01:12:45.575796+0000 (oldest deadline 2023-11-28T01:13:06.075702+0000) 2023-11-28T01:13:08.546 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:08 smithi190 systemd[1]: Stopping Ceph osd.6 for 16ba8238-8d88-11ee-95a2-87774f69a715... 2023-11-28T01:13:08.546 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:08 smithi190 bash[136364]: Error: no container with name or ID "ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd.6" found: no such container 2023-11-28T01:13:08.546 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:08 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:08.291+0000 7fb062b8b700 -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-28T01:13:08.546 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:08 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:08.291+0000 7fb062b8b700 -1 osd.6 70 *** Got signal Terminated *** 2023-11-28T01:13:08.546 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:08 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:08.291+0000 7fb062b8b700 -1 osd.6 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-28T01:13:09.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:08 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:08.583+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:09.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:08 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:08.583+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:37.911746+0000 front 2023-11-28T01:12:37.911791+0000 (oldest deadline 2023-11-28T01:13:02.011773+0000) 2023-11-28T01:13:09.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:09 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:09.103+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:25.971436+0000 front 2023-11-28T01:12:25.971630+0000 (oldest deadline 2023-11-28T01:12:54.772010+0000) 2023-11-28T01:13:09.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:09 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:09.103+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:34.772413+0000 front 2023-11-28T01:12:34.772643+0000 (oldest deadline 2023-11-28T01:12:59.472570+0000) 2023-11-28T01:13:09.546 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:09 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:09.103+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-11-28T01:12:45.575759+0000 front 2023-11-28T01:12:45.575796+0000 (oldest deadline 2023-11-28T01:13:06.075702+0000) 2023-11-28T01:13:10.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:09 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:09.578+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:10.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:09 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:09.578+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:37.911746+0000 front 2023-11-28T01:12:37.911791+0000 (oldest deadline 2023-11-28T01:13:02.011773+0000) 2023-11-28T01:13:10.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:10 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:10.110+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:25.971436+0000 front 2023-11-28T01:12:25.971630+0000 (oldest deadline 2023-11-28T01:12:54.772010+0000) 2023-11-28T01:13:10.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:10 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:10.110+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:34.772413+0000 front 2023-11-28T01:12:34.772643+0000 (oldest deadline 2023-11-28T01:12:59.472570+0000) 2023-11-28T01:13:10.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:10 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:10.110+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-11-28T01:12:45.575759+0000 front 2023-11-28T01:12:45.575796+0000 (oldest deadline 2023-11-28T01:13:06.075702+0000) 2023-11-28T01:13:11.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:10 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:10.626+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:11.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:10 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:10.626+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:37.911746+0000 front 2023-11-28T01:12:37.911791+0000 (oldest deadline 2023-11-28T01:13:02.011773+0000) 2023-11-28T01:13:11.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:10 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:10.626+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-11-28T01:12:44.813233+0000 front 2023-11-28T01:12:44.813178+0000 (oldest deadline 2023-11-28T01:13:10.113128+0000) 2023-11-28T01:13:11.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:11 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:11.101+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:25.971436+0000 front 2023-11-28T01:12:25.971630+0000 (oldest deadline 2023-11-28T01:12:54.772010+0000) 2023-11-28T01:13:11.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:11 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:11.101+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:34.772413+0000 front 2023-11-28T01:12:34.772643+0000 (oldest deadline 2023-11-28T01:12:59.472570+0000) 2023-11-28T01:13:11.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:11 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:11.101+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-11-28T01:12:45.575759+0000 front 2023-11-28T01:12:45.575796+0000 (oldest deadline 2023-11-28T01:13:06.075702+0000) 2023-11-28T01:13:12.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:11 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:11.658+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:12.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:11 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:11.658+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:37.911746+0000 front 2023-11-28T01:12:37.911791+0000 (oldest deadline 2023-11-28T01:13:02.011773+0000) 2023-11-28T01:13:12.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:11 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:11.658+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-11-28T01:12:44.813233+0000 front 2023-11-28T01:12:44.813178+0000 (oldest deadline 2023-11-28T01:13:10.113128+0000) 2023-11-28T01:13:12.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:12 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:12.082+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:25.971436+0000 front 2023-11-28T01:12:25.971630+0000 (oldest deadline 2023-11-28T01:12:54.772010+0000) 2023-11-28T01:13:12.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:12 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:12.082+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:34.772413+0000 front 2023-11-28T01:12:34.772643+0000 (oldest deadline 2023-11-28T01:12:59.472570+0000) 2023-11-28T01:13:12.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:12 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:12.082+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-11-28T01:12:45.575759+0000 front 2023-11-28T01:12:45.575796+0000 (oldest deadline 2023-11-28T01:13:06.075702+0000) 2023-11-28T01:13:13.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:12 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:12.708+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:13.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:12 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:12.708+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:37.911746+0000 front 2023-11-28T01:12:37.911791+0000 (oldest deadline 2023-11-28T01:13:02.011773+0000) 2023-11-28T01:13:13.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:12 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:12.708+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-11-28T01:12:44.813233+0000 front 2023-11-28T01:12:44.813178+0000 (oldest deadline 2023-11-28T01:13:10.113128+0000) 2023-11-28T01:13:13.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:13 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:13.131+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:25.971436+0000 front 2023-11-28T01:12:25.971630+0000 (oldest deadline 2023-11-28T01:12:54.772010+0000) 2023-11-28T01:13:13.545 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:13 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:13.131+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:34.772413+0000 front 2023-11-28T01:12:34.772643+0000 (oldest deadline 2023-11-28T01:12:59.472570+0000) 2023-11-28T01:13:13.546 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:13 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6[122297]: 2023-11-28T01:13:13.131+0000 7fb05bd1f700 -1 osd.6 70 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-11-28T01:12:45.575759+0000 front 2023-11-28T01:12:45.575796+0000 (oldest deadline 2023-11-28T01:13:06.075702+0000) 2023-11-28T01:13:14.045 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:13 smithi190 bash[136376]: ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-6 2023-11-28T01:13:14.045 INFO:journalctl@ceph.osd.6.smithi190.stdout:Nov 28 01:13:13 smithi190 bash[136418]: Error: no container with name or ID "ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd.6" found: no such container 2023-11-28T01:13:14.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:13 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:13.665+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:14.046 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:13 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:13.665+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:37.911746+0000 front 2023-11-28T01:12:37.911791+0000 (oldest deadline 2023-11-28T01:13:02.011773+0000) 2023-11-28T01:13:14.046 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:13 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:13.665+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-11-28T01:12:44.813233+0000 front 2023-11-28T01:12:44.813178+0000 (oldest deadline 2023-11-28T01:13:10.113128+0000) 2023-11-28T01:13:14.873 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:14 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:14.628+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:14.873 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:14 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:14.628+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:37.911746+0000 front 2023-11-28T01:12:37.911791+0000 (oldest deadline 2023-11-28T01:13:02.011773+0000) 2023-11-28T01:13:14.874 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:14 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:14.628+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-11-28T01:12:44.813233+0000 front 2023-11-28T01:12:44.813178+0000 (oldest deadline 2023-11-28T01:13:10.113128+0000) 2023-11-28T01:13:14.880 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.6.service' 2023-11-28T01:13:14.919 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T01:13:14.920 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-11-28T01:13:14.920 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-11-28T01:13:14.920 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.7 2023-11-28T01:13:15.295 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:14 smithi190 systemd[1]: Stopping Ceph osd.7 for 16ba8238-8d88-11ee-95a2-87774f69a715... 2023-11-28T01:13:15.295 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:15 smithi190 bash[136596]: Error: no container with name or ID "ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd.7" found: no such container 2023-11-28T01:13:15.295 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:15 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:15.073+0000 7fa5f04f7700 -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-28T01:13:15.296 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:15 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:15.073+0000 7fa5f04f7700 -1 osd.7 70 *** Got signal Terminated *** 2023-11-28T01:13:15.296 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:15 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:15.073+0000 7fa5f04f7700 -1 osd.7 70 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-28T01:13:16.046 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:15 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:15.646+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:16.046 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:15 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:15.646+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:37.911746+0000 front 2023-11-28T01:12:37.911791+0000 (oldest deadline 2023-11-28T01:13:02.011773+0000) 2023-11-28T01:13:16.046 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:15 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:15.646+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-11-28T01:12:44.813233+0000 front 2023-11-28T01:12:44.813178+0000 (oldest deadline 2023-11-28T01:13:10.113128+0000) 2023-11-28T01:13:17.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:16 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:16.667+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:17.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:16 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:16.667+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:37.911746+0000 front 2023-11-28T01:12:37.911791+0000 (oldest deadline 2023-11-28T01:13:02.011773+0000) 2023-11-28T01:13:17.046 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:16 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:16.667+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-11-28T01:12:44.813233+0000 front 2023-11-28T01:12:44.813178+0000 (oldest deadline 2023-11-28T01:13:10.113128+0000) 2023-11-28T01:13:17.046 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:16 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:16.667+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-11-28T01:12:50.113535+0000 front 2023-11-28T01:12:50.113591+0000 (oldest deadline 2023-11-28T01:13:16.013522+0000) 2023-11-28T01:13:18.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:17 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:17.651+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:18.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:17 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:17.651+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:37.911746+0000 front 2023-11-28T01:12:37.911791+0000 (oldest deadline 2023-11-28T01:13:02.011773+0000) 2023-11-28T01:13:18.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:17 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:17.651+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-11-28T01:12:44.813233+0000 front 2023-11-28T01:12:44.813178+0000 (oldest deadline 2023-11-28T01:13:10.113128+0000) 2023-11-28T01:13:18.046 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:17 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:17.651+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-11-28T01:12:50.113535+0000 front 2023-11-28T01:12:50.113591+0000 (oldest deadline 2023-11-28T01:13:16.013522+0000) 2023-11-28T01:13:19.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:18 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:18.657+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:19.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:18 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:18.657+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:37.911746+0000 front 2023-11-28T01:12:37.911791+0000 (oldest deadline 2023-11-28T01:13:02.011773+0000) 2023-11-28T01:13:19.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:18 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:18.657+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-11-28T01:12:44.813233+0000 front 2023-11-28T01:12:44.813178+0000 (oldest deadline 2023-11-28T01:13:10.113128+0000) 2023-11-28T01:13:19.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:18 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:18.657+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-11-28T01:12:50.113535+0000 front 2023-11-28T01:12:50.113591+0000 (oldest deadline 2023-11-28T01:13:16.013522+0000) 2023-11-28T01:13:20.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:19 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:19.657+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6806 osd.0 since back 2023-11-28T01:12:26.210315+0000 front 2023-11-28T01:12:26.210502+0000 (oldest deadline 2023-11-28T01:12:57.410629+0000) 2023-11-28T01:13:20.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:19 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:19.657+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6814 osd.1 since back 2023-11-28T01:12:37.911746+0000 front 2023-11-28T01:12:37.911791+0000 (oldest deadline 2023-11-28T01:13:02.011773+0000) 2023-11-28T01:13:20.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:19 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:19.657+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6822 osd.2 since back 2023-11-28T01:12:44.813233+0000 front 2023-11-28T01:12:44.813178+0000 (oldest deadline 2023-11-28T01:13:10.113128+0000) 2023-11-28T01:13:20.045 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:19 smithi190 ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7[125781]: 2023-11-28T01:13:19.657+0000 7fa5ed693700 -1 osd.7 70 heartbeat_check: no reply from 172.21.15.29:6830 osd.3 since back 2023-11-28T01:12:50.113535+0000 front 2023-11-28T01:12:50.113591+0000 (oldest deadline 2023-11-28T01:13:16.013522+0000) 2023-11-28T01:13:21.484 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:21 smithi190 bash[136608]: ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd-7 2023-11-28T01:13:21.484 INFO:journalctl@ceph.osd.7.smithi190.stdout:Nov 28 01:13:21 smithi190 bash[136651]: Error: no container with name or ID "ceph-16ba8238-8d88-11ee-95a2-87774f69a715-osd.7" found: no such container 2023-11-28T01:13:22.229 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-16ba8238-8d88-11ee-95a2-87774f69a715@osd.7.service' 2023-11-28T01:13:22.270 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-28T01:13:22.271 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-11-28T01:13:22.271 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 --force --keep-logs 2023-11-28T01:13:46.326 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 --force --keep-logs 2023-11-28T01:14:03.764 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-28T01:14:03.805 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-28T01:14:03.836 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-28T01:14:03.839 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468371/remote/smithi029/crash 2023-11-28T01:14:03.839 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/crash -- . 2023-11-28T01:14:03.895 INFO:teuthology.orchestra.run.smithi029.stderr:tar: /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-11-28T01:14:03.896 INFO:teuthology.orchestra.run.smithi029.stderr:tar: Error is not recoverable: exiting now 2023-11-28T01:14:03.898 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468371/remote/smithi190/crash 2023-11-28T01:14:03.899 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/crash -- . 2023-11-28T01:14:03.936 INFO:teuthology.orchestra.run.smithi190.stderr:tar: /var/lib/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-11-28T01:14:03.936 INFO:teuthology.orchestra.run.smithi190.stderr:tar: Error is not recoverable: exiting now 2023-11-28T01:14:03.937 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-28T01:14:03.937 DEBUG:teuthology.orchestra.run.smithi029:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-28T01:14:03.971 INFO:teuthology.orchestra.run.smithi029.stderr:grep: /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-11-28T01:14:03.973 INFO:tasks.cephadm:Compressing logs... 2023-11-28T01:14:03.974 DEBUG:teuthology.orchestra.run.smithi029:> 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-28T01:14:04.015 DEBUG:teuthology.orchestra.run.smithi190:> 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-28T01:14:04.043 INFO:teuthology.orchestra.run.smithi190.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-28T01:14:04.043 INFO:teuthology.orchestra.run.smithi190.stderr:: No such file or directory 2023-11-28T01:14:04.044 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-11-28T01:14:04.044 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-volume.log 2023-11-28T01:14:04.044 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-11-28T01:14:04.045 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-mon.smithi190.log 2023-11-28T01:14:04.045 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-mgr.smithi190.afefzp.log 2023-11-28T01:14:04.045 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-11-28T01:14:04.047 INFO:teuthology.orchestra.run.smithi029.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-28T01:14:04.047 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-28T01:14:04.048 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-volume.log 2023-11-28T01:14:04.048 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-11-28T01:14:04.048 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-mgr.smithi029.zvexvj.log 2023-11-28T01:14:04.050 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-mon.smithi190.log: /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-mgr.smithi190.afefzp.log: /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-11-28T01:14:04.050 INFO:teuthology.orchestra.run.smithi190.stderr: 89.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-28T01:14:04.050 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi190.sfnkvf.log 2023-11-28T01:14:04.050 INFO:teuthology.orchestra.run.smithi190.stderr: 91.0% -- replaced with /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-11-28T01:14:04.051 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi029.ohgbul.log 2023-11-28T01:14:04.051 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-mgr.smithi029.zvexvj.log: gzip -5 --verbose -- /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-11-28T01:14:04.051 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi029.ohgbul.log: gzip -5 --verbose -- /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-11-28T01:14:04.051 INFO:teuthology.orchestra.run.smithi029.stderr: 80.2% -- replaced with /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi029.ohgbul.log.gz 2023-11-28T01:14:04.055 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi190.sfnkvf.log: 60.7% -- replaced with /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-mds.foofs.smithi190.sfnkvf.log.gz 2023-11-28T01:14:04.056 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-mon.smithi029.log 2023-11-28T01:14:04.056 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.0.log: /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-mon.smithi029.log: 90.8% -- replaced with /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-11-28T01:14:04.056 INFO:teuthology.orchestra.run.smithi029.stderr:gzip -5 --verbose -- /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-11-28T01:14:04.063 INFO:teuthology.orchestra.run.smithi029.stderr:/var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.1.log: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-28T01:14:04.139 INFO:teuthology.orchestra.run.smithi190.stderr: 90.1% -- replaced with /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-mgr.smithi190.afefzp.log.gz 2023-11-28T01:14:04.164 INFO:teuthology.orchestra.run.smithi029.stderr: 88.4% -- replaced with /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-mgr.smithi029.zvexvj.log.gz 2023-11-28T01:14:04.340 INFO:teuthology.orchestra.run.smithi190.stderr: 92.3% -- replaced with /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-mon.smithi190.log.gz 2023-11-28T01:14:05.123 INFO:teuthology.orchestra.run.smithi029.stderr: 91.6% -- replaced with /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-mon.smithi029.log.gz 2023-11-28T01:14:13.734 INFO:teuthology.orchestra.run.smithi190.stderr: 94.0% -- replaced with /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-11-28T01:14:14.275 INFO:teuthology.orchestra.run.smithi029.stderr: 94.5% -- replaced with /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-11-28T01:14:15.049 INFO:teuthology.orchestra.run.smithi190.stderr: 94.3% -- replaced with /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-11-28T01:14:16.406 INFO:teuthology.orchestra.run.smithi029.stderr: 94.1% -- replaced with /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-11-28T01:14:17.412 INFO:teuthology.orchestra.run.smithi029.stderr: 94.3% -- replaced with /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-11-28T01:14:17.773 INFO:teuthology.orchestra.run.smithi029.stderr: 94.1% -- replaced with /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-11-28T01:14:17.775 INFO:teuthology.orchestra.run.smithi029.stderr: 2023-11-28T01:14:17.776 INFO:teuthology.orchestra.run.smithi029.stderr:real 0m13.741s 2023-11-28T01:14:17.776 INFO:teuthology.orchestra.run.smithi029.stderr:user 0m48.851s 2023-11-28T01:14:17.776 INFO:teuthology.orchestra.run.smithi029.stderr:sys 0m1.961s 2023-11-28T01:14:18.919 INFO:teuthology.orchestra.run.smithi190.stderr: 94.3% -- replaced with /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-11-28T01:14:21.100 INFO:teuthology.orchestra.run.smithi190.stderr: 94.2% -- replaced with /var/log/ceph/16ba8238-8d88-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-11-28T01:14:21.102 INFO:teuthology.orchestra.run.smithi190.stderr: 2023-11-28T01:14:21.102 INFO:teuthology.orchestra.run.smithi190.stderr:real 0m17.070s 2023-11-28T01:14:21.102 INFO:teuthology.orchestra.run.smithi190.stderr:user 0m50.799s 2023-11-28T01:14:21.102 INFO:teuthology.orchestra.run.smithi190.stderr:sys 0m2.170s 2023-11-28T01:14:21.103 INFO:tasks.cephadm:Archiving logs... 2023-11-28T01:14:21.103 DEBUG:teuthology.misc:Transferring archived files from smithi029:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468371/remote/smithi029/log 2023-11-28T01:14:21.104 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-28T01:14:27.280 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468371/remote/smithi190/log 2023-11-28T01:14:27.281 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-28T01:14:34.514 INFO:tasks.cephadm:Removing cluster... 2023-11-28T01:14:34.514 DEBUG:teuthology.orchestra.run.smithi029:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 --force 2023-11-28T01:14:34.943 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 16ba8238-8d88-11ee-95a2-87774f69a715 --force 2023-11-28T01:14:35.334 INFO:tasks.cephadm:Removing cephadm ... 2023-11-28T01:14:35.334 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-28T01:14:35.358 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-28T01:14:35.375 INFO:tasks.cephadm:Teardown complete 2023-11-28T01:14:35.376 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-28T01:14:35.387 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-28T01:14:35.387 DEBUG:teuthology.orchestra.run.smithi029:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-28T01:14:35.400 DEBUG:teuthology.orchestra.run.smithi190:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-28T01:14:35.419 INFO:teuthology.orchestra.run.smithi029.stderr:bash: ntpq: command not found 2023-11-28T01:14:35.424 INFO:teuthology.orchestra.run.smithi029.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-28T01:14:35.425 INFO:teuthology.orchestra.run.smithi029.stdout:=============================================================================== 2023-11-28T01:14:35.425 INFO:teuthology.orchestra.run.smithi029.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 53 +926us[ +926us] +/- 76ms 2023-11-28T01:14:35.425 INFO:teuthology.orchestra.run.smithi029.stdout:^* hv02.front.sepia.ceph.com 3 6 377 55 -759us[ -711us] +/- 71ms 2023-11-28T01:14:35.425 INFO:teuthology.orchestra.run.smithi029.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 56 +76us[ +124us] +/- 87ms 2023-11-28T01:14:35.425 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:14:35.433 INFO:teuthology.orchestra.run.smithi190.stderr:bash: ntpq: command not found 2023-11-28T01:14:35.436 INFO:teuthology.orchestra.run.smithi190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-28T01:14:35.437 INFO:teuthology.orchestra.run.smithi190.stdout:=============================================================================== 2023-11-28T01:14:35.437 INFO:teuthology.orchestra.run.smithi190.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 55 +909us[ +909us] +/- 76ms 2023-11-28T01:14:35.437 INFO:teuthology.orchestra.run.smithi190.stdout:^* hv02.front.sepia.ceph.com 3 6 377 56 -755us[ -715us] +/- 70ms 2023-11-28T01:14:35.437 INFO:teuthology.orchestra.run.smithi190.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 55 +50us[ +50us] +/- 87ms 2023-11-28T01:14:35.437 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-28T01:14:35.438 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-28T01:14:35.448 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-28T01:14:35.449 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-28T01:14:35.460 DEBUG:teuthology.orchestra.run.smithi029:> 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-28T01:14:35.577 DEBUG:teuthology.orchestra.run.smithi190:> 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-28T01:14:35.669 DEBUG:teuthology.orchestra.run.smithi029:> 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-28T01:14:35.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T01:14:35.710 DEBUG:teuthology.orchestra.run.smithi190:> 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-28T01:14:35.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T01:14:35.742 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-28T01:14:35.752 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-28T01:14:35.762 INFO:teuthology.task.internal:Duration was 2001.437204 seconds 2023-11-28T01:14:35.763 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-28T01:14:35.772 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-28T01:14:35.772 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-28T01:14:35.775 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-28T01:14:35.828 INFO:teuthology.orchestra.run.smithi190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-28T01:14:35.831 INFO:teuthology.orchestra.run.smithi029.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-28T01:14:36.204 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-28T01:14:36.204 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi029.front.sepia.ceph.com 2023-11-28T01:14:36.204 DEBUG:teuthology.orchestra.run.smithi029:> 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-28T01:14:36.235 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi190.front.sepia.ceph.com 2023-11-28T01:14:36.235 DEBUG:teuthology.orchestra.run.smithi190:> 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-28T01:14:36.259 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-28T01:14:36.259 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-28T01:14:36.278 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-28T01:14:36.366 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-28T01:14:36.366 DEBUG:teuthology.orchestra.run.smithi029:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-28T01:14:36.369 DEBUG:teuthology.orchestra.run.smithi190:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-28T01:14:45.971 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-28T01:14:45.982 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-28T01:14:45.983 DEBUG:teuthology.orchestra.run.smithi029:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-28T01:14:46.014 DEBUG:teuthology.orchestra.run.smithi190:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-28T01:14:46.049 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-28T01:14:46.059 DEBUG:teuthology.orchestra.run.smithi029:> 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-28T01:14:46.063 DEBUG:teuthology.orchestra.run.smithi190:> 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-28T01:14:46.092 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = core 2023-11-28T01:14:46.120 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = core 2023-11-28T01:14:46.216 DEBUG:teuthology.orchestra.run.smithi029:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-28T01:14:46.238 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T01:14:46.239 DEBUG:teuthology.orchestra.run.smithi190:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-28T01:14:46.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-28T01:14:46.275 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-28T01:14:46.286 INFO:teuthology.task.internal:Transferring archived files... 2023-11-28T01:14:46.287 DEBUG:teuthology.misc:Transferring archived files from smithi029:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468371/remote/smithi029 2023-11-28T01:14:46.287 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-28T01:14:46.364 DEBUG:teuthology.misc:Transferring archived files from smithi190:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468371/remote/smithi190 2023-11-28T01:14:46.364 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-28T01:14:46.406 INFO:teuthology.task.internal:Removing archive directory... 2023-11-28T01:14:46.407 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-28T01:14:46.409 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-28T01:14:46.459 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-28T01:14:46.473 INFO:teuthology.task.internal:Not uploading archives. 2023-11-28T01:14:46.474 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-28T01:14:46.485 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-28T01:14:46.485 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-28T01:14:46.488 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-28T01:14:46.510 INFO:teuthology.orchestra.run.smithi029.stdout: 525365 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 28 01:14 /home/ubuntu/cephtest 2023-11-28T01:14:46.518 INFO:teuthology.orchestra.run.smithi190.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 28 01:14 /home/ubuntu/cephtest 2023-11-28T01:14:46.519 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-28T01:14:46.530 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-28T01:14:46.551 INFO:teuthology.nuke:Checking targets against current locks 2023-11-28T01:14:46.578 DEBUG:teuthology.nuke:shortname: smithi029 2023-11-28T01:14:46.578 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-28T01:14:46.604 DEBUG:teuthology.nuke:shortname: smithi190 2023-11-28T01:14:46.604 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-28T01:14:46.607 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468371', '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-28 00:32:18.308398', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAB/YwaWJoZvcC4AxMlElSHRiG4ElwKvIN+sVBK9PTCt8LGkLmSyKwiEocDigFHv2G6lU9UVvkys3yuR7lqyOmc='} 2023-11-28T01:14:46.628 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-27_17:19:32-orch-wip-yuri10-testing-2023-11-22-1112-distro-default-smithi/7468371', '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-28 00:32:18.310101', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC2zC45RsOyruMuSqhQY6Y3pinCzG63XLMdPE9TRN4+Ly8xAlXaX5OGcWBqGlTKr86ViyFnxIJUvL6uuenCQNa0='} 2023-11-28T01:14:46.658 INFO:teuthology.orchestra.console.smithi029:Power off 2023-11-28T01:14:46.659 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-28T01:14:46.682 DEBUG:teuthology.orchestra.console.smithi029:power off output: Chassis Power Control: Down/Off 2023-11-28T01:14:46.682 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T01:14:46.700 INFO:teuthology.orchestra.console.smithi190:Power off 2023-11-28T01:14:46.700 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-28T01:14:46.710 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is on 2023-11-28T01:14:46.723 DEBUG:teuthology.orchestra.console.smithi190:power off output: Chassis Power Control: Down/Off 2023-11-28T01:14:46.724 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T01:14:46.749 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2023-11-28T01:14:50.712 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T01:14:50.750 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T01:14:50.825 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is on 2023-11-28T01:14:50.862 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2023-11-28T01:14:54.829 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T01:14:54.863 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-28T01:14:54.940 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is off 2023-11-28T01:14:54.975 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is off 2023-11-28T01:14:55.041 INFO:teuthology.orchestra.console.smithi029:Power off completed 2023-11-28T01:14:55.076 INFO:teuthology.orchestra.console.smithi190:Power off completed 2023-11-28T01:14:55.181 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: 2001.437204360962 failure_reason: 'Command failed on smithi029 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 16ba8238-8d88-11ee-95a2-87774f69a715 -e sha1=369173db14b6995b2bd07c60ec5f63d01cf21631 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=bae2374acf824afb99300765a897c5bd status: fail success: false 2023-11-28T01:14:55.182 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-28T01:14:55.264 INFO:teuthology.run:FAIL