2023-11-08T22:42:43.154 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-08T22:42:43.155 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --owner scheduled_adking@teuthology --name adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi --archive /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452138 --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} -- /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452138/orig.config.yaml 2023-11-08T22:42:43.196 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T22:42:43.277 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452138 branch: wip-cv-revert-52429-main description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} email: adking@redhat.com first_in_suite: false job_id: '7452138' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-cv-revert-52429-main ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: c5dca1b39843ab5db10818164a43fe9d7a0543db ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c5dca1b39843ab5db10818164a43fe9d7a0543db selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-cv-revert-52429-main sha1: c5dca1b39843ab5db10818164a43fe9d7a0543db owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 4894 sha1: c5dca1b39843ab5db10818164a43fe9d7a0543db sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-cv-revert-52429-main suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_c5dca1b39843ab5db10818164a43fe9d7a0543db/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: c5dca1b39843ab5db10818164a43fe9d7a0543db targets: smithi104.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBawQ7oT/CuK4djYVEvVfiumJHXJ7MFBKuWKbat1VAlzafJVZEg1Oe0TbfNwwTwVujNTMxA/rn2K5ByfyMfJHfU= smithi124.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIym7eOgMgRXUOsLBxaKrVlVNty1MBMurmEjjlccKwKiHs5uS+SaH336YTpX9BW7azIaJxpf0lnXDxVbbPuaLgc= 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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-08_22:36:18 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3590714 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-08T22:42:43.277 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_c5dca1b39843ab5db10818164a43fe9d7a0543db/qa; will attempt to use it 2023-11-08T22:42:43.278 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_c5dca1b39843ab5db10818164a43fe9d7a0543db/qa/tasks 2023-11-08T22:42:43.278 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-08T22:42:43.280 INFO:teuthology.task.internal:Checking packages... 2023-11-08T22:42:43.304 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'c5dca1b39843ab5db10818164a43fe9d7a0543db' 2023-11-08T22:42:43.305 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-08T22:42:43.305 INFO:teuthology.packaging:ref: None 2023-11-08T22:42:43.306 INFO:teuthology.packaging:tag: None 2023-11-08T22:42:43.306 INFO:teuthology.packaging:branch: wip-cv-revert-52429-main 2023-11-08T22:42:43.306 INFO:teuthology.packaging:sha1: c5dca1b39843ab5db10818164a43fe9d7a0543db 2023-11-08T22:42:43.306 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-cv-revert-52429-main 2023-11-08T22:42:43.452 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7194.gc5dca1b3 2023-11-08T22:42:43.452 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-08T22:42:43.465 INFO:teuthology.task.internal:no buildpackages task found 2023-11-08T22:42:43.465 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-08T22:42:43.490 INFO:teuthology.task.internal:Saving configuration 2023-11-08T22:42:43.505 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-08T22:42:43.522 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T22:42:43.548 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi104.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452138', '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-08 22:37:19.043069', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBawQ7oT/CuK4djYVEvVfiumJHXJ7MFBKuWKbat1VAlzafJVZEg1Oe0TbfNwwTwVujNTMxA/rn2K5ByfyMfJHfU='} 2023-11-08T22:42:43.575 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi124.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452138', '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-08 22:37:19.045261', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIym7eOgMgRXUOsLBxaKrVlVNty1MBMurmEjjlccKwKiHs5uS+SaH336YTpX9BW7azIaJxpf0lnXDxVbbPuaLgc='} 2023-11-08T22:42:43.575 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-08T22:42:43.587 INFO:teuthology.task.internal:roles: ubuntu@smithi104.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-08T22:42:43.587 INFO:teuthology.task.internal:roles: ubuntu@smithi124.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-08T22:42:43.587 INFO:teuthology.run_tasks:Running task console_log... 2023-11-08T22:42:43.656 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f089d0c6c10>, signals=[15]) 2023-11-08T22:42:43.657 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-08T22:42:43.667 INFO:teuthology.task.internal:Opening connections... 2023-11-08T22:42:43.667 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi104.front.sepia.ceph.com 2023-11-08T22:42:43.669 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T22:42:43.739 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi124.front.sepia.ceph.com 2023-11-08T22:42:43.740 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T22:42:43.810 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-08T22:42:43.818 DEBUG:teuthology.orchestra.run.smithi104:> uname -m 2023-11-08T22:42:43.844 INFO:teuthology.orchestra.run.smithi104.stdout:x86_64 2023-11-08T22:42:43.844 DEBUG:teuthology.orchestra.run.smithi104:> cat /etc/os-release 2023-11-08T22:42:43.905 INFO:teuthology.orchestra.run.smithi104.stdout:NAME="CentOS Stream" 2023-11-08T22:42:43.905 INFO:teuthology.orchestra.run.smithi104.stdout:VERSION="8" 2023-11-08T22:42:43.905 INFO:teuthology.orchestra.run.smithi104.stdout:ID="centos" 2023-11-08T22:42:43.905 INFO:teuthology.orchestra.run.smithi104.stdout:ID_LIKE="rhel fedora" 2023-11-08T22:42:43.906 INFO:teuthology.orchestra.run.smithi104.stdout:VERSION_ID="8" 2023-11-08T22:42:43.906 INFO:teuthology.orchestra.run.smithi104.stdout:PLATFORM_ID="platform:el8" 2023-11-08T22:42:43.906 INFO:teuthology.orchestra.run.smithi104.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-08T22:42:43.906 INFO:teuthology.orchestra.run.smithi104.stdout:ANSI_COLOR="0;31" 2023-11-08T22:42:43.906 INFO:teuthology.orchestra.run.smithi104.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-08T22:42:43.907 INFO:teuthology.orchestra.run.smithi104.stdout:HOME_URL="https://centos.org/" 2023-11-08T22:42:43.907 INFO:teuthology.orchestra.run.smithi104.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-08T22:42:43.907 INFO:teuthology.orchestra.run.smithi104.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-08T22:42:43.907 INFO:teuthology.orchestra.run.smithi104.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-08T22:42:43.910 INFO:teuthology.lock.ops:Updating smithi104.front.sepia.ceph.com on lock server 2023-11-08T22:42:43.927 DEBUG:teuthology.orchestra.run.smithi124:> uname -m 2023-11-08T22:42:43.949 INFO:teuthology.orchestra.run.smithi124.stdout:x86_64 2023-11-08T22:42:43.950 DEBUG:teuthology.orchestra.run.smithi124:> cat /etc/os-release 2023-11-08T22:42:44.010 INFO:teuthology.orchestra.run.smithi124.stdout:NAME="CentOS Stream" 2023-11-08T22:42:44.011 INFO:teuthology.orchestra.run.smithi124.stdout:VERSION="8" 2023-11-08T22:42:44.011 INFO:teuthology.orchestra.run.smithi124.stdout:ID="centos" 2023-11-08T22:42:44.011 INFO:teuthology.orchestra.run.smithi124.stdout:ID_LIKE="rhel fedora" 2023-11-08T22:42:44.011 INFO:teuthology.orchestra.run.smithi124.stdout:VERSION_ID="8" 2023-11-08T22:42:44.011 INFO:teuthology.orchestra.run.smithi124.stdout:PLATFORM_ID="platform:el8" 2023-11-08T22:42:44.012 INFO:teuthology.orchestra.run.smithi124.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-08T22:42:44.012 INFO:teuthology.orchestra.run.smithi124.stdout:ANSI_COLOR="0;31" 2023-11-08T22:42:44.012 INFO:teuthology.orchestra.run.smithi124.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-08T22:42:44.012 INFO:teuthology.orchestra.run.smithi124.stdout:HOME_URL="https://centos.org/" 2023-11-08T22:42:44.012 INFO:teuthology.orchestra.run.smithi124.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-08T22:42:44.013 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-08T22:42:44.013 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-08T22:42:44.013 INFO:teuthology.lock.ops:Updating smithi124.front.sepia.ceph.com on lock server 2023-11-08T22:42:44.036 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-08T22:42:44.050 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-08T22:42:44.063 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-08T22:42:44.063 DEBUG:teuthology.orchestra.run.smithi104:> test '!' -e /home/ubuntu/cephtest 2023-11-08T22:42:44.066 DEBUG:teuthology.orchestra.run.smithi124:> test '!' -e /home/ubuntu/cephtest 2023-11-08T22:42:44.087 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-08T22:42:44.102 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-08T22:42:44.103 DEBUG:teuthology.orchestra.run.smithi104:> test -z $(ls -A /var/lib/ceph) 2023-11-08T22:42:44.127 DEBUG:teuthology.orchestra.run.smithi124:> test -z $(ls -A /var/lib/ceph) 2023-11-08T22:42:44.161 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-08T22:42:44.221 INFO:teuthology.run_tasks:Running task kernel... 2023-11-08T22:42:44.241 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-08T22:42:44.241 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-08T22:42:44.242 DEBUG:teuthology.orchestra.run.smithi104:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T22:42:44.243 DEBUG:teuthology.orchestra.run.smithi124:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T22:42:44.262 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T22:42:44.263 DEBUG:teuthology.orchestra.run.smithi104:> uname -r 2023-11-08T22:42:44.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T22:42:44.264 DEBUG:teuthology.orchestra.run.smithi124:> uname -r 2023-11-08T22:42:44.324 INFO:teuthology.orchestra.run.smithi104.stdout:4.18.0-489.el8.x86_64 2023-11-08T22:42:44.324 INFO:teuthology.task.kernel:Running kernel on smithi104: 4.18.0-489.el8.x86_64 2023-11-08T22:42:44.325 DEBUG:teuthology.orchestra.run.smithi104:> sudo yum install -y kernel 2023-11-08T22:42:44.326 INFO:teuthology.orchestra.run.smithi124.stdout:4.18.0-489.el8.x86_64 2023-11-08T22:42:44.326 INFO:teuthology.task.kernel:Running kernel on smithi124: 4.18.0-489.el8.x86_64 2023-11-08T22:42:44.327 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum install -y kernel 2023-11-08T23:19:03.137 INFO:teuthology.orchestra.run.smithi124.stdout:CentOS Stream 8 - AppStream 16 kB/s | 34 MB 36:16 2023-11-08T23:19:09.605 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 8 - AppStream 16 kB/s | 34 MB 36:22 2023-11-08T23:19:11.562 INFO:teuthology.orchestra.run.smithi124.stdout:CentOS Stream 8 - BaseOS 23 MB/s | 53 MB 00:02 2023-11-08T23:19:18.504 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 8 - BaseOS 20 MB/s | 53 MB 00:02 2023-11-08T23:19:19.279 INFO:teuthology.orchestra.run.smithi124.stdout:CentOS Stream 8 - Extras 77 kB/s | 18 kB 00:00 2023-11-08T23:19:19.971 INFO:teuthology.orchestra.run.smithi124.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2023-11-08T23:19:20.248 INFO:teuthology.orchestra.run.smithi124.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-11-08T23:19:21.507 INFO:teuthology.orchestra.run.smithi124.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-11-08T23:19:25.333 INFO:teuthology.orchestra.run.smithi124.stdout:lab-extras 520 kB/s | 24 kB 00:00 2023-11-08T23:19:26.228 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 8 - Extras 75 kB/s | 18 kB 00:00 2023-11-08T23:19:26.829 INFO:teuthology.orchestra.run.smithi104.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2023-11-08T23:19:27.105 INFO:teuthology.orchestra.run.smithi104.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-11-08T23:19:27.989 INFO:teuthology.orchestra.run.smithi104.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-11-08T23:19:28.924 INFO:teuthology.orchestra.run.smithi124.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-08T23:19:28.924 INFO:teuthology.orchestra.run.smithi124.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-08T23:19:29.191 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-11-08T23:19:29.191 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-11-08T23:19:29.192 INFO:teuthology.orchestra.run.smithi124.stdout: Package Architecture Version Repository Size 2023-11-08T23:19:29.192 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-11-08T23:19:29.192 INFO:teuthology.orchestra.run.smithi124.stdout:Installing: 2023-11-08T23:19:29.192 INFO:teuthology.orchestra.run.smithi124.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-08T23:19:29.192 INFO:teuthology.orchestra.run.smithi124.stdout:Installing dependencies: 2023-11-08T23:19:29.193 INFO:teuthology.orchestra.run.smithi124.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-08T23:19:29.193 INFO:teuthology.orchestra.run.smithi124.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-08T23:19:29.193 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:19:29.193 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-11-08T23:19:29.193 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-11-08T23:19:29.194 INFO:teuthology.orchestra.run.smithi124.stdout:Install 3 Packages 2023-11-08T23:19:29.194 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:19:29.195 INFO:teuthology.orchestra.run.smithi124.stdout:Total download size: 89 M 2023-11-08T23:19:29.195 INFO:teuthology.orchestra.run.smithi124.stdout:Installed size: 96 M 2023-11-08T23:19:29.195 INFO:teuthology.orchestra.run.smithi124.stdout:Downloading Packages: 2023-11-08T23:19:29.312 INFO:teuthology.orchestra.run.smithi124.stdout:[MIRROR] kernel-core-4.18.0-521.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-core-4.18.0-521.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-08T23:19:29.313 INFO:teuthology.orchestra.run.smithi124.stdout:[MIRROR] kernel-modules-4.18.0-521.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-modules-4.18.0-521.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-08T23:19:29.313 INFO:teuthology.orchestra.run.smithi124.stdout:[MIRROR] kernel-4.18.0-521.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-4.18.0-521.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-08T23:19:30.501 INFO:teuthology.orchestra.run.smithi124.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 8.2 MB/s | 10 MB 00:01 2023-11-08T23:19:31.601 INFO:teuthology.orchestra.run.smithi124.stdout:(2/3): kernel-core-4.18.0-521.el8.x86_64.rpm 19 MB/s | 43 MB 00:02 2023-11-08T23:19:31.855 INFO:teuthology.orchestra.run.smithi104.stdout:lab-extras 464 kB/s | 24 kB 00:00 2023-11-08T23:19:32.076 INFO:teuthology.orchestra.run.smithi124.stdout:(3/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 13 MB/s | 36 MB 00:02 2023-11-08T23:19:32.077 INFO:teuthology.orchestra.run.smithi124.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:19:32.077 INFO:teuthology.orchestra.run.smithi124.stdout:Total 31 MB/s | 89 MB 00:02 2023-11-08T23:19:32.752 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction check 2023-11-08T23:19:33.166 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction check succeeded. 2023-11-08T23:19:33.167 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction test 2023-11-08T23:19:34.399 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction test succeeded. 2023-11-08T23:19:34.427 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction 2023-11-08T23:19:35.405 INFO:teuthology.orchestra.run.smithi104.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-08T23:19:35.405 INFO:teuthology.orchestra.run.smithi104.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-08T23:19:35.677 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2023-11-08T23:19:35.677 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2023-11-08T23:19:35.678 INFO:teuthology.orchestra.run.smithi104.stdout: Package Architecture Version Repository Size 2023-11-08T23:19:35.678 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2023-11-08T23:19:35.678 INFO:teuthology.orchestra.run.smithi104.stdout:Installing: 2023-11-08T23:19:35.678 INFO:teuthology.orchestra.run.smithi104.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-08T23:19:35.679 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2023-11-08T23:19:35.679 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-08T23:19:35.679 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-08T23:19:35.679 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:19:35.679 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2023-11-08T23:19:35.680 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2023-11-08T23:19:35.680 INFO:teuthology.orchestra.run.smithi104.stdout:Install 3 Packages 2023-11-08T23:19:35.680 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:19:35.681 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 89 M 2023-11-08T23:19:35.681 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 96 M 2023-11-08T23:19:35.681 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2023-11-08T23:19:35.906 INFO:teuthology.orchestra.run.smithi104.stdout:[MIRROR] kernel-4.18.0-521.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-4.18.0-521.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-08T23:19:36.914 INFO:teuthology.orchestra.run.smithi104.stdout:[MIRROR] kernel-modules-4.18.0-521.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-modules-4.18.0-521.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-08T23:19:37.118 INFO:teuthology.orchestra.run.smithi104.stdout:[MIRROR] kernel-core-4.18.0-521.el8.x86_64.rpm: Curl error (56): Failure when receiving data from the peer for http://mirrors.tripadvisor.com/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-core-4.18.0-521.el8.x86_64.rpm [Recv failure: Connection reset by peer] 2023-11-08T23:19:37.173 INFO:teuthology.orchestra.run.smithi124.stdout: Preparing : 1/1 2023-11-08T23:19:37.615 INFO:teuthology.orchestra.run.smithi104.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 5.8 MB/s | 10 MB 00:01 2023-11-08T23:19:37.663 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T23:19:39.956 INFO:teuthology.orchestra.run.smithi104.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 8.8 MB/s | 36 MB 00:04 2023-11-08T23:19:41.237 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T23:19:41.596 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T23:19:42.789 INFO:teuthology.orchestra.run.smithi104.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 6.3 MB/s | 43 MB 00:06 2023-11-08T23:19:42.790 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:19:42.790 INFO:teuthology.orchestra.run.smithi104.stdout:Total 13 MB/s | 89 MB 00:07 2023-11-08T23:19:43.464 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2023-11-08T23:19:43.893 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2023-11-08T23:19:43.894 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2023-11-08T23:19:45.024 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T23:19:45.119 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2023-11-08T23:19:45.140 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2023-11-08T23:19:45.318 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:19:47.918 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2023-11-08T23:19:48.461 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T23:19:51.995 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-08T23:19:52.344 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T23:19:55.765 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-08T23:19:56.031 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:20:07.095 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:20:07.118 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:20:07.488 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:20:07.488 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-08T23:20:07.489 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-08T23:20:08.233 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:20:08.233 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:20:08.234 INFO:teuthology.orchestra.run.smithi124.stdout:Installed: 2023-11-08T23:20:08.234 INFO:teuthology.orchestra.run.smithi124.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-08T23:20:08.234 INFO:teuthology.orchestra.run.smithi124.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-08T23:20:08.235 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:20:08.235 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-11-08T23:20:08.373 DEBUG:teuthology.orchestra.run.smithi124:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T23:20:08.585 INFO:teuthology.orchestra.run.smithi124.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T23:20:08.585 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T23:20:08.585 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-08T23:20:08.586 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T23:20:08.586 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T23:20:08.586 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-08T23:20:08.586 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi124.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T23:20:08.587 DEBUG:teuthology.orchestra.run.smithi124:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T23:20:08.795 INFO:teuthology.orchestra.run.smithi124.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T23:20:08.796 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T23:20:08.796 DEBUG:teuthology.orchestra.run.smithi124:> sudo rpm -qi grub2-tools 2023-11-08T23:20:08.829 INFO:teuthology.orchestra.run.smithi124.stdout:Name : grub2-tools 2023-11-08T23:20:08.830 INFO:teuthology.orchestra.run.smithi124.stdout:Epoch : 1 2023-11-08T23:20:08.830 INFO:teuthology.orchestra.run.smithi124.stdout:Version : 2.02 2023-11-08T23:20:08.830 INFO:teuthology.orchestra.run.smithi124.stdout:Release : 129.el8 2023-11-08T23:20:08.830 INFO:teuthology.orchestra.run.smithi124.stdout:Architecture: x86_64 2023-11-08T23:20:08.831 INFO:teuthology.orchestra.run.smithi124.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-08T23:20:08.831 INFO:teuthology.orchestra.run.smithi124.stdout:Group : System Environment/Base 2023-11-08T23:20:08.831 INFO:teuthology.orchestra.run.smithi124.stdout:Size : 9265586 2023-11-08T23:20:08.831 INFO:teuthology.orchestra.run.smithi124.stdout:License : GPLv3+ 2023-11-08T23:20:08.831 INFO:teuthology.orchestra.run.smithi124.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-08T23:20:08.832 INFO:teuthology.orchestra.run.smithi124.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-08T23:20:08.832 INFO:teuthology.orchestra.run.smithi124.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-08T23:20:08.832 INFO:teuthology.orchestra.run.smithi124.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-08T23:20:08.832 INFO:teuthology.orchestra.run.smithi124.stdout:Relocations : (not relocatable) 2023-11-08T23:20:08.832 INFO:teuthology.orchestra.run.smithi124.stdout:Packager : CentOS BuildSystem 2023-11-08T23:20:08.832 INFO:teuthology.orchestra.run.smithi124.stdout:Vendor : CentOS 2023-11-08T23:20:08.833 INFO:teuthology.orchestra.run.smithi124.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-08T23:20:08.833 INFO:teuthology.orchestra.run.smithi124.stdout:Summary : Support tools for GRUB. 2023-11-08T23:20:08.833 INFO:teuthology.orchestra.run.smithi124.stdout:Description : 2023-11-08T23:20:08.833 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:20:08.833 INFO:teuthology.orchestra.run.smithi124.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-08T23:20:08.834 INFO:teuthology.orchestra.run.smithi124.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-08T23:20:08.834 INFO:teuthology.orchestra.run.smithi124.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-08T23:20:08.834 INFO:teuthology.orchestra.run.smithi124.stdout:hardware devices. 2023-11-08T23:20:08.834 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:20:08.834 INFO:teuthology.orchestra.run.smithi124.stdout:This subpackage provides tools for support of all platforms. 2023-11-08T23:20:08.835 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-08T23:20:08.836 INFO:teuthology.task.kernel:Updating grub on smithi124 to boot 4.18.0-521.el8.x86_64 2023-11-08T23:20:08.836 DEBUG:teuthology.orchestra.run.smithi124:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-08T23:20:10.457 INFO:teuthology.orchestra.run.smithi124.stderr:Generating grub configuration file ... 2023-11-08T23:20:12.931 INFO:teuthology.orchestra.run.smithi124.stderr:done 2023-11-08T23:20:12.933 DEBUG:teuthology.orchestra.run.smithi124:> mktemp 2023-11-08T23:20:12.966 INFO:teuthology.orchestra.run.smithi124.stdout:/tmp/tmp.lyJFC1o4jR 2023-11-08T23:20:12.967 DEBUG:teuthology.orchestra.run.smithi124:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.lyJFC1o4jR 2023-11-08T23:20:13.040 DEBUG:teuthology.orchestra.run.smithi124:> sudo chmod 0666 /tmp/tmp.lyJFC1o4jR 2023-11-08T23:20:13.184 DEBUG:teuthology.orchestra.remote:smithi124:/tmp/tmp.lyJFC1o4jR is 6KB 2023-11-08T23:20:13.234 DEBUG:teuthology.orchestra.run.smithi124:> rm -fr /tmp/tmp.lyJFC1o4jR 2023-11-08T23:20:13.251 DEBUG:teuthology.orchestra.run.smithi124:> sudo /bin/ls /boot/loader/entries || true 2023-11-08T23:20:13.324 INFO:teuthology.orchestra.run.smithi124.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-08T23:20:13.325 INFO:teuthology.orchestra.run.smithi124.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-08T23:20:13.325 INFO:teuthology.orchestra.run.smithi124.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-08T23:20:13.325 INFO:teuthology.orchestra.run.smithi124.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-08T23:20:13.326 DEBUG:teuthology.orchestra.run.smithi124:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-08T23:20:13.477 DEBUG:teuthology.orchestra.run.smithi124:> sudo shutdown -r now 2023-11-08T23:20:17.860 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:20:17.884 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:20:18.230 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:20:18.230 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-08T23:20:18.230 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-08T23:20:18.989 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-08T23:20:18.989 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:20:18.989 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2023-11-08T23:20:18.989 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-08T23:20:18.989 INFO:teuthology.orchestra.run.smithi104.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-08T23:20:18.990 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:20:18.990 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2023-11-08T23:20:19.155 DEBUG:teuthology.orchestra.run.smithi104:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T23:20:19.383 INFO:teuthology.orchestra.run.smithi104.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T23:20:19.383 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T23:20:19.384 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-08T23:20:19.384 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T23:20:19.384 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T23:20:19.384 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-08T23:20:19.384 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi104.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T23:20:19.385 DEBUG:teuthology.orchestra.run.smithi104:> rpm -q kernel | sort -rV | head -n 1 2023-11-08T23:20:19.595 INFO:teuthology.orchestra.run.smithi104.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-08T23:20:19.595 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-08T23:20:19.596 DEBUG:teuthology.orchestra.run.smithi104:> sudo rpm -qi grub2-tools 2023-11-08T23:20:19.630 INFO:teuthology.orchestra.run.smithi104.stdout:Name : grub2-tools 2023-11-08T23:20:19.630 INFO:teuthology.orchestra.run.smithi104.stdout:Epoch : 1 2023-11-08T23:20:19.631 INFO:teuthology.orchestra.run.smithi104.stdout:Version : 2.02 2023-11-08T23:20:19.631 INFO:teuthology.orchestra.run.smithi104.stdout:Release : 129.el8 2023-11-08T23:20:19.631 INFO:teuthology.orchestra.run.smithi104.stdout:Architecture: x86_64 2023-11-08T23:20:19.632 INFO:teuthology.orchestra.run.smithi104.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-08T23:20:19.632 INFO:teuthology.orchestra.run.smithi104.stdout:Group : System Environment/Base 2023-11-08T23:20:19.632 INFO:teuthology.orchestra.run.smithi104.stdout:Size : 9265586 2023-11-08T23:20:19.632 INFO:teuthology.orchestra.run.smithi104.stdout:License : GPLv3+ 2023-11-08T23:20:19.633 INFO:teuthology.orchestra.run.smithi104.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-08T23:20:19.633 INFO:teuthology.orchestra.run.smithi104.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-08T23:20:19.634 INFO:teuthology.orchestra.run.smithi104.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-08T23:20:19.634 INFO:teuthology.orchestra.run.smithi104.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-08T23:20:19.634 INFO:teuthology.orchestra.run.smithi104.stdout:Relocations : (not relocatable) 2023-11-08T23:20:19.635 INFO:teuthology.orchestra.run.smithi104.stdout:Packager : CentOS BuildSystem 2023-11-08T23:20:19.635 INFO:teuthology.orchestra.run.smithi104.stdout:Vendor : CentOS 2023-11-08T23:20:19.636 INFO:teuthology.orchestra.run.smithi104.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-08T23:20:19.636 INFO:teuthology.orchestra.run.smithi104.stdout:Summary : Support tools for GRUB. 2023-11-08T23:20:19.636 INFO:teuthology.orchestra.run.smithi104.stdout:Description : 2023-11-08T23:20:19.636 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:20:19.636 INFO:teuthology.orchestra.run.smithi104.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-08T23:20:19.637 INFO:teuthology.orchestra.run.smithi104.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-08T23:20:19.637 INFO:teuthology.orchestra.run.smithi104.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-08T23:20:19.637 INFO:teuthology.orchestra.run.smithi104.stdout:hardware devices. 2023-11-08T23:20:19.637 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:20:19.637 INFO:teuthology.orchestra.run.smithi104.stdout:This subpackage provides tools for support of all platforms. 2023-11-08T23:20:19.638 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-08T23:20:19.639 INFO:teuthology.task.kernel:Updating grub on smithi104 to boot 4.18.0-521.el8.x86_64 2023-11-08T23:20:19.639 DEBUG:teuthology.orchestra.run.smithi104:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-08T23:20:21.030 INFO:teuthology.orchestra.run.smithi104.stderr:Generating grub configuration file ... 2023-11-08T23:20:23.476 INFO:teuthology.orchestra.run.smithi104.stderr:done 2023-11-08T23:20:23.477 DEBUG:teuthology.orchestra.run.smithi104:> mktemp 2023-11-08T23:20:23.502 INFO:teuthology.orchestra.run.smithi104.stdout:/tmp/tmp.8QtSNE0R4p 2023-11-08T23:20:23.503 DEBUG:teuthology.orchestra.run.smithi104:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.8QtSNE0R4p 2023-11-08T23:20:23.576 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod 0666 /tmp/tmp.8QtSNE0R4p 2023-11-08T23:20:23.727 DEBUG:teuthology.orchestra.remote:smithi104:/tmp/tmp.8QtSNE0R4p is 6KB 2023-11-08T23:20:23.775 DEBUG:teuthology.orchestra.run.smithi104:> rm -fr /tmp/tmp.8QtSNE0R4p 2023-11-08T23:20:23.793 DEBUG:teuthology.orchestra.run.smithi104:> sudo /bin/ls /boot/loader/entries || true 2023-11-08T23:20:23.865 INFO:teuthology.orchestra.run.smithi104.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-08T23:20:23.866 INFO:teuthology.orchestra.run.smithi104.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-08T23:20:23.866 INFO:teuthology.orchestra.run.smithi104.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-08T23:20:23.866 INFO:teuthology.orchestra.run.smithi104.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-08T23:20:23.867 DEBUG:teuthology.orchestra.run.smithi104:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-08T23:20:24.026 DEBUG:teuthology.orchestra.run.smithi104:> sudo shutdown -r now 2023-11-08T23:20:43.498 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-08T23:20:43.499 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-11-08T23:20:43.500 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:20:54.038 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-08T23:20:54.039 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2023-11-08T23:20:54.039 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:21:01.818 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.124 2023-11-08T23:21:10.826 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-11-08T23:21:10.827 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:21:12.570 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.104 2023-11-08T23:21:13.882 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.124 2023-11-08T23:21:21.577 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2023-11-08T23:21:21.578 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:21:24.634 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.104 2023-11-08T23:21:25.884 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-11-08T23:21:25.885 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:21:36.646 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2023-11-08T23:21:36.647 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:21:58.103 DEBUG:teuthology.orchestra.run.smithi124:> true 2023-11-08T23:21:58.388 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-11-08T23:21:58.389 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-08T23:21:58.389 DEBUG:teuthology.orchestra.run.smithi124:> uname -r 2023-11-08T23:21:58.446 INFO:teuthology.orchestra.run.smithi124.stdout:4.18.0-521.el8.x86_64 2023-11-08T23:21:58.446 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-08T23:21:58.446 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-08T23:21:58.447 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-08T23:21:59.448 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-08T23:21:59.448 DEBUG:teuthology.orchestra.run.smithi124:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-08T23:21:59.541 INFO:teuthology.orchestra.run.smithi124.stdout:ttyS1 2023-11-08T23:21:59.553 DEBUG:teuthology.parallel:result is None 2023-11-08T23:22:08.886 DEBUG:teuthology.orchestra.run.smithi104:> true 2023-11-08T23:22:09.141 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi104.front.sepia.ceph.com' 2023-11-08T23:22:09.142 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-08T23:22:09.142 DEBUG:teuthology.orchestra.run.smithi104:> uname -r 2023-11-08T23:22:09.202 INFO:teuthology.orchestra.run.smithi104.stdout:4.18.0-521.el8.x86_64 2023-11-08T23:22:09.202 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-08T23:22:09.203 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-08T23:22:09.203 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-08T23:22:10.204 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-08T23:22:10.204 DEBUG:teuthology.orchestra.run.smithi104:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-08T23:22:10.267 INFO:teuthology.orchestra.run.smithi104.stdout:ttyS1 2023-11-08T23:22:10.281 DEBUG:teuthology.parallel:result is None 2023-11-08T23:22:10.281 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-08T23:22:10.294 INFO:teuthology.task.internal:Creating test directory... 2023-11-08T23:22:10.295 DEBUG:teuthology.orchestra.run.smithi104:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-08T23:22:10.298 DEBUG:teuthology.orchestra.run.smithi124:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-08T23:22:10.320 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-08T23:22:10.327 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-08T23:22:10.348 INFO:teuthology.task.internal:Creating archive directory... 2023-11-08T23:22:10.348 DEBUG:teuthology.orchestra.run.smithi104:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-08T23:22:10.358 DEBUG:teuthology.orchestra.run.smithi124:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-08T23:22:10.398 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-08T23:22:10.405 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-08T23:22:10.405 DEBUG:teuthology.orchestra.run.smithi104:> 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-08T23:22:10.435 DEBUG:teuthology.orchestra.run.smithi124:> 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-08T23:22:10.478 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T23:22:10.489 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T23:22:10.503 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T23:22:10.513 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T23:22:10.515 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-08T23:22:10.524 INFO:teuthology.task.internal:Configuring sudo... 2023-11-08T23:22:10.524 DEBUG:teuthology.orchestra.run.smithi104:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-08T23:22:10.532 DEBUG:teuthology.orchestra.run.smithi124:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-08T23:22:10.584 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-08T23:22:10.595 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-08T23:22:10.595 DEBUG:teuthology.orchestra.run.smithi104:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-08T23:22:10.601 DEBUG:teuthology.orchestra.run.smithi124:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-08T23:22:10.644 DEBUG:teuthology.orchestra.run.smithi104:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T23:22:10.705 DEBUG:teuthology.orchestra.run.smithi104:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T23:22:10.759 DEBUG:teuthology.orchestra.run.smithi104:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T23:22:10.844 DEBUG:teuthology.orchestra.run.smithi104:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T23:22:10.886 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2023-11-08T23:22:10.887 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-08T23:22:10.953 DEBUG:teuthology.orchestra.run.smithi124:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T23:22:11.001 DEBUG:teuthology.orchestra.run.smithi124:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T23:22:11.057 DEBUG:teuthology.orchestra.run.smithi124:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T23:22:11.145 DEBUG:teuthology.orchestra.run.smithi124:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T23:22:11.189 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-08T23:22:11.190 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-08T23:22:11.259 DEBUG:teuthology.orchestra.run.smithi104:> sudo service rsyslog restart 2023-11-08T23:22:11.262 DEBUG:teuthology.orchestra.run.smithi124:> sudo service rsyslog restart 2023-11-08T23:22:11.324 INFO:teuthology.orchestra.run.smithi104.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T23:22:11.367 INFO:teuthology.orchestra.run.smithi124.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T23:22:11.751 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-08T23:22:11.759 INFO:teuthology.task.internal:Starting timer... 2023-11-08T23:22:11.759 INFO:teuthology.run_tasks:Running task pcp... 2023-11-08T23:22:11.794 INFO:teuthology.run_tasks:Running task selinux... 2023-11-08T23:22:11.803 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-08T23:22:11.804 DEBUG:teuthology.orchestra.run.smithi104:> sudo service auditd rotate 2023-11-08T23:22:11.892 INFO:teuthology.orchestra.run.smithi104.stdout:Rotating logs: 2023-11-08T23:22:11.894 DEBUG:teuthology.orchestra.run.smithi124:> sudo service auditd rotate 2023-11-08T23:22:11.963 INFO:teuthology.orchestra.run.smithi124.stdout:Rotating logs: 2023-11-08T23:22:11.965 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-08T23:22:11.965 DEBUG:teuthology.orchestra.run.smithi104:> /usr/sbin/getenforce 2023-11-08T23:22:11.993 INFO:teuthology.orchestra.run.smithi104.stdout:Permissive 2023-11-08T23:22:11.993 DEBUG:teuthology.orchestra.run.smithi124:> /usr/sbin/getenforce 2023-11-08T23:22:12.013 INFO:teuthology.orchestra.run.smithi124.stdout:Permissive 2023-11-08T23:22:12.013 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi104.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi124.front.sepia.ceph.com': 'permissive'} 2023-11-08T23:22:12.013 DEBUG:teuthology.orchestra.run.smithi104:> 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-08T23:22:12.061 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T23:22:12.062 DEBUG:teuthology.orchestra.run.smithi124:> 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-08T23:22:12.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T23:22:12.089 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-08T23:22:12.090 DEBUG:teuthology.orchestra.run.smithi104:> sudo /usr/sbin/setenforce permissive 2023-11-08T23:22:12.129 DEBUG:teuthology.orchestra.run.smithi124:> sudo /usr/sbin/setenforce permissive 2023-11-08T23:22:12.156 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-08T23:22:12.166 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-08T23:22:12.171 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-08T23:22:12.303 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-08T23:22:12.319 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-08T23:22:12.321 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi104.front.sepia.ceph.com,smithi124.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-08T23:29:35.622 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi104.front.sepia.ceph.com'), Remote(name='ubuntu@smithi124.front.sepia.ceph.com')] 2023-11-08T23:29:35.623 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi104.front.sepia.ceph.com' 2023-11-08T23:29:35.624 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi104.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:29:35.696 DEBUG:teuthology.orchestra.run.smithi104:> true 2023-11-08T23:29:35.765 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi104.front.sepia.ceph.com' 2023-11-08T23:29:35.766 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-11-08T23:29:35.767 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T23:29:35.835 DEBUG:teuthology.orchestra.run.smithi124:> true 2023-11-08T23:29:35.905 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-11-08T23:29:35.906 INFO:teuthology.run_tasks:Running task clock... 2023-11-08T23:29:35.917 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-08T23:29:35.918 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-08T23:29:35.919 DEBUG:teuthology.orchestra.run.smithi104:> 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-08T23:29:35.921 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-08T23:29:35.922 DEBUG:teuthology.orchestra.run.smithi124:> 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-08T23:29:35.952 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-08T23:29:35.966 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-08T23:29:35.977 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-08T23:29:35.991 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-08T23:29:36.030 INFO:teuthology.orchestra.run.smithi104.stderr:sudo: ntpd: command not found 2023-11-08T23:29:36.042 INFO:teuthology.orchestra.run.smithi104.stdout:506 Cannot talk to daemon 2023-11-08T23:29:36.055 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-08T23:29:36.069 INFO:teuthology.orchestra.run.smithi104.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-08T23:29:36.072 INFO:teuthology.orchestra.run.smithi124.stderr:sudo: ntpd: command not found 2023-11-08T23:29:36.084 INFO:teuthology.orchestra.run.smithi124.stdout:506 Cannot talk to daemon 2023-11-08T23:29:36.097 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-08T23:29:36.110 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-08T23:29:36.146 INFO:teuthology.orchestra.run.smithi104.stderr:bash: ntpq: command not found 2023-11-08T23:29:36.150 INFO:teuthology.orchestra.run.smithi104.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T23:29:36.150 INFO:teuthology.orchestra.run.smithi104.stdout:=============================================================================== 2023-11-08T23:29:36.150 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:29:36.151 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:29:36.151 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:29:36.151 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:29:36.191 INFO:teuthology.orchestra.run.smithi124.stderr:bash: ntpq: command not found 2023-11-08T23:29:36.195 INFO:teuthology.orchestra.run.smithi124.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T23:29:36.195 INFO:teuthology.orchestra.run.smithi124.stdout:=============================================================================== 2023-11-08T23:29:36.195 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:29:36.195 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:29:36.195 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:29:36.196 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:29:36.197 INFO:teuthology.run_tasks:Running task pexec... 2023-11-08T23:29:36.206 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-08T23:29:36.207 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi104.front.sepia.ceph.com 2023-11-08T23:29:36.207 DEBUG:teuthology.orchestra.run.smithi104:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-08T23:29:36.208 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi124.front.sepia.ceph.com 2023-11-08T23:29:36.208 DEBUG:teuthology.orchestra.run.smithi124:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-08T23:29:37.083 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:38 ago on Wed 08 Nov 2023 11:27:58 PM UTC. 2023-11-08T23:29:37.121 INFO:teuthology.orchestra.run.smithi124.stdout:Last metadata expiration check: 0:01:34 ago on Wed 08 Nov 2023 11:28:02 PM UTC. 2023-11-08T23:29:39.123 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-11-08T23:29:39.124 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-11-08T23:29:39.124 INFO:teuthology.orchestra.run.smithi124.stdout: Package Architecture Version Repository Size 2023-11-08T23:29:39.124 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-11-08T23:29:39.125 INFO:teuthology.orchestra.run.smithi124.stdout:Resetting modules: 2023-11-08T23:29:39.125 INFO:teuthology.orchestra.run.smithi124.stdout: container-tools 2023-11-08T23:29:39.125 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:29:39.125 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-11-08T23:29:39.125 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-11-08T23:29:39.126 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:29:39.217 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2023-11-08T23:29:39.218 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2023-11-08T23:29:39.218 INFO:teuthology.orchestra.run.smithi104.stdout: Package Architecture Version Repository Size 2023-11-08T23:29:39.218 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2023-11-08T23:29:39.218 INFO:teuthology.orchestra.run.smithi104.stdout:Resetting modules: 2023-11-08T23:29:39.218 INFO:teuthology.orchestra.run.smithi104.stdout: container-tools 2023-11-08T23:29:39.219 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:29:39.219 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2023-11-08T23:29:39.219 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2023-11-08T23:29:39.219 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:29:39.373 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-11-08T23:29:39.462 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2023-11-08T23:29:40.309 INFO:teuthology.orchestra.run.smithi124.stdout:Last metadata expiration check: 0:01:38 ago on Wed 08 Nov 2023 11:28:02 PM UTC. 2023-11-08T23:29:40.422 INFO:teuthology.orchestra.run.smithi104.stdout:Last metadata expiration check: 0:01:42 ago on Wed 08 Nov 2023 11:27:58 PM UTC. 2023-11-08T23:29:42.409 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-11-08T23:29:42.537 INFO:teuthology.orchestra.run.smithi104.stdout:Dependencies resolved. 2023-11-08T23:29:42.581 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-11-08T23:29:42.581 INFO:teuthology.orchestra.run.smithi124.stdout: Package Arch Version Repository Size 2023-11-08T23:29:42.582 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-11-08T23:29:42.582 INFO:teuthology.orchestra.run.smithi124.stdout:Installing group/module packages: 2023-11-08T23:29:42.582 INFO:teuthology.orchestra.run.smithi124.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-08T23:29:42.582 INFO:teuthology.orchestra.run.smithi124.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-08T23:29:42.582 INFO:teuthology.orchestra.run.smithi124.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-08T23:29:42.583 INFO:teuthology.orchestra.run.smithi124.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-08T23:29:42.583 INFO:teuthology.orchestra.run.smithi124.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-08T23:29:42.583 INFO:teuthology.orchestra.run.smithi124.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-08T23:29:42.583 INFO:teuthology.orchestra.run.smithi124.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-08T23:29:42.583 INFO:teuthology.orchestra.run.smithi124.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-08T23:29:42.584 INFO:teuthology.orchestra.run.smithi124.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-08T23:29:42.584 INFO:teuthology.orchestra.run.smithi124.stdout:Installing dependencies: 2023-11-08T23:29:42.584 INFO:teuthology.orchestra.run.smithi124.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-08T23:29:42.584 INFO:teuthology.orchestra.run.smithi124.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-08T23:29:42.584 INFO:teuthology.orchestra.run.smithi124.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-08T23:29:42.585 INFO:teuthology.orchestra.run.smithi124.stdout:Installing weak dependencies: 2023-11-08T23:29:42.585 INFO:teuthology.orchestra.run.smithi124.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-08T23:29:42.585 INFO:teuthology.orchestra.run.smithi124.stdout:Installing module profiles: 2023-11-08T23:29:42.585 INFO:teuthology.orchestra.run.smithi124.stdout: container-tools/common 2023-11-08T23:29:42.585 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:29:42.586 INFO:teuthology.orchestra.run.smithi124.stdout:Enabling module streams: 2023-11-08T23:29:42.586 INFO:teuthology.orchestra.run.smithi124.stdout: container-tools rhel8 2023-11-08T23:29:42.586 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:29:42.586 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-11-08T23:29:42.586 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-11-08T23:29:42.587 INFO:teuthology.orchestra.run.smithi124.stdout:Install 13 Packages 2023-11-08T23:29:42.587 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:29:42.587 INFO:teuthology.orchestra.run.smithi124.stdout:Total download size: 27 M 2023-11-08T23:29:42.588 INFO:teuthology.orchestra.run.smithi124.stdout:Installed size: 89 M 2023-11-08T23:29:42.588 INFO:teuthology.orchestra.run.smithi124.stdout:Downloading Packages: 2023-11-08T23:29:42.711 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2023-11-08T23:29:42.711 INFO:teuthology.orchestra.run.smithi104.stdout: Package Arch Version Repository Size 2023-11-08T23:29:42.712 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2023-11-08T23:29:42.712 INFO:teuthology.orchestra.run.smithi104.stdout:Installing group/module packages: 2023-11-08T23:29:42.712 INFO:teuthology.orchestra.run.smithi104.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-08T23:29:42.712 INFO:teuthology.orchestra.run.smithi104.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-08T23:29:42.712 INFO:teuthology.orchestra.run.smithi104.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-08T23:29:42.713 INFO:teuthology.orchestra.run.smithi104.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-08T23:29:42.713 INFO:teuthology.orchestra.run.smithi104.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-08T23:29:42.713 INFO:teuthology.orchestra.run.smithi104.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-08T23:29:42.713 INFO:teuthology.orchestra.run.smithi104.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-08T23:29:42.713 INFO:teuthology.orchestra.run.smithi104.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-08T23:29:42.714 INFO:teuthology.orchestra.run.smithi104.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-08T23:29:42.714 INFO:teuthology.orchestra.run.smithi104.stdout:Installing dependencies: 2023-11-08T23:29:42.714 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-08T23:29:42.714 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-08T23:29:42.714 INFO:teuthology.orchestra.run.smithi104.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-08T23:29:42.715 INFO:teuthology.orchestra.run.smithi104.stdout:Installing weak dependencies: 2023-11-08T23:29:42.716 INFO:teuthology.orchestra.run.smithi104.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-08T23:29:42.716 INFO:teuthology.orchestra.run.smithi104.stdout:Installing module profiles: 2023-11-08T23:29:42.716 INFO:teuthology.orchestra.run.smithi104.stdout: container-tools/common 2023-11-08T23:29:42.716 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:29:42.716 INFO:teuthology.orchestra.run.smithi104.stdout:Enabling module streams: 2023-11-08T23:29:42.717 INFO:teuthology.orchestra.run.smithi104.stdout: container-tools rhel8 2023-11-08T23:29:42.717 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:29:42.717 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction Summary 2023-11-08T23:29:42.717 INFO:teuthology.orchestra.run.smithi104.stdout:================================================================================ 2023-11-08T23:29:42.717 INFO:teuthology.orchestra.run.smithi104.stdout:Install 13 Packages 2023-11-08T23:29:42.717 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:29:42.718 INFO:teuthology.orchestra.run.smithi104.stdout:Total download size: 27 M 2023-11-08T23:29:42.718 INFO:teuthology.orchestra.run.smithi104.stdout:Installed size: 89 M 2023-11-08T23:29:42.719 INFO:teuthology.orchestra.run.smithi104.stdout:Downloading Packages: 2023-11-08T23:29:42.936 INFO:teuthology.orchestra.run.smithi124.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 4.5 MB/s | 750 kB 00:00 2023-11-08T23:29:42.982 INFO:teuthology.orchestra.run.smithi104.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 4.0 MB/s | 750 kB 00:00 2023-11-08T23:29:42.987 INFO:teuthology.orchestra.run.smithi124.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 756 kB/s | 38 kB 00:00 2023-11-08T23:29:43.024 INFO:teuthology.orchestra.run.smithi104.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 915 kB/s | 38 kB 00:00 2023-11-08T23:29:43.057 INFO:teuthology.orchestra.run.smithi104.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.8 MB/s | 1.0 MB 00:00 2023-11-08T23:29:43.062 INFO:teuthology.orchestra.run.smithi124.stdout:(3/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.5 MB/s | 1.0 MB 00:00 2023-11-08T23:29:43.087 INFO:teuthology.orchestra.run.smithi124.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.3 MB/s | 241 kB 00:00 2023-11-08T23:29:43.100 INFO:teuthology.orchestra.run.smithi104.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 3.1 MB/s | 241 kB 00:00 2023-11-08T23:29:43.146 INFO:teuthology.orchestra.run.smithi124.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.0 MB/s | 178 kB 00:00 2023-11-08T23:29:43.166 INFO:teuthology.orchestra.run.smithi104.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.6 MB/s | 178 kB 00:00 2023-11-08T23:29:43.188 INFO:teuthology.orchestra.run.smithi124.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 592 kB/s | 25 kB 00:00 2023-11-08T23:29:43.208 INFO:teuthology.orchestra.run.smithi104.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 593 kB/s | 25 kB 00:00 2023-11-08T23:29:43.230 INFO:teuthology.orchestra.run.smithi124.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.2 MB/s | 94 kB 00:00 2023-11-08T23:29:43.250 INFO:teuthology.orchestra.run.smithi104.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 2.2 MB/s | 94 kB 00:00 2023-11-08T23:29:43.613 INFO:teuthology.orchestra.run.smithi124.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 7.1 MB/s | 3.9 MB 00:00 2023-11-08T23:29:43.642 INFO:teuthology.orchestra.run.smithi104.stdout:(8/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 11 MB/s | 9.6 MB 00:00 2023-11-08T23:29:43.946 INFO:teuthology.orchestra.run.smithi104.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 8.4 MB/s | 2.5 MB 00:00 2023-11-08T23:29:44.001 INFO:teuthology.orchestra.run.smithi104.stdout:(10/13): netavark-1.8.0-2.module_el8+712+4cd1bd 4.2 MB/s | 3.9 MB 00:00 2023-11-08T23:29:44.026 INFO:teuthology.orchestra.run.smithi104.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 652 kB/s | 53 kB 00:00 2023-11-08T23:29:44.052 INFO:teuthology.orchestra.run.smithi104.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 817 kB/s | 41 kB 00:00 2023-11-08T23:29:44.139 INFO:teuthology.orchestra.run.smithi124.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 7.0 MB/s | 9.6 MB 00:01 2023-11-08T23:29:44.197 INFO:teuthology.orchestra.run.smithi124.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 4.3 MB/s | 2.5 MB 00:00 2023-11-08T23:29:44.223 INFO:teuthology.orchestra.run.smithi124.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 631 kB/s | 53 kB 00:00 2023-11-08T23:29:44.248 INFO:teuthology.orchestra.run.smithi124.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 817 kB/s | 41 kB 00:00 2023-11-08T23:29:44.385 INFO:teuthology.orchestra.run.smithi104.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 7.2 MB/s | 8.1 MB 00:01 2023-11-08T23:29:44.386 INFO:teuthology.orchestra.run.smithi104.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:29:44.386 INFO:teuthology.orchestra.run.smithi104.stdout:Total 16 MB/s | 27 MB 00:01 2023-11-08T23:29:44.463 INFO:teuthology.orchestra.run.smithi124.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 6.6 MB/s | 8.1 MB 00:01 2023-11-08T23:29:44.464 INFO:teuthology.orchestra.run.smithi124.stdout:-------------------------------------------------------------------------------- 2023-11-08T23:29:44.464 INFO:teuthology.orchestra.run.smithi124.stdout:Total 14 MB/s | 27 MB 00:01 2023-11-08T23:29:44.653 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction check 2023-11-08T23:29:44.674 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction check succeeded. 2023-11-08T23:29:44.675 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction test 2023-11-08T23:29:44.729 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction check 2023-11-08T23:29:44.750 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction check succeeded. 2023-11-08T23:29:44.751 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction test 2023-11-08T23:29:44.945 INFO:teuthology.orchestra.run.smithi104.stdout:Transaction test succeeded. 2023-11-08T23:29:44.948 INFO:teuthology.orchestra.run.smithi104.stdout:Running transaction 2023-11-08T23:29:45.019 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction test succeeded. 2023-11-08T23:29:45.022 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction 2023-11-08T23:29:45.612 INFO:teuthology.orchestra.run.smithi104.stdout: Preparing : 1/1 2023-11-08T23:29:45.746 INFO:teuthology.orchestra.run.smithi124.stdout: Preparing : 1/1 2023-11-08T23:29:45.826 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-08T23:29:45.980 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-08T23:29:46.004 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-08T23:29:46.158 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-08T23:29:46.192 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-08T23:29:46.374 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-08T23:29:46.416 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T23:29:46.576 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T23:29:46.959 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-08T23:29:47.114 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-08T23:29:47.968 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T23:29:48.164 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T23:29:48.190 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-08T23:29:48.424 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-08T23:29:48.436 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-08T23:29:48.675 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-08T23:29:48.684 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-08T23:29:48.937 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-08T23:29:49.058 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-08T23:29:49.372 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-08T23:29:50.253 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T23:29:50.258 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T23:29:50.461 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-08T23:29:50.502 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-08T23:29:50.662 INFO:teuthology.orchestra.run.smithi104.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T23:29:50.674 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T23:29:51.096 INFO:teuthology.orchestra.run.smithi104.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T23:29:51.097 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-08T23:29:51.097 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-08T23:29:51.097 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-08T23:29:51.097 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T23:29:51.097 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-08T23:29:51.098 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T23:29:51.098 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-08T23:29:51.098 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-08T23:29:51.098 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-08T23:29:51.099 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-08T23:29:51.099 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T23:29:51.099 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-08T23:29:51.123 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-08T23:29:51.124 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-08T23:29:51.124 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-08T23:29:51.124 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-08T23:29:51.124 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-08T23:29:51.125 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-08T23:29:51.125 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-08T23:29:51.125 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-08T23:29:51.125 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-08T23:29:51.125 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-08T23:29:51.126 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-08T23:29:51.126 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-08T23:29:51.126 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-08T23:29:51.865 INFO:teuthology.orchestra.run.smithi104.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-08T23:29:51.865 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:29:51.865 INFO:teuthology.orchestra.run.smithi104.stdout:Installed: 2023-11-08T23:29:51.865 INFO:teuthology.orchestra.run.smithi104.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:29:51.866 INFO:teuthology.orchestra.run.smithi104.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:29:51.866 INFO:teuthology.orchestra.run.smithi104.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-08T23:29:51.866 INFO:teuthology.orchestra.run.smithi104.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-08T23:29:51.866 INFO:teuthology.orchestra.run.smithi104.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:29:51.866 INFO:teuthology.orchestra.run.smithi104.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:29:51.867 INFO:teuthology.orchestra.run.smithi104.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-08T23:29:51.867 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-08T23:29:51.867 INFO:teuthology.orchestra.run.smithi104.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-08T23:29:51.867 INFO:teuthology.orchestra.run.smithi104.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:29:51.868 INFO:teuthology.orchestra.run.smithi104.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:29:51.868 INFO:teuthology.orchestra.run.smithi104.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-08T23:29:51.868 INFO:teuthology.orchestra.run.smithi104.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-08T23:29:51.868 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:29:51.868 INFO:teuthology.orchestra.run.smithi104.stdout:Complete! 2023-11-08T23:29:51.940 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-08T23:29:51.940 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:29:51.941 INFO:teuthology.orchestra.run.smithi124.stdout:Installed: 2023-11-08T23:29:51.941 INFO:teuthology.orchestra.run.smithi124.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:29:51.941 INFO:teuthology.orchestra.run.smithi124.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:29:51.941 INFO:teuthology.orchestra.run.smithi124.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-08T23:29:51.941 INFO:teuthology.orchestra.run.smithi124.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-08T23:29:51.942 INFO:teuthology.orchestra.run.smithi124.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:29:51.942 INFO:teuthology.orchestra.run.smithi124.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:29:51.942 INFO:teuthology.orchestra.run.smithi124.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-08T23:29:51.942 INFO:teuthology.orchestra.run.smithi124.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-08T23:29:51.942 INFO:teuthology.orchestra.run.smithi124.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-08T23:29:51.943 INFO:teuthology.orchestra.run.smithi124.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:29:51.943 INFO:teuthology.orchestra.run.smithi124.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-08T23:29:51.943 INFO:teuthology.orchestra.run.smithi124.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-08T23:29:51.943 INFO:teuthology.orchestra.run.smithi124.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-08T23:29:51.943 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:29:51.944 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-11-08T23:29:52.135 DEBUG:teuthology.parallel:result is None 2023-11-08T23:29:52.235 DEBUG:teuthology.parallel:result is None 2023-11-08T23:29:52.235 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-08T23:29:52.317 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': 'c5dca1b39843ab5db10818164a43fe9d7a0543db'} 2023-11-08T23:29:52.318 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-11-08T23:29:52.319 INFO:tasks.cephadm:Cluster fsid is b7718266-7e8e-11ee-8dbb-212e2dc638e7 2023-11-08T23:29:52.319 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-08T23:29:52.319 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-08T23:29:52.320 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi104': '172.21.15.104', 'mon.smithi124': '172.21.15.124'} 2023-11-08T23:29:52.320 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-08T23:29:52.321 DEBUG:teuthology.orchestra.run.smithi104:> sudo hostname $(hostname -s) 2023-11-08T23:29:52.348 DEBUG:teuthology.orchestra.run.smithi124:> sudo hostname $(hostname -s) 2023-11-08T23:29:52.376 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-11-08T23:29:52.377 DEBUG:teuthology.orchestra.run.smithi104:> 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-08T23:29:52.667 INFO:teuthology.orchestra.run.smithi104.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 8 23:29 /home/ubuntu/cephtest/cephadm 2023-11-08T23:29:52.667 DEBUG:teuthology.orchestra.run.smithi124:> 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-08T23:29:52.895 INFO:teuthology.orchestra.run.smithi124.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 8 23:29 /home/ubuntu/cephtest/cephadm 2023-11-08T23:29:52.896 DEBUG:teuthology.orchestra.run.smithi104:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-08T23:29:52.916 DEBUG:teuthology.orchestra.run.smithi124:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-08T23:29:52.945 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-11-08T23:29:52.945 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-08T23:29:52.958 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-08T23:29:54.610 INFO:teuthology.orchestra.run.smithi104.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-08T23:29:54.699 INFO:teuthology.orchestra.run.smithi124.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-08T23:30:08.932 INFO:teuthology.orchestra.run.smithi124.stdout:{ 2023-11-08T23:30:08.932 INFO:teuthology.orchestra.run.smithi124.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-08T23:30:08.932 INFO:teuthology.orchestra.run.smithi124.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-08T23:30:08.932 INFO:teuthology.orchestra.run.smithi124.stdout: "repo_digests": [ 2023-11-08T23:30:08.933 INFO:teuthology.orchestra.run.smithi124.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-08T23:30:08.933 INFO:teuthology.orchestra.run.smithi124.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-08T23:30:08.933 INFO:teuthology.orchestra.run.smithi124.stdout: ] 2023-11-08T23:30:08.933 INFO:teuthology.orchestra.run.smithi124.stdout:} 2023-11-08T23:30:09.148 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:30:09.148 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-08T23:30:09.148 INFO:teuthology.orchestra.run.smithi104.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-08T23:30:09.148 INFO:teuthology.orchestra.run.smithi104.stdout: "repo_digests": [ 2023-11-08T23:30:09.149 INFO:teuthology.orchestra.run.smithi104.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-08T23:30:09.149 INFO:teuthology.orchestra.run.smithi104.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-08T23:30:09.149 INFO:teuthology.orchestra.run.smithi104.stdout: ] 2023-11-08T23:30:09.149 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:30:09.167 DEBUG:teuthology.orchestra.run.smithi104:> sudo mkdir -p /etc/ceph 2023-11-08T23:30:09.198 DEBUG:teuthology.orchestra.run.smithi124:> sudo mkdir -p /etc/ceph 2023-11-08T23:30:09.229 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod 777 /etc/ceph 2023-11-08T23:30:09.265 DEBUG:teuthology.orchestra.run.smithi124:> sudo chmod 777 /etc/ceph 2023-11-08T23:30:09.296 INFO:tasks.cephadm:Writing seed config... 2023-11-08T23:30:09.298 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-08T23:30:09.299 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-08T23:30:09.300 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-08T23:30:09.300 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-08T23:30:09.301 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-08T23:30:09.301 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-08T23:30:09.302 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-08T23:30:09.303 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-08T23:30:09.304 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2023-11-08T23:30:09.304 DEBUG:teuthology.orchestra.run.smithi104:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-08T23:30:09.323 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 = b7718266-7e8e-11ee-8dbb-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-08T23:30:09.324 DEBUG:teuthology.orchestra.run.smithi104:mon.smithi104> sudo journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@mon.smithi104.service 2023-11-08T23:30:09.366 INFO:tasks.cephadm:Bootstrapping... 2023-11-08T23:30:09.366 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.104 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-08T23:30:09.393 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:-- Logs begin at Wed 2023-11-08 23:21:46 UTC. -- 2023-11-08T23:30:09.559 INFO:teuthology.orchestra.run.smithi104.stderr:-------------------------------------------------------------------------------- 2023-11-08T23:30:09.559 INFO:teuthology.orchestra.run.smithi104.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', 'b7718266-7e8e-11ee-8dbb-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.104', '--skip-admin-label'] 2023-11-08T23:30:09.580 INFO:teuthology.orchestra.run.smithi104.stderr:/bin/podman: 4.6.1 2023-11-08T23:30:09.587 INFO:teuthology.orchestra.run.smithi104.stderr:Verifying podman|docker is present... 2023-11-08T23:30:09.606 INFO:teuthology.orchestra.run.smithi104.stderr:/bin/podman: 4.6.1 2023-11-08T23:30:09.618 INFO:teuthology.orchestra.run.smithi104.stderr:Verifying lvm2 is present... 2023-11-08T23:30:09.619 INFO:teuthology.orchestra.run.smithi104.stderr:Verifying time synchronization is in place... 2023-11-08T23:30:09.622 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-08T23:30:09.627 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: inactive 2023-11-08T23:30:09.633 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: enabled 2023-11-08T23:30:09.638 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: active 2023-11-08T23:30:09.639 INFO:teuthology.orchestra.run.smithi104.stderr:Unit chronyd.service is enabled and running 2023-11-08T23:30:09.640 INFO:teuthology.orchestra.run.smithi104.stderr:Repeating the final host check... 2023-11-08T23:30:09.658 INFO:teuthology.orchestra.run.smithi104.stderr:/bin/podman: 4.6.1 2023-11-08T23:30:09.671 INFO:teuthology.orchestra.run.smithi104.stderr:podman (/bin/podman) version 4.6.1 is present 2023-11-08T23:30:09.672 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl is present 2023-11-08T23:30:09.672 INFO:teuthology.orchestra.run.smithi104.stderr:lvcreate is present 2023-11-08T23:30:09.677 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-08T23:30:09.682 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: inactive 2023-11-08T23:30:09.688 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: enabled 2023-11-08T23:30:09.693 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: active 2023-11-08T23:30:09.694 INFO:teuthology.orchestra.run.smithi104.stderr:Unit chronyd.service is enabled and running 2023-11-08T23:30:09.694 INFO:teuthology.orchestra.run.smithi104.stderr:Host looks OK 2023-11-08T23:30:09.694 INFO:teuthology.orchestra.run.smithi104.stderr:Cluster fsid: b7718266-7e8e-11ee-8dbb-212e2dc638e7 2023-11-08T23:30:09.695 INFO:teuthology.orchestra.run.smithi104.stderr:Acquiring lock 139886728745088 on /run/cephadm/b7718266-7e8e-11ee-8dbb-212e2dc638e7.lock 2023-11-08T23:30:09.695 INFO:teuthology.orchestra.run.smithi104.stderr:Lock 139886728745088 acquired on /run/cephadm/b7718266-7e8e-11ee-8dbb-212e2dc638e7.lock 2023-11-08T23:30:09.695 INFO:teuthology.orchestra.run.smithi104.stderr:Verifying IP 172.21.15.104 port 3300 ... 2023-11-08T23:30:09.696 INFO:teuthology.orchestra.run.smithi104.stderr:Verifying IP 172.21.15.104 port 6789 ... 2023-11-08T23:30:09.696 INFO:teuthology.orchestra.run.smithi104.stderr:Base mon IP is 172.21.15.104, final addrv is [v2:172.21.15.104:3300,v1:172.21.15.104:6789] 2023-11-08T23:30:09.697 INFO:teuthology.orchestra.run.smithi104.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.104 metric 100 2023-11-08T23:30:09.698 INFO:teuthology.orchestra.run.smithi104.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.104 metric 100 2023-11-08T23:30:09.700 INFO:teuthology.orchestra.run.smithi104.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-08T23:30:09.701 INFO:teuthology.orchestra.run.smithi104.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-08T23:30:09.701 INFO:teuthology.orchestra.run.smithi104.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1791sec hoplimit 64 pref medium 2023-11-08T23:30:09.703 INFO:teuthology.orchestra.run.smithi104.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-08T23:30:09.703 INFO:teuthology.orchestra.run.smithi104.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-08T23:30:09.704 INFO:teuthology.orchestra.run.smithi104.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-08T23:30:09.704 INFO:teuthology.orchestra.run.smithi104.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-08T23:30:09.704 INFO:teuthology.orchestra.run.smithi104.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:ce89/64 scope link 2023-11-08T23:30:09.705 INFO:teuthology.orchestra.run.smithi104.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-08T23:30:09.706 INFO:teuthology.orchestra.run.smithi104.stderr:Mon IP `172.21.15.104` is in CIDR network `172.21.0.0/20` 2023-11-08T23:30:09.706 INFO:teuthology.orchestra.run.smithi104.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-08T23:30:09.707 INFO:teuthology.orchestra.run.smithi104.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-08T23:30:09.782 INFO:teuthology.orchestra.run.smithi104.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-11-08T23:30:10.164 INFO:teuthology.orchestra.run.smithi104.stderr:/bin/podman: Getting image source signatures 2023-11-08T23:30:10.164 INFO:teuthology.orchestra.run.smithi104.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-11-08T23:30:10.164 INFO:teuthology.orchestra.run.smithi104.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-11-08T23:30:10.165 INFO:teuthology.orchestra.run.smithi104.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-11-08T23:30:10.165 INFO:teuthology.orchestra.run.smithi104.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-11-08T23:30:10.165 INFO:teuthology.orchestra.run.smithi104.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-11-08T23:30:10.165 INFO:teuthology.orchestra.run.smithi104.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-08T23:30:10.228 INFO:teuthology.orchestra.run.smithi104.stderr:/bin/podman: Writing manifest to image destination 2023-11-08T23:30:10.416 INFO:teuthology.orchestra.run.smithi104.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-11-08T23:30:10.801 INFO:teuthology.orchestra.run.smithi104.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-08T23:30:11.158 INFO:teuthology.orchestra.run.smithi104.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-11-08T23:30:11.159 INFO:teuthology.orchestra.run.smithi104.stderr:Extracting ceph user uid/gid from container image... 2023-11-08T23:30:11.496 INFO:teuthology.orchestra.run.smithi104.stderr:stat: 167 167 2023-11-08T23:30:11.804 INFO:teuthology.orchestra.run.smithi104.stderr:Creating initial keys... 2023-11-08T23:30:12.081 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph-authtool: AQAEGkxlgjzdAxAALQFAuONW8J4oXgPWN3vfjg== 2023-11-08T23:30:12.695 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph-authtool: AQAEGkxls1OVKBAAf04yYu4nOwWZU1iDnNk6FA== 2023-11-08T23:30:13.337 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph-authtool: AQAFGkxliowrExAANmo3LpszNRExyZ56K7MIjA== 2023-11-08T23:30:13.671 INFO:teuthology.orchestra.run.smithi104.stderr:Creating initial monmap... 2023-11-08T23:30:13.954 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-08T23:30:13.955 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-11-08T23:30:13.955 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to b7718266-7e8e-11ee-8dbb-212e2dc638e7 2023-11-08T23:30:13.955 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-08T23:30:14.295 INFO:teuthology.orchestra.run.smithi104.stderr:monmaptool for smithi104 [v2:172.21.15.104:3300,v1:172.21.15.104:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-08T23:30:14.296 INFO:teuthology.orchestra.run.smithi104.stderr:setting min_mon_release = octopus 2023-11-08T23:30:14.296 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/monmaptool: set fsid to b7718266-7e8e-11ee-8dbb-212e2dc638e7 2023-11-08T23:30:14.296 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-08T23:30:14.296 INFO:teuthology.orchestra.run.smithi104.stderr: 2023-11-08T23:30:14.296 INFO:teuthology.orchestra.run.smithi104.stderr:Creating mon... 2023-11-08T23:30:14.977 INFO:teuthology.orchestra.run.smithi104.stderr:create mon.smithi104 on 2023-11-08T23:30:15.080 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-08T23:30:15.172 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7.target → /etc/systemd/system/ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7.target. 2023-11-08T23:30:15.172 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7.target → /etc/systemd/system/ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7.target. 2023-11-08T23:30:15.363 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: Failed to reset failed state of unit ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@mon.smithi104.service: Unit ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@mon.smithi104.service not loaded. 2023-11-08T23:30:15.369 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7.target.wants/ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@mon.smithi104.service → /etc/systemd/system/ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@.service. 2023-11-08T23:30:15.874 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: disabled 2023-11-08T23:30:15.882 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: inactive 2023-11-08T23:30:15.882 INFO:teuthology.orchestra.run.smithi104.stderr:firewalld.service is not enabled 2023-11-08T23:30:15.883 INFO:teuthology.orchestra.run.smithi104.stderr:Not possible to enable service . firewalld.service is not available 2023-11-08T23:30:15.883 INFO:teuthology.orchestra.run.smithi104.stderr:Waiting for mon to start... 2023-11-08T23:30:15.884 INFO:teuthology.orchestra.run.smithi104.stderr:Waiting for mon... 2023-11-08T23:30:16.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:15 smithi104 ceph-mon[136708]: mon.smithi104 is new leader, mons smithi104 in quorum (ranks 0) 2023-11-08T23:30:16.371 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: cluster: 2023-11-08T23:30:16.371 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: id: b7718266-7e8e-11ee-8dbb-212e2dc638e7 2023-11-08T23:30:16.371 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-08T23:30:16.372 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: 2023-11-08T23:30:16.372 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: services: 2023-11-08T23:30:16.372 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi104 (age 0.480894s) 2023-11-08T23:30:16.372 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-08T23:30:16.372 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-08T23:30:16.373 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: 2023-11-08T23:30:16.373 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: data: 2023-11-08T23:30:16.373 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-08T23:30:16.373 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-08T23:30:16.373 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-08T23:30:16.373 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: pgs: 2023-11-08T23:30:16.374 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: 2023-11-08T23:30:16.722 INFO:teuthology.orchestra.run.smithi104.stderr:mon is available 2023-11-08T23:30:16.722 INFO:teuthology.orchestra.run.smithi104.stderr:Assimilating anything we can from ceph.conf... 2023-11-08T23:30:16.988 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:16 smithi104 ceph-mon[136708]: mon.smithi104 is new leader, mons smithi104 in quorum (ranks 0) 2023-11-08T23:30:16.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:16 smithi104 ceph-mon[136708]: monmap e1: 1 mons at {smithi104=[v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0]} 2023-11-08T23:30:16.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:16 smithi104 ceph-mon[136708]: fsmap 2023-11-08T23:30:16.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:16 smithi104 ceph-mon[136708]: osdmap e1: 0 total, 0 up, 0 in 2023-11-08T23:30:16.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:16 smithi104 ceph-mon[136708]: mgrmap e1: no daemons active 2023-11-08T23:30:16.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:16 smithi104 ceph-mon[136708]: from='client.? 172.21.15.104:0/1826735149' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-08T23:30:17.171 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: 2023-11-08T23:30:17.172 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: [global] 2023-11-08T23:30:17.172 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: fsid = b7718266-7e8e-11ee-8dbb-212e2dc638e7 2023-11-08T23:30:17.172 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.104:3300,v1:172.21.15.104:6789] 2023-11-08T23:30:17.172 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-08T23:30:17.172 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-08T23:30:17.173 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-08T23:30:17.173 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-08T23:30:17.173 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: 2023-11-08T23:30:17.173 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: [mgr] 2023-11-08T23:30:17.173 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-08T23:30:17.174 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: 2023-11-08T23:30:17.174 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: [osd] 2023-11-08T23:30:17.174 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-08T23:30:17.174 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-08T23:30:17.539 INFO:teuthology.orchestra.run.smithi104.stderr:Generating new minimal ceph.conf... 2023-11-08T23:30:18.145 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:17 smithi104 ceph-mon[136708]: from='client.? 172.21.15.104:0/1927932645' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-08T23:30:18.146 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:17 smithi104 ceph-mon[136708]: from='client.? 172.21.15.104:0/1927932645' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-08T23:30:18.330 INFO:teuthology.orchestra.run.smithi104.stderr:Restarting the monitor... 2023-11-08T23:30:18.426 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:18 smithi104 systemd[1]: Stopping Ceph mon.smithi104 for b7718266-7e8e-11ee-8dbb-212e2dc638e7... 2023-11-08T23:30:18.426 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:18 smithi104 bash[137006]: Error: no container with name or ID "ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-mon.smithi104" found: no such container 2023-11-08T23:30:18.738 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:18 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-mon-smithi104[136685]: 2023-11-08T23:30:18.421+0000 7fcb7f8eb700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi104 -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-08T23:30:18.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:18 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-mon-smithi104[136685]: 2023-11-08T23:30:18.421+0000 7fcb7f8eb700 -1 mon.smithi104@0(leader) e1 *** Got Signal Terminated *** 2023-11-08T23:30:19.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:18 smithi104 bash[137023]: ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-mon-smithi104 2023-11-08T23:30:19.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:18 smithi104 bash[137064]: Error: no container with name or ID "ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-mon.smithi104" found: no such container 2023-11-08T23:30:19.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:18 smithi104 systemd[1]: ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@mon.smithi104.service: Succeeded. 2023-11-08T23:30:19.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:18 smithi104 systemd[1]: Stopped Ceph mon.smithi104 for b7718266-7e8e-11ee-8dbb-212e2dc638e7. 2023-11-08T23:30:19.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:18 smithi104 systemd[1]: Starting Ceph mon.smithi104 for b7718266-7e8e-11ee-8dbb-212e2dc638e7... 2023-11-08T23:30:19.322 INFO:teuthology.orchestra.run.smithi104.stderr:Setting mon public_network to 172.21.0.0/20 2023-11-08T23:30:19.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: set uid:gid to 167:167 (ceph:ceph) 2023-11-08T23:30:19.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-11-08T23:30:19.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: pidfile_write: ignore empty --pid-file 2023-11-08T23:30:19.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: load: jerasure load: lrc 2023-11-08T23:30:19.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: RocksDB version: 6.15.5 2023-11-08T23:30:19.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-08T23:30:19.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Compile date Apr 18 2022 2023-11-08T23:30:19.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: DB SUMMARY 2023-11-08T23:30:19.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: DB Session ID: AHTTQJBRLKGNMMX1VH88 2023-11-08T23:30:19.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: CURRENT file: CURRENT 2023-11-08T23:30:19.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: IDENTITY file: IDENTITY 2023-11-08T23:30:19.742 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-11-08T23:30:19.742 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi104/store.db dir, Total Num: 1, files: 000008.sst 2023-11-08T23:30:19.742 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi104/store.db: 000010.log size: 80791 ; 2023-11-08T23:30:19.742 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.error_if_exists: 0 2023-11-08T23:30:19.742 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.create_if_missing: 0 2023-11-08T23:30:19.743 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.paranoid_checks: 1 2023-11-08T23:30:19.743 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-11-08T23:30:19.743 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.env: 0x55cbcfd53860 2023-11-08T23:30:19.743 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.fs: Posix File System 2023-11-08T23:30:19.744 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.info_log: 0x55cbd14a3fa0 2023-11-08T23:30:19.744 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_file_opening_threads: 16 2023-11-08T23:30:19.744 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.statistics: (nil) 2023-11-08T23:30:19.744 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.use_fsync: 0 2023-11-08T23:30:19.745 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_log_file_size: 0 2023-11-08T23:30:19.745 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T23:30:19.745 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T23:30:19.745 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.keep_log_file_num: 1000 2023-11-08T23:30:19.745 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.recycle_log_file_num: 0 2023-11-08T23:30:19.746 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.allow_fallocate: 1 2023-11-08T23:30:19.746 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.allow_mmap_reads: 0 2023-11-08T23:30:19.746 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.allow_mmap_writes: 0 2023-11-08T23:30:19.746 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.use_direct_reads: 0 2023-11-08T23:30:19.746 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T23:30:19.747 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.create_missing_column_families: 0 2023-11-08T23:30:19.747 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.db_log_dir: 2023-11-08T23:30:19.747 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi104/store.db 2023-11-08T23:30:19.747 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T23:30:19.747 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T23:30:19.748 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T23:30:19.748 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-08T23:30:19.748 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T23:30:19.748 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T23:30:19.748 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.advise_random_on_open: 1 2023-11-08T23:30:19.748 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.db_write_buffer_size: 0 2023-11-08T23:30:19.749 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.write_buffer_manager: 0x55cbd15942d0 2023-11-08T23:30:19.749 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T23:30:19.749 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-08T23:30:19.749 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T23:30:19.749 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T23:30:19.750 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.rate_limiter: (nil) 2023-11-08T23:30:19.750 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T23:30:19.750 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.wal_recovery_mode: 2 2023-11-08T23:30:19.750 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.enable_thread_tracking: 0 2023-11-08T23:30:19.750 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.enable_pipelined_write: 0 2023-11-08T23:30:19.751 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.unordered_write: 0 2023-11-08T23:30:19.751 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T23:30:19.751 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T23:30:19.751 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T23:30:19.751 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T23:30:19.751 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.row_cache: None 2023-11-08T23:30:19.752 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.wal_filter: None 2023-11-08T23:30:19.752 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T23:30:19.752 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.allow_ingest_behind: 0 2023-11-08T23:30:19.752 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.preserve_deletes: 0 2023-11-08T23:30:19.752 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.two_write_queues: 0 2023-11-08T23:30:19.752 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.manual_wal_flush: 0 2023-11-08T23:30:19.753 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.atomic_flush: 0 2023-11-08T23:30:19.753 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T23:30:19.753 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T23:30:19.753 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T23:30:19.753 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.log_readahead_size: 0 2023-11-08T23:30:19.754 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-11-08T23:30:19.755 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.best_efforts_recovery: 0 2023-11-08T23:30:19.755 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-11-08T23:30:19.755 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-11-08T23:30:19.755 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.allow_data_in_errors: 0 2023-11-08T23:30:19.755 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.db_host_id: __hostname__ 2023-11-08T23:30:19.757 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_background_jobs: 2 2023-11-08T23:30:19.757 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_background_compactions: -1 2023-11-08T23:30:19.757 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_subcompactions: 1 2023-11-08T23:30:19.757 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T23:30:19.757 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T23:30:19.758 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T23:30:19.758 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_total_wal_size: 0 2023-11-08T23:30:19.758 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T23:30:19.758 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T23:30:19.758 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T23:30:19.759 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T23:30:19.759 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_open_files: -1 2023-11-08T23:30:19.759 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.bytes_per_sync: 0 2023-11-08T23:30:19.759 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T23:30:19.760 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T23:30:19.760 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compaction_readahead_size: 0 2023-11-08T23:30:19.760 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_background_flushes: -1 2023-11-08T23:30:19.760 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Compression algorithms supported: 2023-11-08T23:30:19.760 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T23:30:19.760 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: kZSTD supported: 0 2023-11-08T23:30:19.761 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: kXpressCompression supported: 0 2023-11-08T23:30:19.761 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: kLZ4HCCompression supported: 1 2023-11-08T23:30:19.761 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: kLZ4Compression supported: 1 2023-11-08T23:30:19.761 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: kBZip2Compression supported: 0 2023-11-08T23:30:19.762 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: kZlibCompression supported: 1 2023-11-08T23:30:19.764 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: kSnappyCompression supported: 1 2023-11-08T23:30:19.764 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T23:30:19.764 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi104/store.db/MANIFEST-000009 2023-11-08T23:30:19.765 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-11-08T23:30:19.765 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T23:30:19.765 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.merge_operator: 2023-11-08T23:30:19.765 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compaction_filter: None 2023-11-08T23:30:19.765 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compaction_filter_factory: None 2023-11-08T23:30:19.766 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.sst_partitioner_factory: None 2023-11-08T23:30:19.766 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T23:30:19.766 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T23:30:19.766 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55cbd146fd00) 2023-11-08T23:30:19.766 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: cache_index_and_filter_blocks: 1 2023-11-08T23:30:19.767 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T23:30:19.767 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T23:30:19.767 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: pin_top_level_index_and_filter: 1 2023-11-08T23:30:19.767 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: index_type: 0 2023-11-08T23:30:19.767 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: data_block_index_type: 0 2023-11-08T23:30:19.768 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: index_shortening: 1 2023-11-08T23:30:19.768 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-08T23:30:19.768 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: hash_index_allow_collision: 1 2023-11-08T23:30:19.768 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: checksum: 1 2023-11-08T23:30:19.768 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: no_block_cache: 0 2023-11-08T23:30:19.769 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: block_cache: 0x55cbd14da170 2023-11-08T23:30:19.769 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: block_cache_name: BinnedLRUCache 2023-11-08T23:30:19.769 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: block_cache_options: 2023-11-08T23:30:19.769 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: capacity : 536870912 2023-11-08T23:30:19.769 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: num_shard_bits : 4 2023-11-08T23:30:19.770 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: strict_capacity_limit : 0 2023-11-08T23:30:19.770 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: high_pri_pool_ratio: 0.000 2023-11-08T23:30:19.770 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: block_cache_compressed: (nil) 2023-11-08T23:30:19.770 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: persistent_cache: (nil) 2023-11-08T23:30:19.770 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: block_size: 4096 2023-11-08T23:30:19.771 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: block_size_deviation: 10 2023-11-08T23:30:19.771 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: block_restart_interval: 16 2023-11-08T23:30:19.771 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: index_block_restart_interval: 1 2023-11-08T23:30:19.771 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: metadata_block_size: 4096 2023-11-08T23:30:19.771 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: partition_filters: 0 2023-11-08T23:30:19.771 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: use_delta_encoding: 1 2023-11-08T23:30:19.772 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-08T23:30:19.772 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: whole_key_filtering: 1 2023-11-08T23:30:19.772 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: verify_compression: 0 2023-11-08T23:30:19.772 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: read_amp_bytes_per_bit: 0 2023-11-08T23:30:19.772 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: format_version: 4 2023-11-08T23:30:19.773 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: enable_index_compression: 1 2023-11-08T23:30:19.773 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: block_align: 0 2023-11-08T23:30:19.773 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.write_buffer_size: 33554432 2023-11-08T23:30:19.773 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_write_buffer_number: 2 2023-11-08T23:30:19.773 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compression: NoCompression 2023-11-08T23:30:19.773 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.bottommost_compression: Disabled 2023-11-08T23:30:19.774 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.prefix_extractor: nullptr 2023-11-08T23:30:19.774 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T23:30:19.774 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.num_levels: 7 2023-11-08T23:30:19.774 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T23:30:19.774 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T23:30:19.775 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T23:30:19.775 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T23:30:19.775 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 bash[137133]: bffc2bafb7cc929b781b0b763b1c35f190de5a7d9e0388bc70ecffb1649c7f16 2023-11-08T23:30:19.775 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T23:30:19.775 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T23:30:19.776 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T23:30:19.776 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T23:30:19.776 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-08T23:30:19.776 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T23:30:19.776 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T23:30:19.777 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compression_opts.level: 32767 2023-11-08T23:30:19.777 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compression_opts.strategy: 0 2023-11-08T23:30:19.777 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T23:30:19.777 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T23:30:19.777 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-08T23:30:19.777 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compression_opts.enabled: false 2023-11-08T23:30:19.778 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T23:30:19.778 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T23:30:19.778 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T23:30:19.778 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.target_file_size_base: 67108864 2023-11-08T23:30:19.778 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T23:30:19.779 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T23:30:19.779 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T23:30:19.779 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T23:30:19.779 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T23:30:19.779 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T23:30:19.780 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T23:30:19.780 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T23:30:19.780 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T23:30:19.780 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T23:30:19.780 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T23:30:19.781 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T23:30:19.781 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T23:30:19.781 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.arena_block_size: 4194304 2023-11-08T23:30:19.781 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T23:30:19.782 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T23:30:19.782 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-08T23:30:19.782 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.disable_auto_compactions: 0 2023-11-08T23:30:19.782 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T23:30:19.782 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T23:30:19.783 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T23:30:19.783 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T23:30:19.783 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T23:30:19.783 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T23:30:19.783 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T23:30:19.784 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T23:30:19.784 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T23:30:19.784 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T23:30:19.784 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.table_properties_collectors: 2023-11-08T23:30:19.784 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.inplace_update_support: 0 2023-11-08T23:30:19.784 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T23:30:19.785 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T23:30:19.785 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T23:30:19.785 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T23:30:19.785 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.bloom_locality: 0 2023-11-08T23:30:19.785 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.max_successive_merges: 0 2023-11-08T23:30:19.786 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T23:30:19.786 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.paranoid_file_checks: 0 2023-11-08T23:30:19.786 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.force_consistency_checks: 1 2023-11-08T23:30:19.786 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.report_bg_io_stats: 0 2023-11-08T23:30:19.786 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.ttl: 2592000 2023-11-08T23:30:19.787 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T23:30:19.787 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.enable_blob_files: false 2023-11-08T23:30:19.787 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.min_blob_size: 0 2023-11-08T23:30:19.787 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.blob_file_size: 268435456 2023-11-08T23:30:19.787 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-08T23:30:19.787 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-08T23:30:19.788 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-08T23:30:19.788 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi104/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-08T23:30:19.788 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-11-08T23:30:19.788 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-11-08T23:30:19.788 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699486219315137, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-11-08T23:30:19.789 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-11-08T23:30:19.789 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: 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-08T23:30:19.789 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699486219315789, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 14, "file_size": 77649, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 75907, "index_size": 230, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9697, "raw_average_key_size": 47, "raw_value_size": 70363, "raw_average_value_size": 344, "num_data_blocks": 10, "num_entries": 204, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1699486219, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "3f23b258-1c84-4c8a-9e4f-ea7679b1fd86", "db_session_id": "AHTTQJBRLKGNMMX1VH88"}} 2023-11-08T23:30:19.789 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-11-08T23:30:19.789 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699486219316121, "job": 1, "event": "recovery_finished"} 2023-11-08T23:30:19.790 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi104/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-08T23:30:19.790 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55cbd14c0a80 2023-11-08T23:30:19.790 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: DB pointer 0x55cbd14d0000 2023-11-08T23:30:19.790 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-11-08T23:30:19.790 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-11-08T23:30:19.791 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: ** DB Stats ** 2023-11-08T23:30:19.791 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T23:30:19.791 INFO:journalctl@ceph.mon.smithi104.smithi104.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-08T23:30:19.791 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T23:30:19.791 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T23:30:19.792 INFO:journalctl@ceph.mon.smithi104.smithi104.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-08T23:30:19.792 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-08T23:30:19.792 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T23:30:19.792 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: 2023-11-08T23:30:19.792 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: ** Compaction Stats [default] ** 2023-11-08T23:30:19.792 INFO:journalctl@ceph.mon.smithi104.smithi104.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-08T23:30:19.793 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T23:30:19.793 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: L0 2/0 77.63 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 175.9 0.00 0.00 1 0.000 0 0 2023-11-08T23:30:19.793 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: Sum 2/0 77.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 175.9 0.00 0.00 1 0.000 0 0 2023-11-08T23:30:19.793 INFO:journalctl@ceph.mon.smithi104.smithi104.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 175.9 0.00 0.00 1 0.000 0 0 2023-11-08T23:30:19.793 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: 2023-11-08T23:30:19.794 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: ** Compaction Stats [default] ** 2023-11-08T23:30:19.794 INFO:journalctl@ceph.mon.smithi104.smithi104.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-08T23:30:19.794 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T23:30:19.794 INFO:journalctl@ceph.mon.smithi104.smithi104.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 175.9 0.00 0.00 1 0.000 0 0 2023-11-08T23:30:19.794 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T23:30:19.795 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T23:30:19.795 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T23:30:19.795 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T23:30:19.795 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T23:30:19.795 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-08T23:30:19.795 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: Cumulative compaction: 0.00 GB write, 26.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T23:30:19.796 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: Interval compaction: 0.00 GB write, 26.22 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T23:30:19.796 INFO:journalctl@ceph.mon.smithi104.smithi104.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-08T23:30:19.796 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: 2023-11-08T23:30:19.796 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-08T23:30:19.796 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: 2023-11-08T23:30:19.797 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: ** Compaction Stats [default] ** 2023-11-08T23:30:19.797 INFO:journalctl@ceph.mon.smithi104.smithi104.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-08T23:30:19.797 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T23:30:19.797 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: L0 2/0 77.63 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 175.9 0.00 0.00 1 0.000 0 0 2023-11-08T23:30:19.798 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: Sum 2/0 77.63 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 175.9 0.00 0.00 1 0.000 0 0 2023-11-08T23:30:19.798 INFO:journalctl@ceph.mon.smithi104.smithi104.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-08T23:30:19.798 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: 2023-11-08T23:30:19.798 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: ** Compaction Stats [default] ** 2023-11-08T23:30:19.798 INFO:journalctl@ceph.mon.smithi104.smithi104.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-08T23:30:19.799 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T23:30:19.799 INFO:journalctl@ceph.mon.smithi104.smithi104.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 175.9 0.00 0.00 1 0.000 0 0 2023-11-08T23:30:19.799 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T23:30:19.799 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T23:30:19.799 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T23:30:19.800 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T23:30:19.800 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T23:30:19.800 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-08T23:30:19.800 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: Cumulative compaction: 0.00 GB write, 25.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T23:30:19.800 INFO:journalctl@ceph.mon.smithi104.smithi104.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-08T23:30:19.800 INFO:journalctl@ceph.mon.smithi104.smithi104.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-08T23:30:19.801 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: 2023-11-08T23:30:19.801 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-08T23:30:19.801 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: starting mon.smithi104 rank 0 at public addrs [v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0] at bind addrs [v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi104 fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 2023-11-08T23:30:19.801 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: mon.smithi104@-1(???) e1 preinit fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 2023-11-08T23:30:19.801 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: mon.smithi104@-1(???).mds e1 new map 2023-11-08T23:30:19.802 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: mon.smithi104@-1(???).mds e1 print_map 2023-11-08T23:30:19.802 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: e1 2023-11-08T23:30:19.802 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-08T23:30:19.802 INFO:journalctl@ceph.mon.smithi104.smithi104.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-08T23:30:19.802 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: legacy client fscid: -1 2023-11-08T23:30:19.803 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: 2023-11-08T23:30:19.803 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout: No filesystems configured 2023-11-08T23:30:19.803 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: mon.smithi104@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-08T23:30:19.803 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: mon.smithi104@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T23:30:19.803 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: mon.smithi104@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T23:30:19.803 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: mon.smithi104@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T23:30:19.804 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: mon.smithi104@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-08T23:30:19.804 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 systemd[1]: Started Ceph mon.smithi104 for b7718266-7e8e-11ee-8dbb-212e2dc638e7. 2023-11-08T23:30:19.804 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: expand_channel_meta expand map: {default=false} 2023-11-08T23:30:19.804 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: expand_channel_meta from 'false' to 'false' 2023-11-08T23:30:19.804 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: expand_channel_meta expanded map: {default=false} 2023-11-08T23:30:19.805 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: expand_channel_meta expand map: {default=info} 2023-11-08T23:30:19.805 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: expand_channel_meta from 'info' to 'info' 2023-11-08T23:30:19.805 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: expand_channel_meta expanded map: {default=info} 2023-11-08T23:30:19.805 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: expand_channel_meta expand map: {default=daemon} 2023-11-08T23:30:19.805 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: expand_channel_meta from 'daemon' to 'daemon' 2023-11-08T23:30:19.806 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: expand_channel_meta expanded map: {default=daemon} 2023-11-08T23:30:19.806 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: expand_channel_meta expand map: {default=debug} 2023-11-08T23:30:19.806 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: expand_channel_meta from 'debug' to 'debug' 2023-11-08T23:30:19.806 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: expand_channel_meta expanded map: {default=debug} 2023-11-08T23:30:19.806 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: mon.smithi104 is new leader, mons smithi104 in quorum (ranks 0) 2023-11-08T23:30:19.806 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: monmap e1: 1 mons at {smithi104=[v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0]} 2023-11-08T23:30:19.807 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: fsmap 2023-11-08T23:30:19.807 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: osdmap e1: 0 total, 0 up, 0 in 2023-11-08T23:30:19.807 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:19 smithi104 ceph-mon[137171]: mgrmap e1: no daemons active 2023-11-08T23:30:20.189 INFO:teuthology.orchestra.run.smithi104.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-08T23:30:20.189 INFO:teuthology.orchestra.run.smithi104.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-08T23:30:20.190 INFO:teuthology.orchestra.run.smithi104.stderr:Creating mgr... 2023-11-08T23:30:20.190 INFO:teuthology.orchestra.run.smithi104.stderr:Verifying port 9283 ... 2023-11-08T23:30:20.309 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: Failed to reset failed state of unit ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@mgr.smithi104.kxwemz.service: Unit ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@mgr.smithi104.kxwemz.service not loaded. 2023-11-08T23:30:20.315 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7.target.wants/ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@mgr.smithi104.kxwemz.service → /etc/systemd/system/ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@.service. 2023-11-08T23:30:20.782 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: disabled 2023-11-08T23:30:20.790 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: inactive 2023-11-08T23:30:20.791 INFO:teuthology.orchestra.run.smithi104.stderr:firewalld.service is not enabled 2023-11-08T23:30:20.791 INFO:teuthology.orchestra.run.smithi104.stderr:Not possible to enable service . firewalld.service is not available 2023-11-08T23:30:20.800 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: disabled 2023-11-08T23:30:20.808 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: inactive 2023-11-08T23:30:20.809 INFO:teuthology.orchestra.run.smithi104.stderr:firewalld.service is not enabled 2023-11-08T23:30:20.809 INFO:teuthology.orchestra.run.smithi104.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-08T23:30:20.809 INFO:teuthology.orchestra.run.smithi104.stderr:Waiting for mgr to start... 2023-11-08T23:30:20.810 INFO:teuthology.orchestra.run.smithi104.stderr:Waiting for mgr... 2023-11-08T23:30:21.064 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:20 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/3521514942' entity='client.admin' 2023-11-08T23:30:21.301 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: 2023-11-08T23:30:21.301 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: { 2023-11-08T23:30:21.301 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "fsid": "b7718266-7e8e-11ee-8dbb-212e2dc638e7", 2023-11-08T23:30:21.302 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "health": { 2023-11-08T23:30:21.303 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T23:30:21.303 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T23:30:21.303 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T23:30:21.303 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:21.303 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T23:30:21.304 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T23:30:21.304 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: 0 2023-11-08T23:30:21.304 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: ], 2023-11-08T23:30:21.304 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T23:30:21.304 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "smithi104" 2023-11-08T23:30:21.305 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: ], 2023-11-08T23:30:21.305 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-11-08T23:30:21.305 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T23:30:21.305 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T23:30:21.306 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-08T23:30:21.306 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T23:30:21.312 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:21.313 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T23:30:21.313 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T23:30:21.313 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T23:30:21.313 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T23:30:21.313 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T23:30:21.314 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T23:30:21.314 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T23:30:21.314 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T23:30:21.318 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:21.318 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T23:30:21.318 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T23:30:21.318 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T23:30:21.318 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T23:30:21.319 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T23:30:21.319 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T23:30:21.319 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T23:30:21.319 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T23:30:21.319 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T23:30:21.319 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:21.320 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T23:30:21.320 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T23:30:21.320 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T23:30:21.320 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T23:30:21.320 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:21.321 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T23:30:21.321 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "available": false, 2023-11-08T23:30:21.321 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T23:30:21.321 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T23:30:21.321 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "iostat", 2023-11-08T23:30:21.321 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "nfs", 2023-11-08T23:30:21.322 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "restful" 2023-11-08T23:30:21.322 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: ], 2023-11-08T23:30:21.323 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "services": {} 2023-11-08T23:30:21.323 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:21.323 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T23:30:21.323 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T23:30:21.323 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "modified": "2023-11-08T23:30:15.888524+0000", 2023-11-08T23:30:21.324 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "services": {} 2023-11-08T23:30:21.324 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:21.324 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T23:30:21.325 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: } 2023-11-08T23:30:21.671 INFO:teuthology.orchestra.run.smithi104.stderr:mgr not available, waiting (1/15)... 2023-11-08T23:30:21.882 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:21 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/797343354' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T23:30:24.132 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: 2023-11-08T23:30:24.132 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: { 2023-11-08T23:30:24.133 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "fsid": "b7718266-7e8e-11ee-8dbb-212e2dc638e7", 2023-11-08T23:30:24.133 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "health": { 2023-11-08T23:30:24.133 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T23:30:24.133 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T23:30:24.133 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T23:30:24.134 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:24.134 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T23:30:24.134 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T23:30:24.134 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: 0 2023-11-08T23:30:24.134 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: ], 2023-11-08T23:30:24.135 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T23:30:24.135 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "smithi104" 2023-11-08T23:30:24.135 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: ], 2023-11-08T23:30:24.135 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-11-08T23:30:24.135 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T23:30:24.136 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T23:30:24.136 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-08T23:30:24.136 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T23:30:24.136 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:24.137 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T23:30:24.137 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T23:30:24.137 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T23:30:24.137 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T23:30:24.137 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T23:30:24.138 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T23:30:24.141 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T23:30:24.141 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T23:30:24.141 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:24.141 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T23:30:24.142 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T23:30:24.142 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T23:30:24.142 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T23:30:24.142 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T23:30:24.142 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T23:30:24.143 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T23:30:24.143 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T23:30:24.143 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T23:30:24.143 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:24.143 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T23:30:24.144 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T23:30:24.144 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T23:30:24.144 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T23:30:24.144 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:24.144 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T23:30:24.144 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "available": false, 2023-11-08T23:30:24.145 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T23:30:24.145 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T23:30:24.145 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "iostat", 2023-11-08T23:30:24.145 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "nfs", 2023-11-08T23:30:24.145 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "restful" 2023-11-08T23:30:24.146 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: ], 2023-11-08T23:30:24.146 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "services": {} 2023-11-08T23:30:24.146 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:24.146 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T23:30:24.146 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T23:30:24.146 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "modified": "2023-11-08T23:30:15.888524+0000", 2023-11-08T23:30:24.147 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "services": {} 2023-11-08T23:30:24.147 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:24.147 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T23:30:24.147 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: } 2023-11-08T23:30:24.422 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:24 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/2982174875' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T23:30:24.495 INFO:teuthology.orchestra.run.smithi104.stderr:mgr not available, waiting (2/15)... 2023-11-08T23:30:26.959 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: 2023-11-08T23:30:26.959 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: { 2023-11-08T23:30:26.959 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "fsid": "b7718266-7e8e-11ee-8dbb-212e2dc638e7", 2023-11-08T23:30:26.960 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "health": { 2023-11-08T23:30:26.960 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T23:30:26.960 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T23:30:26.960 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T23:30:26.960 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:26.961 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T23:30:26.961 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T23:30:26.961 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: 0 2023-11-08T23:30:26.961 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: ], 2023-11-08T23:30:26.961 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T23:30:26.962 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "smithi104" 2023-11-08T23:30:26.962 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: ], 2023-11-08T23:30:26.962 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-11-08T23:30:26.962 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T23:30:26.962 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T23:30:26.963 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-08T23:30:26.963 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T23:30:26.963 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:26.963 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T23:30:26.963 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T23:30:26.963 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T23:30:26.964 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T23:30:26.964 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T23:30:26.967 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T23:30:26.967 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T23:30:26.968 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T23:30:26.968 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:26.968 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T23:30:26.968 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T23:30:26.968 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T23:30:26.969 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T23:30:26.969 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T23:30:26.969 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T23:30:26.969 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T23:30:26.969 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T23:30:26.969 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T23:30:26.970 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:26.970 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T23:30:26.970 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T23:30:26.970 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T23:30:26.970 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T23:30:26.971 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:26.971 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T23:30:26.971 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "available": false, 2023-11-08T23:30:26.971 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T23:30:26.971 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T23:30:26.972 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "iostat", 2023-11-08T23:30:26.972 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "nfs", 2023-11-08T23:30:26.972 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "restful" 2023-11-08T23:30:26.972 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: ], 2023-11-08T23:30:26.972 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "services": {} 2023-11-08T23:30:26.973 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:26.973 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T23:30:26.973 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T23:30:26.973 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "modified": "2023-11-08T23:30:15.888524+0000", 2023-11-08T23:30:26.973 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "services": {} 2023-11-08T23:30:26.973 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:26.974 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T23:30:26.974 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: } 2023-11-08T23:30:26.979 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:26 smithi104 ceph-mon[137171]: Activating manager daemon smithi104.kxwemz 2023-11-08T23:30:26.979 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:26 smithi104 ceph-mon[137171]: mgrmap e2: smithi104.kxwemz(active, starting, since 0.00290851s) 2023-11-08T23:30:26.980 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:26 smithi104 ceph-mon[137171]: from='mgr.14100 172.21.15.104:0/468940810' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T23:30:26.980 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:26 smithi104 ceph-mon[137171]: from='mgr.14100 172.21.15.104:0/468940810' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T23:30:26.980 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:26 smithi104 ceph-mon[137171]: from='mgr.14100 172.21.15.104:0/468940810' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T23:30:26.980 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:26 smithi104 ceph-mon[137171]: from='mgr.14100 172.21.15.104:0/468940810' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi104"}]: dispatch 2023-11-08T23:30:26.980 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:26 smithi104 ceph-mon[137171]: from='mgr.14100 172.21.15.104:0/468940810' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mgr metadata", "who": "smithi104.kxwemz", "id": "smithi104.kxwemz"}]: dispatch 2023-11-08T23:30:26.981 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:26 smithi104 ceph-mon[137171]: Manager daemon smithi104.kxwemz is now available 2023-11-08T23:30:26.981 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:26 smithi104 ceph-mon[137171]: from='mgr.14100 172.21.15.104:0/468940810' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:30:26.981 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:26 smithi104 ceph-mon[137171]: from='mgr.14100 172.21.15.104:0/468940810' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/trash_purge_schedule"}]: dispatch 2023-11-08T23:30:26.981 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:26 smithi104 ceph-mon[137171]: from='mgr.14100 172.21.15.104:0/468940810' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:26.981 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:26 smithi104 ceph-mon[137171]: from='mgr.14100 172.21.15.104:0/468940810' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:26.982 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:26 smithi104 ceph-mon[137171]: from='mgr.14100 172.21.15.104:0/468940810' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:27.311 INFO:teuthology.orchestra.run.smithi104.stderr:mgr not available, waiting (3/15)... 2023-11-08T23:30:28.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:27 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/1561320383' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T23:30:28.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:27 smithi104 ceph-mon[137171]: mgrmap e3: smithi104.kxwemz(active, since 1.00566s) 2023-11-08T23:30:29.923 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: 2023-11-08T23:30:29.923 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: { 2023-11-08T23:30:29.923 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "fsid": "b7718266-7e8e-11ee-8dbb-212e2dc638e7", 2023-11-08T23:30:29.924 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "health": { 2023-11-08T23:30:29.924 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T23:30:29.924 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T23:30:29.924 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T23:30:29.924 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:29.924 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T23:30:29.925 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T23:30:29.925 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: 0 2023-11-08T23:30:29.925 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: ], 2023-11-08T23:30:29.925 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T23:30:29.925 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "smithi104" 2023-11-08T23:30:29.926 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: ], 2023-11-08T23:30:29.926 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-11-08T23:30:29.926 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T23:30:29.926 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T23:30:29.926 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-11-08T23:30:29.927 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T23:30:29.927 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:29.927 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T23:30:29.927 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T23:30:29.927 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T23:30:29.928 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T23:30:29.928 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T23:30:29.928 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T23:30:29.928 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T23:30:29.928 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T23:30:29.931 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:29.931 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T23:30:29.932 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T23:30:29.932 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T23:30:29.932 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T23:30:29.932 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T23:30:29.932 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T23:30:29.933 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T23:30:29.933 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T23:30:29.933 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T23:30:29.933 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:29.934 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T23:30:29.934 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T23:30:29.934 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T23:30:29.934 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T23:30:29.934 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:29.935 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T23:30:29.935 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "available": true, 2023-11-08T23:30:29.935 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T23:30:29.935 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T23:30:29.936 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "iostat", 2023-11-08T23:30:29.936 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "nfs", 2023-11-08T23:30:29.936 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "restful" 2023-11-08T23:30:29.936 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: ], 2023-11-08T23:30:29.936 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "services": {} 2023-11-08T23:30:29.937 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:29.937 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T23:30:29.937 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T23:30:29.937 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "modified": "2023-11-08T23:30:15.888524+0000", 2023-11-08T23:30:29.937 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "services": {} 2023-11-08T23:30:29.938 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: }, 2023-11-08T23:30:29.938 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T23:30:29.938 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: } 2023-11-08T23:30:30.093 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:29 smithi104 ceph-mon[137171]: mgrmap e4: smithi104.kxwemz(active, since 2s) 2023-11-08T23:30:30.278 INFO:teuthology.orchestra.run.smithi104.stderr:mgr is available 2023-11-08T23:30:30.822 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: 2023-11-08T23:30:30.823 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: [global] 2023-11-08T23:30:30.823 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: fsid = b7718266-7e8e-11ee-8dbb-212e2dc638e7 2023-11-08T23:30:30.823 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-08T23:30:30.823 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-08T23:30:30.824 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-08T23:30:30.824 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-08T23:30:30.824 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: 2023-11-08T23:30:30.824 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: [mgr] 2023-11-08T23:30:30.824 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-08T23:30:30.825 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: 2023-11-08T23:30:30.825 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: [osd] 2023-11-08T23:30:30.825 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-08T23:30:30.825 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-08T23:30:31.046 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:30 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/3321845151' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T23:30:31.786 INFO:teuthology.orchestra.run.smithi104.stderr:Enabling cephadm module... 2023-11-08T23:30:32.067 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:31 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/2372123361' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-08T23:30:33.376 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:33 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/3689941343' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-08T23:30:34.355 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:34 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/3689941343' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-08T23:30:34.355 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:34 smithi104 ceph-mon[137171]: mgrmap e5: smithi104.kxwemz(active, since 6s) 2023-11-08T23:30:36.068 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: { 2023-11-08T23:30:36.068 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-08T23:30:36.068 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "available": true, 2023-11-08T23:30:36.069 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "active_name": "smithi104.kxwemz", 2023-11-08T23:30:36.069 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-08T23:30:36.069 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: } 2023-11-08T23:30:36.226 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:36 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/1484820515' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-08T23:30:38.733 INFO:teuthology.orchestra.run.smithi104.stderr:Waiting for the mgr to restart... 2023-11-08T23:30:38.734 INFO:teuthology.orchestra.run.smithi104.stderr:Waiting for mgr epoch 5... 2023-11-08T23:30:40.161 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: { 2023-11-08T23:30:40.161 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-08T23:30:40.161 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "initialized": true 2023-11-08T23:30:40.162 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: } 2023-11-08T23:30:40.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:40 smithi104 ceph-mon[137171]: Active manager daemon smithi104.kxwemz restarted 2023-11-08T23:30:40.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:40 smithi104 ceph-mon[137171]: Activating manager daemon smithi104.kxwemz 2023-11-08T23:30:40.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:40 smithi104 ceph-mon[137171]: osdmap e2: 0 total, 0 up, 0 in 2023-11-08T23:30:40.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:40 smithi104 ceph-mon[137171]: mgrmap e6: smithi104.kxwemz(active, starting, since 0.0530088s) 2023-11-08T23:30:40.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:40 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi104"}]: dispatch 2023-11-08T23:30:40.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:40 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mgr metadata", "who": "smithi104.kxwemz", "id": "smithi104.kxwemz"}]: dispatch 2023-11-08T23:30:40.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:40 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T23:30:40.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:40 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T23:30:40.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:40 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T23:30:40.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:40 smithi104 ceph-mon[137171]: Manager daemon smithi104.kxwemz is now available 2023-11-08T23:30:40.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:40 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:40.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:40 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:40.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:40 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:30:40.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:40 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:30:40.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:40 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:30:40.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:40 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:30:40.493 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:40 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/trash_purge_schedule"}]: dispatch 2023-11-08T23:30:40.493 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:40 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:40.493 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:40 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:30:41.383 INFO:teuthology.orchestra.run.smithi104.stderr:mgr epoch 5 is available 2023-11-08T23:30:41.384 INFO:teuthology.orchestra.run.smithi104.stderr:Setting orchestrator backend to cephadm... 2023-11-08T23:30:41.386 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:41 smithi104 ceph-mon[137171]: [08/Nov/2023:23:30:39] ENGINE Bus STARTING 2023-11-08T23:30:41.387 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:41 smithi104 ceph-mon[137171]: [08/Nov/2023:23:30:39] ENGINE Serving on https://172.21.15.104:7150 2023-11-08T23:30:41.387 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:41 smithi104 ceph-mon[137171]: [08/Nov/2023:23:30:39] ENGINE Bus STARTED 2023-11-08T23:30:41.387 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:41 smithi104 ceph-mon[137171]: mgrmap e7: smithi104.kxwemz(active, since 1.05695s) 2023-11-08T23:30:42.219 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:42 smithi104 ceph-mon[137171]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-08T23:30:42.219 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:42 smithi104 ceph-mon[137171]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-08T23:30:42.219 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:42 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:42.219 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:42 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:30:42.823 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: value unchanged 2023-11-08T23:30:43.182 INFO:teuthology.orchestra.run.smithi104.stderr:Generating ssh key... 2023-11-08T23:30:43.488 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:43 smithi104 ceph-mon[137171]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:30:43.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:43 smithi104 ceph-mon[137171]: mgrmap e8: smithi104.kxwemz(active, since 3s) 2023-11-08T23:30:43.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:43 smithi104 ceph-mon[137171]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:30:44.822 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXctT1+8LfIwH10vFJElE2cb3NxGqDRROJDL6IV89dtOxga1oc4sKESbjizlqLlsC+XlkgEt81ntglYIzcJxUOwp3Wfc5TFiXgIqBMMc5kZMTTFc0IYuxkCuPmVfmuTfSoYwTjz2YAWV0d9EUvJSbrEJtzDzuXuNbB44I/NwBqpdpl0bDuHfkS4uYdtMWR2iuV+gbqnjvt/TyfWk1Xn65JLJedF4CEcoaOoJ/wilIbWIYKp9FJfZA+mYwqqNGZOrBvvcU3gltd8g0QM2vX7aHke0E5fkRQpJcnNn75o78/HVTNW1aZmR2iDtH5CghGLKo+GSXSqXsqq2lUVx1vognQQYUZAz0pUgrT0g/1jAsey/u0SRD8E0qSNJ8GwX7Ui7dh6gVPTuCnbeY4fQ9vjJbTXNS56huL17psFPX8GOXKzcKB/XlMKjKGcti4IyH8vj1OH1XFk3K6NQRCx8HJg81JlljDAHoGprrSTnxtRpR4kaQ6F4SpVwxIPepNQV8P4QM= ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7 2023-11-08T23:30:45.101 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:44 smithi104 ceph-mon[137171]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:30:45.102 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:44 smithi104 ceph-mon[137171]: Generating ssh key... 2023-11-08T23:30:45.102 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:44 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:45.102 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:44 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:45.184 INFO:teuthology.orchestra.run.smithi104.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-08T23:30:45.184 INFO:teuthology.orchestra.run.smithi104.stderr:Adding key to root@localhost authorized_keys... 2023-11-08T23:30:45.184 INFO:teuthology.orchestra.run.smithi104.stderr:Adding host smithi104... 2023-11-08T23:30:45.985 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:45 smithi104 ceph-mon[137171]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:30:46.522 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: Added host 'smithi104' with addr '172.21.15.104' 2023-11-08T23:30:46.834 INFO:teuthology.orchestra.run.smithi104.stderr:Deploying mon service with default placement... 2023-11-08T23:30:47.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:46 smithi104 ceph-mon[137171]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi104", "addr": "172.21.15.104", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:30:47.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:46 smithi104 ceph-mon[137171]: Deploying cephadm binary to smithi104 2023-11-08T23:30:47.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:46 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:47.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:46 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:30:47.407 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-08T23:30:47.816 INFO:teuthology.orchestra.run.smithi104.stderr:Deploying mgr service with default placement... 2023-11-08T23:30:48.095 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:47 smithi104 ceph-mon[137171]: Added host smithi104 2023-11-08T23:30:48.095 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:47 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:48.482 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-08T23:30:48.914 INFO:teuthology.orchestra.run.smithi104.stderr:Deploying crash service with default placement... 2023-11-08T23:30:48.988 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:48 smithi104 ceph-mon[137171]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:30:48.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:48 smithi104 ceph-mon[137171]: Saving service mon spec with placement count:5 2023-11-08T23:30:48.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:48 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:48.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:48 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:49.535 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-08T23:30:49.922 INFO:teuthology.orchestra.run.smithi104.stderr:Deploying prometheus service with default placement... 2023-11-08T23:30:50.202 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:50 smithi104 ceph-mon[137171]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:30:50.203 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:50 smithi104 ceph-mon[137171]: Saving service mgr spec with placement count:2 2023-11-08T23:30:50.203 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:50 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:50.203 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:50 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:50.203 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:50 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:50.568 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-08T23:30:50.874 INFO:teuthology.orchestra.run.smithi104.stderr:Deploying grafana service with default placement... 2023-11-08T23:30:51.144 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:51 smithi104 ceph-mon[137171]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:30:51.144 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:51 smithi104 ceph-mon[137171]: Saving service crash spec with placement * 2023-11-08T23:30:51.144 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:51 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:51.145 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:51 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:51.470 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-08T23:30:51.980 INFO:teuthology.orchestra.run.smithi104.stderr:Deploying node-exporter service with default placement... 2023-11-08T23:30:52.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:52 smithi104 ceph-mon[137171]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:30:52.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:52 smithi104 ceph-mon[137171]: Saving service prometheus spec with placement count:1 2023-11-08T23:30:52.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:52 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:52.523 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-08T23:30:52.899 INFO:teuthology.orchestra.run.smithi104.stderr:Deploying alertmanager service with default placement... 2023-11-08T23:30:53.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:53 smithi104 ceph-mon[137171]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:30:53.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:53 smithi104 ceph-mon[137171]: Saving service grafana spec with placement count:1 2023-11-08T23:30:53.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:53 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:53.451 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-08T23:30:54.347 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:54 smithi104 ceph-mon[137171]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:30:54.347 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:54 smithi104 ceph-mon[137171]: Saving service node-exporter spec with placement * 2023-11-08T23:30:54.347 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:54 smithi104 ceph-mon[137171]: from='mgr.14120 172.21.15.104:0/1414298600' entity='mgr.smithi104.kxwemz' 2023-11-08T23:30:55.275 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:55 smithi104 ceph-mon[137171]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:30:55.275 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:55 smithi104 ceph-mon[137171]: Saving service alertmanager spec with placement count:1 2023-11-08T23:30:55.275 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:55 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/1069383272' entity='client.admin' 2023-11-08T23:30:55.613 INFO:teuthology.orchestra.run.smithi104.stderr:Enabling the dashboard module... 2023-11-08T23:30:56.574 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:56 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/857786326' entity='client.admin' 2023-11-08T23:30:56.574 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:56 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/1082966910' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-08T23:30:57.416 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: { 2023-11-08T23:30:57.417 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-08T23:30:57.417 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "available": true, 2023-11-08T23:30:57.417 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "active_name": "smithi104.kxwemz", 2023-11-08T23:30:57.417 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-08T23:30:57.417 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: } 2023-11-08T23:30:57.578 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:57 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/1082966910' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-08T23:30:57.579 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:57 smithi104 ceph-mon[137171]: mgrmap e9: smithi104.kxwemz(active, since 17s) 2023-11-08T23:30:57.771 INFO:teuthology.orchestra.run.smithi104.stderr:Waiting for the mgr to restart... 2023-11-08T23:30:57.771 INFO:teuthology.orchestra.run.smithi104.stderr:Waiting for mgr epoch 9... 2023-11-08T23:30:58.592 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:30:58 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/3092854406' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-08T23:31:03.322 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: { 2023-11-08T23:31:03.323 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-08T23:31:03.323 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: "initialized": true 2023-11-08T23:31:03.323 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: } 2023-11-08T23:31:03.530 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:03 smithi104 ceph-mon[137171]: Active manager daemon smithi104.kxwemz restarted 2023-11-08T23:31:03.530 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:03 smithi104 ceph-mon[137171]: Activating manager daemon smithi104.kxwemz 2023-11-08T23:31:03.530 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:03 smithi104 ceph-mon[137171]: osdmap e3: 0 total, 0 up, 0 in 2023-11-08T23:31:03.531 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:03 smithi104 ceph-mon[137171]: mgrmap e10: smithi104.kxwemz(active, starting, since 0.0534555s) 2023-11-08T23:31:03.531 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:03 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi104"}]: dispatch 2023-11-08T23:31:03.531 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:03 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mgr metadata", "who": "smithi104.kxwemz", "id": "smithi104.kxwemz"}]: dispatch 2023-11-08T23:31:03.531 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:03 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T23:31:03.532 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:03 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T23:31:03.532 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:03 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T23:31:03.532 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:03 smithi104 ceph-mon[137171]: Manager daemon smithi104.kxwemz is now available 2023-11-08T23:31:03.532 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:03 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:31:03.532 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:03 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:31:03.533 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:03 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:31:03.533 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:03 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/trash_purge_schedule"}]: dispatch 2023-11-08T23:31:03.533 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:03 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:03.533 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:03 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:03.753 INFO:teuthology.orchestra.run.smithi104.stderr:mgr epoch 9 is available 2023-11-08T23:31:03.754 INFO:teuthology.orchestra.run.smithi104.stderr:Generating a dashboard self-signed certificate... 2023-11-08T23:31:04.390 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-08T23:31:04.488 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:04 smithi104 ceph-mon[137171]: [08/Nov/2023:23:31:02] ENGINE Bus STARTING 2023-11-08T23:31:04.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:04 smithi104 ceph-mon[137171]: [08/Nov/2023:23:31:02] ENGINE Serving on https://172.21.15.104:7150 2023-11-08T23:31:04.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:04 smithi104 ceph-mon[137171]: [08/Nov/2023:23:31:02] ENGINE Bus STARTED 2023-11-08T23:31:04.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:04 smithi104 ceph-mon[137171]: mgrmap e11: smithi104.kxwemz(active, since 1.05574s) 2023-11-08T23:31:04.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:04 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:04.795 INFO:teuthology.orchestra.run.smithi104.stderr:Creating initial admin user... 2023-11-08T23:31:05.577 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$IjFOQ3n5lbvmO.MqBozYWOAGHRtyghyBaOSNipb3U6gVKjnY/Wlje", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1699486265, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-08T23:31:05.598 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:05 smithi104 ceph-mon[137171]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-08T23:31:05.598 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:05 smithi104 ceph-mon[137171]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-08T23:31:05.598 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:05 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:05.599 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:05 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:05.599 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:05 smithi104 ceph-mon[137171]: mgrmap e12: smithi104.kxwemz(active, since 2s) 2023-11-08T23:31:05.928 INFO:teuthology.orchestra.run.smithi104.stderr:Fetching dashboard port number... 2023-11-08T23:31:06.488 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:06 smithi104 ceph-mon[137171]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:31:06.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:06 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:06.489 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: 8443 2023-11-08T23:31:06.853 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: disabled 2023-11-08T23:31:06.860 INFO:teuthology.orchestra.run.smithi104.stderr:systemctl: inactive 2023-11-08T23:31:06.861 INFO:teuthology.orchestra.run.smithi104.stderr:firewalld.service is not enabled 2023-11-08T23:31:06.861 INFO:teuthology.orchestra.run.smithi104.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-08T23:31:06.863 INFO:teuthology.orchestra.run.smithi104.stderr:Ceph Dashboard is now available at: 2023-11-08T23:31:06.863 INFO:teuthology.orchestra.run.smithi104.stderr: 2023-11-08T23:31:06.864 INFO:teuthology.orchestra.run.smithi104.stderr: URL: https://smithi104.front.sepia.ceph.com:8443/ 2023-11-08T23:31:06.864 INFO:teuthology.orchestra.run.smithi104.stderr: User: admin 2023-11-08T23:31:06.864 INFO:teuthology.orchestra.run.smithi104.stderr: Password: 5l6t6e1o35 2023-11-08T23:31:06.864 INFO:teuthology.orchestra.run.smithi104.stderr: 2023-11-08T23:31:06.864 INFO:teuthology.orchestra.run.smithi104.stderr:Enabling autotune for osd_memory_target 2023-11-08T23:31:07.575 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:07 smithi104 ceph-mon[137171]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:31:07.575 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:07 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/419699714' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-08T23:31:09.006 INFO:teuthology.orchestra.run.smithi104.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-08T23:31:09.360 INFO:teuthology.orchestra.run.smithi104.stderr:You can access the Ceph CLI with: 2023-11-08T23:31:09.361 INFO:teuthology.orchestra.run.smithi104.stderr: 2023-11-08T23:31:09.361 INFO:teuthology.orchestra.run.smithi104.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-08T23:31:09.361 INFO:teuthology.orchestra.run.smithi104.stderr: 2023-11-08T23:31:09.361 INFO:teuthology.orchestra.run.smithi104.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-08T23:31:09.362 INFO:teuthology.orchestra.run.smithi104.stderr: 2023-11-08T23:31:09.362 INFO:teuthology.orchestra.run.smithi104.stderr: ceph telemetry on 2023-11-08T23:31:09.362 INFO:teuthology.orchestra.run.smithi104.stderr: 2023-11-08T23:31:09.362 INFO:teuthology.orchestra.run.smithi104.stderr:For more information see: 2023-11-08T23:31:09.362 INFO:teuthology.orchestra.run.smithi104.stderr: 2023-11-08T23:31:09.362 INFO:teuthology.orchestra.run.smithi104.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-11-08T23:31:09.363 INFO:teuthology.orchestra.run.smithi104.stderr: 2023-11-08T23:31:09.363 INFO:teuthology.orchestra.run.smithi104.stderr:Bootstrap complete. 2023-11-08T23:31:09.393 INFO:tasks.cephadm:Fetching config... 2023-11-08T23:31:09.394 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2023-11-08T23:31:09.394 DEBUG:teuthology.orchestra.run.smithi104:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-08T23:31:09.414 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-08T23:31:09.414 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2023-11-08T23:31:09.414 DEBUG:teuthology.orchestra.run.smithi104:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-08T23:31:09.471 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-08T23:31:09.472 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2023-11-08T23:31:09.472 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd if=/var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/keyring of=/dev/stdout 2023-11-08T23:31:09.539 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-08T23:31:09.540 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2023-11-08T23:31:09.540 DEBUG:teuthology.orchestra.run.smithi104:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-08T23:31:09.597 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-08T23:31:09.598 DEBUG:teuthology.orchestra.run.smithi104:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXctT1+8LfIwH10vFJElE2cb3NxGqDRROJDL6IV89dtOxga1oc4sKESbjizlqLlsC+XlkgEt81ntglYIzcJxUOwp3Wfc5TFiXgIqBMMc5kZMTTFc0IYuxkCuPmVfmuTfSoYwTjz2YAWV0d9EUvJSbrEJtzDzuXuNbB44I/NwBqpdpl0bDuHfkS4uYdtMWR2iuV+gbqnjvt/TyfWk1Xn65JLJedF4CEcoaOoJ/wilIbWIYKp9FJfZA+mYwqqNGZOrBvvcU3gltd8g0QM2vX7aHke0E5fkRQpJcnNn75o78/HVTNW1aZmR2iDtH5CghGLKo+GSXSqXsqq2lUVx1vognQQYUZAz0pUgrT0g/1jAsey/u0SRD8E0qSNJ8GwX7Ui7dh6gVPTuCnbeY4fQ9vjJbTXNS56huL17psFPX8GOXKzcKB/XlMKjKGcti4IyH8vj1OH1XFk3K6NQRCx8HJg81JlljDAHoGprrSTnxtRpR4kaQ6F4SpVwxIPepNQV8P4QM= ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-08T23:31:09.664 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:09 smithi104 ceph-mon[137171]: mgrmap e13: smithi104.kxwemz(active, since 6s) 2023-11-08T23:31:09.664 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:09 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/4177417329' entity='client.admin' 2023-11-08T23:31:09.676 INFO:teuthology.orchestra.run.smithi104.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXctT1+8LfIwH10vFJElE2cb3NxGqDRROJDL6IV89dtOxga1oc4sKESbjizlqLlsC+XlkgEt81ntglYIzcJxUOwp3Wfc5TFiXgIqBMMc5kZMTTFc0IYuxkCuPmVfmuTfSoYwTjz2YAWV0d9EUvJSbrEJtzDzuXuNbB44I/NwBqpdpl0bDuHfkS4uYdtMWR2iuV+gbqnjvt/TyfWk1Xn65JLJedF4CEcoaOoJ/wilIbWIYKp9FJfZA+mYwqqNGZOrBvvcU3gltd8g0QM2vX7aHke0E5fkRQpJcnNn75o78/HVTNW1aZmR2iDtH5CghGLKo+GSXSqXsqq2lUVx1vognQQYUZAz0pUgrT0g/1jAsey/u0SRD8E0qSNJ8GwX7Ui7dh6gVPTuCnbeY4fQ9vjJbTXNS56huL17psFPX8GOXKzcKB/XlMKjKGcti4IyH8vj1OH1XFk3K6NQRCx8HJg81JlljDAHoGprrSTnxtRpR4kaQ6F4SpVwxIPepNQV8P4QM= ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7 2023-11-08T23:31:09.687 DEBUG:teuthology.orchestra.run.smithi124:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXctT1+8LfIwH10vFJElE2cb3NxGqDRROJDL6IV89dtOxga1oc4sKESbjizlqLlsC+XlkgEt81ntglYIzcJxUOwp3Wfc5TFiXgIqBMMc5kZMTTFc0IYuxkCuPmVfmuTfSoYwTjz2YAWV0d9EUvJSbrEJtzDzuXuNbB44I/NwBqpdpl0bDuHfkS4uYdtMWR2iuV+gbqnjvt/TyfWk1Xn65JLJedF4CEcoaOoJ/wilIbWIYKp9FJfZA+mYwqqNGZOrBvvcU3gltd8g0QM2vX7aHke0E5fkRQpJcnNn75o78/HVTNW1aZmR2iDtH5CghGLKo+GSXSqXsqq2lUVx1vognQQYUZAz0pUgrT0g/1jAsey/u0SRD8E0qSNJ8GwX7Ui7dh6gVPTuCnbeY4fQ9vjJbTXNS56huL17psFPX8GOXKzcKB/XlMKjKGcti4IyH8vj1OH1XFk3K6NQRCx8HJg81JlljDAHoGprrSTnxtRpR4kaQ6F4SpVwxIPepNQV8P4QM= ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-08T23:31:09.733 INFO:teuthology.orchestra.run.smithi124.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXctT1+8LfIwH10vFJElE2cb3NxGqDRROJDL6IV89dtOxga1oc4sKESbjizlqLlsC+XlkgEt81ntglYIzcJxUOwp3Wfc5TFiXgIqBMMc5kZMTTFc0IYuxkCuPmVfmuTfSoYwTjz2YAWV0d9EUvJSbrEJtzDzuXuNbB44I/NwBqpdpl0bDuHfkS4uYdtMWR2iuV+gbqnjvt/TyfWk1Xn65JLJedF4CEcoaOoJ/wilIbWIYKp9FJfZA+mYwqqNGZOrBvvcU3gltd8g0QM2vX7aHke0E5fkRQpJcnNn75o78/HVTNW1aZmR2iDtH5CghGLKo+GSXSqXsqq2lUVx1vognQQYUZAz0pUgrT0g/1jAsey/u0SRD8E0qSNJ8GwX7Ui7dh6gVPTuCnbeY4fQ9vjJbTXNS56huL17psFPX8GOXKzcKB/XlMKjKGcti4IyH8vj1OH1XFk3K6NQRCx8HJg81JlljDAHoGprrSTnxtRpR4kaQ6F4SpVwxIPepNQV8P4QM= ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7 2023-11-08T23:31:09.746 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-08T23:31:11.613 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-08T23:31:11.613 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-08T23:31:12.054 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:11 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:12.055 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:11 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi104", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:31:12.055 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:11 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:12.055 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:11 smithi104 ceph-mon[137171]: Deploying daemon alertmanager.smithi104 on smithi104 2023-11-08T23:31:12.055 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:11 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/57740993' entity='client.admin' 2023-11-08T23:31:13.415 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi124 2023-11-08T23:31:13.416 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-08T23:31:13.416 DEBUG:teuthology.orchestra.run.smithi124:> dd of=/etc/ceph/ceph.conf 2023-11-08T23:31:13.438 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-08T23:31:13.438 DEBUG:teuthology.orchestra.run.smithi124:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:31:13.498 INFO:tasks.cephadm:Adding host smithi124 to orchestrator... 2023-11-08T23:31:13.499 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph orch host add smithi124 2023-11-08T23:31:14.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:14 smithi104 ceph-mon[137171]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:31:14.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:14 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:16.478 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:16 smithi104 ceph-mon[137171]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi124", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:31:17.068 INFO:teuthology.orchestra.run.smithi104.stdout:Added host 'smithi124' with addr '172.21.15.124' 2023-11-08T23:31:17.412 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-08T23:31:18.158 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:18 smithi104 ceph-mon[137171]: Deploying cephadm binary to smithi124 2023-11-08T23:31:18.158 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:18 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:18.159 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:18 smithi104 ceph-mon[137171]: Added host smithi124 2023-11-08T23:31:18.159 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:18 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:18.159 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:18 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi104", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T23:31:18.159 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:18 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi104", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-08T23:31:18.160 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:18 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:31:19.102 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:19 smithi104 ceph-mon[137171]: Deploying daemon crash.smithi104 on smithi104 2023-11-08T23:31:19.328 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:31:19.328 INFO:teuthology.orchestra.run.smithi104.stdout:[{"addr": "172.21.15.104", "hostname": "smithi104", "labels": [], "status": ""}, {"addr": "172.21.15.124", "hostname": "smithi124", "labels": [], "status": ""}] 2023-11-08T23:31:19.837 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-08T23:31:19.837 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph osd crush tunables default 2023-11-08T23:31:20.825 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:20 smithi104 ceph-mon[137171]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:31:20.825 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:20 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:20.825 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:20 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:20.825 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:20 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:20.826 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:20 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-08T23:31:20.826 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:20 smithi104 ceph-mon[137171]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-08T23:31:20.826 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:20 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:20.826 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:20 smithi104 ceph-mon[137171]: Deploying daemon grafana.smithi104 on smithi104 2023-11-08T23:31:21.718 INFO:teuthology.orchestra.run.smithi104.stderr:adjusted tunables profile to default 2023-11-08T23:31:21.988 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:21 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/87376535' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-08T23:31:22.098 INFO:tasks.cephadm:Adding mon.smithi104 on smithi104 2023-11-08T23:31:22.098 INFO:tasks.cephadm:Adding mon.smithi124 on smithi124 2023-11-08T23:31:22.098 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph orch apply mon '2;smithi104:172.21.15.104=smithi104;smithi124:172.21.15.124=smithi124' 2023-11-08T23:31:22.988 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:22 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/87376535' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-08T23:31:22.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:22 smithi104 ceph-mon[137171]: osdmap e4: 0 total, 0 up, 0 in 2023-11-08T23:31:22.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:22 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:23.509 INFO:teuthology.orchestra.run.smithi124.stdout:Scheduled mon update... 2023-11-08T23:31:23.886 DEBUG:teuthology.orchestra.run.smithi124:mon.smithi124> sudo journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@mon.smithi124.service 2023-11-08T23:31:23.890 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T23:31:23.891 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T23:31:23.919 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:-- Logs begin at Wed 2023-11-08 23:21:35 UTC. -- 2023-11-08T23:31:23.988 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:23 smithi104 ceph-mon[137171]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:31:23.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:23 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:24.988 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:24 smithi104 ceph-mon[137171]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi104:172.21.15.104=smithi104;smithi124:172.21.15.124=smithi124", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:31:24.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:24 smithi104 ceph-mon[137171]: Saving service mon spec with placement smithi104:172.21.15.104=smithi104;smithi124:172.21.15.124=smithi124;count:2 2023-11-08T23:31:25.314 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:31:25.315 INFO:teuthology.orchestra.run.smithi124.stdout:{"epoch":1,"fsid":"b7718266-7e8e-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T23:30:13.931920Z","created":"2023-11-08T23:30:13.931920Z","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":"smithi104","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:3300","nonce":0},{"type":"v1","addr":"172.21.15.104:6789","nonce":0}]},"addr":"172.21.15.104:6789/0","public_addr":"172.21.15.104:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T23:31:25.316 INFO:teuthology.orchestra.run.smithi124.stderr:dumped monmap epoch 1 2023-11-08T23:31:25.988 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:25 smithi104 ceph-mon[137171]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:31:25.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:25 smithi104 ceph-mon[137171]: from='client.? 172.21.15.124:0/1184087106' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:31:26.717 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T23:31:26.718 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T23:31:27.988 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:27 smithi104 ceph-mon[137171]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:31:28.078 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:31:28.078 INFO:teuthology.orchestra.run.smithi124.stdout:{"epoch":1,"fsid":"b7718266-7e8e-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T23:30:13.931920Z","created":"2023-11-08T23:30:13.931920Z","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":"smithi104","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:3300","nonce":0},{"type":"v1","addr":"172.21.15.104:6789","nonce":0}]},"addr":"172.21.15.104:6789/0","public_addr":"172.21.15.104:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T23:31:28.080 INFO:teuthology.orchestra.run.smithi124.stderr:dumped monmap epoch 1 2023-11-08T23:31:28.988 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:28 smithi104 ceph-mon[137171]: from='client.? 172.21.15.124:0/3941192398' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:31:29.486 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T23:31:29.488 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T23:31:29.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:29 smithi104 ceph-mon[137171]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:31:30.845 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:31:30.846 INFO:teuthology.orchestra.run.smithi124.stdout:{"epoch":1,"fsid":"b7718266-7e8e-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T23:30:13.931920Z","created":"2023-11-08T23:30:13.931920Z","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":"smithi104","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:3300","nonce":0},{"type":"v1","addr":"172.21.15.104:6789","nonce":0}]},"addr":"172.21.15.104:6789/0","public_addr":"172.21.15.104:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T23:31:30.846 INFO:teuthology.orchestra.run.smithi124.stderr:dumped monmap epoch 1 2023-11-08T23:31:31.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:31 smithi104 ceph-mon[137171]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:31:31.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:31 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:31.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:31 smithi104 ceph-mon[137171]: Deploying daemon node-exporter.smithi104 on smithi104 2023-11-08T23:31:31.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:31 smithi104 ceph-mon[137171]: from='client.? 172.21.15.124:0/2309574523' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:31:32.260 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T23:31:32.260 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T23:31:33.665 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:31:33.666 INFO:teuthology.orchestra.run.smithi124.stdout:{"epoch":1,"fsid":"b7718266-7e8e-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T23:30:13.931920Z","created":"2023-11-08T23:30:13.931920Z","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":"smithi104","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:3300","nonce":0},{"type":"v1","addr":"172.21.15.104:6789","nonce":0}]},"addr":"172.21.15.104:6789/0","public_addr":"172.21.15.104:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T23:31:33.667 INFO:teuthology.orchestra.run.smithi124.stderr:dumped monmap epoch 1 2023-11-08T23:31:33.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:33 smithi104 ceph-mon[137171]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:31:33.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:33 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:33.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:33 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:33.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:33 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-08T23:31:34.614 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:34 smithi104 ceph-mon[137171]: from='client.? 172.21.15.124:0/2096723120' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:31:34.615 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:34 smithi104 ceph-mon[137171]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-08T23:31:34.615 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:34 smithi104 ceph-mon[137171]: mgrmap e14: smithi104.kxwemz(active, since 31s) 2023-11-08T23:31:35.086 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T23:31:35.086 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T23:31:36.435 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:31:36.436 INFO:teuthology.orchestra.run.smithi124.stdout:{"epoch":1,"fsid":"b7718266-7e8e-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T23:30:13.931920Z","created":"2023-11-08T23:30:13.931920Z","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":"smithi104","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:3300","nonce":0},{"type":"v1","addr":"172.21.15.104:6789","nonce":0}]},"addr":"172.21.15.104:6789/0","public_addr":"172.21.15.104:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T23:31:36.437 INFO:teuthology.orchestra.run.smithi124.stderr:dumped monmap epoch 1 2023-11-08T23:31:36.738 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:36 smithi104 ceph-mon[137171]: from='client.? 172.21.15.124:0/732883174' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:31:37.852 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T23:31:37.852 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T23:31:39.379 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:31:39.379 INFO:teuthology.orchestra.run.smithi124.stdout:{"epoch":1,"fsid":"b7718266-7e8e-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T23:30:13.931920Z","created":"2023-11-08T23:30:13.931920Z","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":"smithi104","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:3300","nonce":0},{"type":"v1","addr":"172.21.15.104:6789","nonce":0}]},"addr":"172.21.15.104:6789/0","public_addr":"172.21.15.104:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T23:31:39.381 INFO:teuthology.orchestra.run.smithi124.stderr:dumped monmap epoch 1 2023-11-08T23:31:40.626 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:40 smithi104 ceph-mon[137171]: from='client.? 172.21.15.124:0/2631637853' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:31:40.626 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:40 smithi104 ceph-mon[137171]: Active manager daemon smithi104.kxwemz restarted 2023-11-08T23:31:40.626 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:40 smithi104 ceph-mon[137171]: Activating manager daemon smithi104.kxwemz 2023-11-08T23:31:40.626 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:40 smithi104 ceph-mon[137171]: osdmap e5: 0 total, 0 up, 0 in 2023-11-08T23:31:40.766 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T23:31:40.767 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T23:31:41.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:41 smithi104 ceph-mon[137171]: mgrmap e15: smithi104.kxwemz(active, starting, since 0.362069s) 2023-11-08T23:31:41.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi104"}]: dispatch 2023-11-08T23:31:41.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mgr metadata", "who": "smithi104.kxwemz", "id": "smithi104.kxwemz"}]: dispatch 2023-11-08T23:31:41.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T23:31:41.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T23:31:41.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T23:31:41.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:41 smithi104 ceph-mon[137171]: Manager daemon smithi104.kxwemz is now available 2023-11-08T23:31:41.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:31:41.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:31:41.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:31:41.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:31:41.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:41.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:31:41.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/trash_purge_schedule"}]: dispatch 2023-11-08T23:31:41.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:41.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:42.204 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:31:42.204 INFO:teuthology.orchestra.run.smithi124.stdout:{"epoch":1,"fsid":"b7718266-7e8e-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T23:30:13.931920Z","created":"2023-11-08T23:30:13.931920Z","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":"smithi104","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:3300","nonce":0},{"type":"v1","addr":"172.21.15.104:6789","nonce":0}]},"addr":"172.21.15.104:6789/0","public_addr":"172.21.15.104:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T23:31:42.205 INFO:teuthology.orchestra.run.smithi124.stderr:dumped monmap epoch 1 2023-11-08T23:31:42.646 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:42 smithi104 ceph-mon[137171]: mgrmap e16: smithi104.kxwemz(active, since 1.37388s) 2023-11-08T23:31:42.646 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:42 smithi104 ceph-mon[137171]: [08/Nov/2023:23:31:41] ENGINE Bus STARTING 2023-11-08T23:31:42.646 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:42 smithi104 ceph-mon[137171]: [08/Nov/2023:23:31:41] ENGINE Serving on https://172.21.15.104:7150 2023-11-08T23:31:42.647 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:42 smithi104 ceph-mon[137171]: [08/Nov/2023:23:31:41] ENGINE Bus STARTED 2023-11-08T23:31:42.647 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:42 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:42.647 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:42 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:42.647 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:42 smithi104 ceph-mon[137171]: from='client.? 172.21.15.124:0/1525887346' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:31:43.541 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T23:31:43.541 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T23:31:43.988 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:43 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:43.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:43 smithi104 ceph-mon[137171]: mgrmap e17: smithi104.kxwemz(active, since 2s) 2023-11-08T23:31:43.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:43 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:43.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:43 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi104", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:31:43.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:43 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:44.988 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:44 smithi104 ceph-mon[137171]: Updating smithi104:/etc/ceph/ceph.conf 2023-11-08T23:31:44.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:44 smithi104 ceph-mon[137171]: Updating smithi104:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:31:45.183 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:31:45.183 INFO:teuthology.orchestra.run.smithi124.stdout:{"epoch":1,"fsid":"b7718266-7e8e-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T23:30:13.931920Z","created":"2023-11-08T23:30:13.931920Z","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":"smithi104","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:3300","nonce":0},{"type":"v1","addr":"172.21.15.104:6789","nonce":0}]},"addr":"172.21.15.104:6789/0","public_addr":"172.21.15.104:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T23:31:45.184 INFO:teuthology.orchestra.run.smithi124.stderr:dumped monmap epoch 1 2023-11-08T23:31:46.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:45 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:46.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:45 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:46.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:45 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi124", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:31:46.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:45 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:46.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:45 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi124", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T23:31:46.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:45 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi124", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-08T23:31:46.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:45 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:31:46.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:45 smithi104 ceph-mon[137171]: Deploying daemon crash.smithi124 on smithi124 2023-11-08T23:31:46.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:45 smithi104 ceph-mon[137171]: from='client.? 172.21.15.124:0/865689732' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:31:46.703 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T23:31:46.703 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T23:31:48.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:47 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:48.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:47 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi124.xydlqy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T23:31:48.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:47 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi124.xydlqy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-08T23:31:48.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:47 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T23:31:48.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:47 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:31:48.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:47 smithi104 ceph-mon[137171]: Deploying daemon mgr.smithi124.xydlqy on smithi124 2023-11-08T23:31:48.408 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:31:48.409 INFO:teuthology.orchestra.run.smithi124.stdout:{"epoch":1,"fsid":"b7718266-7e8e-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T23:30:13.931920Z","created":"2023-11-08T23:30:13.931920Z","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":"smithi104","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:3300","nonce":0},{"type":"v1","addr":"172.21.15.104:6789","nonce":0}]},"addr":"172.21.15.104:6789/0","public_addr":"172.21.15.104:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T23:31:48.410 INFO:teuthology.orchestra.run.smithi124.stderr:dumped monmap epoch 1 2023-11-08T23:31:49.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:48 smithi104 ceph-mon[137171]: from='client.? 172.21.15.124:0/735531729' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:31:49.813 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T23:31:49.814 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T23:31:50.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:50 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:50.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:50 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:31:50.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:50 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:31:50.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:50 smithi104 ceph-mon[137171]: Deploying daemon mon.smithi124 on smithi124 2023-11-08T23:31:51.738 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:51 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:52.154 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 systemd[1]: Started Ceph mon.smithi124 for b7718266-7e8e-11ee-8dbb-212e2dc638e7. 2023-11-08T23:31:52.155 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi124/store.db/MANIFEST-000003 2023-11-08T23:31:52.155 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-11-08T23:31:52.155 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T23:31:52.156 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.merge_operator: 2023-11-08T23:31:52.156 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compaction_filter: None 2023-11-08T23:31:52.156 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compaction_filter_factory: None 2023-11-08T23:31:52.156 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.sst_partitioner_factory: None 2023-11-08T23:31:52.156 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T23:31:52.156 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T23:31:52.157 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561b0d845d00) 2023-11-08T23:31:52.157 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: cache_index_and_filter_blocks: 1 2023-11-08T23:31:52.157 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T23:31:52.157 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T23:31:52.158 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: pin_top_level_index_and_filter: 1 2023-11-08T23:31:52.158 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: index_type: 0 2023-11-08T23:31:52.158 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: data_block_index_type: 0 2023-11-08T23:31:52.158 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: index_shortening: 1 2023-11-08T23:31:52.158 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: data_block_hash_table_util_ratio: 0.750000 2023-11-08T23:31:52.159 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: hash_index_allow_collision: 1 2023-11-08T23:31:52.159 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: checksum: 1 2023-11-08T23:31:52.159 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: no_block_cache: 0 2023-11-08T23:31:52.159 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: block_cache: 0x561b0d8b0170 2023-11-08T23:31:52.159 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: block_cache_name: BinnedLRUCache 2023-11-08T23:31:52.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: block_cache_options: 2023-11-08T23:31:52.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: capacity : 536870912 2023-11-08T23:31:52.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: num_shard_bits : 4 2023-11-08T23:31:52.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: strict_capacity_limit : 0 2023-11-08T23:31:52.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: high_pri_pool_ratio: 0.000 2023-11-08T23:31:52.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: block_cache_compressed: (nil) 2023-11-08T23:31:52.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: persistent_cache: (nil) 2023-11-08T23:31:52.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: block_size: 4096 2023-11-08T23:31:52.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: block_size_deviation: 10 2023-11-08T23:31:52.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: block_restart_interval: 16 2023-11-08T23:31:52.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: index_block_restart_interval: 1 2023-11-08T23:31:52.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: metadata_block_size: 4096 2023-11-08T23:31:52.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: partition_filters: 0 2023-11-08T23:31:52.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: use_delta_encoding: 1 2023-11-08T23:31:52.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-08T23:31:52.164 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: whole_key_filtering: 1 2023-11-08T23:31:52.164 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: verify_compression: 0 2023-11-08T23:31:52.164 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: read_amp_bytes_per_bit: 0 2023-11-08T23:31:52.165 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: format_version: 4 2023-11-08T23:31:52.165 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: enable_index_compression: 1 2023-11-08T23:31:52.165 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: block_align: 0 2023-11-08T23:31:52.166 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.write_buffer_size: 33554432 2023-11-08T23:31:52.166 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.max_write_buffer_number: 2 2023-11-08T23:31:52.166 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compression: NoCompression 2023-11-08T23:31:52.167 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.bottommost_compression: Disabled 2023-11-08T23:31:52.167 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.prefix_extractor: nullptr 2023-11-08T23:31:52.167 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T23:31:52.167 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.num_levels: 7 2023-11-08T23:31:52.167 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T23:31:52.168 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T23:31:52.168 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T23:31:52.168 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T23:31:52.168 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T23:31:52.168 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T23:31:52.169 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T23:31:52.169 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T23:31:52.169 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-11-08T23:31:52.169 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T23:31:52.169 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T23:31:52.170 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compression_opts.level: 32767 2023-11-08T23:31:52.170 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compression_opts.strategy: 0 2023-11-08T23:31:52.170 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T23:31:52.170 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T23:31:52.170 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-11-08T23:31:52.171 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compression_opts.enabled: false 2023-11-08T23:31:52.171 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T23:31:52.171 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T23:31:52.171 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T23:31:52.171 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.target_file_size_base: 67108864 2023-11-08T23:31:52.171 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T23:31:52.172 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T23:31:52.172 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T23:31:52.172 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T23:31:52.172 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T23:31:52.172 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T23:31:52.173 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T23:31:52.173 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T23:31:52.173 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T23:31:52.173 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T23:31:52.173 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T23:31:52.174 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T23:31:52.174 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T23:31:52.174 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.arena_block_size: 4194304 2023-11-08T23:31:52.175 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T23:31:52.175 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T23:31:52.175 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-08T23:31:52.175 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.disable_auto_compactions: 0 2023-11-08T23:31:52.175 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T23:31:52.176 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T23:31:52.176 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T23:31:52.176 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T23:31:52.176 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T23:31:52.177 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T23:31:52.177 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T23:31:52.177 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T23:31:52.177 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T23:31:52.177 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T23:31:52.178 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.table_properties_collectors: 2023-11-08T23:31:52.178 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.inplace_update_support: 0 2023-11-08T23:31:52.178 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T23:31:52.178 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T23:31:52.178 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T23:31:52.179 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T23:31:52.179 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.bloom_locality: 0 2023-11-08T23:31:52.179 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.max_successive_merges: 0 2023-11-08T23:31:52.179 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T23:31:52.180 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.paranoid_file_checks: 0 2023-11-08T23:31:52.180 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.force_consistency_checks: 1 2023-11-08T23:31:52.180 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.report_bg_io_stats: 0 2023-11-08T23:31:52.180 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.ttl: 2592000 2023-11-08T23:31:52.180 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T23:31:52.181 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.enable_blob_files: false 2023-11-08T23:31:52.181 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.min_blob_size: 0 2023-11-08T23:31:52.181 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.blob_file_size: 268435456 2023-11-08T23:31:52.181 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.blob_compression_type: NoCompression 2023-11-08T23:31:52.181 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.enable_blob_garbage_collection: false 2023-11-08T23:31:52.182 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-11-08T23:31:52.182 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi124/store.db/MANIFEST-000003 succeeded,manifest_file_number is 3, next_file_number is 5, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-08T23:31:52.182 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-11-08T23:31:52.182 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-11-08T23:31:52.182 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699486311715842, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-11-08T23:31:52.183 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-11-08T23:31:52.183 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: 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-08T23:31:52.183 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699486311716254, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1545, "file_checksum": "", "file_checksum_func_name": "Unknown", "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1699486311, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "a2b80009-5cba-4874-a11a-2837541b1e39", "db_session_id": "UZNMF525BOR6ZC9JHK1R"}} 2023-11-08T23:31:52.183 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-11-08T23:31:52.183 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: EVENT_LOG_v1 {"time_micros": 1699486311716710, "job": 1, "event": "recovery_finished"} 2023-11-08T23:31:52.184 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi124/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-11-08T23:31:52.184 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x561b0d896a80 2023-11-08T23:31:52.184 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: DB pointer 0x561b0d8a6000 2023-11-08T23:31:52.184 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-11-08T23:31:52.184 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-11-08T23:31:52.185 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: ** DB Stats ** 2023-11-08T23:31:52.185 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T23:31:52.185 INFO:journalctl@ceph.mon.smithi124.smithi124.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-08T23:31:52.186 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T23:31:52.186 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T23:31:52.186 INFO:journalctl@ceph.mon.smithi124.smithi124.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-08T23:31:52.186 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-08T23:31:52.187 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T23:31:52.187 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: 2023-11-08T23:31:52.187 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: ** Compaction Stats [default] ** 2023-11-08T23:31:52.188 INFO:journalctl@ceph.mon.smithi124.smithi124.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-08T23:31:52.188 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T23:31:52.188 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2023-11-08T23:31:52.188 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2023-11-08T23:31:52.189 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2023-11-08T23:31:52.189 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: 2023-11-08T23:31:52.189 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: ** Compaction Stats [default] ** 2023-11-08T23:31:52.190 INFO:journalctl@ceph.mon.smithi124.smithi124.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-08T23:31:52.190 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T23:31:52.190 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2023-11-08T23:31:52.191 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T23:31:52.191 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T23:31:52.191 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T23:31:52.192 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T23:31:52.192 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T23:31:52.192 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-08T23:31:52.193 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: Cumulative compaction: 0.00 GB write, 0.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T23:31:52.193 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: Interval compaction: 0.00 GB write, 0.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T23:31:52.194 INFO:journalctl@ceph.mon.smithi124.smithi124.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-08T23:31:52.194 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: 2023-11-08T23:31:52.194 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-08T23:31:52.195 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: 2023-11-08T23:31:52.195 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: ** Compaction Stats [default] ** 2023-11-08T23:31:52.196 INFO:journalctl@ceph.mon.smithi124.smithi124.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-08T23:31:52.196 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T23:31:52.196 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2023-11-08T23:31:52.197 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2023-11-08T23:31:52.197 INFO:journalctl@ceph.mon.smithi124.smithi124.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-08T23:31:52.197 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: 2023-11-08T23:31:52.198 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: ** Compaction Stats [default] ** 2023-11-08T23:31:52.198 INFO:journalctl@ceph.mon.smithi124.smithi124.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-08T23:31:52.199 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T23:31:52.199 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2023-11-08T23:31:52.200 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T23:31:52.200 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T23:31:52.200 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T23:31:52.201 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T23:31:52.201 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T23:31:52.201 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: AddFile(Keys): cumulative 0, interval 0 2023-11-08T23:31:52.202 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: Cumulative compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T23:31:52.202 INFO:journalctl@ceph.mon.smithi124.smithi124.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-08T23:31:52.202 INFO:journalctl@ceph.mon.smithi124.smithi124.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-08T23:31:52.203 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: 2023-11-08T23:31:52.203 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: ** File Read Latency Histogram By Level [default] ** 2023-11-08T23:31:52.203 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mon.smithi124 does not exist in monmap, will attempt to join an existing cluster 2023-11-08T23:31:52.204 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: using public_addr v2:172.21.15.124:0/0 -> [v2:172.21.15.124:3300/0,v1:172.21.15.124:6789/0] 2023-11-08T23:31:52.204 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: starting mon.smithi124 rank -1 at public addrs [v2:172.21.15.124:3300/0,v1:172.21.15.124:6789/0] at bind addrs [v2:172.21.15.124:3300/0,v1:172.21.15.124:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi124 fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 2023-11-08T23:31:52.204 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mon.smithi124@-1(???) e0 preinit fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 2023-11-08T23:31:52.205 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mon.smithi124@-1(synchronizing).mds e1 new map 2023-11-08T23:31:52.205 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mon.smithi124@-1(synchronizing).mds e1 print_map 2023-11-08T23:31:52.206 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: e1 2023-11-08T23:31:52.206 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-11-08T23:31:52.206 INFO:journalctl@ceph.mon.smithi124.smithi124.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-08T23:31:52.207 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: legacy client fscid: -1 2023-11-08T23:31:52.207 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: 2023-11-08T23:31:52.207 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout: No filesystems configured 2023-11-08T23:31:52.208 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mon.smithi124@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-08T23:31:52.210 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mon.smithi124@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-08T23:31:52.210 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mon.smithi124@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-08T23:31:52.210 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mon.smithi124@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-08T23:31:52.210 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mon.smithi124@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-08T23:31:52.211 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mon.smithi124@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-08T23:31:52.211 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mon.smithi124@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-08T23:31:52.211 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mon.smithi124@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-08T23:31:52.211 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mon.smithi124@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T23:31:52.211 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mon.smithi124@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T23:31:52.212 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mon.smithi124@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T23:31:52.212 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:31:52.212 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='client.? 172.21.15.124:0/3941192398' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:31:52.212 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:31:52.212 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:31:52.213 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:52.213 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: Deploying daemon node-exporter.smithi104 on smithi104 2023-11-08T23:31:52.213 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='client.? 172.21.15.124:0/2309574523' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:31:52.213 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:31:52.213 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:52.214 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:52.214 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-08T23:31:52.214 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='client.? 172.21.15.124:0/2096723120' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:31:52.214 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14162 172.21.15.104:0/3957678551' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-08T23:31:52.214 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mgrmap e14: smithi104.kxwemz(active, since 31s) 2023-11-08T23:31:52.215 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='client.? 172.21.15.124:0/732883174' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:31:52.215 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='client.? 172.21.15.124:0/2631637853' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:31:52.215 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: Active manager daemon smithi104.kxwemz restarted 2023-11-08T23:31:52.215 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: Activating manager daemon smithi104.kxwemz 2023-11-08T23:31:52.215 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: osdmap e5: 0 total, 0 up, 0 in 2023-11-08T23:31:52.215 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mgrmap e15: smithi104.kxwemz(active, starting, since 0.362069s) 2023-11-08T23:31:52.216 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi104"}]: dispatch 2023-11-08T23:31:52.216 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mgr metadata", "who": "smithi104.kxwemz", "id": "smithi104.kxwemz"}]: dispatch 2023-11-08T23:31:52.217 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T23:31:52.217 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T23:31:52.217 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T23:31:52.217 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: Manager daemon smithi104.kxwemz is now available 2023-11-08T23:31:52.217 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:31:52.218 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:31:52.218 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:31:52.218 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:31:52.218 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:52.218 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:31:52.219 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/trash_purge_schedule"}]: dispatch 2023-11-08T23:31:52.219 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:52.219 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:52.219 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mgrmap e16: smithi104.kxwemz(active, since 1.37388s) 2023-11-08T23:31:52.219 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: [08/Nov/2023:23:31:41] ENGINE Bus STARTING 2023-11-08T23:31:52.219 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: [08/Nov/2023:23:31:41] ENGINE Serving on https://172.21.15.104:7150 2023-11-08T23:31:52.220 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: [08/Nov/2023:23:31:41] ENGINE Bus STARTED 2023-11-08T23:31:52.220 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:52.220 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:52.220 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='client.? 172.21.15.124:0/1525887346' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:31:52.220 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:52.221 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mgrmap e17: smithi104.kxwemz(active, since 2s) 2023-11-08T23:31:52.221 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:52.221 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi104", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:31:52.221 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:52.221 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: Updating smithi104:/etc/ceph/ceph.conf 2023-11-08T23:31:52.222 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: Updating smithi104:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:31:52.222 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:52.222 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:52.222 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd/host:smithi124", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:31:52.222 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:52.223 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi124", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T23:31:52.223 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi124", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-08T23:31:52.223 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:31:52.223 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: Deploying daemon crash.smithi124 on smithi124 2023-11-08T23:31:52.223 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='client.? 172.21.15.124:0/865689732' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:31:52.224 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:52.224 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi124.xydlqy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T23:31:52.224 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi124.xydlqy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-08T23:31:52.224 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T23:31:52.224 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:31:52.225 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: Deploying daemon mgr.smithi124.xydlqy on smithi124 2023-11-08T23:31:52.225 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='client.? 172.21.15.124:0/735531729' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:31:52.225 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:52.225 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:31:52.225 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:31:52.226 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: Deploying daemon mon.smithi124 on smithi124 2023-11-08T23:31:52.226 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:52.226 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mon.smithi124@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-08T23:31:52.226 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:51 smithi124 ceph-mon[139817]: mon.smithi124@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-11-08T23:31:56.791 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-11-08T23:31:56.791 INFO:teuthology.orchestra.run.smithi124.stdout:{"epoch":2,"fsid":"b7718266-7e8e-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T23:31:51.748547Z","created":"2023-11-08T23:30:13.931920Z","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":"smithi104","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:3300","nonce":0},{"type":"v1","addr":"172.21.15.104:6789","nonce":0}]},"addr":"172.21.15.104:6789/0","public_addr":"172.21.15.104:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi124","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:3300","nonce":0},{"type":"v1","addr":"172.21.15.124:6789","nonce":0}]},"addr":"172.21.15.124:6789/0","public_addr":"172.21.15.124:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-08T23:31:56.794 INFO:teuthology.orchestra.run.smithi124.stderr:dumped monmap epoch 2 2023-11-08T23:31:57.115 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi104"}]: dispatch 2023-11-08T23:31:57.115 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: mon.smithi104 calling monitor election 2023-11-08T23:31:57.116 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:31:57.116 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: from='client.? 172.21.15.124:0/1179391254' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:31:57.116 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:31:57.116 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:31:57.116 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: mon.smithi124 calling monitor election 2023-11-08T23:31:57.117 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:31:57.117 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: from='mgr.? 172.21.15.124:0/1167314778' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi124.xydlqy/crt"}]: dispatch 2023-11-08T23:31:57.117 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:31:57.117 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:31:57.117 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: mon.smithi104 is new leader, mons smithi104,smithi124 in quorum (ranks 0,1) 2023-11-08T23:31:57.118 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: monmap e2: 2 mons at {smithi104=[v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0],smithi124=[v2:172.21.15.124:3300/0,v1:172.21.15.124:6789/0]} 2023-11-08T23:31:57.118 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: fsmap 2023-11-08T23:31:57.118 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: osdmap e5: 0 total, 0 up, 0 in 2023-11-08T23:31:57.118 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: mgrmap e17: smithi104.kxwemz(active, since 16s) 2023-11-08T23:31:57.118 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: Standby manager daemon smithi124.xydlqy started 2023-11-08T23:31:57.119 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: from='mgr.? 172.21.15.124:0/1167314778' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T23:31:57.119 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: from='mgr.? 172.21.15.124:0/1167314778' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi124.xydlqy/key"}]: dispatch 2023-11-08T23:31:57.119 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: from='mgr.? 172.21.15.124:0/1167314778' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T23:31:57.119 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: overall HEALTH_OK 2023-11-08T23:31:57.119 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:56 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:57.121 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-08T23:31:57.121 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-08T23:31:57.153 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi104"}]: dispatch 2023-11-08T23:31:57.153 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: mon.smithi104 calling monitor election 2023-11-08T23:31:57.153 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:31:57.153 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: from='client.? 172.21.15.124:0/1179391254' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T23:31:57.154 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:31:57.154 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:31:57.154 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: mon.smithi124 calling monitor election 2023-11-08T23:31:57.154 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:31:57.154 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: from='mgr.? 172.21.15.124:0/1167314778' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi124.xydlqy/crt"}]: dispatch 2023-11-08T23:31:57.155 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:31:57.155 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:31:57.155 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: mon.smithi104 is new leader, mons smithi104,smithi124 in quorum (ranks 0,1) 2023-11-08T23:31:57.155 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: monmap e2: 2 mons at {smithi104=[v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0],smithi124=[v2:172.21.15.124:3300/0,v1:172.21.15.124:6789/0]} 2023-11-08T23:31:57.155 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: fsmap 2023-11-08T23:31:57.156 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: osdmap e5: 0 total, 0 up, 0 in 2023-11-08T23:31:57.156 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: mgrmap e17: smithi104.kxwemz(active, since 16s) 2023-11-08T23:31:57.156 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: Standby manager daemon smithi124.xydlqy started 2023-11-08T23:31:57.156 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: from='mgr.? 172.21.15.124:0/1167314778' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T23:31:57.156 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: from='mgr.? 172.21.15.124:0/1167314778' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi124.xydlqy/key"}]: dispatch 2023-11-08T23:31:57.156 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: from='mgr.? 172.21.15.124:0/1167314778' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T23:31:57.157 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: overall HEALTH_OK 2023-11-08T23:31:57.157 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:56 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:31:58.127 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:57 smithi104 ceph-mon[137171]: Deploying daemon node-exporter.smithi124 on smithi124 2023-11-08T23:31:58.128 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:57 smithi104 ceph-mon[137171]: mgrmap e18: smithi104.kxwemz(active, since 16s), standbys: smithi124.xydlqy 2023-11-08T23:31:58.128 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:57 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mgr metadata", "who": "smithi124.xydlqy", "id": "smithi124.xydlqy"}]: dispatch 2023-11-08T23:31:58.128 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:31:57 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:31:58.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:57 smithi124 ceph-mon[139817]: Deploying daemon node-exporter.smithi124 on smithi124 2023-11-08T23:31:58.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:57 smithi124 ceph-mon[139817]: mgrmap e18: smithi104.kxwemz(active, since 16s), standbys: smithi124.xydlqy 2023-11-08T23:31:58.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:57 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mgr metadata", "who": "smithi124.xydlqy", "id": "smithi124.xydlqy"}]: dispatch 2023-11-08T23:31:58.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:31:57 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:32:00.734 INFO:teuthology.orchestra.run.smithi104.stdout:# minimal ceph.conf for b7718266-7e8e-11ee-8dbb-212e2dc638e7 2023-11-08T23:32:00.734 INFO:teuthology.orchestra.run.smithi104.stdout:[global] 2023-11-08T23:32:00.735 INFO:teuthology.orchestra.run.smithi104.stdout: fsid = b7718266-7e8e-11ee-8dbb-212e2dc638e7 2023-11-08T23:32:00.735 INFO:teuthology.orchestra.run.smithi104.stdout: mon_host = [v2:172.21.15.104:3300/0,v1:172.21.15.104:6789/0] [v2:172.21.15.124:3300/0,v1:172.21.15.124:6789/0] 2023-11-08T23:32:00.738 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:00 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:00.738 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:00 smithi104 ceph-mon[137171]: Deploying daemon prometheus.smithi104 on smithi104 2023-11-08T23:32:00.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:00 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:00.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:00 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:00.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:00 smithi124 ceph-mon[139817]: Deploying daemon prometheus.smithi104 on smithi104 2023-11-08T23:32:00.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:00 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:01.109 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-08T23:32:01.110 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2023-11-08T23:32:01.110 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/etc/ceph/ceph.conf 2023-11-08T23:32:01.181 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2023-11-08T23:32:01.182 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:32:01.249 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-08T23:32:01.250 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd of=/etc/ceph/ceph.conf 2023-11-08T23:32:01.288 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-08T23:32:01.288 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:32:01.360 INFO:tasks.cephadm:Deploying OSDs... 2023-11-08T23:32:01.360 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2023-11-08T23:32:01.360 DEBUG:teuthology.orchestra.run.smithi104:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T23:32:01.378 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-08T23:32:01.379 DEBUG:teuthology.orchestra.run.smithi104:> stat /dev/vg_nvme/lv_1 2023-11-08T23:32:01.436 INFO:teuthology.orchestra.run.smithi104.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-08T23:32:01.437 INFO:teuthology.orchestra.run.smithi104.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:32:01.437 INFO:teuthology.orchestra.run.smithi104.stdout:Device: 6h/6d Inode: 416511 Links: 1 2023-11-08T23:32:01.437 INFO:teuthology.orchestra.run.smithi104.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:32:01.437 INFO:teuthology.orchestra.run.smithi104.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:32:01.437 INFO:teuthology.orchestra.run.smithi104.stdout:Access: 2023-11-08 23:31:31.108762806 +0000 2023-11-08T23:32:01.438 INFO:teuthology.orchestra.run.smithi104.stdout:Modify: 2023-11-08 23:28:55.112128153 +0000 2023-11-08T23:32:01.438 INFO:teuthology.orchestra.run.smithi104.stdout:Change: 2023-11-08 23:28:55.112128153 +0000 2023-11-08T23:32:01.438 INFO:teuthology.orchestra.run.smithi104.stdout: Birth: - 2023-11-08T23:32:01.438 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-08T23:32:01.503 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records in 2023-11-08T23:32:01.503 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records out 2023-11-08T23:32:01.504 INFO:teuthology.orchestra.run.smithi104.stderr:512 bytes copied, 0.000205392 s, 2.5 MB/s 2023-11-08T23:32:01.505 DEBUG:teuthology.orchestra.run.smithi104:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-08T23:32:01.564 DEBUG:teuthology.orchestra.run.smithi104:> stat /dev/vg_nvme/lv_2 2023-11-08T23:32:01.622 INFO:teuthology.orchestra.run.smithi104.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-08T23:32:01.623 INFO:teuthology.orchestra.run.smithi104.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:32:01.623 INFO:teuthology.orchestra.run.smithi104.stdout:Device: 6h/6d Inode: 426390 Links: 1 2023-11-08T23:32:01.623 INFO:teuthology.orchestra.run.smithi104.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:32:01.623 INFO:teuthology.orchestra.run.smithi104.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:32:01.624 INFO:teuthology.orchestra.run.smithi104.stdout:Access: 2023-11-08 23:31:31.108762806 +0000 2023-11-08T23:32:01.624 INFO:teuthology.orchestra.run.smithi104.stdout:Modify: 2023-11-08 23:28:55.655122233 +0000 2023-11-08T23:32:01.624 INFO:teuthology.orchestra.run.smithi104.stdout:Change: 2023-11-08 23:28:55.655122233 +0000 2023-11-08T23:32:01.624 INFO:teuthology.orchestra.run.smithi104.stdout: Birth: - 2023-11-08T23:32:01.625 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-08T23:32:01.693 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records in 2023-11-08T23:32:01.694 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records out 2023-11-08T23:32:01.694 INFO:teuthology.orchestra.run.smithi104.stderr:512 bytes copied, 0.000196532 s, 2.6 MB/s 2023-11-08T23:32:01.695 DEBUG:teuthology.orchestra.run.smithi104:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-08T23:32:01.756 DEBUG:teuthology.orchestra.run.smithi104:> stat /dev/vg_nvme/lv_3 2023-11-08T23:32:01.815 INFO:teuthology.orchestra.run.smithi104.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-08T23:32:01.815 INFO:teuthology.orchestra.run.smithi104.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:32:01.815 INFO:teuthology.orchestra.run.smithi104.stdout:Device: 6h/6d Inode: 424604 Links: 1 2023-11-08T23:32:01.815 INFO:teuthology.orchestra.run.smithi104.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:32:01.816 INFO:teuthology.orchestra.run.smithi104.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:32:01.816 INFO:teuthology.orchestra.run.smithi104.stdout:Access: 2023-11-08 23:31:31.108762806 +0000 2023-11-08T23:32:01.816 INFO:teuthology.orchestra.run.smithi104.stdout:Modify: 2023-11-08 23:28:56.157116760 +0000 2023-11-08T23:32:01.816 INFO:teuthology.orchestra.run.smithi104.stdout:Change: 2023-11-08 23:28:56.157116760 +0000 2023-11-08T23:32:01.816 INFO:teuthology.orchestra.run.smithi104.stdout: Birth: - 2023-11-08T23:32:01.817 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-08T23:32:01.882 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:01 smithi104 ceph-mon[137171]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:01.883 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:01 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/4284554004' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:01.885 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records in 2023-11-08T23:32:01.885 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records out 2023-11-08T23:32:01.885 INFO:teuthology.orchestra.run.smithi104.stderr:512 bytes copied, 0.000243134 s, 2.1 MB/s 2023-11-08T23:32:01.886 DEBUG:teuthology.orchestra.run.smithi104:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-08T23:32:01.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:01 smithi124 ceph-mon[139817]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:01.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:01 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/4284554004' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:01.949 DEBUG:teuthology.orchestra.run.smithi104:> stat /dev/vg_nvme/lv_4 2023-11-08T23:32:02.007 INFO:teuthology.orchestra.run.smithi104.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-08T23:32:02.007 INFO:teuthology.orchestra.run.smithi104.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:32:02.008 INFO:teuthology.orchestra.run.smithi104.stdout:Device: 6h/6d Inode: 426586 Links: 1 2023-11-08T23:32:02.008 INFO:teuthology.orchestra.run.smithi104.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:32:02.008 INFO:teuthology.orchestra.run.smithi104.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:32:02.008 INFO:teuthology.orchestra.run.smithi104.stdout:Access: 2023-11-08 23:31:31.108762806 +0000 2023-11-08T23:32:02.008 INFO:teuthology.orchestra.run.smithi104.stdout:Modify: 2023-11-08 23:28:56.679111068 +0000 2023-11-08T23:32:02.009 INFO:teuthology.orchestra.run.smithi104.stdout:Change: 2023-11-08 23:28:56.679111068 +0000 2023-11-08T23:32:02.009 INFO:teuthology.orchestra.run.smithi104.stdout: Birth: - 2023-11-08T23:32:02.009 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-08T23:32:02.075 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records in 2023-11-08T23:32:02.075 INFO:teuthology.orchestra.run.smithi104.stderr:1+0 records out 2023-11-08T23:32:02.075 INFO:teuthology.orchestra.run.smithi104.stderr:512 bytes copied, 0.000225794 s, 2.3 MB/s 2023-11-08T23:32:02.076 DEBUG:teuthology.orchestra.run.smithi104:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-08T23:32:02.135 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-11-08T23:32:02.136 DEBUG:teuthology.orchestra.run.smithi124:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T23:32:02.157 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-08T23:32:02.158 DEBUG:teuthology.orchestra.run.smithi124:> stat /dev/vg_nvme/lv_1 2023-11-08T23:32:02.219 INFO:teuthology.orchestra.run.smithi124.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-08T23:32:02.220 INFO:teuthology.orchestra.run.smithi124.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:32:02.220 INFO:teuthology.orchestra.run.smithi124.stdout:Device: 6h/6d Inode: 418747 Links: 1 2023-11-08T23:32:02.220 INFO:teuthology.orchestra.run.smithi124.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:32:02.220 INFO:teuthology.orchestra.run.smithi124.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:32:02.221 INFO:teuthology.orchestra.run.smithi124.stdout:Access: 2023-11-08 23:31:57.384264933 +0000 2023-11-08T23:32:02.221 INFO:teuthology.orchestra.run.smithi124.stdout:Modify: 2023-11-08 23:28:58.462120938 +0000 2023-11-08T23:32:02.221 INFO:teuthology.orchestra.run.smithi124.stdout:Change: 2023-11-08 23:28:58.462120938 +0000 2023-11-08T23:32:02.221 INFO:teuthology.orchestra.run.smithi124.stdout: Birth: - 2023-11-08T23:32:02.222 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-08T23:32:02.291 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records in 2023-11-08T23:32:02.291 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records out 2023-11-08T23:32:02.291 INFO:teuthology.orchestra.run.smithi124.stderr:512 bytes copied, 0.00024838 s, 2.1 MB/s 2023-11-08T23:32:02.293 DEBUG:teuthology.orchestra.run.smithi124:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-08T23:32:02.355 DEBUG:teuthology.orchestra.run.smithi124:> stat /dev/vg_nvme/lv_2 2023-11-08T23:32:02.417 INFO:teuthology.orchestra.run.smithi124.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-08T23:32:02.417 INFO:teuthology.orchestra.run.smithi124.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:32:02.418 INFO:teuthology.orchestra.run.smithi124.stdout:Device: 6h/6d Inode: 425257 Links: 1 2023-11-08T23:32:02.418 INFO:teuthology.orchestra.run.smithi124.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:32:02.418 INFO:teuthology.orchestra.run.smithi124.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:32:02.418 INFO:teuthology.orchestra.run.smithi124.stdout:Access: 2023-11-08 23:31:57.384264933 +0000 2023-11-08T23:32:02.418 INFO:teuthology.orchestra.run.smithi124.stdout:Modify: 2023-11-08 23:28:58.978111984 +0000 2023-11-08T23:32:02.419 INFO:teuthology.orchestra.run.smithi124.stdout:Change: 2023-11-08 23:28:58.978111984 +0000 2023-11-08T23:32:02.419 INFO:teuthology.orchestra.run.smithi124.stdout: Birth: - 2023-11-08T23:32:02.419 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-08T23:32:02.488 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records in 2023-11-08T23:32:02.489 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records out 2023-11-08T23:32:02.489 INFO:teuthology.orchestra.run.smithi124.stderr:512 bytes copied, 0.000213758 s, 2.4 MB/s 2023-11-08T23:32:02.490 DEBUG:teuthology.orchestra.run.smithi124:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-08T23:32:02.553 DEBUG:teuthology.orchestra.run.smithi124:> stat /dev/vg_nvme/lv_3 2023-11-08T23:32:02.615 INFO:teuthology.orchestra.run.smithi124.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-08T23:32:02.615 INFO:teuthology.orchestra.run.smithi124.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:32:02.616 INFO:teuthology.orchestra.run.smithi124.stdout:Device: 6h/6d Inode: 426471 Links: 1 2023-11-08T23:32:02.616 INFO:teuthology.orchestra.run.smithi124.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:32:02.616 INFO:teuthology.orchestra.run.smithi124.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:32:02.616 INFO:teuthology.orchestra.run.smithi124.stdout:Access: 2023-11-08 23:31:57.384264933 +0000 2023-11-08T23:32:02.616 INFO:teuthology.orchestra.run.smithi124.stdout:Modify: 2023-11-08 23:28:59.492103065 +0000 2023-11-08T23:32:02.617 INFO:teuthology.orchestra.run.smithi124.stdout:Change: 2023-11-08 23:28:59.492103065 +0000 2023-11-08T23:32:02.617 INFO:teuthology.orchestra.run.smithi124.stdout: Birth: - 2023-11-08T23:32:02.617 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-08T23:32:02.686 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records in 2023-11-08T23:32:02.686 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records out 2023-11-08T23:32:02.687 INFO:teuthology.orchestra.run.smithi124.stderr:512 bytes copied, 0.000231567 s, 2.2 MB/s 2023-11-08T23:32:02.688 DEBUG:teuthology.orchestra.run.smithi124:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-08T23:32:02.751 DEBUG:teuthology.orchestra.run.smithi124:> stat /dev/vg_nvme/lv_4 2023-11-08T23:32:02.813 INFO:teuthology.orchestra.run.smithi124.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-08T23:32:02.813 INFO:teuthology.orchestra.run.smithi124.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T23:32:02.814 INFO:teuthology.orchestra.run.smithi124.stdout:Device: 6h/6d Inode: 426693 Links: 1 2023-11-08T23:32:02.814 INFO:teuthology.orchestra.run.smithi124.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T23:32:02.814 INFO:teuthology.orchestra.run.smithi124.stdout:Context: system_u:object_r:device_t:s0 2023-11-08T23:32:02.814 INFO:teuthology.orchestra.run.smithi124.stdout:Access: 2023-11-08 23:31:57.384264933 +0000 2023-11-08T23:32:02.815 INFO:teuthology.orchestra.run.smithi124.stdout:Modify: 2023-11-08 23:28:59.999094268 +0000 2023-11-08T23:32:02.815 INFO:teuthology.orchestra.run.smithi124.stdout:Change: 2023-11-08 23:28:59.999094268 +0000 2023-11-08T23:32:02.815 INFO:teuthology.orchestra.run.smithi124.stdout: Birth: - 2023-11-08T23:32:02.815 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-08T23:32:02.884 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records in 2023-11-08T23:32:02.884 INFO:teuthology.orchestra.run.smithi124.stderr:1+0 records out 2023-11-08T23:32:02.884 INFO:teuthology.orchestra.run.smithi124.stderr:512 bytes copied, 0.000248387 s, 2.1 MB/s 2023-11-08T23:32:02.885 DEBUG:teuthology.orchestra.run.smithi124:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-08T23:32:02.949 INFO:tasks.cephadm:Deploying osd.0 on smithi104 with /dev/vg_nvme/lv_4... 2023-11-08T23:32:02.950 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-08T23:32:03.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:03 smithi104 ceph-mon[137171]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:04.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:03 smithi124 ceph-mon[139817]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:05.488 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:05 smithi104 ceph-mon[137171]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:05.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:05 smithi124 ceph-mon[139817]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:06.550 INFO:teuthology.orchestra.run.smithi104.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-08T23:32:06.551 INFO:teuthology.orchestra.run.smithi104.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-08T23:32:06.551 INFO:teuthology.orchestra.run.smithi104.stderr: stderr: 10+0 records in 2023-11-08T23:32:06.551 INFO:teuthology.orchestra.run.smithi104.stderr:10+0 records out 2023-11-08T23:32:06.551 INFO:teuthology.orchestra.run.smithi104.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0149636 s, 701 MB/s 2023-11-08T23:32:06.552 INFO:teuthology.orchestra.run.smithi104.stderr:--> Zapping successful for: 2023-11-08T23:32:06.952 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add osd smithi104:vg_nvme/lv_4 2023-11-08T23:32:07.561 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:07 smithi104 ceph-mon[137171]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:07.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:07 smithi124 ceph-mon[139817]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:09.589 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:09 smithi104 ceph-mon[137171]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:09.590 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:09 smithi104 ceph-mon[137171]: from='client.14232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:32:09.590 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:09 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:32:09.590 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:09 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:32:09.590 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:09 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:09.590 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:09 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:09.591 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:09 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:32:09.591 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:09 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:09.591 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:09 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:32:09.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:09 smithi124 ceph-mon[139817]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:09.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:09 smithi124 ceph-mon[139817]: from='client.14232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:32:09.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:09 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:32:09.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:09 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:32:09.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:09 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:09.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:09 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:09.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:09 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:32:09.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:09 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:09.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:09 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:32:11.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:11.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:11 smithi124 ceph-mon[139817]: Updating smithi124:/etc/ceph/ceph.conf 2023-11-08T23:32:11.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:11 smithi124 ceph-mon[139817]: Updating smithi124:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:32:11.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:11 smithi124 ceph-mon[139817]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:11.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:11.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:11.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:11 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/178219323' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7e670ef7-7c8d-4174-b360-79665edd51a2"}]: dispatch 2023-11-08T23:32:11.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:11 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/178219323' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7e670ef7-7c8d-4174-b360-79665edd51a2"}]': finished 2023-11-08T23:32:11.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:11 smithi124 ceph-mon[139817]: osdmap e6: 1 total, 0 up, 1 in 2023-11-08T23:32:11.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:32:11.446 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:11.447 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:11 smithi104 ceph-mon[137171]: Updating smithi124:/etc/ceph/ceph.conf 2023-11-08T23:32:11.447 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:11 smithi104 ceph-mon[137171]: Updating smithi124:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:32:11.447 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:11 smithi104 ceph-mon[137171]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:11.447 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:11.447 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:11.448 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:11 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/178219323' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7e670ef7-7c8d-4174-b360-79665edd51a2"}]: dispatch 2023-11-08T23:32:11.448 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:11 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/178219323' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7e670ef7-7c8d-4174-b360-79665edd51a2"}]': finished 2023-11-08T23:32:11.448 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:11 smithi104 ceph-mon[137171]: osdmap e6: 1 total, 0 up, 1 in 2023-11-08T23:32:11.448 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:32:12.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:12 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/3556688564' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:32:12.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:12 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:12.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:12 smithi124 ceph-mon[139817]: Updating smithi104:/etc/ceph/ceph.conf 2023-11-08T23:32:12.488 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:12 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/3556688564' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:32:12.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:12 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:12.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:12 smithi104 ceph-mon[137171]: Updating smithi104:/etc/ceph/ceph.conf 2023-11-08T23:32:13.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:13 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:13.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:13 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:13.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:13 smithi124 ceph-mon[139817]: Reconfiguring mon.smithi104 (unknown last config time)... 2023-11-08T23:32:13.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:13 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:32:13.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:13 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T23:32:13.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:13 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:13.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:13 smithi124 ceph-mon[139817]: Reconfiguring daemon mon.smithi104 on smithi104 2023-11-08T23:32:13.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:13 smithi124 ceph-mon[139817]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:13.488 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:13 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:13.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:13 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:13.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:13 smithi104 ceph-mon[137171]: Reconfiguring mon.smithi104 (unknown last config time)... 2023-11-08T23:32:13.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:13 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:32:13.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:13 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T23:32:13.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:13 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:13.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:13 smithi104 ceph-mon[137171]: Reconfiguring daemon mon.smithi104 on smithi104 2023-11-08T23:32:13.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:13 smithi104 ceph-mon[137171]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:15.988 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:15 smithi104 ceph-mon[137171]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:15.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:15 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:15.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:15 smithi104 ceph-mon[137171]: Reconfiguring mgr.smithi104.kxwemz (unknown last config time)... 2023-11-08T23:32:15.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:15 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi104.kxwemz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T23:32:15.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:15 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T23:32:15.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:15 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:15.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:15 smithi104 ceph-mon[137171]: Reconfiguring daemon mgr.smithi104.kxwemz on smithi104 2023-11-08T23:32:16.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:15 smithi124 ceph-mon[139817]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:16.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:15 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:16.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:15 smithi124 ceph-mon[139817]: Reconfiguring mgr.smithi104.kxwemz (unknown last config time)... 2023-11-08T23:32:16.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:15 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi104.kxwemz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T23:32:16.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:15 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T23:32:16.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:15 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:16.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:15 smithi124 ceph-mon[139817]: Reconfiguring daemon mgr.smithi104.kxwemz on smithi104 2023-11-08T23:32:17.374 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:17 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:17.374 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:17 smithi104 ceph-mon[137171]: Reconfiguring alertmanager.smithi104 (dependencies changed)... 2023-11-08T23:32:17.374 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:17 smithi104 ceph-mon[137171]: Reconfiguring daemon alertmanager.smithi104 on smithi104 2023-11-08T23:32:17.375 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:17 smithi104 ceph-mon[137171]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:17.375 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:17 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-08T23:32:17.375 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:17 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:17.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:17 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:17.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:17 smithi124 ceph-mon[139817]: Reconfiguring alertmanager.smithi104 (dependencies changed)... 2023-11-08T23:32:17.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:17 smithi124 ceph-mon[139817]: Reconfiguring daemon alertmanager.smithi104 on smithi104 2023-11-08T23:32:17.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:17 smithi124 ceph-mon[139817]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:17.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:17 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-08T23:32:17.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:17 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:18.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:18 smithi124 ceph-mon[139817]: Deploying daemon osd.0 on smithi104 2023-11-08T23:32:18.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:18 smithi104 ceph-mon[137171]: Deploying daemon osd.0 on smithi104 2023-11-08T23:32:19.363 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:19 smithi104 ceph-mon[137171]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:19.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:19 smithi124 ceph-mon[139817]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:20.894 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:20 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:20.895 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:20 smithi104 ceph-mon[137171]: Reconfiguring crash.smithi104 (monmap changed)... 2023-11-08T23:32:20.895 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:20 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi104", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T23:32:20.895 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:20 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:20.896 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:20 smithi104 ceph-mon[137171]: Reconfiguring daemon crash.smithi104 on smithi104 2023-11-08T23:32:20.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:20 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:20.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:20 smithi124 ceph-mon[139817]: Reconfiguring crash.smithi104 (monmap changed)... 2023-11-08T23:32:20.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:20 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi104", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T23:32:20.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:20 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:20.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:20 smithi124 ceph-mon[139817]: Reconfiguring daemon crash.smithi104 on smithi104 2023-11-08T23:32:21.628 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:21 smithi104 ceph-mon[137171]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:21.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:21 smithi124 ceph-mon[139817]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:24.097 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:23 smithi104 ceph-mon[137171]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:24.097 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:23 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:24.098 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:23 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:24.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:23 smithi124 ceph-mon[139817]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:24.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:23 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:24.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:23 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:25.093 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:24 smithi104 ceph-mon[137171]: Reconfiguring grafana.smithi104 (dependencies changed)... 2023-11-08T23:32:25.094 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:24 smithi104 ceph-mon[137171]: Reconfiguring daemon grafana.smithi104 on smithi104 2023-11-08T23:32:25.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:24 smithi124 ceph-mon[139817]: Reconfiguring grafana.smithi104 (dependencies changed)... 2023-11-08T23:32:25.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:24 smithi124 ceph-mon[139817]: Reconfiguring daemon grafana.smithi104 on smithi104 2023-11-08T23:32:26.052 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:25 smithi104 ceph-mon[137171]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:26.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:25 smithi124 ceph-mon[139817]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:27.060 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:26 smithi124 ceph-mon[139817]: from='osd.0 [v2:172.21.15.104:6802/2095077663,v1:172.21.15.104:6803/2095077663]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T23:32:27.061 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:26 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:27.061 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:26 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi124", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T23:32:27.061 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:26 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:27.159 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:26 smithi104 ceph-mon[137171]: from='osd.0 [v2:172.21.15.104:6802/2095077663,v1:172.21.15.104:6803/2095077663]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T23:32:27.160 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:26 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:27.160 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:26 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi124", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T23:32:27.160 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:26 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:27.386 INFO:teuthology.orchestra.run.smithi104.stdout:Created osd(s) 0 on host 'smithi104' 2023-11-08T23:32:27.762 DEBUG:teuthology.orchestra.run.smithi104:osd.0> sudo journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.0.service 2023-11-08T23:32:27.764 INFO:tasks.cephadm:Deploying osd.1 on smithi104 with /dev/vg_nvme/lv_3... 2023-11-08T23:32:27.765 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-08T23:32:27.795 INFO:journalctl@ceph.osd.0.smithi104.stdout:-- Logs begin at Wed 2023-11-08 23:21:46 UTC. -- 2023-11-08T23:32:27.989 INFO:journalctl@ceph.osd.0.smithi104.stdout:Nov 08 23:32:27 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-0[149971]: 2023-11-08T23:32:27.878+0000 7fc42d732700 -1 osd.0 0 waiting for initial osdmap 2023-11-08T23:32:27.989 INFO:journalctl@ceph.osd.0.smithi104.stdout:Nov 08 23:32:27 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-0[149971]: 2023-11-08T23:32:27.885+0000 7fc42a0cd700 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-08T23:32:27.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:27 smithi104 ceph-mon[137171]: Reconfiguring crash.smithi124 (monmap changed)... 2023-11-08T23:32:27.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:27 smithi104 ceph-mon[137171]: Reconfiguring daemon crash.smithi124 on smithi124 2023-11-08T23:32:27.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:27 smithi104 ceph-mon[137171]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:27.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:27 smithi104 ceph-mon[137171]: from='osd.0 [v2:172.21.15.104:6802/2095077663,v1:172.21.15.104:6803/2095077663]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-08T23:32:27.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:27 smithi104 ceph-mon[137171]: osdmap e7: 1 total, 0 up, 1 in 2023-11-08T23:32:27.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:32:27.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:27 smithi104 ceph-mon[137171]: from='osd.0 [v2:172.21.15.104:6802/2095077663,v1:172.21.15.104:6803/2095077663]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2023-11-08T23:32:27.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:27.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi124.xydlqy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T23:32:27.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T23:32:27.992 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:27.992 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:28.149 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:27 smithi124 ceph-mon[139817]: Reconfiguring crash.smithi124 (monmap changed)... 2023-11-08T23:32:28.149 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:27 smithi124 ceph-mon[139817]: Reconfiguring daemon crash.smithi124 on smithi124 2023-11-08T23:32:28.149 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:27 smithi124 ceph-mon[139817]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:28.149 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:27 smithi124 ceph-mon[139817]: from='osd.0 [v2:172.21.15.104:6802/2095077663,v1:172.21.15.104:6803/2095077663]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-08T23:32:28.150 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:27 smithi124 ceph-mon[139817]: osdmap e7: 1 total, 0 up, 1 in 2023-11-08T23:32:28.150 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:32:28.150 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:27 smithi124 ceph-mon[139817]: from='osd.0 [v2:172.21.15.104:6802/2095077663,v1:172.21.15.104:6803/2095077663]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2023-11-08T23:32:28.150 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:28.150 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi124.xydlqy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T23:32:28.151 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T23:32:28.151 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:28.151 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:29.096 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:28 smithi124 ceph-mon[139817]: Reconfiguring mgr.smithi124.xydlqy (monmap changed)... 2023-11-08T23:32:29.097 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:28 smithi124 ceph-mon[139817]: Reconfiguring daemon mgr.smithi124.xydlqy on smithi124 2023-11-08T23:32:29.097 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:28 smithi124 ceph-mon[139817]: from='osd.0 [v2:172.21.15.104:6802/2095077663,v1:172.21.15.104:6803/2095077663]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2023-11-08T23:32:29.097 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:28 smithi124 ceph-mon[139817]: osdmap e8: 1 total, 0 up, 1 in 2023-11-08T23:32:29.097 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:28 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:32:29.098 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:28 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:32:29.098 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:28 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:29.098 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:28 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:32:29.098 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:28 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T23:32:29.098 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:28 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:29.099 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:28 smithi104 ceph-mon[137171]: Reconfiguring mgr.smithi124.xydlqy (monmap changed)... 2023-11-08T23:32:29.099 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:28 smithi104 ceph-mon[137171]: Reconfiguring daemon mgr.smithi124.xydlqy on smithi124 2023-11-08T23:32:29.099 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:28 smithi104 ceph-mon[137171]: from='osd.0 [v2:172.21.15.104:6802/2095077663,v1:172.21.15.104:6803/2095077663]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2023-11-08T23:32:29.099 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:28 smithi104 ceph-mon[137171]: osdmap e8: 1 total, 0 up, 1 in 2023-11-08T23:32:29.100 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:28 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:32:29.100 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:28 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:32:29.100 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:28 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:29.100 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:28 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T23:32:29.100 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:28 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T23:32:29.101 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:28 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:29.249 INFO:teuthology.orchestra.run.smithi104.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-08T23:32:29.249 INFO:teuthology.orchestra.run.smithi104.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-08T23:32:29.249 INFO:teuthology.orchestra.run.smithi104.stderr: stderr: 10+0 records in 2023-11-08T23:32:29.249 INFO:teuthology.orchestra.run.smithi104.stderr:10+0 records out 2023-11-08T23:32:29.250 INFO:teuthology.orchestra.run.smithi104.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112279 s, 934 MB/s 2023-11-08T23:32:29.250 INFO:teuthology.orchestra.run.smithi104.stderr:--> Zapping successful for: 2023-11-08T23:32:29.622 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add osd smithi104:vg_nvme/lv_3 2023-11-08T23:32:30.033 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: purged_snaps scrub starts 2023-11-08T23:32:30.033 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: purged_snaps scrub ok 2023-11-08T23:32:30.034 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: Reconfiguring mon.smithi124 (monmap changed)... 2023-11-08T23:32:30.034 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: Reconfiguring daemon mon.smithi124 on smithi124 2023-11-08T23:32:30.034 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:30.034 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:32:30.034 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: osd.0 [v2:172.21.15.104:6802/2095077663,v1:172.21.15.104:6803/2095077663] boot 2023-11-08T23:32:30.035 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: osdmap e9: 1 total, 1 up, 1 in 2023-11-08T23:32:30.035 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:32:30.035 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:30.035 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T23:32:30.035 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T23:32:30.036 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.104:9093"}]: dispatch 2023-11-08T23:32:30.036 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.104:9093"}]: dispatch 2023-11-08T23:32:30.036 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:30.036 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T23:32:30.037 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T23:32:30.037 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.104:3000"}]: dispatch 2023-11-08T23:32:30.037 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.104:3000"}]: dispatch 2023-11-08T23:32:30.037 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:30.037 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T23:32:30.038 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.104:9095"}]: dispatch 2023-11-08T23:32:30.038 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:30.038 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:32:30.038 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:30.038 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:32:30.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: purged_snaps scrub starts 2023-11-08T23:32:30.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: purged_snaps scrub ok 2023-11-08T23:32:30.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: Reconfiguring mon.smithi124 (monmap changed)... 2023-11-08T23:32:30.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: Reconfiguring daemon mon.smithi124 on smithi124 2023-11-08T23:32:30.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T23:32:30.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:32:30.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: osd.0 [v2:172.21.15.104:6802/2095077663,v1:172.21.15.104:6803/2095077663] boot 2023-11-08T23:32:30.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: osdmap e9: 1 total, 1 up, 1 in 2023-11-08T23:32:30.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:32:30.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:30.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T23:32:30.164 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T23:32:30.164 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.104:9093"}]: dispatch 2023-11-08T23:32:30.164 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.104:9093"}]: dispatch 2023-11-08T23:32:30.164 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:30.164 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T23:32:30.164 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T23:32:30.165 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.104:3000"}]: dispatch 2023-11-08T23:32:30.165 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.104:3000"}]: dispatch 2023-11-08T23:32:30.165 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:30.165 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T23:32:30.166 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.104:9095"}]: dispatch 2023-11-08T23:32:30.166 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:30.166 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:32:30.167 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:30.167 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:32:30.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:30 smithi104 ceph-mon[137171]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T23:32:30.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:30 smithi104 ceph-mon[137171]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.104:9095"}]: dispatch 2023-11-08T23:32:30.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:30 smithi104 ceph-mon[137171]: osdmap e10: 1 total, 1 up, 1 in 2023-11-08T23:32:30.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:30 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:31.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:30 smithi124 ceph-mon[139817]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T23:32:31.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:30 smithi124 ceph-mon[139817]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.104:9095"}]: dispatch 2023-11-08T23:32:31.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:30 smithi124 ceph-mon[139817]: osdmap e10: 1 total, 1 up, 1 in 2023-11-08T23:32:31.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:30 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:32.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:31 smithi124 ceph-mon[139817]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:32.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:31 smithi104 ceph-mon[137171]: pgmap v23: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:32.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:32 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:32:32.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:32 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:32:32.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:32 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:33.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:32 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:32:33.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:32 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:32:33.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:32 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:33.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:33 smithi104 ceph-mon[137171]: from='client.14250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:32:33.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:33 smithi104 ceph-mon[137171]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:33.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:33 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:34.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:33 smithi124 ceph-mon[139817]: from='client.14250 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:32:34.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:33 smithi124 ceph-mon[139817]: pgmap v24: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:34.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:33 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:35.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:35 smithi124 ceph-mon[139817]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:35.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:35 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/1317311448' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6acda54e-d01d-4550-aaf8-440d753b8523"}]: dispatch 2023-11-08T23:32:35.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:35 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/1317311448' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6acda54e-d01d-4550-aaf8-440d753b8523"}]': finished 2023-11-08T23:32:35.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:35 smithi124 ceph-mon[139817]: osdmap e11: 2 total, 1 up, 2 in 2023-11-08T23:32:35.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:35 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:32:35.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:35 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/1584020040' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:32:35.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:35 smithi104 ceph-mon[137171]: pgmap v25: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:35.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:35 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/1317311448' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6acda54e-d01d-4550-aaf8-440d753b8523"}]: dispatch 2023-11-08T23:32:35.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:35 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/1317311448' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6acda54e-d01d-4550-aaf8-440d753b8523"}]': finished 2023-11-08T23:32:35.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:35 smithi104 ceph-mon[137171]: osdmap e11: 2 total, 1 up, 2 in 2023-11-08T23:32:35.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:35 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:32:35.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:35 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/1584020040' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:32:37.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:37 smithi124 ceph-mon[139817]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:37.738 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:37 smithi104 ceph-mon[137171]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:39.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:39 smithi104 ceph-mon[137171]: pgmap v28: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:39.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:39 smithi124 ceph-mon[139817]: pgmap v28: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:41.405 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:41 smithi104 ceph-mon[137171]: Detected new or changed devices on smithi104 2023-11-08T23:32:41.406 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:41.406 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:32:41.406 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:41 smithi104 ceph-mon[137171]: Adjusting osd_memory_target on smithi104 to 12898M 2023-11-08T23:32:41.407 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:41.407 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:41.407 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:32:41.408 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:41.408 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:32:41.409 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:41 smithi104 ceph-mon[137171]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:41.409 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:32:41.409 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/trash_purge_schedule"}]: dispatch 2023-11-08T23:32:41.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:41 smithi124 ceph-mon[139817]: Detected new or changed devices on smithi104 2023-11-08T23:32:41.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:41 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:41.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:41 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:32:41.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:41 smithi124 ceph-mon[139817]: Adjusting osd_memory_target on smithi104 to 12898M 2023-11-08T23:32:41.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:41 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:41.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:41 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:41.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:41 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:32:41.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:41 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:41.414 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:41 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:32:41.414 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:41 smithi124 ceph-mon[139817]: pgmap v29: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:41.414 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:41 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:32:41.415 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:41 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/trash_purge_schedule"}]: dispatch 2023-11-08T23:32:42.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:42 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:42.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:42 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-08T23:32:42.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:42 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:42.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:42 smithi124 ceph-mon[139817]: Deploying daemon osd.1 on smithi104 2023-11-08T23:32:42.715 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:42 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:42.715 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:42 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-08T23:32:42.715 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:42 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:42.716 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:42 smithi104 ceph-mon[137171]: Deploying daemon osd.1 on smithi104 2023-11-08T23:32:43.356 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:43 smithi104 ceph-mon[137171]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:43.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:43 smithi124 ceph-mon[139817]: pgmap v30: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:44.591 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:44 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:44.592 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:44 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:44.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:44 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:44.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:44 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:45.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:45 smithi124 ceph-mon[139817]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:45.728 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:45 smithi104 ceph-mon[137171]: pgmap v31: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:46.922 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:46 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:46.922 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:46 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:32:46.923 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:46 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:46.923 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:46 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:32:47.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:46 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:47.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:46 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:32:47.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:46 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:47.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:46 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:32:48.099 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:47 smithi104 ceph-mon[137171]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:48.100 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:47 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:48.108 INFO:teuthology.orchestra.run.smithi104.stdout:Created osd(s) 1 on host 'smithi104' 2023-11-08T23:32:48.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:47 smithi124 ceph-mon[139817]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:48.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:47 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:48.485 DEBUG:teuthology.orchestra.run.smithi104:osd.1> sudo journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.1.service 2023-11-08T23:32:48.487 INFO:tasks.cephadm:Deploying osd.2 on smithi104 with /dev/vg_nvme/lv_2... 2023-11-08T23:32:48.487 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-08T23:32:48.516 INFO:journalctl@ceph.osd.1.smithi104.stdout:-- Logs begin at Wed 2023-11-08 23:21:46 UTC. -- 2023-11-08T23:32:49.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:49 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:49.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:49 smithi104 ceph-mon[137171]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:49.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:49 smithi104 ceph-mon[137171]: from='osd.1 [v2:172.21.15.104:6810/325559437,v1:172.21.15.104:6811/325559437]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T23:32:49.240 INFO:journalctl@ceph.osd.1.smithi104.stdout:Nov 08 23:32:49 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-1[154706]: 2023-11-08T23:32:49.039+0000 7feb126d63c0 -1 osd.1 0 log_to_monitors true 2023-11-08T23:32:49.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:49 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:49.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:49 smithi124 ceph-mon[139817]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:49.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:49 smithi124 ceph-mon[139817]: from='osd.1 [v2:172.21.15.104:6810/325559437,v1:172.21.15.104:6811/325559437]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T23:32:50.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:50 smithi124 ceph-mon[139817]: from='osd.1 [v2:172.21.15.104:6810/325559437,v1:172.21.15.104:6811/325559437]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-08T23:32:50.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:50 smithi124 ceph-mon[139817]: osdmap e12: 2 total, 1 up, 2 in 2023-11-08T23:32:50.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:50 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:32:50.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:50 smithi124 ceph-mon[139817]: from='osd.1 [v2:172.21.15.104:6810/325559437,v1:172.21.15.104:6811/325559437]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2023-11-08T23:32:50.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:50 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:50.460 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:50 smithi104 ceph-mon[137171]: from='osd.1 [v2:172.21.15.104:6810/325559437,v1:172.21.15.104:6811/325559437]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-08T23:32:50.461 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:50 smithi104 ceph-mon[137171]: osdmap e12: 2 total, 1 up, 2 in 2023-11-08T23:32:50.461 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:50 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:32:50.461 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:50 smithi104 ceph-mon[137171]: from='osd.1 [v2:172.21.15.104:6810/325559437,v1:172.21.15.104:6811/325559437]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2023-11-08T23:32:50.462 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:50 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:50.462 INFO:journalctl@ceph.osd.1.smithi104.stdout:Nov 08 23:32:50 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-1[154706]: 2023-11-08T23:32:50.113+0000 7feb090d9700 -1 osd.1 0 waiting for initial osdmap 2023-11-08T23:32:50.462 INFO:journalctl@ceph.osd.1.smithi104.stdout:Nov 08 23:32:50 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-1[154706]: 2023-11-08T23:32:50.118+0000 7feb0226d700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-08T23:32:50.471 INFO:teuthology.orchestra.run.smithi104.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-08T23:32:50.472 INFO:teuthology.orchestra.run.smithi104.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-08T23:32:50.472 INFO:teuthology.orchestra.run.smithi104.stderr: stderr: 10+0 records in 2023-11-08T23:32:50.472 INFO:teuthology.orchestra.run.smithi104.stderr:10+0 records out 2023-11-08T23:32:50.472 INFO:teuthology.orchestra.run.smithi104.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0124762 s, 840 MB/s 2023-11-08T23:32:50.473 INFO:teuthology.orchestra.run.smithi104.stderr:--> Zapping successful for: 2023-11-08T23:32:51.084 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add osd smithi104:vg_nvme/lv_2 2023-11-08T23:32:51.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:51 smithi124 ceph-mon[139817]: from='osd.1 [v2:172.21.15.104:6810/325559437,v1:172.21.15.104:6811/325559437]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2023-11-08T23:32:51.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:51 smithi124 ceph-mon[139817]: osdmap e13: 2 total, 1 up, 2 in 2023-11-08T23:32:51.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:32:51.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:51 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:32:51.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:51 smithi124 ceph-mon[139817]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:51.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:51 smithi104 ceph-mon[137171]: from='osd.1 [v2:172.21.15.104:6810/325559437,v1:172.21.15.104:6811/325559437]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2023-11-08T23:32:51.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:51 smithi104 ceph-mon[137171]: osdmap e13: 2 total, 1 up, 2 in 2023-11-08T23:32:51.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:51 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:32:51.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:51 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:32:51.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:51 smithi104 ceph-mon[137171]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-11-08T23:32:52.156 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:52 smithi104 ceph-mon[137171]: purged_snaps scrub starts 2023-11-08T23:32:52.156 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:52 smithi104 ceph-mon[137171]: purged_snaps scrub ok 2023-11-08T23:32:52.156 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:52 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:32:52.157 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:52 smithi104 ceph-mon[137171]: osd.1 [v2:172.21.15.104:6810/325559437,v1:172.21.15.104:6811/325559437] boot 2023-11-08T23:32:52.157 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:52 smithi104 ceph-mon[137171]: osdmap e14: 2 total, 2 up, 2 in 2023-11-08T23:32:52.157 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:52 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:32:52.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:52 smithi124 ceph-mon[139817]: purged_snaps scrub starts 2023-11-08T23:32:52.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:52 smithi124 ceph-mon[139817]: purged_snaps scrub ok 2023-11-08T23:32:52.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:52 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:32:52.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:52 smithi124 ceph-mon[139817]: osd.1 [v2:172.21.15.104:6810/325559437,v1:172.21.15.104:6811/325559437] boot 2023-11-08T23:32:52.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:52 smithi124 ceph-mon[139817]: osdmap e14: 2 total, 2 up, 2 in 2023-11-08T23:32:52.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:52 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:32:53.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:53 smithi124 ceph-mon[139817]: osdmap e15: 2 total, 2 up, 2 in 2023-11-08T23:32:53.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:53 smithi124 ceph-mon[139817]: pgmap v39: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:32:53.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:53 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:53.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:53 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:32:53.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:53 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:32:53.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:53 smithi124 ceph-mon[139817]: Adjusting osd_memory_target on smithi104 to 6449M 2023-11-08T23:32:53.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:53 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:53.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:53 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:53.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:53 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:32:53.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:53 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:53.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:53 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:32:53.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:53 smithi124 ceph-mon[139817]: from='client.14268 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:32:53.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:53 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:32:53.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:53 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:32:53.414 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:53 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:53.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:53 smithi104 ceph-mon[137171]: osdmap e15: 2 total, 2 up, 2 in 2023-11-08T23:32:53.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:53 smithi104 ceph-mon[137171]: pgmap v39: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:32:53.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:53 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:53.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:53 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:32:53.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:53 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:32:53.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:53 smithi104 ceph-mon[137171]: Adjusting osd_memory_target on smithi104 to 6449M 2023-11-08T23:32:53.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:53 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:53.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:53 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:53.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:53 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:32:53.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:53 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:53.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:53 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:32:53.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:53 smithi104 ceph-mon[137171]: from='client.14268 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:32:53.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:53 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:32:53.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:53 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:32:53.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:53 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:32:55.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:55 smithi124 ceph-mon[139817]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:32:55.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:55 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/2931847215' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4ed2feb8-1308-4629-8905-b37d1e27d8d0"}]: dispatch 2023-11-08T23:32:55.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:55 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/2931847215' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4ed2feb8-1308-4629-8905-b37d1e27d8d0"}]': finished 2023-11-08T23:32:55.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:55 smithi124 ceph-mon[139817]: osdmap e16: 3 total, 2 up, 3 in 2023-11-08T23:32:55.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:55 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:32:55.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:55 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/2357898956' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:32:55.711 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:55 smithi104 ceph-mon[137171]: pgmap v40: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:32:55.711 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:55 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/2931847215' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4ed2feb8-1308-4629-8905-b37d1e27d8d0"}]: dispatch 2023-11-08T23:32:55.712 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:55 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/2931847215' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4ed2feb8-1308-4629-8905-b37d1e27d8d0"}]': finished 2023-11-08T23:32:55.712 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:55 smithi104 ceph-mon[137171]: osdmap e16: 3 total, 2 up, 3 in 2023-11-08T23:32:55.712 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:55 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:32:55.712 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:55 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/2357898956' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:32:56.988 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:56 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:56.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:56 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:57.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:56 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:57.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:56 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:32:57.973 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:57 smithi104 ceph-mon[137171]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:32:58.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:57 smithi124 ceph-mon[139817]: pgmap v42: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:32:59.988 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:32:59 smithi104 ceph-mon[137171]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:33:00.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:32:59 smithi124 ceph-mon[139817]: pgmap v43: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:33:00.894 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:00 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-08T23:33:00.894 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:00 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:00.894 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:00 smithi104 ceph-mon[137171]: Deploying daemon osd.2 on smithi104 2023-11-08T23:33:01.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:00 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-08T23:33:01.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:00 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:01.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:00 smithi124 ceph-mon[139817]: Deploying daemon osd.2 on smithi104 2023-11-08T23:33:01.869 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:01 smithi104 ceph-mon[137171]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:33:02.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:01 smithi124 ceph-mon[139817]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:33:03.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:03 smithi104 ceph-mon[137171]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:33:03.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:03 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:03.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:03 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:33:03.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:03 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:03.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:03 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:33:04.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:03 smithi124 ceph-mon[139817]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:33:04.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:03 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:04.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:03 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:33:04.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:03 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:04.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:03 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:33:05.938 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:05 smithi104 ceph-mon[137171]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:33:06.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:05 smithi124 ceph-mon[139817]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:33:06.247 INFO:teuthology.orchestra.run.smithi104.stdout:Created osd(s) 2 on host 'smithi104' 2023-11-08T23:33:06.750 DEBUG:teuthology.orchestra.run.smithi104:osd.2> sudo journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.2.service 2023-11-08T23:33:06.753 INFO:tasks.cephadm:Deploying osd.3 on smithi104 with /dev/vg_nvme/lv_1... 2023-11-08T23:33:06.753 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-08T23:33:06.785 INFO:journalctl@ceph.osd.2.smithi104.stdout:-- Logs begin at Wed 2023-11-08 23:21:46 UTC. -- 2023-11-08T23:33:07.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:07 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:07.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:07 smithi104 ceph-mon[137171]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:33:07.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:07 smithi104 ceph-mon[137171]: from='osd.2 [v2:172.21.15.104:6818/3898417153,v1:172.21.15.104:6819/3898417153]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T23:33:07.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:07 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:07.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:07 smithi124 ceph-mon[139817]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:33:07.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:07 smithi124 ceph-mon[139817]: from='osd.2 [v2:172.21.15.104:6818/3898417153,v1:172.21.15.104:6819/3898417153]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T23:33:08.567 INFO:teuthology.orchestra.run.smithi104.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-08T23:33:08.568 INFO:teuthology.orchestra.run.smithi104.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-08T23:33:08.568 INFO:teuthology.orchestra.run.smithi104.stderr: stderr: 10+0 records in 2023-11-08T23:33:08.568 INFO:teuthology.orchestra.run.smithi104.stderr:10+0 records out 2023-11-08T23:33:08.568 INFO:teuthology.orchestra.run.smithi104.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0127142 s, 825 MB/s 2023-11-08T23:33:08.569 INFO:teuthology.orchestra.run.smithi104.stderr:--> Zapping successful for: 2023-11-08T23:33:08.599 INFO:journalctl@ceph.osd.2.smithi104.stdout:Nov 08 23:33:08 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-2[158982]: 2023-11-08T23:33:08.253+0000 7f875e868700 -1 osd.2 0 waiting for initial osdmap 2023-11-08T23:33:08.599 INFO:journalctl@ceph.osd.2.smithi104.stdout:Nov 08 23:33:08 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-2[158982]: 2023-11-08T23:33:08.256+0000 7f87589fe700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-08T23:33:08.599 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:08 smithi104 ceph-mon[137171]: from='osd.2 [v2:172.21.15.104:6818/3898417153,v1:172.21.15.104:6819/3898417153]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-08T23:33:08.600 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:08 smithi104 ceph-mon[137171]: osdmap e17: 3 total, 2 up, 3 in 2023-11-08T23:33:08.600 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:08 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:33:08.600 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:08 smithi104 ceph-mon[137171]: from='osd.2 [v2:172.21.15.104:6818/3898417153,v1:172.21.15.104:6819/3898417153]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2023-11-08T23:33:08.600 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:08 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:08.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:08 smithi124 ceph-mon[139817]: from='osd.2 [v2:172.21.15.104:6818/3898417153,v1:172.21.15.104:6819/3898417153]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-08T23:33:08.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:08 smithi124 ceph-mon[139817]: osdmap e17: 3 total, 2 up, 3 in 2023-11-08T23:33:08.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:08 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:33:08.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:08 smithi124 ceph-mon[139817]: from='osd.2 [v2:172.21.15.104:6818/3898417153,v1:172.21.15.104:6819/3898417153]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2023-11-08T23:33:08.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:08 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:08.974 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add osd smithi104:vg_nvme/lv_1 2023-11-08T23:33:09.562 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:09 smithi104 ceph-mon[137171]: from='osd.2 [v2:172.21.15.104:6818/3898417153,v1:172.21.15.104:6819/3898417153]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2023-11-08T23:33:09.563 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:09 smithi104 ceph-mon[137171]: osdmap e18: 3 total, 2 up, 3 in 2023-11-08T23:33:09.563 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:09 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:33:09.563 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:09 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:33:09.563 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:09 smithi104 ceph-mon[137171]: pgmap v50: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:33:09.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:09 smithi124 ceph-mon[139817]: from='osd.2 [v2:172.21.15.104:6818/3898417153,v1:172.21.15.104:6819/3898417153]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2023-11-08T23:33:09.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:09 smithi124 ceph-mon[139817]: osdmap e18: 3 total, 2 up, 3 in 2023-11-08T23:33:09.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:09 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:33:09.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:09 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:33:09.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:09 smithi124 ceph-mon[139817]: pgmap v50: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-11-08T23:33:10.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:10 smithi104 ceph-mon[137171]: purged_snaps scrub starts 2023-11-08T23:33:10.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:10 smithi104 ceph-mon[137171]: purged_snaps scrub ok 2023-11-08T23:33:10.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:10 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:33:10.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:10 smithi104 ceph-mon[137171]: osd.2 [v2:172.21.15.104:6818/3898417153,v1:172.21.15.104:6819/3898417153] boot 2023-11-08T23:33:10.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:10 smithi104 ceph-mon[137171]: osdmap e19: 3 total, 3 up, 3 in 2023-11-08T23:33:10.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:10 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:33:10.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:10 smithi124 ceph-mon[139817]: purged_snaps scrub starts 2023-11-08T23:33:10.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:10 smithi124 ceph-mon[139817]: purged_snaps scrub ok 2023-11-08T23:33:10.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:10 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:33:10.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:10 smithi124 ceph-mon[139817]: osd.2 [v2:172.21.15.104:6818/3898417153,v1:172.21.15.104:6819/3898417153] boot 2023-11-08T23:33:10.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:10 smithi124 ceph-mon[139817]: osdmap e19: 3 total, 3 up, 3 in 2023-11-08T23:33:10.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:10 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:33:11.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:11 smithi104 ceph-mon[137171]: pgmap v52: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:33:11.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:11 smithi104 ceph-mon[137171]: osdmap e20: 3 total, 3 up, 3 in 2023-11-08T23:33:11.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:11 smithi104 ceph-mon[137171]: Detected new or changed devices on smithi104 2023-11-08T23:33:11.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:11.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:11.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:11.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:11.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:11 smithi104 ceph-mon[137171]: Adjusting osd_memory_target on smithi104 to 4299M 2023-11-08T23:33:11.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:11.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-08T23:33:11.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:11.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:33:11.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:11.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:33:11.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:11.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:11 smithi104 ceph-mon[137171]: from='client.14286 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:33:11.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:33:11.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:33:11.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:11.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:11 smithi124 ceph-mon[139817]: pgmap v52: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:33:11.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:11 smithi124 ceph-mon[139817]: osdmap e20: 3 total, 3 up, 3 in 2023-11-08T23:33:11.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:11 smithi124 ceph-mon[139817]: Detected new or changed devices on smithi104 2023-11-08T23:33:11.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:11.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:11.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:11.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:11.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:11 smithi124 ceph-mon[139817]: Adjusting osd_memory_target on smithi104 to 4299M 2023-11-08T23:33:11.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:11.663 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-08T23:33:11.663 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:11.663 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:33:11.663 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:11.663 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:33:11.663 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:11.664 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:11 smithi124 ceph-mon[139817]: from='client.14286 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi104:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:33:11.664 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:33:11.664 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:33:11.664 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:12.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:12 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-08T23:33:12.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:12 smithi104 ceph-mon[137171]: osdmap e21: 3 total, 3 up, 3 in 2023-11-08T23:33:12.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:12 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-08T23:33:12.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:12 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-08T23:33:12.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:12 smithi124 ceph-mon[139817]: osdmap e21: 3 total, 3 up, 3 in 2023-11-08T23:33:12.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:12 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-11-08T23:33:13.739 INFO:journalctl@ceph.osd.0.smithi104.stdout:Nov 08 23:33:13 smithi104 sudo[161233]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-08T23:33:13.739 INFO:journalctl@ceph.osd.0.smithi104.stdout:Nov 08 23:33:13 smithi104 sudo[161233]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:33:13.739 INFO:journalctl@ceph.osd.0.smithi104.stdout:Nov 08 23:33:13 smithi104 sudo[161233]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:33:13.739 INFO:journalctl@ceph.osd.0.smithi104.stdout:Nov 08 23:33:13 smithi104 sudo[161236]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-08T23:33:13.740 INFO:journalctl@ceph.osd.0.smithi104.stdout:Nov 08 23:33:13 smithi104 sudo[161236]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:33:13.740 INFO:journalctl@ceph.osd.0.smithi104.stdout:Nov 08 23:33:13 smithi104 sudo[161236]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:33:13.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:13 smithi104 ceph-mon[137171]: pgmap v55: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:33:13.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:13 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-08T23:33:13.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:13 smithi104 ceph-mon[137171]: osdmap e22: 3 total, 3 up, 3 in 2023-11-08T23:33:13.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:13 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/1581489970' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2ab1884f-93b2-45c7-a426-c17ef0dab0f2"}]: dispatch 2023-11-08T23:33:13.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:13 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/1581489970' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2ab1884f-93b2-45c7-a426-c17ef0dab0f2"}]': finished 2023-11-08T23:33:13.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:13 smithi104 ceph-mon[137171]: osdmap e23: 4 total, 3 up, 4 in 2023-11-08T23:33:13.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:13 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T23:33:13.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:13 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/3289550702' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:33:13.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:13 smithi124 ceph-mon[139817]: pgmap v55: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:33:13.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:13 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-11-08T23:33:13.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:13 smithi124 ceph-mon[139817]: osdmap e22: 3 total, 3 up, 3 in 2023-11-08T23:33:13.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:13 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/1581489970' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2ab1884f-93b2-45c7-a426-c17ef0dab0f2"}]: dispatch 2023-11-08T23:33:13.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:13 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/1581489970' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2ab1884f-93b2-45c7-a426-c17ef0dab0f2"}]': finished 2023-11-08T23:33:13.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:13 smithi124 ceph-mon[139817]: osdmap e23: 4 total, 3 up, 4 in 2023-11-08T23:33:13.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:13 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T23:33:13.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:13 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/3289550702' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:33:14.238 INFO:journalctl@ceph.osd.1.smithi104.stdout:Nov 08 23:33:13 smithi104 sudo[161427]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-08T23:33:14.239 INFO:journalctl@ceph.osd.1.smithi104.stdout:Nov 08 23:33:13 smithi104 sudo[161427]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:33:14.239 INFO:journalctl@ceph.osd.1.smithi104.stdout:Nov 08 23:33:13 smithi104 sudo[161427]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:33:14.239 INFO:journalctl@ceph.osd.1.smithi104.stdout:Nov 08 23:33:14 smithi104 sudo[161615]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-08T23:33:14.240 INFO:journalctl@ceph.osd.1.smithi104.stdout:Nov 08 23:33:14 smithi104 sudo[161615]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:33:14.240 INFO:journalctl@ceph.osd.1.smithi104.stdout:Nov 08 23:33:14 smithi104 sudo[161615]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:33:14.563 INFO:journalctl@ceph.osd.2.smithi104.stdout:Nov 08 23:33:14 smithi104 sudo[161618]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-08T23:33:14.563 INFO:journalctl@ceph.osd.2.smithi104.stdout:Nov 08 23:33:14 smithi104 sudo[161618]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:33:14.564 INFO:journalctl@ceph.osd.2.smithi104.stdout:Nov 08 23:33:14 smithi104 sudo[161618]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:33:14.564 INFO:journalctl@ceph.osd.2.smithi104.stdout:Nov 08 23:33:14 smithi104 sudo[161810]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-08T23:33:14.564 INFO:journalctl@ceph.osd.2.smithi104.stdout:Nov 08 23:33:14 smithi104 sudo[161810]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:33:14.564 INFO:journalctl@ceph.osd.2.smithi104.stdout:Nov 08 23:33:14 smithi104 sudo[161810]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:33:14.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:14 smithi104 sudo[161813]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-08T23:33:14.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:14 smithi104 sudo[161813]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:33:14.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:14 smithi104 sudo[161813]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:33:15.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:15 smithi124 ceph-mon[139817]: osdmap e24: 4 total, 3 up, 4 in 2023-11-08T23:33:15.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:15 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T23:33:15.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:15 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:15.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:15 smithi124 sudo[142366]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-11-08T23:33:15.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:15 smithi124 sudo[142366]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:33:15.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:15 smithi124 sudo[142366]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:33:15.465 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:15 smithi104 sudo[162009]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-08T23:33:15.466 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:15 smithi104 sudo[162009]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:33:15.466 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:15 smithi104 sudo[162009]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:33:15.466 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:15 smithi104 ceph-mon[137171]: osdmap e24: 4 total, 3 up, 4 in 2023-11-08T23:33:15.466 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:15 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T23:33:15.466 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:15 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:15.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:15 smithi124 sudo[142369]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-11-08T23:33:15.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:15 smithi124 sudo[142369]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-11-08T23:33:15.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:15 smithi124 sudo[142369]: pam_unix(sudo:session): session closed for user root 2023-11-08T23:33:16.323 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:16 smithi104 ceph-mon[137171]: pgmap v59: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:33:16.324 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:16 smithi104 ceph-mon[137171]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-08T23:33:16.324 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:16 smithi104 ceph-mon[137171]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-08T23:33:16.324 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:16 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi104"}]: dispatch 2023-11-08T23:33:16.324 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:16 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:33:16.325 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:16 smithi104 ceph-mon[137171]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-08T23:33:16.325 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:16 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi104"}]: dispatch 2023-11-08T23:33:16.325 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:16 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:33:16.325 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:16 smithi104 ceph-mon[137171]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-08T23:33:16.325 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:16 smithi104 ceph-mon[137171]: mgrmap e19: smithi104.kxwemz(active, since 95s), standbys: smithi124.xydlqy 2023-11-08T23:33:16.325 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:16 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:16.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:16 smithi124 ceph-mon[139817]: pgmap v59: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:33:16.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:16 smithi124 ceph-mon[139817]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-08T23:33:16.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:16 smithi124 ceph-mon[139817]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-08T23:33:16.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:16 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi104"}]: dispatch 2023-11-08T23:33:16.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:16 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:33:16.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:16 smithi124 ceph-mon[139817]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-11-08T23:33:16.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:16 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi104"}]: dispatch 2023-11-08T23:33:16.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:16 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:33:16.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:16 smithi124 ceph-mon[139817]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-11-08T23:33:16.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:16 smithi124 ceph-mon[139817]: mgrmap e19: smithi104.kxwemz(active, since 95s), standbys: smithi124.xydlqy 2023-11-08T23:33:16.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:16 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:18.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:18 smithi124 ceph-mon[139817]: pgmap v60: 1 pgs: 1 unknown; 0 B data, 17 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:33:18.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:18 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-08T23:33:18.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:18 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:18.441 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:18 smithi104 ceph-mon[137171]: pgmap v60: 1 pgs: 1 unknown; 0 B data, 17 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:33:18.441 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:18 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-08T23:33:18.441 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:18 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:19.368 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:19 smithi104 ceph-mon[137171]: Deploying daemon osd.3 on smithi104 2023-11-08T23:33:19.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:19 smithi124 ceph-mon[139817]: Deploying daemon osd.3 on smithi104 2023-11-08T23:33:20.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:20 smithi124 ceph-mon[139817]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:33:20.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:20 smithi104 ceph-mon[137171]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 18 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:33:21.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:21 smithi124 ceph-mon[139817]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:33:21.488 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:21 smithi104 ceph-mon[137171]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:33:22.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:22 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:33:22.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:22 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:22.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:22 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:33:22.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:22 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:22.455 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:22 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:33:22.456 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:22 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:22.456 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:22 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:33:22.456 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:22 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:23.298 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:23 smithi104 ceph-mon[137171]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:33:23.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:23 smithi124 ceph-mon[139817]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:33:23.512 INFO:teuthology.orchestra.run.smithi104.stdout:Created osd(s) 3 on host 'smithi104' 2023-11-08T23:33:24.096 DEBUG:teuthology.orchestra.run.smithi104:osd.3> sudo journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.3.service 2023-11-08T23:33:24.099 INFO:tasks.cephadm:Deploying osd.4 on smithi124 with /dev/vg_nvme/lv_4... 2023-11-08T23:33:24.100 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-11-08T23:33:24.131 INFO:journalctl@ceph.osd.3.smithi104.stdout:-- Logs begin at Wed 2023-11-08 23:21:46 UTC. -- 2023-11-08T23:33:24.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:24 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:24.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:24 smithi124 ceph-mon[139817]: from='osd.3 [v2:172.21.15.104:6826/2123548072,v1:172.21.15.104:6827/2123548072]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-08T23:33:24.738 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:24 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:24.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:24 smithi104 ceph-mon[137171]: from='osd.3 [v2:172.21.15.104:6826/2123548072,v1:172.21.15.104:6827/2123548072]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-08T23:33:24.739 INFO:journalctl@ceph.osd.3.smithi104.stdout:Nov 08 23:33:24 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-3[162773]: 2023-11-08T23:33:24.463+0000 7f84e0bbe3c0 -1 osd.3 0 log_to_monitors true 2023-11-08T23:33:25.503 INFO:teuthology.orchestra.run.smithi124.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-11-08T23:33:25.504 INFO:teuthology.orchestra.run.smithi124.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-11-08T23:33:25.504 INFO:teuthology.orchestra.run.smithi124.stderr: stderr: 10+0 records in 2023-11-08T23:33:25.505 INFO:teuthology.orchestra.run.smithi124.stderr:10+0 records out 2023-11-08T23:33:25.505 INFO:teuthology.orchestra.run.smithi124.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0154288 s, 680 MB/s 2023-11-08T23:33:25.505 INFO:teuthology.orchestra.run.smithi124.stderr:--> Zapping successful for: 2023-11-08T23:33:25.915 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add osd smithi124:vg_nvme/lv_4 2023-11-08T23:33:26.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:26 smithi124 ceph-mon[139817]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:33:26.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:26 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:26.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:26 smithi124 ceph-mon[139817]: from='osd.3 [v2:172.21.15.104:6826/2123548072,v1:172.21.15.104:6827/2123548072]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-08T23:33:26.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:26 smithi124 ceph-mon[139817]: osdmap e25: 4 total, 3 up, 4 in 2023-11-08T23:33:26.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:26 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T23:33:26.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:26 smithi124 ceph-mon[139817]: from='osd.3 [v2:172.21.15.104:6826/2123548072,v1:172.21.15.104:6827/2123548072]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2023-11-08T23:33:26.371 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:26 smithi104 ceph-mon[137171]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:33:26.372 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:26 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:26.372 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:26 smithi104 ceph-mon[137171]: from='osd.3 [v2:172.21.15.104:6826/2123548072,v1:172.21.15.104:6827/2123548072]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-08T23:33:26.372 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:26 smithi104 ceph-mon[137171]: osdmap e25: 4 total, 3 up, 4 in 2023-11-08T23:33:26.372 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:26 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T23:33:26.373 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:26 smithi104 ceph-mon[137171]: from='osd.3 [v2:172.21.15.104:6826/2123548072,v1:172.21.15.104:6827/2123548072]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]: dispatch 2023-11-08T23:33:26.739 INFO:journalctl@ceph.osd.3.smithi104.stdout:Nov 08 23:33:26 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-3[162773]: 2023-11-08T23:33:26.367+0000 7f84d75c1700 -1 osd.3 0 waiting for initial osdmap 2023-11-08T23:33:26.739 INFO:journalctl@ceph.osd.3.smithi104.stdout:Nov 08 23:33:26 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-3[162773]: 2023-11-08T23:33:26.371+0000 7f84cff54700 -1 osd.3 26 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-08T23:33:27.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:27 smithi104 ceph-mon[137171]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:33:27.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:27 smithi104 ceph-mon[137171]: from='osd.3 [v2:172.21.15.104:6826/2123548072,v1:172.21.15.104:6827/2123548072]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2023-11-08T23:33:27.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:27 smithi104 ceph-mon[137171]: osdmap e26: 4 total, 3 up, 4 in 2023-11-08T23:33:27.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T23:33:27.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T23:33:27.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:33:27.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:33:27.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:27.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:27.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:27.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:27.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:27.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:27.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:27.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:27.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:33:27.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:27.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:33:27.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:27.534 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:27 smithi124 ceph-mon[139817]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-11-08T23:33:27.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:27 smithi124 ceph-mon[139817]: from='osd.3 [v2:172.21.15.104:6826/2123548072,v1:172.21.15.104:6827/2123548072]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi104", "root=default"]}]': finished 2023-11-08T23:33:27.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:27 smithi124 ceph-mon[139817]: osdmap e26: 4 total, 3 up, 4 in 2023-11-08T23:33:27.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T23:33:27.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T23:33:27.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:33:27.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:33:27.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:27.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:27.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:27.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:27.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:27.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:27.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:27.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:27.537 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:33:27.538 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:27.538 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:33:27.538 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:28.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:28 smithi124 ceph-mon[139817]: purged_snaps scrub starts 2023-11-08T23:33:28.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:28 smithi124 ceph-mon[139817]: purged_snaps scrub ok 2023-11-08T23:33:28.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:28 smithi124 ceph-mon[139817]: from='client.24147 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi124:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:33:28.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:28 smithi124 ceph-mon[139817]: Detected new or changed devices on smithi104 2023-11-08T23:33:28.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:28 smithi124 ceph-mon[139817]: Adjusting osd_memory_target on smithi104 to 3224M 2023-11-08T23:33:28.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:28 smithi124 ceph-mon[139817]: osd.3 [v2:172.21.15.104:6826/2123548072,v1:172.21.15.104:6827/2123548072] boot 2023-11-08T23:33:28.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:28 smithi124 ceph-mon[139817]: osdmap e27: 4 total, 4 up, 4 in 2023-11-08T23:33:28.663 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:28 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T23:33:28.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:28 smithi104 ceph-mon[137171]: purged_snaps scrub starts 2023-11-08T23:33:28.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:28 smithi104 ceph-mon[137171]: purged_snaps scrub ok 2023-11-08T23:33:28.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:28 smithi104 ceph-mon[137171]: from='client.24147 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi124:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:33:28.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:28 smithi104 ceph-mon[137171]: Detected new or changed devices on smithi104 2023-11-08T23:33:28.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:28 smithi104 ceph-mon[137171]: Adjusting osd_memory_target on smithi104 to 3224M 2023-11-08T23:33:28.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:28 smithi104 ceph-mon[137171]: osd.3 [v2:172.21.15.104:6826/2123548072,v1:172.21.15.104:6827/2123548072] boot 2023-11-08T23:33:28.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:28 smithi104 ceph-mon[137171]: osdmap e27: 4 total, 4 up, 4 in 2023-11-08T23:33:28.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:28 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T23:33:29.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:29 smithi124 ceph-mon[139817]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-08T23:33:29.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:29 smithi124 ceph-mon[139817]: osdmap e28: 4 total, 4 up, 4 in 2023-11-08T23:33:29.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:29 smithi124 ceph-mon[139817]: from='client.? 172.21.15.124:0/3677411202' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "195671a0-955b-4ee9-af2f-12b746f01a99"}]: dispatch 2023-11-08T23:33:29.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:29 smithi124 ceph-mon[139817]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "195671a0-955b-4ee9-af2f-12b746f01a99"}]: dispatch 2023-11-08T23:33:29.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:29 smithi124 ceph-mon[139817]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "195671a0-955b-4ee9-af2f-12b746f01a99"}]': finished 2023-11-08T23:33:29.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:29 smithi124 ceph-mon[139817]: osdmap e29: 5 total, 4 up, 5 in 2023-11-08T23:33:29.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T23:33:29.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:29 smithi104 ceph-mon[137171]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-08T23:33:29.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:29 smithi104 ceph-mon[137171]: osdmap e28: 4 total, 4 up, 4 in 2023-11-08T23:33:29.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:29 smithi104 ceph-mon[137171]: from='client.? 172.21.15.124:0/3677411202' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "195671a0-955b-4ee9-af2f-12b746f01a99"}]: dispatch 2023-11-08T23:33:29.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:29 smithi104 ceph-mon[137171]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "195671a0-955b-4ee9-af2f-12b746f01a99"}]: dispatch 2023-11-08T23:33:29.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:29 smithi104 ceph-mon[137171]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "195671a0-955b-4ee9-af2f-12b746f01a99"}]': finished 2023-11-08T23:33:29.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:29 smithi104 ceph-mon[137171]: osdmap e29: 5 total, 4 up, 5 in 2023-11-08T23:33:29.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T23:33:30.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:30 smithi104 ceph-mon[137171]: from='client.? 172.21.15.124:0/1752805773' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:33:30.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:30 smithi124 ceph-mon[139817]: from='client.? 172.21.15.124:0/1752805773' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:33:31.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:31 smithi124 ceph-mon[139817]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-08T23:33:31.738 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:31 smithi104 ceph-mon[137171]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-08T23:33:33.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:33 smithi124 ceph-mon[139817]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-08T23:33:33.738 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:33 smithi104 ceph-mon[137171]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-08T23:33:34.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:34 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-08T23:33:34.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:34 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:34.536 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:34 smithi124 ceph-mon[139817]: Deploying daemon osd.4 on smithi124 2023-11-08T23:33:34.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:34 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-08T23:33:34.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:34 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:34.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:34 smithi104 ceph-mon[137171]: Deploying daemon osd.4 on smithi124 2023-11-08T23:33:35.530 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:35 smithi124 ceph-mon[139817]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-08T23:33:35.738 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:35 smithi104 ceph-mon[137171]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-08T23:33:37.656 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:37 smithi124 ceph-mon[139817]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-08T23:33:37.656 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:37 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:37.656 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:37 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:33:37.657 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:37 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:37.657 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:37 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:33:37.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:37 smithi104 ceph-mon[137171]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-08T23:33:37.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:37 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:37.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:37 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:33:37.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:37 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:37.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:37 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:33:39.360 INFO:teuthology.orchestra.run.smithi124.stdout:Created osd(s) 4 on host 'smithi124' 2023-11-08T23:33:39.752 DEBUG:teuthology.orchestra.run.smithi124:osd.4> sudo journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.4.service 2023-11-08T23:33:39.755 INFO:tasks.cephadm:Deploying osd.5 on smithi124 with /dev/vg_nvme/lv_3... 2023-11-08T23:33:39.755 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-11-08T23:33:39.785 INFO:journalctl@ceph.osd.4.smithi124.stdout:-- Logs begin at Wed 2023-11-08 23:21:35 UTC. -- 2023-11-08T23:33:40.329 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:40 smithi124 ceph-mon[139817]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-08T23:33:40.329 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:40 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:40.330 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:40 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:40.330 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:40 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:40.330 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:40 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:33:40.330 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:40 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:40.330 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:40 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:33:40.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:40 smithi104 ceph-mon[137171]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-08T23:33:40.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:40 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:40.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:40 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:40.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:40 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:40.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:40 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:33:40.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:40 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:40.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:40 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:33:40.593 INFO:journalctl@ceph.osd.4.smithi124.stdout:Nov 08 23:33:40 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-4[144524]: 2023-11-08T23:33:40.411+0000 7fa7dd5a33c0 -1 osd.4 0 log_to_monitors true 2023-11-08T23:33:41.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:41 smithi124 ceph-mon[139817]: from='osd.4 [v2:172.21.15.124:6800/1236087214,v1:172.21.15.124:6801/1236087214]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T23:33:41.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:41 smithi124 ceph-mon[139817]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T23:33:41.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:41 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:33:41.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:41 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/trash_purge_schedule"}]: dispatch 2023-11-08T23:33:41.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:41 smithi104 ceph-mon[137171]: from='osd.4 [v2:172.21.15.124:6800/1236087214,v1:172.21.15.124:6801/1236087214]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T23:33:41.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:41 smithi104 ceph-mon[137171]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T23:33:41.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:33:41.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/trash_purge_schedule"}]: dispatch 2023-11-08T23:33:41.650 INFO:teuthology.orchestra.run.smithi124.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-11-08T23:33:41.650 INFO:teuthology.orchestra.run.smithi124.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-11-08T23:33:41.651 INFO:teuthology.orchestra.run.smithi124.stderr: stderr: 10+0 records in 2023-11-08T23:33:41.651 INFO:teuthology.orchestra.run.smithi124.stderr:10+0 records out 2023-11-08T23:33:41.651 INFO:teuthology.orchestra.run.smithi124.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111195 s, 943 MB/s 2023-11-08T23:33:41.651 INFO:teuthology.orchestra.run.smithi124.stderr:--> Zapping successful for: 2023-11-08T23:33:42.160 INFO:journalctl@ceph.osd.4.smithi124.stdout:Nov 08 23:33:42 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-4[144524]: 2023-11-08T23:33:42.016+0000 7fa7d3fa6700 -1 osd.4 0 waiting for initial osdmap 2023-11-08T23:33:42.161 INFO:journalctl@ceph.osd.4.smithi124.stdout:Nov 08 23:33:42 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-4[144524]: 2023-11-08T23:33:42.020+0000 7fa7cd13a700 -1 osd.4 31 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-08T23:33:42.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:42 smithi124 ceph-mon[139817]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-08T23:33:42.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:42 smithi124 ceph-mon[139817]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-08T23:33:42.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:42 smithi124 ceph-mon[139817]: osdmap e30: 5 total, 4 up, 5 in 2023-11-08T23:33:42.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:42 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T23:33:42.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:42 smithi124 ceph-mon[139817]: from='osd.4 [v2:172.21.15.124:6800/1236087214,v1:172.21.15.124:6801/1236087214]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-08T23:33:42.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:42 smithi124 ceph-mon[139817]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-08T23:33:42.220 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add osd smithi124:vg_nvme/lv_3 2023-11-08T23:33:42.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:42 smithi104 ceph-mon[137171]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-08T23:33:42.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:42 smithi104 ceph-mon[137171]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-08T23:33:42.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:42 smithi104 ceph-mon[137171]: osdmap e30: 5 total, 4 up, 5 in 2023-11-08T23:33:42.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:42 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T23:33:42.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:42 smithi104 ceph-mon[137171]: from='osd.4 [v2:172.21.15.124:6800/1236087214,v1:172.21.15.124:6801/1236087214]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-08T23:33:42.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:42 smithi104 ceph-mon[137171]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-08T23:33:43.137 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:43 smithi124 ceph-mon[139817]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]': finished 2023-11-08T23:33:43.138 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:43 smithi124 ceph-mon[139817]: osdmap e31: 5 total, 4 up, 5 in 2023-11-08T23:33:43.138 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:43 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T23:33:43.138 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:43 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T23:33:43.139 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:43 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:43.139 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:43 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:43.139 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:43 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:43.139 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:43 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:43.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:43 smithi104 ceph-mon[137171]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]': finished 2023-11-08T23:33:43.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:43 smithi104 ceph-mon[137171]: osdmap e31: 5 total, 4 up, 5 in 2023-11-08T23:33:43.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:43 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T23:33:43.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:43 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T23:33:43.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:43 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:43.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:43 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:43.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:43 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:43.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:43 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:44.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:44 smithi124 ceph-mon[139817]: purged_snaps scrub starts 2023-11-08T23:33:44.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:44 smithi124 ceph-mon[139817]: purged_snaps scrub ok 2023-11-08T23:33:44.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:44 smithi124 ceph-mon[139817]: Detected new or changed devices on smithi124 2023-11-08T23:33:44.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:44 smithi124 ceph-mon[139817]: Adjusting osd_memory_target on smithi124 to 15970M 2023-11-08T23:33:44.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:44 smithi124 ceph-mon[139817]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-08T23:33:44.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:44 smithi124 ceph-mon[139817]: osd.4 [v2:172.21.15.124:6800/1236087214,v1:172.21.15.124:6801/1236087214] boot 2023-11-08T23:33:44.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:44 smithi124 ceph-mon[139817]: osdmap e32: 5 total, 5 up, 5 in 2023-11-08T23:33:44.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:44 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T23:33:44.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:44 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:33:44.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:44 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:33:44.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:44 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:44.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:44 smithi104 ceph-mon[137171]: purged_snaps scrub starts 2023-11-08T23:33:44.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:44 smithi104 ceph-mon[137171]: purged_snaps scrub ok 2023-11-08T23:33:44.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:44 smithi104 ceph-mon[137171]: Detected new or changed devices on smithi124 2023-11-08T23:33:44.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:44 smithi104 ceph-mon[137171]: Adjusting osd_memory_target on smithi124 to 15970M 2023-11-08T23:33:44.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:44 smithi104 ceph-mon[137171]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-11-08T23:33:44.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:44 smithi104 ceph-mon[137171]: osd.4 [v2:172.21.15.124:6800/1236087214,v1:172.21.15.124:6801/1236087214] boot 2023-11-08T23:33:44.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:44 smithi104 ceph-mon[137171]: osdmap e32: 5 total, 5 up, 5 in 2023-11-08T23:33:44.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:44 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T23:33:44.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:44 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:33:44.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:44 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:33:44.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:44 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:45.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:45 smithi124 ceph-mon[139817]: from='client.24165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi124:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:33:45.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:45 smithi124 ceph-mon[139817]: osdmap e33: 5 total, 5 up, 5 in 2023-11-08T23:33:45.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:45 smithi124 ceph-mon[139817]: osdmap e34: 5 total, 5 up, 5 in 2023-11-08T23:33:45.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:45 smithi104 ceph-mon[137171]: from='client.24165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi124:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:33:45.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:45 smithi104 ceph-mon[137171]: osdmap e33: 5 total, 5 up, 5 in 2023-11-08T23:33:45.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:45 smithi104 ceph-mon[137171]: osdmap e34: 5 total, 5 up, 5 in 2023-11-08T23:33:46.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:46 smithi124 ceph-mon[139817]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-08T23:33:46.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:46 smithi124 ceph-mon[139817]: from='client.? 172.21.15.124:0/1787489471' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3406b12b-3272-4448-9f16-6fadb0c2536d"}]: dispatch 2023-11-08T23:33:46.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:46 smithi124 ceph-mon[139817]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3406b12b-3272-4448-9f16-6fadb0c2536d"}]: dispatch 2023-11-08T23:33:46.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:46 smithi124 ceph-mon[139817]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3406b12b-3272-4448-9f16-6fadb0c2536d"}]': finished 2023-11-08T23:33:46.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:46 smithi124 ceph-mon[139817]: osdmap e35: 6 total, 5 up, 6 in 2023-11-08T23:33:46.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:46 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T23:33:46.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:46 smithi124 ceph-mon[139817]: from='client.? 172.21.15.124:0/3617352401' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:33:46.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:46 smithi104 ceph-mon[137171]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-08T23:33:46.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:46 smithi104 ceph-mon[137171]: from='client.? 172.21.15.124:0/1787489471' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3406b12b-3272-4448-9f16-6fadb0c2536d"}]: dispatch 2023-11-08T23:33:46.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:46 smithi104 ceph-mon[137171]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3406b12b-3272-4448-9f16-6fadb0c2536d"}]: dispatch 2023-11-08T23:33:46.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:46 smithi104 ceph-mon[137171]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3406b12b-3272-4448-9f16-6fadb0c2536d"}]': finished 2023-11-08T23:33:46.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:46 smithi104 ceph-mon[137171]: osdmap e35: 6 total, 5 up, 6 in 2023-11-08T23:33:46.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:46 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T23:33:46.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:46 smithi104 ceph-mon[137171]: from='client.? 172.21.15.124:0/3617352401' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:33:47.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:47 smithi104 ceph-mon[137171]: osdmap e36: 6 total, 5 up, 6 in 2023-11-08T23:33:47.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:47 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T23:33:47.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:47 smithi104 ceph-mon[137171]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-08T23:33:47.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:47 smithi124 ceph-mon[139817]: osdmap e36: 6 total, 5 up, 6 in 2023-11-08T23:33:47.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:47 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T23:33:47.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:47 smithi124 ceph-mon[139817]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-11-08T23:33:49.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:49 smithi124 ceph-mon[139817]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 119 KiB/s, 0 objects/s recovering 2023-11-08T23:33:49.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:49 smithi104 ceph-mon[137171]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 119 KiB/s, 0 objects/s recovering 2023-11-08T23:33:50.688 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:50 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-08T23:33:50.688 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:50 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:50.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:50 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-08T23:33:50.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:50 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:51.720 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:51 smithi124 ceph-mon[139817]: Deploying daemon osd.5 on smithi124 2023-11-08T23:33:51.720 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:51 smithi124 ceph-mon[139817]: pgmap v89: 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-08T23:33:51.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:51 smithi104 ceph-mon[137171]: Deploying daemon osd.5 on smithi124 2023-11-08T23:33:51.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:51 smithi104 ceph-mon[137171]: pgmap v89: 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-08T23:33:53.738 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:53 smithi104 ceph-mon[137171]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-11-08T23:33:53.848 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:53 smithi124 ceph-mon[139817]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-11-08T23:33:54.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:54 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:54.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:54 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:33:54.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:54 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:54.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:54 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:33:54.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:54 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:54.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:54 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:33:54.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:54 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:54.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:54 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:33:55.559 INFO:teuthology.orchestra.run.smithi124.stdout:Created osd(s) 5 on host 'smithi124' 2023-11-08T23:33:55.774 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:55 smithi124 ceph-mon[139817]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-11-08T23:33:55.774 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:55 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:55.962 DEBUG:teuthology.orchestra.run.smithi124:osd.5> sudo journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.5.service 2023-11-08T23:33:55.964 INFO:tasks.cephadm:Deploying osd.6 on smithi124 with /dev/vg_nvme/lv_2... 2023-11-08T23:33:55.965 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-11-08T23:33:55.988 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:55 smithi104 ceph-mon[137171]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-11-08T23:33:55.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:55 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:55.991 INFO:journalctl@ceph.osd.5.smithi124.stdout:-- Logs begin at Wed 2023-11-08 23:21:35 UTC. -- 2023-11-08T23:33:56.703 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:56 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:56.704 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:33:56 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:33:56.699+0000 7fb0ef5f63c0 -1 osd.5 0 log_to_monitors true 2023-11-08T23:33:56.988 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:56 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:57.792 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:57 smithi124 ceph-mon[139817]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-11-08T23:33:57.792 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:57 smithi124 ceph-mon[139817]: from='osd.5 [v2:172.21.15.124:6808/2687503339,v1:172.21.15.124:6809/2687503339]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-08T23:33:57.792 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:57 smithi124 ceph-mon[139817]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-08T23:33:57.913 INFO:teuthology.orchestra.run.smithi124.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-11-08T23:33:57.914 INFO:teuthology.orchestra.run.smithi124.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-11-08T23:33:57.914 INFO:teuthology.orchestra.run.smithi124.stderr: stderr: 10+0 records in 2023-11-08T23:33:57.914 INFO:teuthology.orchestra.run.smithi124.stderr:10+0 records out 2023-11-08T23:33:57.914 INFO:teuthology.orchestra.run.smithi124.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0131118 s, 800 MB/s 2023-11-08T23:33:57.914 INFO:teuthology.orchestra.run.smithi124.stderr: stderr: 2023-11-08T23:33:57.915 INFO:teuthology.orchestra.run.smithi124.stderr:--> Zapping successful for: 2023-11-08T23:33:57.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:57 smithi104 ceph-mon[137171]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-11-08T23:33:57.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:57 smithi104 ceph-mon[137171]: from='osd.5 [v2:172.21.15.124:6808/2687503339,v1:172.21.15.124:6809/2687503339]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-08T23:33:57.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:57 smithi104 ceph-mon[137171]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-08T23:33:58.426 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add osd smithi124:vg_nvme/lv_2 2023-11-08T23:33:58.660 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:33:58 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:33:58.575+0000 7fb0e5ff9700 -1 osd.5 0 waiting for initial osdmap 2023-11-08T23:33:58.661 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:33:58 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:33:58.580+0000 7fb0e0990700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-08T23:33:58.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:58 smithi124 ceph-mon[139817]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-08T23:33:58.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:58 smithi124 ceph-mon[139817]: osdmap e37: 6 total, 5 up, 6 in 2023-11-08T23:33:58.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:58 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T23:33:58.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:58 smithi124 ceph-mon[139817]: from='osd.5 [v2:172.21.15.124:6808/2687503339,v1:172.21.15.124:6809/2687503339]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-08T23:33:58.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:58 smithi124 ceph-mon[139817]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-08T23:33:58.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:58 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:58.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:58 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:58.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:58 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:58.663 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:58 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:58.663 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:58 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:58.663 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:58 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:33:58.663 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:58 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:58.664 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:58 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:33:58.664 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:58 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:58.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:58 smithi104 ceph-mon[137171]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-08T23:33:58.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:58 smithi104 ceph-mon[137171]: osdmap e37: 6 total, 5 up, 6 in 2023-11-08T23:33:58.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:58 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T23:33:58.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:58 smithi104 ceph-mon[137171]: from='osd.5 [v2:172.21.15.124:6808/2687503339,v1:172.21.15.124:6809/2687503339]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-08T23:33:58.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:58 smithi104 ceph-mon[137171]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-08T23:33:58.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:58 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:58.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:58 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:58.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:58 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:33:58.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:58 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:58.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:58 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:58.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:58 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:33:58.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:58 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:33:58.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:58 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:33:58.992 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:58 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:33:59.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:59 smithi124 ceph-mon[139817]: Detected new or changed devices on smithi124 2023-11-08T23:33:59.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:59 smithi124 ceph-mon[139817]: Adjusting osd_memory_target on smithi124 to 7985M 2023-11-08T23:33:59.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:59 smithi124 ceph-mon[139817]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-08T23:33:59.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:59 smithi124 ceph-mon[139817]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]': finished 2023-11-08T23:33:59.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:59 smithi124 ceph-mon[139817]: osdmap e38: 6 total, 5 up, 6 in 2023-11-08T23:33:59.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:59 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T23:33:59.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:59 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T23:33:59.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:59 smithi124 ceph-mon[139817]: osd.5 [v2:172.21.15.124:6808/2687503339,v1:172.21.15.124:6809/2687503339] boot 2023-11-08T23:33:59.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:59 smithi124 ceph-mon[139817]: osdmap e39: 6 total, 6 up, 6 in 2023-11-08T23:33:59.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:33:59 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T23:33:59.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:59 smithi104 ceph-mon[137171]: Detected new or changed devices on smithi124 2023-11-08T23:33:59.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:59 smithi104 ceph-mon[137171]: Adjusting osd_memory_target on smithi124 to 7985M 2023-11-08T23:33:59.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:59 smithi104 ceph-mon[137171]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-11-08T23:33:59.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:59 smithi104 ceph-mon[137171]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]': finished 2023-11-08T23:33:59.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:59 smithi104 ceph-mon[137171]: osdmap e38: 6 total, 5 up, 6 in 2023-11-08T23:33:59.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:59 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T23:33:59.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:59 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T23:33:59.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:59 smithi104 ceph-mon[137171]: osd.5 [v2:172.21.15.124:6808/2687503339,v1:172.21.15.124:6809/2687503339] boot 2023-11-08T23:33:59.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:59 smithi104 ceph-mon[137171]: osdmap e39: 6 total, 6 up, 6 in 2023-11-08T23:33:59.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:33:59 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T23:34:00.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:00 smithi124 ceph-mon[139817]: purged_snaps scrub starts 2023-11-08T23:34:00.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:00 smithi124 ceph-mon[139817]: purged_snaps scrub ok 2023-11-08T23:34:00.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:00 smithi124 ceph-mon[139817]: from='client.24183 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi124:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:34:00.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:00 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:34:00.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:00 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:34:00.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:00 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:34:00.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:00 smithi124 ceph-mon[139817]: osdmap e40: 6 total, 6 up, 6 in 2023-11-08T23:34:00.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:00 smithi104 ceph-mon[137171]: purged_snaps scrub starts 2023-11-08T23:34:00.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:00 smithi104 ceph-mon[137171]: purged_snaps scrub ok 2023-11-08T23:34:00.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:00 smithi104 ceph-mon[137171]: from='client.24183 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi124:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:34:00.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:00 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:34:00.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:00 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:34:00.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:00 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:34:00.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:00 smithi104 ceph-mon[137171]: osdmap e40: 6 total, 6 up, 6 in 2023-11-08T23:34:01.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:01 smithi124 ceph-mon[139817]: pgmap v97: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-08T23:34:01.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:01 smithi124 ceph-mon[139817]: from='client.? 172.21.15.124:0/4113590701' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c54fbe7a-31a7-44b7-8828-911e12ebf42c"}]: dispatch 2023-11-08T23:34:01.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:01 smithi124 ceph-mon[139817]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c54fbe7a-31a7-44b7-8828-911e12ebf42c"}]: dispatch 2023-11-08T23:34:01.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:01 smithi124 ceph-mon[139817]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c54fbe7a-31a7-44b7-8828-911e12ebf42c"}]': finished 2023-11-08T23:34:01.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:01 smithi124 ceph-mon[139817]: osdmap e41: 7 total, 6 up, 7 in 2023-11-08T23:34:01.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:01 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T23:34:01.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:01 smithi104 ceph-mon[137171]: pgmap v97: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-08T23:34:01.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:01 smithi104 ceph-mon[137171]: from='client.? 172.21.15.124:0/4113590701' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c54fbe7a-31a7-44b7-8828-911e12ebf42c"}]: dispatch 2023-11-08T23:34:01.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:01 smithi104 ceph-mon[137171]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c54fbe7a-31a7-44b7-8828-911e12ebf42c"}]: dispatch 2023-11-08T23:34:01.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:01 smithi104 ceph-mon[137171]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c54fbe7a-31a7-44b7-8828-911e12ebf42c"}]': finished 2023-11-08T23:34:01.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:01 smithi104 ceph-mon[137171]: osdmap e41: 7 total, 6 up, 7 in 2023-11-08T23:34:01.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:01 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T23:34:02.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:02 smithi124 ceph-mon[139817]: from='client.? 172.21.15.124:0/2403608050' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:34:02.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:02 smithi104 ceph-mon[137171]: from='client.? 172.21.15.124:0/2403608050' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:34:03.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:03 smithi124 ceph-mon[139817]: pgmap v100: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-08T23:34:03.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:03 smithi124 ceph-mon[139817]: osdmap e42: 7 total, 6 up, 7 in 2023-11-08T23:34:03.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:03 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T23:34:03.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:03 smithi104 ceph-mon[137171]: pgmap v100: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-08T23:34:03.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:03 smithi104 ceph-mon[137171]: osdmap e42: 7 total, 6 up, 7 in 2023-11-08T23:34:03.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:03 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T23:34:04.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:04 smithi124 ceph-mon[139817]: osdmap e43: 7 total, 6 up, 7 in 2023-11-08T23:34:04.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:04 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T23:34:04.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:04 smithi104 ceph-mon[137171]: osdmap e43: 7 total, 6 up, 7 in 2023-11-08T23:34:04.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:04 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T23:34:05.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:05 smithi124 ceph-mon[139817]: pgmap v103: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-08T23:34:05.988 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:05 smithi104 ceph-mon[137171]: pgmap v103: 1 pgs: 1 remapped+peering; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-11-08T23:34:06.862 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:06 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-08T23:34:06.862 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:06 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:34:06.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:06 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-08T23:34:06.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:06 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:34:07.884 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:07 smithi124 ceph-mon[139817]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-08T23:34:07.884 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:07 smithi124 ceph-mon[139817]: Deploying daemon osd.6 on smithi124 2023-11-08T23:34:07.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:07 smithi104 ceph-mon[137171]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-08T23:34:07.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:07 smithi104 ceph-mon[137171]: Deploying daemon osd.6 on smithi124 2023-11-08T23:34:09.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:09 smithi124 ceph-mon[139817]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-11-08T23:34:09.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:09 smithi104 ceph-mon[137171]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 74 KiB/s, 0 objects/s recovering 2023-11-08T23:34:11.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:10 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:11.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:10 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:34:11.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:10 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:34:11.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:10 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:34:11.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:10 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:11.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:10 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:34:11.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:10 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:34:11.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:10 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:34:12.160 INFO:teuthology.orchestra.run.smithi124.stdout:Created osd(s) 6 on host 'smithi124' 2023-11-08T23:34:12.187 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:11 smithi124 ceph-mon[139817]: pgmap v106: 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-08T23:34:12.188 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:12.188 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:12.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:11 smithi104 ceph-mon[137171]: pgmap v106: 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-08T23:34:12.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:12.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:12.557 DEBUG:teuthology.orchestra.run.smithi124:osd.6> sudo journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.6.service 2023-11-08T23:34:12.559 INFO:tasks.cephadm:Deploying osd.7 on smithi124 with /dev/vg_nvme/lv_1... 2023-11-08T23:34:12.560 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-11-08T23:34:12.586 INFO:journalctl@ceph.osd.6.smithi124.stdout:-- Logs begin at Wed 2023-11-08 23:21:35 UTC. -- 2023-11-08T23:34:13.358 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:34:13 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:34:13.118+0000 7f9ce47e33c0 -1 osd.6 0 log_to_monitors true 2023-11-08T23:34:13.359 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:13 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:13.359 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:13 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:34:13.359 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:13 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:34:13.359 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:13 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:34:13.360 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:13 smithi124 ceph-mon[139817]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2023-11-08T23:34:13.360 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:13 smithi124 ceph-mon[139817]: from='osd.6 [v2:172.21.15.124:6816/2301533261,v1:172.21.15.124:6817/2301533261]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T23:34:13.360 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:13 smithi124 ceph-mon[139817]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T23:34:13.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:13 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:13.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:13 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:34:13.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:13 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:34:13.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:13 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:34:13.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:13 smithi104 ceph-mon[137171]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail; 53 KiB/s, 0 objects/s recovering 2023-11-08T23:34:13.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:13 smithi104 ceph-mon[137171]: from='osd.6 [v2:172.21.15.124:6816/2301533261,v1:172.21.15.124:6817/2301533261]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T23:34:13.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:13 smithi104 ceph-mon[137171]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T23:34:14.372 INFO:teuthology.orchestra.run.smithi124.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-11-08T23:34:14.372 INFO:teuthology.orchestra.run.smithi124.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-11-08T23:34:14.373 INFO:teuthology.orchestra.run.smithi124.stderr: stderr: 10+0 records in 2023-11-08T23:34:14.373 INFO:teuthology.orchestra.run.smithi124.stderr:10+0 records out 2023-11-08T23:34:14.373 INFO:teuthology.orchestra.run.smithi124.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0145999 s, 718 MB/s 2023-11-08T23:34:14.373 INFO:teuthology.orchestra.run.smithi124.stderr: stderr: 2023-11-08T23:34:14.373 INFO:teuthology.orchestra.run.smithi124.stderr:--> Zapping successful for: 2023-11-08T23:34:14.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:14 smithi104 ceph-mon[137171]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-08T23:34:14.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:14 smithi104 ceph-mon[137171]: osdmap e44: 7 total, 6 up, 7 in 2023-11-08T23:34:14.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:14 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T23:34:14.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:14 smithi104 ceph-mon[137171]: from='osd.6 [v2:172.21.15.124:6816/2301533261,v1:172.21.15.124:6817/2301533261]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-08T23:34:14.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:14 smithi104 ceph-mon[137171]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-08T23:34:14.570 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:14 smithi124 ceph-mon[139817]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-08T23:34:14.570 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:14 smithi124 ceph-mon[139817]: osdmap e44: 7 total, 6 up, 7 in 2023-11-08T23:34:14.570 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:14 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T23:34:14.570 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:14 smithi124 ceph-mon[139817]: from='osd.6 [v2:172.21.15.124:6816/2301533261,v1:172.21.15.124:6817/2301533261]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-08T23:34:14.571 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:14 smithi124 ceph-mon[139817]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-08T23:34:14.571 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:34:14 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:34:14.168+0000 7f9cdb1e6700 -1 osd.6 0 waiting for initial osdmap 2023-11-08T23:34:14.571 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:34:14 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:34:14.176+0000 7f9cd7380700 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-08T23:34:14.783 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph orch daemon add osd smithi124:vg_nvme/lv_1 2023-11-08T23:34:15.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:15 smithi124 ceph-mon[139817]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]': finished 2023-11-08T23:34:15.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:15 smithi124 ceph-mon[139817]: osdmap e45: 7 total, 6 up, 7 in 2023-11-08T23:34:15.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:15 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T23:34:15.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:15 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T23:34:15.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:15 smithi124 ceph-mon[139817]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-08T23:34:15.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:15 smithi124 ceph-mon[139817]: osd.6 [v2:172.21.15.124:6816/2301533261,v1:172.21.15.124:6817/2301533261] boot 2023-11-08T23:34:15.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:15 smithi124 ceph-mon[139817]: osdmap e46: 7 total, 7 up, 7 in 2023-11-08T23:34:15.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:15 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T23:34:15.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:15 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:15.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:15 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:34:15.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:15 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:34:15.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:15 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:34:15.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:15 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:15.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:15 smithi104 ceph-mon[137171]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]': finished 2023-11-08T23:34:15.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:15 smithi104 ceph-mon[137171]: osdmap e45: 7 total, 6 up, 7 in 2023-11-08T23:34:15.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:15 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T23:34:15.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:15 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T23:34:15.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:15 smithi104 ceph-mon[137171]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-11-08T23:34:15.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:15 smithi104 ceph-mon[137171]: osd.6 [v2:172.21.15.124:6816/2301533261,v1:172.21.15.124:6817/2301533261] boot 2023-11-08T23:34:15.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:15 smithi104 ceph-mon[137171]: osdmap e46: 7 total, 7 up, 7 in 2023-11-08T23:34:15.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:15 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T23:34:15.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:15 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:15.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:15 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:34:15.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:15 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:34:15.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:15 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:34:15.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:15 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:16.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:16 smithi104 ceph-mon[137171]: purged_snaps scrub starts 2023-11-08T23:34:16.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:16 smithi104 ceph-mon[137171]: purged_snaps scrub ok 2023-11-08T23:34:16.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:16 smithi104 ceph-mon[137171]: Detected new or changed devices on smithi124 2023-11-08T23:34:16.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:16 smithi104 ceph-mon[137171]: Adjusting osd_memory_target on smithi124 to 5323M 2023-11-08T23:34:16.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:16 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:16.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:16 smithi104 ceph-mon[137171]: osdmap e47: 7 total, 7 up, 7 in 2023-11-08T23:34:16.552 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:16 smithi124 ceph-mon[139817]: purged_snaps scrub starts 2023-11-08T23:34:16.552 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:16 smithi124 ceph-mon[139817]: purged_snaps scrub ok 2023-11-08T23:34:16.552 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:16 smithi124 ceph-mon[139817]: Detected new or changed devices on smithi124 2023-11-08T23:34:16.553 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:16 smithi124 ceph-mon[139817]: Adjusting osd_memory_target on smithi124 to 5323M 2023-11-08T23:34:16.553 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:16 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:16.553 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:16 smithi124 ceph-mon[139817]: osdmap e47: 7 total, 7 up, 7 in 2023-11-08T23:34:17.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:17 smithi104 ceph-mon[137171]: from='client.24201 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi124:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:34:17.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:17 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:34:17.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:17 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:34:17.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:17 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:34:17.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:17 smithi104 ceph-mon[137171]: pgmap v113: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-08T23:34:17.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:17 smithi104 ceph-mon[137171]: osdmap e48: 7 total, 7 up, 7 in 2023-11-08T23:34:17.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:17 smithi124 ceph-mon[139817]: from='client.24201 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi124:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:34:17.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:17 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T23:34:17.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:17 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T23:34:17.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:17 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:34:17.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:17 smithi124 ceph-mon[139817]: pgmap v113: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-08T23:34:17.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:17 smithi124 ceph-mon[139817]: osdmap e48: 7 total, 7 up, 7 in 2023-11-08T23:34:18.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:18 smithi124 ceph-mon[139817]: osdmap e49: 7 total, 7 up, 7 in 2023-11-08T23:34:18.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:18 smithi124 ceph-mon[139817]: from='client.? 172.21.15.124:0/3173457614' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7e477cbb-50ec-4070-bfe5-7623397191bb"}]: dispatch 2023-11-08T23:34:18.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:18 smithi124 ceph-mon[139817]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7e477cbb-50ec-4070-bfe5-7623397191bb"}]: dispatch 2023-11-08T23:34:18.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:18 smithi124 ceph-mon[139817]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7e477cbb-50ec-4070-bfe5-7623397191bb"}]': finished 2023-11-08T23:34:18.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:18 smithi124 ceph-mon[139817]: osdmap e50: 8 total, 7 up, 8 in 2023-11-08T23:34:18.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:18 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T23:34:18.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:18 smithi104 ceph-mon[137171]: osdmap e49: 7 total, 7 up, 7 in 2023-11-08T23:34:18.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:18 smithi104 ceph-mon[137171]: from='client.? 172.21.15.124:0/3173457614' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7e477cbb-50ec-4070-bfe5-7623397191bb"}]: dispatch 2023-11-08T23:34:18.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:18 smithi104 ceph-mon[137171]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7e477cbb-50ec-4070-bfe5-7623397191bb"}]: dispatch 2023-11-08T23:34:18.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:18 smithi104 ceph-mon[137171]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7e477cbb-50ec-4070-bfe5-7623397191bb"}]': finished 2023-11-08T23:34:18.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:18 smithi104 ceph-mon[137171]: osdmap e50: 8 total, 7 up, 8 in 2023-11-08T23:34:18.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:18 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T23:34:19.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:19 smithi124 ceph-mon[139817]: pgmap v117: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-08T23:34:19.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:19 smithi124 ceph-mon[139817]: from='client.? 172.21.15.124:0/3184421059' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:34:19.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:19 smithi104 ceph-mon[137171]: pgmap v117: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-11-08T23:34:19.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:19 smithi104 ceph-mon[137171]: from='client.? 172.21.15.124:0/3184421059' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T23:34:21.645 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:21 smithi124 ceph-mon[139817]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-11-08T23:34:21.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:21 smithi104 ceph-mon[137171]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 103 KiB/s, 0 objects/s recovering 2023-11-08T23:34:23.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:23 smithi124 ceph-mon[139817]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-08T23:34:23.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:23 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-08T23:34:23.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:23 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:34:23.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:23 smithi124 ceph-mon[139817]: Deploying daemon osd.7 on smithi124 2023-11-08T23:34:23.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:23 smithi104 ceph-mon[137171]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-08T23:34:23.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:23 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-08T23:34:23.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:23 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:34:23.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:23 smithi104 ceph-mon[137171]: Deploying daemon osd.7 on smithi124 2023-11-08T23:34:25.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:25 smithi124 ceph-mon[139817]: pgmap v120: 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-08T23:34:25.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:25 smithi104 ceph-mon[137171]: pgmap v120: 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-08T23:34:27.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:27 smithi124 ceph-mon[139817]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-11-08T23:34:27.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:27.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:34:27.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:34:27.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:34:27.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:27 smithi104 ceph-mon[137171]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 57 KiB/s, 0 objects/s recovering 2023-11-08T23:34:27.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:27.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:34:27.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:34:27.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:34:28.898 INFO:teuthology.orchestra.run.smithi124.stdout:Created osd(s) 7 on host 'smithi124' 2023-11-08T23:34:29.390 DEBUG:teuthology.orchestra.run.smithi124:osd.7> sudo journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.7.service 2023-11-08T23:34:29.392 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-08T23:34:29.393 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T23:34:29.419 INFO:journalctl@ceph.osd.7.smithi124.stdout:-- Logs begin at Wed 2023-11-08 23:21:35 UTC. -- 2023-11-08T23:34:29.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:29 smithi104 ceph-mon[137171]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-11-08T23:34:29.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:29.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:29.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:29.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:34:29.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:34:29.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:34:30.079 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:34:29 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:34:29.839+0000 7f704fb493c0 -1 osd.7 0 log_to_monitors true 2023-11-08T23:34:30.080 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:29 smithi124 ceph-mon[139817]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 49 KiB/s, 0 objects/s recovering 2023-11-08T23:34:30.080 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:30.080 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:30.080 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:30.081 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:34:30.081 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:34:30.081 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:34:30.793 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:34:30.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:30 smithi104 ceph-mon[137171]: from='osd.7 [v2:172.21.15.124:6824/163911795,v1:172.21.15.124:6825/163911795]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-08T23:34:31.045 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:30 smithi124 ceph-mon[139817]: from='osd.7 [v2:172.21.15.124:6824/163911795,v1:172.21.15.124:6825/163911795]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-08T23:34:31.169 INFO:teuthology.orchestra.run.smithi104.stdout:{"epoch":51,"num_osds":8,"num_up_osds":7,"osd_up_since":1699486454,"num_in_osds":8,"osd_in_since":1699486457,"num_remapped_pgs":0} 2023-11-08T23:34:31.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:31 smithi104 ceph-mon[137171]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-08T23:34:31.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:31 smithi104 ceph-mon[137171]: from='osd.7 [v2:172.21.15.124:6824/163911795,v1:172.21.15.124:6825/163911795]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-08T23:34:31.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:31 smithi104 ceph-mon[137171]: osdmap e51: 8 total, 7 up, 8 in 2023-11-08T23:34:31.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:31 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T23:34:31.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:31 smithi104 ceph-mon[137171]: from='osd.7 [v2:172.21.15.124:6824/163911795,v1:172.21.15.124:6825/163911795]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-08T23:34:31.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:31 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/1658672136' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T23:34:31.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:31 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:31.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:31 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:34:31.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:31 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:34:31.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:31 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:34:31.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:31 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:34:31.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:31 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:31.992 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:31 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:32.161 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:34:31 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:34:31.712+0000 7f704654c700 -1 osd.7 0 waiting for initial osdmap 2023-11-08T23:34:32.161 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:34:31 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:34:31.722+0000 7f70406e2700 -1 osd.7 52 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-11-08T23:34:32.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:31 smithi124 ceph-mon[139817]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-11-08T23:34:32.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:31 smithi124 ceph-mon[139817]: from='osd.7 [v2:172.21.15.124:6824/163911795,v1:172.21.15.124:6825/163911795]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-08T23:34:32.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:31 smithi124 ceph-mon[139817]: osdmap e51: 8 total, 7 up, 8 in 2023-11-08T23:34:32.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:31 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T23:34:32.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:31 smithi124 ceph-mon[139817]: from='osd.7 [v2:172.21.15.124:6824/163911795,v1:172.21.15.124:6825/163911795]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]: dispatch 2023-11-08T23:34:32.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:31 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/1658672136' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T23:34:32.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:31 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:32.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:31 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:34:32.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:31 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:34:32.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:31 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:34:32.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:31 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:34:32.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:31 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:32.164 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:31 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:34:32.170 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T23:34:32.883 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:32 smithi104 ceph-mon[137171]: Detected new or changed devices on smithi124 2023-11-08T23:34:32.883 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:32 smithi104 ceph-mon[137171]: Adjusting osd_memory_target on smithi124 to 3992M 2023-11-08T23:34:32.883 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:32 smithi104 ceph-mon[137171]: from='osd.7 [v2:172.21.15.124:6824/163911795,v1:172.21.15.124:6825/163911795]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]': finished 2023-11-08T23:34:32.883 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:32 smithi104 ceph-mon[137171]: osdmap e52: 8 total, 7 up, 8 in 2023-11-08T23:34:32.884 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:32 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T23:34:32.884 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:32 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T23:34:32.884 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:32 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T23:34:33.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:32 smithi124 ceph-mon[139817]: Detected new or changed devices on smithi124 2023-11-08T23:34:33.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:32 smithi124 ceph-mon[139817]: Adjusting osd_memory_target on smithi124 to 3992M 2023-11-08T23:34:33.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:32 smithi124 ceph-mon[139817]: from='osd.7 [v2:172.21.15.124:6824/163911795,v1:172.21.15.124:6825/163911795]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi124", "root=default"]}]': finished 2023-11-08T23:34:33.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:32 smithi124 ceph-mon[139817]: osdmap e52: 8 total, 7 up, 8 in 2023-11-08T23:34:33.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:32 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T23:34:33.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:32 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T23:34:33.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:32 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T23:34:33.560 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:34:33.877 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:33 smithi104 ceph-mon[137171]: purged_snaps scrub starts 2023-11-08T23:34:33.877 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:33 smithi104 ceph-mon[137171]: purged_snaps scrub ok 2023-11-08T23:34:33.878 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:33 smithi104 ceph-mon[137171]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-08T23:34:33.878 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:33 smithi104 ceph-mon[137171]: osd.7 [v2:172.21.15.124:6824/163911795,v1:172.21.15.124:6825/163911795] boot 2023-11-08T23:34:33.878 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:33 smithi104 ceph-mon[137171]: osdmap e53: 8 total, 8 up, 8 in 2023-11-08T23:34:33.878 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:33 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T23:34:33.878 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:33 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/1956269073' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T23:34:33.942 INFO:teuthology.orchestra.run.smithi104.stdout:{"epoch":53,"num_osds":8,"num_up_osds":8,"osd_up_since":1699486472,"num_in_osds":8,"osd_in_since":1699486457,"num_remapped_pgs":0} 2023-11-08T23:34:33.943 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T23:34:34.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:33 smithi124 ceph-mon[139817]: purged_snaps scrub starts 2023-11-08T23:34:34.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:33 smithi124 ceph-mon[139817]: purged_snaps scrub ok 2023-11-08T23:34:34.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:33 smithi124 ceph-mon[139817]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-11-08T23:34:34.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:33 smithi124 ceph-mon[139817]: osd.7 [v2:172.21.15.124:6824/163911795,v1:172.21.15.124:6825/163911795] boot 2023-11-08T23:34:34.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:33 smithi124 ceph-mon[139817]: osdmap e53: 8 total, 8 up, 8 in 2023-11-08T23:34:34.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:33 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T23:34:34.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:33 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/1956269073' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T23:34:34.168 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:34.915 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:34 smithi104 ceph-mon[137171]: osdmap e54: 8 total, 8 up, 8 in 2023-11-08T23:34:35.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:34 smithi124 ceph-mon[139817]: osdmap e54: 8 total, 8 up, 8 in 2023-11-08T23:34:35.263 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:34:35.264 INFO:teuthology.orchestra.run.smithi104.stdout:{"epoch":55,"fsid":"b7718266-7e8e-11ee-8dbb-212e2dc638e7","created":"2023-11-08T23:30:15.887930+0000","modified":"2023-11-08T23:34:34.728766+0000","last_up_change":"2023-11-08T23:34:32.715622+0000","last_in_change":"2023-11-08T23:34:17.927063+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-08T23:33:10.639242+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"7e670ef7-7c8d-4174-b360-79665edd51a2","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.104:6802","nonce":2095077663},{"type":"v1","addr":"172.21.15.104:6803","nonce":2095077663}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6804","nonce":2095077663},{"type":"v1","addr":"172.21.15.104:6805","nonce":2095077663}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6808","nonce":2095077663},{"type":"v1","addr":"172.21.15.104:6809","nonce":2095077663}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6806","nonce":2095077663},{"type":"v1","addr":"172.21.15.104:6807","nonce":2095077663}]},"public_addr":"172.21.15.104:6803/2095077663","cluster_addr":"172.21.15.104:6805/2095077663","heartbeat_back_addr":"172.21.15.104:6809/2095077663","heartbeat_front_addr":"172.21.15.104:6807/2095077663","state":["exists","up"]},{"osd":1,"uuid":"6acda54e-d01d-4550-aaf8-440d753b8523","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6810","nonce":325559437},{"type":"v1","addr":"172.21.15.104:6811","nonce":325559437}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6812","nonce":325559437},{"type":"v1","addr":"172.21.15.104:6813","nonce":325559437}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6816","nonce":325559437},{"type":"v1","addr":"172.21.15.104:6817","nonce":325559437}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6814","nonce":325559437},{"type":"v1","addr":"172.21.15.104:6815","nonce":325559437}]},"public_addr":"172.21.15.104:6811/325559437","cluster_addr":"172.21.15.104:6813/325559437","heartbeat_back_addr":"172.21.15.104:6817/325559437","heartbeat_front_addr":"172.21.15.104:6815/325559437","state":["exists","up"]},{"osd":2,"uuid":"4ed2feb8-1308-4629-8905-b37d1e27d8d0","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.104:6818","nonce":3898417153},{"type":"v1","addr":"172.21.15.104:6819","nonce":3898417153}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6820","nonce":3898417153},{"type":"v1","addr":"172.21.15.104:6821","nonce":3898417153}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6824","nonce":3898417153},{"type":"v1","addr":"172.21.15.104:6825","nonce":3898417153}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6822","nonce":3898417153},{"type":"v1","addr":"172.21.15.104:6823","nonce":3898417153}]},"public_addr":"172.21.15.104:6819/3898417153","cluster_addr":"172.21.15.104:6821/3898417153","heartbeat_back_addr":"172.21.15.104:6825/3898417153","heartbeat_front_addr":"172.21.15.104:6823/3898417153","state":["exists","up"]},{"osd":3,"uuid":"2ab1884f-93b2-45c7-a426-c17ef0dab0f2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6826","nonce":2123548072},{"type":"v1","addr":"172.21.15.104:6827","nonce":2123548072}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6828","nonce":2123548072},{"type":"v1","addr":"172.21.15.104:6829","nonce":2123548072}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6832","nonce":2123548072},{"type":"v1","addr":"172.21.15.104:6833","nonce":2123548072}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6830","nonce":2123548072},{"type":"v1","addr":"172.21.15.104:6831","nonce":2123548072}]},"public_addr":"172.21.15.104:6827/2123548072","cluster_addr":"172.21.15.104:6829/2123548072","heartbeat_back_addr":"172.21.15.104:6833/2123548072","heartbeat_front_addr":"172.21.15.104:6831/2123548072","state":["exists","up"]},{"osd":4,"uuid":"195671a0-955b-4ee9-af2f-12b746f01a99","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6800","nonce":1236087214},{"type":"v1","addr":"172.21.15.124:6801","nonce":1236087214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6802","nonce":1236087214},{"type":"v1","addr":"172.21.15.124:6803","nonce":1236087214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6806","nonce":1236087214},{"type":"v1","addr":"172.21.15.124:6807","nonce":1236087214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6804","nonce":1236087214},{"type":"v1","addr":"172.21.15.124:6805","nonce":1236087214}]},"public_addr":"172.21.15.124:6801/1236087214","cluster_addr":"172.21.15.124:6803/1236087214","heartbeat_back_addr":"172.21.15.124:6807/1236087214","heartbeat_front_addr":"172.21.15.124:6805/1236087214","state":["exists","up"]},{"osd":5,"uuid":"3406b12b-3272-4448-9f16-6fadb0c2536d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6808","nonce":2687503339},{"type":"v1","addr":"172.21.15.124:6809","nonce":2687503339}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6810","nonce":2687503339},{"type":"v1","addr":"172.21.15.124:6811","nonce":2687503339}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6814","nonce":2687503339},{"type":"v1","addr":"172.21.15.124:6815","nonce":2687503339}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6812","nonce":2687503339},{"type":"v1","addr":"172.21.15.124:6813","nonce":2687503339}]},"public_addr":"172.21.15.124:6809/2687503339","cluster_addr":"172.21.15.124:6811/2687503339","heartbeat_back_addr":"172.21.15.124:6815/2687503339","heartbeat_front_addr":"172.21.15.124:6813/2687503339","state":["exists","up"]},{"osd":6,"uuid":"c54fbe7a-31a7-44b7-8828-911e12ebf42c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6816","nonce":2301533261},{"type":"v1","addr":"172.21.15.124:6817","nonce":2301533261}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6818","nonce":2301533261},{"type":"v1","addr":"172.21.15.124:6819","nonce":2301533261}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6822","nonce":2301533261},{"type":"v1","addr":"172.21.15.124:6823","nonce":2301533261}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6820","nonce":2301533261},{"type":"v1","addr":"172.21.15.124:6821","nonce":2301533261}]},"public_addr":"172.21.15.124:6817/2301533261","cluster_addr":"172.21.15.124:6819/2301533261","heartbeat_back_addr":"172.21.15.124:6823/2301533261","heartbeat_front_addr":"172.21.15.124:6821/2301533261","state":["exists","up"]},{"osd":7,"uuid":"7e477cbb-50ec-4070-bfe5-7623397191bb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":53,"up_thru":53,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6824","nonce":163911795},{"type":"v1","addr":"172.21.15.124:6825","nonce":163911795}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6826","nonce":163911795},{"type":"v1","addr":"172.21.15.124:6827","nonce":163911795}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6830","nonce":163911795},{"type":"v1","addr":"172.21.15.124:6831","nonce":163911795}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6828","nonce":163911795},{"type":"v1","addr":"172.21.15.124:6829","nonce":163911795}]},"public_addr":"172.21.15.124:6825/163911795","cluster_addr":"172.21.15.124:6827/163911795","heartbeat_back_addr":"172.21.15.124:6831/163911795","heartbeat_front_addr":"172.21.15.124:6829/163911795","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-08T23:32:27.091201+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-08T23:32:50.085821+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-08T23:33:07.572014+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-08T23:33:25.426711+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-08T23:33:41.405121+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-08T23:33:57.736090+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-08T23:34:14.132661+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-08T23:34:30.804411+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[{"pgid":"1.0","osds":[0,6]}],"primary_temp":[],"blocklist":{"172.21.15.104:0/535354922":"2023-11-09T23:31:39.977504+0000","172.21.15.104:0/2476622880":"2023-11-09T23:31:39.977504+0000","172.21.15.104:0/1804142629":"2023-11-09T23:31:39.977504+0000","172.21.15.104:6801/1187635904":"2023-11-09T23:31:02.258273+0000","172.21.15.104:0/4183404341":"2023-11-09T23:31:02.258273+0000","172.21.15.104:6800/1187635904":"2023-11-09T23:31:02.258273+0000","172.21.15.104:0/1680146997":"2023-11-09T23:31:02.258273+0000","172.21.15.104:6801/1006150105":"2023-11-09T23:31:39.977504+0000","172.21.15.104:0/2641779549":"2023-11-09T23:30:39.095093+0000","172.21.15.104:6800/925370058":"2023-11-09T23:30:39.095093+0000","172.21.15.104:6800/1006150105":"2023-11-09T23:31:39.977504+0000","172.21.15.104:0/3518228171":"2023-11-09T23:30:39.095093+0000","172.21.15.104:6801/925370058":"2023-11-09T23:30:39.095093+0000","172.21.15.104:0/1771470800":"2023-11-09T23:31:02.258273+0000","172.21.15.104:0/2092755433":"2023-11-09T23:30:39.095093+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-08T23:34:35.652 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-11-08T23:33:10.639242+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '24', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2023-11-08T23:34:35.653 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-11-08T23:34:35.880 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:35.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:35 smithi104 ceph-mon[137171]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:34:35.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:35 smithi104 ceph-mon[137171]: osdmap e55: 8 total, 8 up, 8 in 2023-11-08T23:34:35.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:35 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/380400369' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T23:34:36.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:35 smithi124 ceph-mon[139817]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:34:36.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:35 smithi124 ceph-mon[139817]: osdmap e55: 8 total, 8 up, 8 in 2023-11-08T23:34:36.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:35 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/380400369' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T23:34:37.125 INFO:teuthology.orchestra.run.smithi104.stdout:pg_num: 1 2023-11-08T23:34:37.145 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:36 smithi104 ceph-mon[137171]: osdmap e56: 8 total, 8 up, 8 in 2023-11-08T23:34:37.145 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:36 smithi104 ceph-mon[137171]: osdmap e57: 8 total, 8 up, 8 in 2023-11-08T23:34:37.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:36 smithi124 ceph-mon[139817]: osdmap e56: 8 total, 8 up, 8 in 2023-11-08T23:34:37.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:36 smithi124 ceph-mon[139817]: osdmap e57: 8 total, 8 up, 8 in 2023-11-08T23:34:37.493 INFO:tasks.cephadm:Setting up client nodes... 2023-11-08T23:34:37.494 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-08T23:34:38.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:37 smithi124 ceph-mon[139817]: pgmap v132: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-11-08T23:34:38.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:37 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/1977828111' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-08T23:34:38.206 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:37 smithi104 ceph-mon[137171]: pgmap v132: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-11-08T23:34:38.206 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:37 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/1977828111' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-11-08T23:34:38.948 INFO:teuthology.orchestra.run.smithi104.stdout:[client.0] 2023-11-08T23:34:38.948 INFO:teuthology.orchestra.run.smithi104.stdout: key = AQAOG0xl/xMxOBAARh2yXn3W9G+Ngvagw5LbTQ== 2023-11-08T23:34:39.286 DEBUG:teuthology.orchestra.run.smithi104:> set -ex 2023-11-08T23:34:39.286 DEBUG:teuthology.orchestra.run.smithi104:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-08T23:34:39.286 DEBUG:teuthology.orchestra.run.smithi104:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-08T23:34:39.325 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-08T23:34:39.326 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-08T23:34:39.327 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-08T23:34:39.586 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:39.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:39 smithi104 ceph-mon[137171]: pgmap v134: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 111 KiB/s, 0 objects/s recovering 2023-11-08T23:34:39.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:39 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/2408141315' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T23:34:39.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:39 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/2408141315' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-08T23:34:40.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:39 smithi124 ceph-mon[139817]: pgmap v134: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 111 KiB/s, 0 objects/s recovering 2023-11-08T23:34:40.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:39 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/2408141315' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T23:34:40.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:39 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/2408141315' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-08T23:34:40.808 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:34:41.142 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:40 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/trash_purge_schedule"}]: dispatch 2023-11-08T23:34:41.142 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:40 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:34:41.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:40 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/trash_purge_schedule"}]: dispatch 2023-11-08T23:34:41.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:40 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:34:41.218 INFO:teuthology.orchestra.run.smithi104.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi104.kxwemz","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6800","nonce":965118836},{"type":"v1","addr":"172.21.15.104:6801","nonce":965118836}]},"active_addr":"172.21.15.104:6801/965118836","active_change":"2023-11-08T23:31:39.977796+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14222,"name":"smithi124.xydlqy","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.104:8443/","prometheus":"http://172.21.15.104: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.104:0","nonce":1652916380}]},{"addrvec":[{"type":"v2","addr":"172.21.15.104:0","nonce":2121052681}]},{"addrvec":[{"type":"v2","addr":"172.21.15.104:0","nonce":2064175609}]},{"addrvec":[{"type":"v2","addr":"172.21.15.104:0","nonce":2955752094}]}]}} 2023-11-08T23:34:41.224 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-08T23:34:41.224 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-08T23:34:41.224 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T23:34:41.449 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:41.964 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:41 smithi104 ceph-mon[137171]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-08T23:34:41.964 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:41 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/3637453066' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-08T23:34:42.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:41 smithi124 ceph-mon[139817]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-11-08T23:34:42.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:41 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/3637453066' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-08T23:34:42.649 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:34:42.649 INFO:teuthology.orchestra.run.smithi104.stdout:{"epoch":57,"fsid":"b7718266-7e8e-11ee-8dbb-212e2dc638e7","created":"2023-11-08T23:30:15.887930+0000","modified":"2023-11-08T23:34:36.736529+0000","last_up_change":"2023-11-08T23:34:32.715622+0000","last_in_change":"2023-11-08T23:34:17.927063+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-08T23:33:10.639242+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"7e670ef7-7c8d-4174-b360-79665edd51a2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6802","nonce":2095077663},{"type":"v1","addr":"172.21.15.104:6803","nonce":2095077663}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6804","nonce":2095077663},{"type":"v1","addr":"172.21.15.104:6805","nonce":2095077663}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6808","nonce":2095077663},{"type":"v1","addr":"172.21.15.104:6809","nonce":2095077663}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6806","nonce":2095077663},{"type":"v1","addr":"172.21.15.104:6807","nonce":2095077663}]},"public_addr":"172.21.15.104:6803/2095077663","cluster_addr":"172.21.15.104:6805/2095077663","heartbeat_back_addr":"172.21.15.104:6809/2095077663","heartbeat_front_addr":"172.21.15.104:6807/2095077663","state":["exists","up"]},{"osd":1,"uuid":"6acda54e-d01d-4550-aaf8-440d753b8523","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6810","nonce":325559437},{"type":"v1","addr":"172.21.15.104:6811","nonce":325559437}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6812","nonce":325559437},{"type":"v1","addr":"172.21.15.104:6813","nonce":325559437}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6816","nonce":325559437},{"type":"v1","addr":"172.21.15.104:6817","nonce":325559437}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6814","nonce":325559437},{"type":"v1","addr":"172.21.15.104:6815","nonce":325559437}]},"public_addr":"172.21.15.104:6811/325559437","cluster_addr":"172.21.15.104:6813/325559437","heartbeat_back_addr":"172.21.15.104:6817/325559437","heartbeat_front_addr":"172.21.15.104:6815/325559437","state":["exists","up"]},{"osd":2,"uuid":"4ed2feb8-1308-4629-8905-b37d1e27d8d0","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.104:6818","nonce":3898417153},{"type":"v1","addr":"172.21.15.104:6819","nonce":3898417153}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6820","nonce":3898417153},{"type":"v1","addr":"172.21.15.104:6821","nonce":3898417153}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6824","nonce":3898417153},{"type":"v1","addr":"172.21.15.104:6825","nonce":3898417153}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6822","nonce":3898417153},{"type":"v1","addr":"172.21.15.104:6823","nonce":3898417153}]},"public_addr":"172.21.15.104:6819/3898417153","cluster_addr":"172.21.15.104:6821/3898417153","heartbeat_back_addr":"172.21.15.104:6825/3898417153","heartbeat_front_addr":"172.21.15.104:6823/3898417153","state":["exists","up"]},{"osd":3,"uuid":"2ab1884f-93b2-45c7-a426-c17ef0dab0f2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6826","nonce":2123548072},{"type":"v1","addr":"172.21.15.104:6827","nonce":2123548072}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6828","nonce":2123548072},{"type":"v1","addr":"172.21.15.104:6829","nonce":2123548072}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6832","nonce":2123548072},{"type":"v1","addr":"172.21.15.104:6833","nonce":2123548072}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6830","nonce":2123548072},{"type":"v1","addr":"172.21.15.104:6831","nonce":2123548072}]},"public_addr":"172.21.15.104:6827/2123548072","cluster_addr":"172.21.15.104:6829/2123548072","heartbeat_back_addr":"172.21.15.104:6833/2123548072","heartbeat_front_addr":"172.21.15.104:6831/2123548072","state":["exists","up"]},{"osd":4,"uuid":"195671a0-955b-4ee9-af2f-12b746f01a99","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6800","nonce":1236087214},{"type":"v1","addr":"172.21.15.124:6801","nonce":1236087214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6802","nonce":1236087214},{"type":"v1","addr":"172.21.15.124:6803","nonce":1236087214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6806","nonce":1236087214},{"type":"v1","addr":"172.21.15.124:6807","nonce":1236087214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6804","nonce":1236087214},{"type":"v1","addr":"172.21.15.124:6805","nonce":1236087214}]},"public_addr":"172.21.15.124:6801/1236087214","cluster_addr":"172.21.15.124:6803/1236087214","heartbeat_back_addr":"172.21.15.124:6807/1236087214","heartbeat_front_addr":"172.21.15.124:6805/1236087214","state":["exists","up"]},{"osd":5,"uuid":"3406b12b-3272-4448-9f16-6fadb0c2536d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6808","nonce":2687503339},{"type":"v1","addr":"172.21.15.124:6809","nonce":2687503339}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6810","nonce":2687503339},{"type":"v1","addr":"172.21.15.124:6811","nonce":2687503339}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6814","nonce":2687503339},{"type":"v1","addr":"172.21.15.124:6815","nonce":2687503339}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6812","nonce":2687503339},{"type":"v1","addr":"172.21.15.124:6813","nonce":2687503339}]},"public_addr":"172.21.15.124:6809/2687503339","cluster_addr":"172.21.15.124:6811/2687503339","heartbeat_back_addr":"172.21.15.124:6815/2687503339","heartbeat_front_addr":"172.21.15.124:6813/2687503339","state":["exists","up"]},{"osd":6,"uuid":"c54fbe7a-31a7-44b7-8828-911e12ebf42c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6816","nonce":2301533261},{"type":"v1","addr":"172.21.15.124:6817","nonce":2301533261}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6818","nonce":2301533261},{"type":"v1","addr":"172.21.15.124:6819","nonce":2301533261}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6822","nonce":2301533261},{"type":"v1","addr":"172.21.15.124:6823","nonce":2301533261}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6820","nonce":2301533261},{"type":"v1","addr":"172.21.15.124:6821","nonce":2301533261}]},"public_addr":"172.21.15.124:6817/2301533261","cluster_addr":"172.21.15.124:6819/2301533261","heartbeat_back_addr":"172.21.15.124:6823/2301533261","heartbeat_front_addr":"172.21.15.124:6821/2301533261","state":["exists","up"]},{"osd":7,"uuid":"7e477cbb-50ec-4070-bfe5-7623397191bb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":53,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6824","nonce":163911795},{"type":"v1","addr":"172.21.15.124:6825","nonce":163911795}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6826","nonce":163911795},{"type":"v1","addr":"172.21.15.124:6827","nonce":163911795}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6830","nonce":163911795},{"type":"v1","addr":"172.21.15.124:6831","nonce":163911795}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6828","nonce":163911795},{"type":"v1","addr":"172.21.15.124:6829","nonce":163911795}]},"public_addr":"172.21.15.124:6825/163911795","cluster_addr":"172.21.15.124:6827/163911795","heartbeat_back_addr":"172.21.15.124:6831/163911795","heartbeat_front_addr":"172.21.15.124:6829/163911795","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-08T23:32:27.091201+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-08T23:32:50.085821+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-08T23:33:07.572014+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-08T23:33:25.426711+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-08T23:33:41.405121+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-08T23:33:57.736090+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-08T23:34:14.132661+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-08T23:34:30.804411+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.104:0/535354922":"2023-11-09T23:31:39.977504+0000","172.21.15.104:0/2476622880":"2023-11-09T23:31:39.977504+0000","172.21.15.104:0/1804142629":"2023-11-09T23:31:39.977504+0000","172.21.15.104:6801/1187635904":"2023-11-09T23:31:02.258273+0000","172.21.15.104:0/4183404341":"2023-11-09T23:31:02.258273+0000","172.21.15.104:6800/1187635904":"2023-11-09T23:31:02.258273+0000","172.21.15.104:0/1680146997":"2023-11-09T23:31:02.258273+0000","172.21.15.104:6801/1006150105":"2023-11-09T23:31:39.977504+0000","172.21.15.104:0/2641779549":"2023-11-09T23:30:39.095093+0000","172.21.15.104:6800/925370058":"2023-11-09T23:30:39.095093+0000","172.21.15.104:6800/1006150105":"2023-11-09T23:31:39.977504+0000","172.21.15.104:0/3518228171":"2023-11-09T23:30:39.095093+0000","172.21.15.104:6801/925370058":"2023-11-09T23:30:39.095093+0000","172.21.15.104:0/1771470800":"2023-11-09T23:31:02.258273+0000","172.21.15.104:0/2092755433":"2023-11-09T23:30:39.095093+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-08T23:34:42.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:42 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/3928657942' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T23:34:43.049 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-08T23:34:43.050 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T23:34:43.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:42 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/3928657942' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T23:34:43.273 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:43.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:43 smithi104 ceph-mon[137171]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-11-08T23:34:44.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:43 smithi124 ceph-mon[139817]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 68 KiB/s, 0 objects/s recovering 2023-11-08T23:34:44.406 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:34:44.406 INFO:teuthology.orchestra.run.smithi104.stdout:{"epoch":57,"fsid":"b7718266-7e8e-11ee-8dbb-212e2dc638e7","created":"2023-11-08T23:30:15.887930+0000","modified":"2023-11-08T23:34:36.736529+0000","last_up_change":"2023-11-08T23:34:32.715622+0000","last_in_change":"2023-11-08T23:34:17.927063+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-08T23:33:10.639242+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"7e670ef7-7c8d-4174-b360-79665edd51a2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":9,"up_thru":55,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6802","nonce":2095077663},{"type":"v1","addr":"172.21.15.104:6803","nonce":2095077663}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6804","nonce":2095077663},{"type":"v1","addr":"172.21.15.104:6805","nonce":2095077663}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6808","nonce":2095077663},{"type":"v1","addr":"172.21.15.104:6809","nonce":2095077663}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6806","nonce":2095077663},{"type":"v1","addr":"172.21.15.104:6807","nonce":2095077663}]},"public_addr":"172.21.15.104:6803/2095077663","cluster_addr":"172.21.15.104:6805/2095077663","heartbeat_back_addr":"172.21.15.104:6809/2095077663","heartbeat_front_addr":"172.21.15.104:6807/2095077663","state":["exists","up"]},{"osd":1,"uuid":"6acda54e-d01d-4550-aaf8-440d753b8523","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6810","nonce":325559437},{"type":"v1","addr":"172.21.15.104:6811","nonce":325559437}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6812","nonce":325559437},{"type":"v1","addr":"172.21.15.104:6813","nonce":325559437}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6816","nonce":325559437},{"type":"v1","addr":"172.21.15.104:6817","nonce":325559437}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6814","nonce":325559437},{"type":"v1","addr":"172.21.15.104:6815","nonce":325559437}]},"public_addr":"172.21.15.104:6811/325559437","cluster_addr":"172.21.15.104:6813/325559437","heartbeat_back_addr":"172.21.15.104:6817/325559437","heartbeat_front_addr":"172.21.15.104:6815/325559437","state":["exists","up"]},{"osd":2,"uuid":"4ed2feb8-1308-4629-8905-b37d1e27d8d0","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.104:6818","nonce":3898417153},{"type":"v1","addr":"172.21.15.104:6819","nonce":3898417153}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6820","nonce":3898417153},{"type":"v1","addr":"172.21.15.104:6821","nonce":3898417153}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6824","nonce":3898417153},{"type":"v1","addr":"172.21.15.104:6825","nonce":3898417153}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6822","nonce":3898417153},{"type":"v1","addr":"172.21.15.104:6823","nonce":3898417153}]},"public_addr":"172.21.15.104:6819/3898417153","cluster_addr":"172.21.15.104:6821/3898417153","heartbeat_back_addr":"172.21.15.104:6825/3898417153","heartbeat_front_addr":"172.21.15.104:6823/3898417153","state":["exists","up"]},{"osd":3,"uuid":"2ab1884f-93b2-45c7-a426-c17ef0dab0f2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6826","nonce":2123548072},{"type":"v1","addr":"172.21.15.104:6827","nonce":2123548072}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6828","nonce":2123548072},{"type":"v1","addr":"172.21.15.104:6829","nonce":2123548072}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6832","nonce":2123548072},{"type":"v1","addr":"172.21.15.104:6833","nonce":2123548072}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.104:6830","nonce":2123548072},{"type":"v1","addr":"172.21.15.104:6831","nonce":2123548072}]},"public_addr":"172.21.15.104:6827/2123548072","cluster_addr":"172.21.15.104:6829/2123548072","heartbeat_back_addr":"172.21.15.104:6833/2123548072","heartbeat_front_addr":"172.21.15.104:6831/2123548072","state":["exists","up"]},{"osd":4,"uuid":"195671a0-955b-4ee9-af2f-12b746f01a99","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6800","nonce":1236087214},{"type":"v1","addr":"172.21.15.124:6801","nonce":1236087214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6802","nonce":1236087214},{"type":"v1","addr":"172.21.15.124:6803","nonce":1236087214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6806","nonce":1236087214},{"type":"v1","addr":"172.21.15.124:6807","nonce":1236087214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6804","nonce":1236087214},{"type":"v1","addr":"172.21.15.124:6805","nonce":1236087214}]},"public_addr":"172.21.15.124:6801/1236087214","cluster_addr":"172.21.15.124:6803/1236087214","heartbeat_back_addr":"172.21.15.124:6807/1236087214","heartbeat_front_addr":"172.21.15.124:6805/1236087214","state":["exists","up"]},{"osd":5,"uuid":"3406b12b-3272-4448-9f16-6fadb0c2536d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6808","nonce":2687503339},{"type":"v1","addr":"172.21.15.124:6809","nonce":2687503339}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6810","nonce":2687503339},{"type":"v1","addr":"172.21.15.124:6811","nonce":2687503339}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6814","nonce":2687503339},{"type":"v1","addr":"172.21.15.124:6815","nonce":2687503339}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6812","nonce":2687503339},{"type":"v1","addr":"172.21.15.124:6813","nonce":2687503339}]},"public_addr":"172.21.15.124:6809/2687503339","cluster_addr":"172.21.15.124:6811/2687503339","heartbeat_back_addr":"172.21.15.124:6815/2687503339","heartbeat_front_addr":"172.21.15.124:6813/2687503339","state":["exists","up"]},{"osd":6,"uuid":"c54fbe7a-31a7-44b7-8828-911e12ebf42c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":49,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6816","nonce":2301533261},{"type":"v1","addr":"172.21.15.124:6817","nonce":2301533261}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6818","nonce":2301533261},{"type":"v1","addr":"172.21.15.124:6819","nonce":2301533261}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6822","nonce":2301533261},{"type":"v1","addr":"172.21.15.124:6823","nonce":2301533261}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6820","nonce":2301533261},{"type":"v1","addr":"172.21.15.124:6821","nonce":2301533261}]},"public_addr":"172.21.15.124:6817/2301533261","cluster_addr":"172.21.15.124:6819/2301533261","heartbeat_back_addr":"172.21.15.124:6823/2301533261","heartbeat_front_addr":"172.21.15.124:6821/2301533261","state":["exists","up"]},{"osd":7,"uuid":"7e477cbb-50ec-4070-bfe5-7623397191bb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":53,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6824","nonce":163911795},{"type":"v1","addr":"172.21.15.124:6825","nonce":163911795}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6826","nonce":163911795},{"type":"v1","addr":"172.21.15.124:6827","nonce":163911795}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6830","nonce":163911795},{"type":"v1","addr":"172.21.15.124:6831","nonce":163911795}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.124:6828","nonce":163911795},{"type":"v1","addr":"172.21.15.124:6829","nonce":163911795}]},"public_addr":"172.21.15.124:6825/163911795","cluster_addr":"172.21.15.124:6827/163911795","heartbeat_back_addr":"172.21.15.124:6831/163911795","heartbeat_front_addr":"172.21.15.124:6829/163911795","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-08T23:32:27.091201+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-08T23:32:50.085821+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-08T23:33:07.572014+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-08T23:33:25.426711+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-08T23:33:41.405121+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-08T23:33:57.736090+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-08T23:34:14.132661+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-08T23:34:30.804411+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.104:0/535354922":"2023-11-09T23:31:39.977504+0000","172.21.15.104:0/2476622880":"2023-11-09T23:31:39.977504+0000","172.21.15.104:0/1804142629":"2023-11-09T23:31:39.977504+0000","172.21.15.104:6801/1187635904":"2023-11-09T23:31:02.258273+0000","172.21.15.104:0/4183404341":"2023-11-09T23:31:02.258273+0000","172.21.15.104:6800/1187635904":"2023-11-09T23:31:02.258273+0000","172.21.15.104:0/1680146997":"2023-11-09T23:31:02.258273+0000","172.21.15.104:6801/1006150105":"2023-11-09T23:31:39.977504+0000","172.21.15.104:0/2641779549":"2023-11-09T23:30:39.095093+0000","172.21.15.104:6800/925370058":"2023-11-09T23:30:39.095093+0000","172.21.15.104:6800/1006150105":"2023-11-09T23:31:39.977504+0000","172.21.15.104:0/3518228171":"2023-11-09T23:30:39.095093+0000","172.21.15.104:6801/925370058":"2023-11-09T23:30:39.095093+0000","172.21.15.104:0/1771470800":"2023-11-09T23:31:02.258273+0000","172.21.15.104:0/2092755433":"2023-11-09T23:30:39.095093+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-08T23:34:44.792 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-08T23:34:44.793 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-08T23:34:44.793 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-08T23:34:44.794 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-08T23:34:44.794 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-08T23:34:44.795 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-08T23:34:44.795 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-08T23:34:44.796 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-08T23:34:45.181 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:45.198 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:45.214 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:45.229 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:45.251 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:45.263 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:45.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:45 smithi124 ceph-mon[139817]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:34:45.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:45 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/2311413764' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T23:34:45.701 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:45 smithi104 ceph-mon[137171]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:34:45.701 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:45 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/2311413764' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T23:34:46.891 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:46.891 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:47.649 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:47 smithi104 ceph-mon[137171]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:34:47.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:47 smithi124 ceph-mon[139817]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:34:47.744 INFO:teuthology.orchestra.run.smithi104.stdout:197568495625 2023-11-08T23:34:47.745 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-08T23:34:49.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:49 smithi124 ceph-mon[139817]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:34:49.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:49 smithi104 ceph-mon[137171]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:34:50.017 INFO:teuthology.orchestra.run.smithi104.stdout:60129542171 2023-11-08T23:34:50.018 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-08T23:34:50.165 INFO:teuthology.orchestra.run.smithi104.stdout:81604378647 2023-11-08T23:34:50.166 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-08T23:34:50.830 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:50.853 INFO:teuthology.orchestra.run.smithi104.stdout:137438953489 2023-11-08T23:34:50.854 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-08T23:34:51.472 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:51 smithi104 ceph-mon[137171]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:34:51.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:51 smithi124 ceph-mon[139817]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:34:51.716 INFO:teuthology.orchestra.run.smithi104.stdout:115964117011 2023-11-08T23:34:51.717 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-08T23:34:52.101 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:52.112 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:52.793 INFO:teuthology.orchestra.run.smithi104.stdout:167503724556 2023-11-08T23:34:52.793 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-08T23:34:52.915 INFO:teuthology.orchestra.run.smithi104.stdout:227633266695 2023-11-08T23:34:52.916 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-08T23:34:53.079 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:53.114 INFO:teuthology.orchestra.run.smithi104.stdout:38654705696 2023-11-08T23:34:53.114 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-08T23:34:53.631 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:53.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:53 smithi124 ceph-mon[139817]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:34:53.677 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:53 smithi104 ceph-mon[137171]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:34:53.718 INFO:teuthology.orchestra.run.smithi104.stdout:197568495626 2023-11-08T23:34:54.312 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:54.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:54 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/2916480738' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-08T23:34:54.703 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:54.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:54 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/2916480738' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-08T23:34:54.973 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495625 got 197568495626 for osd.6 2023-11-08T23:34:54.974 DEBUG:teuthology.parallel:result is None 2023-11-08T23:34:55.037 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:34:55.382 INFO:teuthology.orchestra.run.smithi104.stdout:60129542172 2023-11-08T23:34:55.602 INFO:teuthology.orchestra.run.smithi104.stdout:81604378648 2023-11-08T23:34:55.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:55 smithi124 ceph-mon[139817]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:34:55.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:55 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/857913177' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-08T23:34:55.727 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:55 smithi104 ceph-mon[137171]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:34:55.728 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:55 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/857913177' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-08T23:34:56.177 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542171 got 60129542172 for osd.1 2023-11-08T23:34:56.178 DEBUG:teuthology.parallel:result is None 2023-11-08T23:34:56.457 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:56 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/3387615704' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-08T23:34:56.658 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378647 got 81604378648 for osd.2 2023-11-08T23:34:56.658 DEBUG:teuthology.parallel:result is None 2023-11-08T23:34:56.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:56 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/3387615704' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-08T23:34:57.488 INFO:teuthology.orchestra.run.smithi104.stdout:115964117012 2023-11-08T23:34:57.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:57 smithi124 ceph-mon[139817]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:34:57.690 INFO:teuthology.orchestra.run.smithi104.stdout:167503724557 2023-11-08T23:34:57.713 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:57 smithi104 ceph-mon[137171]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:34:57.749 INFO:teuthology.orchestra.run.smithi104.stdout:137438953490 2023-11-08T23:34:57.778 INFO:teuthology.orchestra.run.smithi104.stdout:38654705697 2023-11-08T23:34:58.438 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117011 got 115964117012 for osd.3 2023-11-08T23:34:58.439 DEBUG:teuthology.parallel:result is None 2023-11-08T23:34:58.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:58 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/2402961169' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-08T23:34:58.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:58 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/2488092438' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-08T23:34:58.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:58 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/107914234' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-08T23:34:58.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:58 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/3525258587' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-08T23:34:58.546 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705696 got 38654705697 for osd.0 2023-11-08T23:34:58.546 DEBUG:teuthology.parallel:result is None 2023-11-08T23:34:58.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:58 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/2402961169' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-08T23:34:58.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:58 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/2488092438' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-08T23:34:58.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:58 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/107914234' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-08T23:34:58.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:58 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/3525258587' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-08T23:34:58.672 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953489 got 137438953490 for osd.4 2023-11-08T23:34:58.673 DEBUG:teuthology.parallel:result is None 2023-11-08T23:34:58.834 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724556 got 167503724557 for osd.5 2023-11-08T23:34:58.834 DEBUG:teuthology.parallel:result is None 2023-11-08T23:34:59.277 INFO:teuthology.orchestra.run.smithi104.stdout:227633266696 2023-11-08T23:34:59.630 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:59 smithi104 ceph-mon[137171]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:34:59.630 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:34:59 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/629111880' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-08T23:34:59.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:59 smithi124 ceph-mon[139817]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:34:59.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:34:59 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/629111880' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-08T23:34:59.697 INFO:tasks.cephadm.ceph_manager.ceph:need seq 227633266695 got 227633266696 for osd.7 2023-11-08T23:34:59.697 DEBUG:teuthology.parallel:result is None 2023-11-08T23:34:59.697 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-08T23:34:59.698 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph pg dump --format=json 2023-11-08T23:34:59.925 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:35:01.057 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:35:01.058 INFO:teuthology.orchestra.run.smithi104.stderr:dumped all 2023-11-08T23:35:01.381 INFO:teuthology.orchestra.run.smithi104.stdout:{"pg_ready":true,"pg_map":{"version":145,"stamp":"2023-11-08T23:35:00.375464+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":48396,"kb_used_data":6092,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912820,"statfs":{"total":767960285184,"available":767910727680,"internally_reserved":0,"allocated":6238208,"data_stored":3459499,"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.001944"},"pg_stats":[{"pgid":"1.0","version":"24'117","reported_seq":223,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-11-08T23:34:36.743846+0000","last_change":"2023-11-08T23:34:36.743846+0000","last_active":"2023-11-08T23:34:36.743846+0000","last_peered":"2023-11-08T23:34:36.743846+0000","last_clean":"2023-11-08T23:34:36.743846+0000","last_became_active":"2023-11-08T23:34:36.743339+0000","last_became_peered":"2023-11-08T23:34:36.743339+0000","last_unstale":"2023-11-08T23:34:36.743846+0000","last_undegraded":"2023-11-08T23:34:36.743846+0000","last_fullsized":"2023-11-08T23:34:36.743846+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-08T23:33:11.408368+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-08T23:33:11.408368+0000","last_clean_scrub_stamp":"2023-11-08T23:33:11.408368+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-10T07:11:17.494318+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":53,"seq":227633266697,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6024,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739128,"statfs":{"total":95995035648,"available":95988867072,"internally_reserved":0,"allocated":1114112,"data_stored":763124,"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.41999999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46400000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44800000000000001}]},{"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.39900000000000002}]},{"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.497}]},{"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.38300000000000001}]},{"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.46999999999999997}]}]},{"osd":6,"up_from":46,"seq":197568495628,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6084,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739068,"statfs":{"total":95995035648,"available":95988805632,"internally_reserved":0,"allocated":1110016,"data_stored":762801,"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.48599999999999999}]},{"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.64600000000000002}]},{"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.57399999999999995}]},{"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.50600000000000001}]},{"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.44400000000000001}]},{"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.497}]},{"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.67100000000000004}]}]},{"osd":1,"up_from":14,"seq":60129542173,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6268,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738884,"statfs":{"total":95995035648,"available":95988617216,"internally_reserved":0,"allocated":577536,"data_stored":233931,"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":"Wed Nov 8 23:34:55 2023","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.379,"15min":0.38300000000000001},"min":{"1min":0.20699999999999999,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.54700000000000004,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.32500000000000001},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.38100000000000001,"15min":0.38400000000000001},"min":{"1min":0.26700000000000002,"5min":0.251,"15min":0.251},"max":{"1min":0.49199999999999999,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.33100000000000002}]},{"osd":2,"last update":"Wed Nov 8 23:34:10 2023","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"last":0.34499999999999997}]},{"osd":3,"last update":"Wed Nov 8 23:34:29 2023","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.28699999999999998},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.41099999999999998}]},{"osd":4,"last update":"Wed Nov 8 23:34:43 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.58299999999999996}]},{"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.66400000000000003}]},{"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.65700000000000003}]},{"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.63900000000000001}]}]},{"osd":0,"up_from":9,"seq":38654705698,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6856,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738296,"statfs":{"total":95995035648,"available":95988015104,"internally_reserved":0,"allocated":1114112,"data_stored":763124,"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":"Wed Nov 8 23:34:57 2023","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.32400000000000001,"15min":0.316},"min":{"1min":0.27000000000000002,"5min":0.22,"15min":0.22},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.33000000000000002,"15min":0.32000000000000001},"min":{"1min":0.249,"5min":0.185,"15min":0.185},"max":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"last":0.39500000000000002}]},{"osd":2,"last update":"Wed Nov 8 23:34:12 2023","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.38}]},{"osd":3,"last update":"Wed Nov 8 23:34:27 2023","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.36499999999999999}]},{"osd":4,"last update":"Wed Nov 8 23:34:44 2023","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.49299999999999999}]},{"osd":5,"last update":"Wed Nov 8 23:34:59 2023","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.073,"5min":1.073,"15min":1.073},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"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.61099999999999999}]},{"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.505}]}]},{"osd":2,"up_from":19,"seq":81604378650,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6208,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738944,"statfs":{"total":95995035648,"available":95988678656,"internally_reserved":0,"allocated":581632,"data_stored":234196,"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":"Wed Nov 8 23:34:09 2023","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.42399999999999999}]},{"osd":1,"last update":"Wed Nov 8 23:34:09 2023","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.28399999999999997},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.36499999999999999}]},{"osd":3,"last update":"Wed Nov 8 23:34:30 2023","interfaces":[{"interface":"back","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.32700000000000001}]},{"osd":4,"last update":"Wed Nov 8 23:34:43 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.48099999999999998}]},{"osd":5,"last update":"Wed Nov 8 23:34:59 2023","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"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.51500000000000001}]},{"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.433}]}]},{"osd":3,"up_from":27,"seq":115964117013,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5632,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739520,"statfs":{"total":95995035648,"available":95989268480,"internally_reserved":0,"allocated":581632,"data_stored":234196,"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":"Wed Nov 8 23:34:30 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"last":0.41499999999999998}]},{"osd":1,"last update":"Wed Nov 8 23:34:30 2023","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.43099999999999999}]},{"osd":2,"last update":"Wed Nov 8 23:34:30 2023","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.37},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.39800000000000002}]},{"osd":4,"last update":"Wed Nov 8 23:34:45 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.78100000000000003},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.64100000000000001}]},{"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.67700000000000005}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73199999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.74199999999999999}]}]},{"osd":4,"up_from":32,"seq":137438953491,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":234196,"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":"Wed Nov 8 23:34:44 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.024,"5min":1.024,"15min":1.024},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.61899999999999999}]},{"osd":1,"last update":"Wed Nov 8 23:34:44 2023","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":1.05,"5min":1.05,"15min":1.05},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.98499999999999999,"5min":0.98499999999999999,"15min":0.98499999999999999},"last":0.60699999999999998}]},{"osd":2,"last update":"Wed Nov 8 23:34:44 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.0429999999999999,"5min":1.0429999999999999,"15min":1.0429999999999999},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.59199999999999997}]},{"osd":3,"last update":"Wed Nov 8 23:34:44 2023","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.997,"5min":0.997,"15min":0.997},"last":0.63}]},{"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.36599999999999999}]},{"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.51900000000000002}]}]},{"osd":5,"up_from":39,"seq":167503724558,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5628,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739524,"statfs":{"total":95995035648,"available":95989272576,"internally_reserved":0,"allocated":577536,"data_stored":233931,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28499999999999998}]},{"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.48199999999999998}]},{"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.40300000000000002}]},{"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.46000000000000002}]},{"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.44900000000000001}]},{"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.59099999999999997}]},{"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.57299999999999995}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-08T23:35:01.382 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph pg dump --format=json 2023-11-08T23:35:01.605 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:35:01.732 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:01 smithi104 ceph-mon[137171]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:01.732 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:01 smithi104 ceph-mon[137171]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:35:01.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:01 smithi124 ceph-mon[139817]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:01.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:01 smithi124 ceph-mon[139817]: from='client.14456 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:35:02.780 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:35:02.782 INFO:teuthology.orchestra.run.smithi104.stderr:dumped all 2023-11-08T23:35:03.204 INFO:teuthology.orchestra.run.smithi104.stdout:{"pg_ready":true,"pg_map":{"version":146,"stamp":"2023-11-08T23:35:02.376022+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":48396,"kb_used_data":6092,"kb_used_omap":0,"kb_used_meta":42240,"kb_avail":749912820,"statfs":{"total":767960285184,"available":767910727680,"internally_reserved":0,"allocated":6238208,"data_stored":3459499,"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.002227"},"pg_stats":[{"pgid":"1.0","version":"24'117","reported_seq":223,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-11-08T23:34:36.743846+0000","last_change":"2023-11-08T23:34:36.743846+0000","last_active":"2023-11-08T23:34:36.743846+0000","last_peered":"2023-11-08T23:34:36.743846+0000","last_clean":"2023-11-08T23:34:36.743846+0000","last_became_active":"2023-11-08T23:34:36.743339+0000","last_became_peered":"2023-11-08T23:34:36.743339+0000","last_unstale":"2023-11-08T23:34:36.743846+0000","last_undegraded":"2023-11-08T23:34:36.743846+0000","last_fullsized":"2023-11-08T23:34:36.743846+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-08T23:33:11.408368+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-08T23:33:11.408368+0000","last_clean_scrub_stamp":"2023-11-08T23:33:11.408368+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-10T07:11:17.494318+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,6],"acting":[7,0,6],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":3194880,"data_stored":3173568,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":53,"seq":227633266697,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6024,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":4928,"kb_avail":93739128,"statfs":{"total":95995035648,"available":95988867072,"internally_reserved":0,"allocated":1114112,"data_stored":763124,"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.41999999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46400000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44800000000000001}]},{"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.39900000000000002}]},{"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.497}]},{"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.38300000000000001}]},{"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.46999999999999997}]}]},{"osd":6,"up_from":46,"seq":197568495628,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6084,"kb_used_data":1084,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739068,"statfs":{"total":95995035648,"available":95988805632,"internally_reserved":0,"allocated":1110016,"data_stored":762801,"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.48599999999999999}]},{"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.64600000000000002}]},{"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.57399999999999995}]},{"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.50600000000000001}]},{"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.44400000000000001}]},{"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.497}]},{"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.67100000000000004}]}]},{"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":6268,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738884,"statfs":{"total":95995035648,"available":95988617216,"internally_reserved":0,"allocated":577536,"data_stored":233931,"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":"Wed Nov 8 23:34:55 2023","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.379,"15min":0.38300000000000001},"min":{"1min":0.20699999999999999,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.54700000000000004,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.38100000000000001,"15min":0.38400000000000001},"min":{"1min":0.26700000000000002,"5min":0.251,"15min":0.251},"max":{"1min":0.49199999999999999,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.39800000000000002}]},{"osd":2,"last update":"Wed Nov 8 23:34:10 2023","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.435},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"last":0.36599999999999999}]},{"osd":3,"last update":"Wed Nov 8 23:34:29 2023","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"last":0.34399999999999997},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.40699999999999997}]},{"osd":4,"last update":"Wed Nov 8 23:34:43 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.54500000000000004}]},{"osd":5,"last update":"Wed Nov 8 23:35:00 2023","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":1.885,"5min":1.885,"15min":1.885},"last":0.63},{"interface":"front","average":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":3.6259999999999999,"5min":3.6259999999999999,"15min":3.6259999999999999},"last":0.57499999999999996}]},{"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.495}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.56299999999999994}]}]},{"osd":0,"up_from":9,"seq":38654705698,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6856,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5760,"kb_avail":93738296,"statfs":{"total":95995035648,"available":95988015104,"internally_reserved":0,"allocated":1114112,"data_stored":763124,"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":"Wed Nov 8 23:34:57 2023","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.32400000000000001,"15min":0.316},"min":{"1min":0.27000000000000002,"5min":0.22,"15min":0.22},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.32800000000000001},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.33000000000000002,"15min":0.32000000000000001},"min":{"1min":0.249,"5min":0.185,"15min":0.185},"max":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"last":0.39500000000000002}]},{"osd":2,"last update":"Wed Nov 8 23:34:12 2023","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.379,"5min":0.379,"15min":0.379},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"last":0.38}]},{"osd":3,"last update":"Wed Nov 8 23:34:27 2023","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.36499999999999999}]},{"osd":4,"last update":"Wed Nov 8 23:34:44 2023","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.49299999999999999}]},{"osd":5,"last update":"Wed Nov 8 23:34:59 2023","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.073,"5min":1.073,"15min":1.073},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"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.61099999999999999}]},{"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.505}]}]},{"osd":2,"up_from":19,"seq":81604378650,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":6208,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5632,"kb_avail":93738944,"statfs":{"total":95995035648,"available":95988678656,"internally_reserved":0,"allocated":581632,"data_stored":234196,"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":"Wed Nov 8 23:34:09 2023","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.42399999999999999}]},{"osd":1,"last update":"Wed Nov 8 23:34:09 2023","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.28399999999999997},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.36499999999999999}]},{"osd":3,"last update":"Wed Nov 8 23:34:30 2023","interfaces":[{"interface":"back","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.32700000000000001}]},{"osd":4,"last update":"Wed Nov 8 23:34:43 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.50600000000000001},{"interface":"front","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.48099999999999998}]},{"osd":5,"last update":"Wed Nov 8 23:34:59 2023","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"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.51500000000000001}]},{"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.433}]}]},{"osd":3,"up_from":27,"seq":115964117013,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5632,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739520,"statfs":{"total":95995035648,"available":95989268480,"internally_reserved":0,"allocated":581632,"data_stored":234196,"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":"Wed Nov 8 23:34:30 2023","interfaces":[{"interface":"back","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"last":0.41499999999999998}]},{"osd":1,"last update":"Wed Nov 8 23:34:30 2023","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.43099999999999999}]},{"osd":2,"last update":"Wed Nov 8 23:34:30 2023","interfaces":[{"interface":"back","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.37},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"last":0.39800000000000002}]},{"osd":4,"last update":"Wed Nov 8 23:34:45 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.78100000000000003},{"interface":"front","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.64100000000000001}]},{"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.67700000000000005}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73199999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.74199999999999999}]}]},{"osd":4,"up_from":32,"seq":137438953491,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":234196,"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":"Wed Nov 8 23:34:44 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.024,"5min":1.024,"15min":1.024},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"last":0.61899999999999999}]},{"osd":1,"last update":"Wed Nov 8 23:34:44 2023","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":1.05,"5min":1.05,"15min":1.05},"last":0.53500000000000003},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.98499999999999999,"5min":0.98499999999999999,"15min":0.98499999999999999},"last":0.60699999999999998}]},{"osd":2,"last update":"Wed Nov 8 23:34:44 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.0429999999999999,"5min":1.0429999999999999,"15min":1.0429999999999999},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.93899999999999995,"5min":0.93899999999999995,"15min":0.93899999999999995},"last":0.59199999999999997}]},{"osd":3,"last update":"Wed Nov 8 23:34:44 2023","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.997,"5min":0.997,"15min":0.997},"last":0.63}]},{"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.36599999999999999}]},{"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.51900000000000002}]}]},{"osd":5,"up_from":39,"seq":167503724558,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5628,"kb_used_data":564,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739524,"statfs":{"total":95995035648,"available":95989272576,"internally_reserved":0,"allocated":577536,"data_stored":233931,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28499999999999998}]},{"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.48199999999999998}]},{"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.40300000000000002}]},{"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.46000000000000002}]},{"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.44900000000000001}]},{"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.59099999999999997}]},{"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.57299999999999995}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":4,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":5,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":6,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":532480,"data_stored":528928,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-11-08T23:35:03.206 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-08T23:35:03.206 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-08T23:35:03.207 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-08T23:35:03.207 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph health --format=json 2023-11-08T23:35:03.431 INFO:teuthology.orchestra.run.smithi104.stderr:Inferring config /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/mon.smithi104/config 2023-11-08T23:35:03.711 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:03 smithi104 ceph-mon[137171]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:03.712 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:03 smithi104 ceph-mon[137171]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:35:03.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:03 smithi124 ceph-mon[139817]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:03.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:03 smithi124 ceph-mon[139817]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:35:04.604 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:35:04.605 INFO:teuthology.orchestra.run.smithi104.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-08T23:35:04.986 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-08T23:35:04.987 INFO:tasks.cephadm:Setup complete, yielding 2023-11-08T23:35:04.987 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T23:35:04.998 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi104.front.sepia.ceph.com 2023-11-08T23:35:04.998 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-08T23:35:05.642 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:05 smithi104 ceph-mon[137171]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:05.642 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:05 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/3726725327' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-08T23:35:05.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:05 smithi124 ceph-mon[139817]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:05.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:05 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/3726725327' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-08T23:35:06.337 INFO:teuthology.orchestra.run.smithi104.stdout:Backend: cephadm 2023-11-08T23:35:06.338 INFO:teuthology.orchestra.run.smithi104.stdout:Available: Yes 2023-11-08T23:35:06.338 INFO:teuthology.orchestra.run.smithi104.stdout:Paused: No 2023-11-08T23:35:06.719 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-08T23:35:07.649 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:07 smithi104 ceph-mon[137171]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:07.649 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:07 smithi104 ceph-mon[137171]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:07.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:07 smithi124 ceph-mon[139817]: from='client.14468 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:07.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:07 smithi124 ceph-mon[139817]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:08.050 INFO:teuthology.orchestra.run.smithi104.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T23:35:08.051 INFO:teuthology.orchestra.run.smithi104.stdout:alertmanager.smithi104 smithi104 *:9093,9094 running (2m) 103s ago 3m - - ba2b418f427c 952411f0a91b 2023-11-08T23:35:08.051 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi104 smithi104 running (3m) 103s ago 3m - - 17.2.0 e1d6a67b021e 820e40910fe5 2023-11-08T23:35:08.051 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi124 smithi124 running (3m) 39s ago 3m 7163k - 17.2.0 e1d6a67b021e 58b484174f8b 2023-11-08T23:35:08.051 INFO:teuthology.orchestra.run.smithi104.stdout:grafana.smithi104 smithi104 *:3000 running (2m) 103s ago 3m - - 8.3.5 dad864ee21e9 a3b58d477666 2023-11-08T23:35:08.052 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi104.kxwemz smithi104 *:9283 running (4m) 103s ago 4m - - 17.2.0 e1d6a67b021e 8c3800c2f26c 2023-11-08T23:35:08.052 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi124.xydlqy smithi124 *:8443,9283 running (3m) 39s ago 3m 418M - 17.2.0 e1d6a67b021e a7d894918a1d 2023-11-08T23:35:08.052 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi104 smithi104 running (4m) 103s ago 4m - 2048M 17.2.0 e1d6a67b021e bffc2bafb7cc 2023-11-08T23:35:08.052 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi124 smithi124 running (3m) 39s ago 3m 52.7M 2048M 17.2.0 e1d6a67b021e b4809e7b222c 2023-11-08T23:35:08.052 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi104 smithi104 *:9100 running (3m) 103s ago 3m - - 1dbe0e931976 2796a41215e1 2023-11-08T23:35:08.053 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi124 smithi124 *:9100 running (3m) 39s ago 3m 24.7M - 1dbe0e931976 9652c2d20220 2023-11-08T23:35:08.053 INFO:teuthology.orchestra.run.smithi104.stdout:osd.0 smithi104 running (2m) 103s ago 2m - 3224M 17.2.0 e1d6a67b021e aa02626b19f2 2023-11-08T23:35:08.053 INFO:teuthology.orchestra.run.smithi104.stdout:osd.1 smithi104 running (2m) 103s ago 2m - 3224M 17.2.0 e1d6a67b021e 8410502f2c96 2023-11-08T23:35:08.053 INFO:teuthology.orchestra.run.smithi104.stdout:osd.2 smithi104 running (2m) 103s ago 2m - 3224M 17.2.0 e1d6a67b021e 504644f50577 2023-11-08T23:35:08.053 INFO:teuthology.orchestra.run.smithi104.stdout:osd.3 smithi104 running (107s) 103s ago 106s - 3224M 17.2.0 e1d6a67b021e 6a29f2f8c1f1 2023-11-08T23:35:08.053 INFO:teuthology.orchestra.run.smithi104.stdout:osd.4 smithi124 running (91s) 39s ago 90s 40.2M 3992M 17.2.0 e1d6a67b021e e438f6522b51 2023-11-08T23:35:08.054 INFO:teuthology.orchestra.run.smithi104.stdout:osd.5 smithi124 running (74s) 39s ago 74s 38.0M 3992M 17.2.0 e1d6a67b021e 30b21f3fa0fa 2023-11-08T23:35:08.054 INFO:teuthology.orchestra.run.smithi104.stdout:osd.6 smithi124 running (58s) 39s ago 58s 37.9M 3992M 17.2.0 e1d6a67b021e f2877ef3fd15 2023-11-08T23:35:08.054 INFO:teuthology.orchestra.run.smithi104.stdout:osd.7 smithi124 running (41s) 39s ago 41s 11.9M 3992M 17.2.0 e1d6a67b021e bbde3bafc33b 2023-11-08T23:35:08.054 INFO:teuthology.orchestra.run.smithi104.stdout:prometheus.smithi104 smithi104 *:9095 running (2m) 103s ago 2m - - 514e6a882f6e 893aeb55c407 2023-11-08T23:35:08.439 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-08T23:35:08.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:08 smithi104 ceph-mon[137171]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:08.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:08 smithi124 ceph-mon[139817]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:09.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:09 smithi104 ceph-mon[137171]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:09.798 INFO:teuthology.orchestra.run.smithi104.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-08T23:35:09.799 INFO:teuthology.orchestra.run.smithi104.stdout:alertmanager ?:9093,9094 1/1 104s ago 4m count:1 2023-11-08T23:35:09.799 INFO:teuthology.orchestra.run.smithi104.stdout:crash 2/2 104s ago 4m * 2023-11-08T23:35:09.799 INFO:teuthology.orchestra.run.smithi104.stdout:grafana ?:3000 1/1 104s ago 4m count:1 2023-11-08T23:35:09.799 INFO:teuthology.orchestra.run.smithi104.stdout:mgr 2/2 104s ago 4m count:2 2023-11-08T23:35:09.800 INFO:teuthology.orchestra.run.smithi104.stdout:mon 2/2 104s ago 3m smithi104:172.21.15.104=smithi104;smithi124:172.21.15.124=smithi124;count:2 2023-11-08T23:35:09.800 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter ?:9100 2/2 104s ago 4m * 2023-11-08T23:35:09.800 INFO:teuthology.orchestra.run.smithi104.stdout:osd 8 104s ago - 2023-11-08T23:35:09.800 INFO:teuthology.orchestra.run.smithi104.stdout:prometheus ?:9095 1/1 104s ago 4m count:1 2023-11-08T23:35:09.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:09 smithi124 ceph-mon[139817]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:10.170 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-08T23:35:10.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:10 smithi104 ceph-mon[137171]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:10.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:10 smithi124 ceph-mon[139817]: from='client.14476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:11.500 INFO:teuthology.orchestra.run.smithi104.stdout:HOST ADDR LABELS STATUS 2023-11-08T23:35:11.500 INFO:teuthology.orchestra.run.smithi104.stdout:smithi104 172.21.15.104 2023-11-08T23:35:11.501 INFO:teuthology.orchestra.run.smithi104.stdout:smithi124 172.21.15.124 2023-11-08T23:35:11.501 INFO:teuthology.orchestra.run.smithi104.stdout:2 hosts in cluster 2023-11-08T23:35:11.738 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:11 smithi104 ceph-mon[137171]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:11.885 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-08T23:35:11.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:11 smithi124 ceph-mon[139817]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:12.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:12 smithi104 ceph-mon[137171]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:12.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:12 smithi124 ceph-mon[139817]: from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:13.232 INFO:teuthology.orchestra.run.smithi104.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-11-08T23:35:13.232 INFO:teuthology.orchestra.run.smithi104.stdout:smithi104 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400NW400BGN 400G LVM detected, locked 2023-11-08T23:35:13.233 INFO:teuthology.orchestra.run.smithi104.stdout:smithi124 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620401B8400BGN 400G LVM detected, locked 2023-11-08T23:35:13.551 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:13 smithi104 ceph-mon[137171]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:13.619 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-08T23:35:13.629 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi104.front.sepia.ceph.com 2023-11-08T23:35:13.630 DEBUG:teuthology.orchestra.run.smithi104:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-08T23:35:13.659 INFO:teuthology.orchestra.run.smithi104.stderr:+ systemctl stop nfs-server 2023-11-08T23:35:13.666 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi124.front.sepia.ceph.com 2023-11-08T23:35:13.667 DEBUG:teuthology.orchestra.run.smithi124:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-08T23:35:13.702 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:13 smithi124 ceph-mon[139817]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:13.706 INFO:teuthology.orchestra.run.smithi124.stderr:+ systemctl stop nfs-server 2023-11-08T23:35:13.715 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T23:35:13.726 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi104.front.sepia.ceph.com 2023-11-08T23:35:13.727 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-11-08T23:35:14.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:14 smithi104 ceph-mon[137171]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:14.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:14 smithi124 ceph-mon[139817]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:15.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:15 smithi104 ceph-mon[137171]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:15.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:15 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-08T23:35:15.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:15 smithi124 ceph-mon[139817]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:15.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:15 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-08T23:35:16.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:16 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-mon-smithi104[137148]: 2023-11-08T23:35:16.455+0000 7fe7062c0700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-08T23:35:16.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:16 smithi104 ceph-mon[137171]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:16.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:16 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-08T23:35:16.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:16 smithi104 ceph-mon[137171]: osdmap e58: 8 total, 8 up, 8 in 2023-11-08T23:35:16.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:16 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-08T23:35:16.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:16 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-08T23:35:16.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:16 smithi104 ceph-mon[137171]: osdmap e59: 8 total, 8 up, 8 in 2023-11-08T23:35:16.839 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:16 smithi124 ceph-mon[139817]: from='client.14488 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:16.839 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:16 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-08T23:35:16.839 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:16 smithi124 ceph-mon[139817]: osdmap e58: 8 total, 8 up, 8 in 2023-11-08T23:35:16.840 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:16 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-08T23:35:16.840 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:16 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-08T23:35:16.840 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:16 smithi124 ceph-mon[139817]: osdmap e59: 8 total, 8 up, 8 in 2023-11-08T23:35:16.885 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-08T23:35:16.897 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-11-08T23:35:16.897 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T23:35:17.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:17 smithi104 ceph-mon[137171]: pgmap v154: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:17.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:17 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-08T23:35:17.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:17 smithi104 ceph-mon[137171]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-08T23:35:17.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:17 smithi104 ceph-mon[137171]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-08T23:35:17.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:17 smithi104 ceph-mon[137171]: osdmap e60: 8 total, 8 up, 8 in 2023-11-08T23:35:17.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:17 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-08T23:35:17.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:17 smithi104 ceph-mon[137171]: fsmap foofs:0 2023-11-08T23:35:17.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:17 smithi104 ceph-mon[137171]: Saving service mds.foofs spec with placement count:2 2023-11-08T23:35:17.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:17 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:17.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:17 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:35:17.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:17 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:17.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:17 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:35:17.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:17 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:17.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:17 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:17.742 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:17 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi104.dnntgp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-08T23:35:17.742 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:17 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi104.dnntgp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-08T23:35:17.742 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:17 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:17.742 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:17 smithi104 ceph-mon[137171]: Deploying daemon mds.foofs.smithi104.dnntgp on smithi104 2023-11-08T23:35:17.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:17 smithi124 ceph-mon[139817]: pgmap v154: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:17.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:17 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-08T23:35:17.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:17 smithi124 ceph-mon[139817]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-08T23:35:17.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:17 smithi124 ceph-mon[139817]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-08T23:35:17.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:17 smithi124 ceph-mon[139817]: osdmap e60: 8 total, 8 up, 8 in 2023-11-08T23:35:17.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:17 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-08T23:35:17.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:17 smithi124 ceph-mon[139817]: fsmap foofs:0 2023-11-08T23:35:17.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:17 smithi124 ceph-mon[139817]: Saving service mds.foofs spec with placement count:2 2023-11-08T23:35:17.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:17 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:17.913 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:17 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:35:17.913 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:17 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:17.913 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:17 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:35:17.913 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:17 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:17.913 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:17 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:17.914 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:17 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi104.dnntgp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-08T23:35:17.914 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:17 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi104.dnntgp", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-08T23:35:17.914 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:17 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:17.914 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:17 smithi124 ceph-mon[139817]: Deploying daemon mds.foofs.smithi104.dnntgp on smithi104 2023-11-08T23:35:18.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:18 smithi104 ceph-mon[137171]: osdmap e61: 8 total, 8 up, 8 in 2023-11-08T23:35:18.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:18 smithi124 ceph-mon[139817]: osdmap e61: 8 total, 8 up, 8 in 2023-11-08T23:35:19.013 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:35:19.013 INFO:teuthology.orchestra.run.smithi104.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T23:30:53.444170Z", "last_refresh": "2023-11-08T23:33:25.041095Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T23:30:49.530168Z", "last_refresh": "2023-11-08T23:33:25.041160Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T23:30:51.462637Z", "last_refresh": "2023-11-08T23:33:25.041223Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T23:35:16.486952Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T23:35:16.483911Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T23:30:48.478229Z", "last_refresh": "2023-11-08T23:33:25.041023Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi104:172.21.15.104=smithi104", "smithi124:172.21.15.124=smithi124"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T23:31:23.504997Z", "last_refresh": "2023-11-08T23:33:25.040880Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T23:30:52.515964Z", "last_refresh": "2023-11-08T23:33:25.041298Z", "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-08T23:33:25.041426Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T23:30:50.561013Z", "last_refresh": "2023-11-08T23:33:25.041364Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T23:35:19.468 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T23:35:19.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:19 smithi124 ceph-mon[139817]: pgmap v158: 65 pgs: 9 creating+peering, 10 active+clean, 46 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:19.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:19 smithi124 ceph-mon[139817]: osdmap e62: 8 total, 8 up, 8 in 2023-11-08T23:35:19.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:19 smithi124 ceph-mon[139817]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:35:19.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:19 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:19.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:19 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi124.elebcx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-08T23:35:19.662 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:19 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi124.elebcx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-08T23:35:19.663 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:19 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:19.663 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:19 smithi124 ceph-mon[139817]: daemon mds.foofs.smithi104.dnntgp assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-08T23:35:19.663 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:19 smithi124 ceph-mon[139817]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-08T23:35:19.663 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:19 smithi124 ceph-mon[139817]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-08T23:35:19.663 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:19 smithi124 ceph-mon[139817]: Cluster is now healthy 2023-11-08T23:35:19.664 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:19 smithi124 ceph-mon[139817]: mds.? [v2:172.21.15.104:6834/731618775,v1:172.21.15.104:6835/731618775] up:boot 2023-11-08T23:35:19.664 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:19 smithi124 ceph-mon[139817]: fsmap foofs:1 {0=foofs.smithi104.dnntgp=up:creating} 2023-11-08T23:35:19.664 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:19 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi104.dnntgp"}]: dispatch 2023-11-08T23:35:19.664 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:19 smithi124 ceph-mon[139817]: daemon mds.foofs.smithi104.dnntgp is now active in filesystem foofs as rank 0 2023-11-08T23:35:19.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:19 smithi104 ceph-mon[137171]: pgmap v158: 65 pgs: 9 creating+peering, 10 active+clean, 46 unknown; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail 2023-11-08T23:35:19.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:19 smithi104 ceph-mon[137171]: osdmap e62: 8 total, 8 up, 8 in 2023-11-08T23:35:19.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:19 smithi104 ceph-mon[137171]: from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:35:19.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:19 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:19.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:19 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi124.elebcx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-08T23:35:19.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:19 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi124.elebcx", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-08T23:35:19.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:19 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:19.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:19 smithi104 ceph-mon[137171]: daemon mds.foofs.smithi104.dnntgp assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-08T23:35:19.740 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:19 smithi104 ceph-mon[137171]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-08T23:35:19.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:19 smithi104 ceph-mon[137171]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-08T23:35:19.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:19 smithi104 ceph-mon[137171]: Cluster is now healthy 2023-11-08T23:35:19.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:19 smithi104 ceph-mon[137171]: mds.? [v2:172.21.15.104:6834/731618775,v1:172.21.15.104:6835/731618775] up:boot 2023-11-08T23:35:19.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:19 smithi104 ceph-mon[137171]: fsmap foofs:1 {0=foofs.smithi104.dnntgp=up:creating} 2023-11-08T23:35:19.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:19 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi104.dnntgp"}]: dispatch 2023-11-08T23:35:19.742 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:19 smithi104 ceph-mon[137171]: daemon mds.foofs.smithi104.dnntgp is now active in filesystem foofs as rank 0 2023-11-08T23:35:20.469 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T23:35:20.795 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:20 smithi104 ceph-mon[137171]: Deploying daemon mds.foofs.smithi124.elebcx on smithi124 2023-11-08T23:35:20.796 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:20 smithi104 ceph-mon[137171]: mds.? [v2:172.21.15.104:6834/731618775,v1:172.21.15.104:6835/731618775] up:active 2023-11-08T23:35:20.796 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:20 smithi104 ceph-mon[137171]: fsmap foofs:1 {0=foofs.smithi104.dnntgp=up:active} 2023-11-08T23:35:20.822 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:20 smithi124 ceph-mon[139817]: Deploying daemon mds.foofs.smithi124.elebcx on smithi124 2023-11-08T23:35:20.822 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:20 smithi124 ceph-mon[139817]: mds.? [v2:172.21.15.104:6834/731618775,v1:172.21.15.104:6835/731618775] up:active 2023-11-08T23:35:20.823 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:20 smithi124 ceph-mon[139817]: fsmap foofs:1 {0=foofs.smithi104.dnntgp=up:active} 2023-11-08T23:35:21.889 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:35:21.890 INFO:teuthology.orchestra.run.smithi104.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T23:30:53.444170Z", "last_refresh": "2023-11-08T23:33:25.041095Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T23:30:49.530168Z", "last_refresh": "2023-11-08T23:33:25.041160Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T23:30:51.462637Z", "last_refresh": "2023-11-08T23:33:25.041223Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T23:35:16.486952Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T23:35:16.483911Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T23:30:48.478229Z", "last_refresh": "2023-11-08T23:33:25.041023Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi104:172.21.15.104=smithi104", "smithi124:172.21.15.124=smithi124"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T23:31:23.504997Z", "last_refresh": "2023-11-08T23:33:25.040880Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T23:30:52.515964Z", "last_refresh": "2023-11-08T23:33:25.041298Z", "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-08T23:33:25.041426Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T23:30:50.561013Z", "last_refresh": "2023-11-08T23:33:25.041364Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T23:35:22.200 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:21 smithi104 ceph-mon[137171]: pgmap v160: 65 pgs: 9 creating+peering, 56 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s wr, 7 op/s 2023-11-08T23:35:22.200 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:21 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:22.201 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:21 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:35:22.201 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:21 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:22.201 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:21 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:35:22.201 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:21 smithi104 ceph-mon[137171]: mds.? [v2:172.21.15.124:6832/4033545415,v1:172.21.15.124:6833/4033545415] up:boot 2023-11-08T23:35:22.201 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:21 smithi104 ceph-mon[137171]: fsmap foofs:1 {0=foofs.smithi104.dnntgp=up:active} 1 up:standby 2023-11-08T23:35:22.202 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:21 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi124.elebcx"}]: dispatch 2023-11-08T23:35:22.202 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:21 smithi104 ceph-mon[137171]: fsmap foofs:1 {0=foofs.smithi104.dnntgp=up:active} 1 up:standby 2023-11-08T23:35:22.271 INFO:tasks.cephadm:mds.foofs has 0/2 2023-11-08T23:35:22.344 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:21 smithi124 ceph-mon[139817]: pgmap v160: 65 pgs: 9 creating+peering, 56 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s wr, 7 op/s 2023-11-08T23:35:22.344 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:21 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:22.344 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:21 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:35:22.344 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:21 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:22.345 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:21 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:35:22.345 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:21 smithi124 ceph-mon[139817]: mds.? [v2:172.21.15.124:6832/4033545415,v1:172.21.15.124:6833/4033545415] up:boot 2023-11-08T23:35:22.345 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:21 smithi124 ceph-mon[139817]: fsmap foofs:1 {0=foofs.smithi104.dnntgp=up:active} 1 up:standby 2023-11-08T23:35:22.345 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:21 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi124.elebcx"}]: dispatch 2023-11-08T23:35:22.345 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:21 smithi124 ceph-mon[139817]: fsmap foofs:1 {0=foofs.smithi104.dnntgp=up:active} 1 up:standby 2023-11-08T23:35:23.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:22 smithi104 ceph-mon[137171]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:35:23.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:22 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:23.273 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T23:35:23.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:22 smithi124 ceph-mon[139817]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:35:23.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:22 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:24.083 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:23 smithi104 ceph-mon[137171]: pgmap v161: 65 pgs: 6 creating+peering, 59 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 6 op/s 2023-11-08T23:35:24.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:23 smithi124 ceph-mon[139817]: pgmap v161: 65 pgs: 6 creating+peering, 59 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s wr, 6 op/s 2023-11-08T23:35:24.956 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:35:24.957 INFO:teuthology.orchestra.run.smithi104.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T23:30:53.444170Z", "last_refresh": "2023-11-08T23:35:24.739078Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T23:30:49.530168Z", "last_refresh": "2023-11-08T23:35:22.344897Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T23:30:51.462637Z", "last_refresh": "2023-11-08T23:35:24.739223Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T23:35:16.486952Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T23:35:16.483911Z", "last_refresh": "2023-11-08T23:35:22.345479Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T23:30:48.478229Z", "last_refresh": "2023-11-08T23:35:22.345033Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi104:172.21.15.104=smithi104", "smithi124:172.21.15.124=smithi124"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T23:31:23.504997Z", "last_refresh": "2023-11-08T23:35:22.345101Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T23:30:52.515964Z", "last_refresh": "2023-11-08T23:35:22.345165Z", "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-08T23:35:22.345225Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T23:30:50.561013Z", "last_refresh": "2023-11-08T23:35:24.739375Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T23:35:25.332 INFO:tasks.cephadm:mds.foofs has 2/2 2023-11-08T23:35:25.332 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T23:35:25.342 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi104.front.sepia.ceph.com 2023-11-08T23:35:25.343 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-11-08T23:35:25.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:25 smithi104 ceph-mon[137171]: pgmap v162: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-11-08T23:35:25.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:25 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:25.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:25 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:25.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:25 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:35:25.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:25 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:25.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:25 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:35:25.992 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:25 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:25.992 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:25 smithi104 ceph-mon[137171]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:35:25.992 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:25 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:26.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:25 smithi124 ceph-mon[139817]: pgmap v162: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s wr, 5 op/s 2023-11-08T23:35:26.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:25 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:26.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:25 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:26.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:25 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:35:26.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:25 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:26.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:25 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:35:26.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:25 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:26.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:25 smithi124 ceph-mon[139817]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T23:35:26.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:25 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:28.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:27 smithi124 ceph-mon[139817]: pgmap v163: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2023-11-08T23:35:28.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:27 smithi124 ceph-mon[139817]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:28.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:27 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-08T23:35:28.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:27 smithi104 ceph-mon[137171]: pgmap v163: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2023-11-08T23:35:28.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:27 smithi104 ceph-mon[137171]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:28.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:27 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-08T23:35:28.797 INFO:teuthology.orchestra.run.smithi104.stdout:NFS Cluster Created Successfully 2023-11-08T23:35:29.123 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:28 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-08T23:35:29.123 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:28 smithi104 ceph-mon[137171]: osdmap e63: 8 total, 8 up, 8 in 2023-11-08T23:35:29.123 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:28 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-08T23:35:29.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:28 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-08T23:35:29.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:28 smithi124 ceph-mon[139817]: osdmap e63: 8 total, 8 up, 8 in 2023-11-08T23:35:29.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:28 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-08T23:35:29.192 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-11-08T23:35:29.926 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: pgmap v165: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-11-08T23:35:29.927 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-08T23:35:29.927 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: osdmap e64: 8 total, 8 up, 8 in 2023-11-08T23:35:29.927 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: Saving service nfs.foo spec with placement count:2 2023-11-08T23:35:29.927 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:29.928 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:35:29.928 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:29.928 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:35:29.928 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:29.928 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:29.929 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: Creating key for client.nfs.foo.0.0.smithi104.vsrxmu 2023-11-08T23:35:29.929 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi104.vsrxmu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-08T23:35:29.929 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi104.vsrxmu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-08T23:35:29.929 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-08T23:35:29.929 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 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-08T23:35:29.930 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 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-08T23:35:29.930 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:29.930 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-08T23:35:29.930 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-08T23:35:29.930 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi104.vsrxmu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T23:35:29.931 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi104.vsrxmu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T23:35:29.931 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:29 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:30.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: pgmap v165: 97 pgs: 32 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s wr, 4 op/s 2023-11-08T23:35:30.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-08T23:35:30.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: osdmap e64: 8 total, 8 up, 8 in 2023-11-08T23:35:30.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: Saving service nfs.foo spec with placement count:2 2023-11-08T23:35:30.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:30.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:35:30.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:30.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:35:30.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:30.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:30.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: Creating key for client.nfs.foo.0.0.smithi104.vsrxmu 2023-11-08T23:35:30.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi104.vsrxmu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-08T23:35:30.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi104.vsrxmu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-08T23:35:30.164 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-08T23:35:30.164 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 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-08T23:35:30.164 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 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-08T23:35:30.164 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:30.164 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-08T23:35:30.165 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-08T23:35:30.165 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi104.vsrxmu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T23:35:30.165 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi104.vsrxmu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T23:35:30.165 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:29 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:30.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:30 smithi104 ceph-mon[137171]: Rados config object exists: conf-nfs.foo 2023-11-08T23:35:30.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:30 smithi104 ceph-mon[137171]: Creating key for client.nfs.foo.0.0.smithi104.vsrxmu-rgw 2023-11-08T23:35:30.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:30 smithi104 ceph-mon[137171]: Deploying daemon nfs.foo.0.0.smithi104.vsrxmu on smithi104 2023-11-08T23:35:30.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:30 smithi104 ceph-mon[137171]: osdmap e65: 8 total, 8 up, 8 in 2023-11-08T23:35:30.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:30 smithi104 ceph-mon[137171]: mgrmap e20: smithi104.kxwemz(active, since 3m), standbys: smithi124.xydlqy 2023-11-08T23:35:30.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:30 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:31.096 INFO:teuthology.orchestra.run.smithi104.stderr:Invalid command: Unexpected argument '--clusterid' 2023-11-08T23:35:31.097 INFO:teuthology.orchestra.run.smithi104.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-11-08T23:35:31.097 INFO:teuthology.orchestra.run.smithi104.stderr:Error EINVAL: invalid command 2023-11-08T23:35:31.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:30 smithi124 ceph-mon[139817]: Rados config object exists: conf-nfs.foo 2023-11-08T23:35:31.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:30 smithi124 ceph-mon[139817]: Creating key for client.nfs.foo.0.0.smithi104.vsrxmu-rgw 2023-11-08T23:35:31.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:30 smithi124 ceph-mon[139817]: Deploying daemon nfs.foo.0.0.smithi104.vsrxmu on smithi104 2023-11-08T23:35:31.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:30 smithi124 ceph-mon[139817]: osdmap e65: 8 total, 8 up, 8 in 2023-11-08T23:35:31.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:30 smithi124 ceph-mon[139817]: mgrmap e20: smithi104.kxwemz(active, since 3m), standbys: smithi124.xydlqy 2023-11-08T23:35:31.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:30 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:31.460 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:35:31.461 INFO:teuthology.orchestra.run.smithi104.stdout: "bind": "/fake", 2023-11-08T23:35:31.461 INFO:teuthology.orchestra.run.smithi104.stdout: "fs": "foofs", 2023-11-08T23:35:31.461 INFO:teuthology.orchestra.run.smithi104.stdout: "path": "/", 2023-11-08T23:35:31.461 INFO:teuthology.orchestra.run.smithi104.stdout: "cluster": "foo", 2023-11-08T23:35:31.461 INFO:teuthology.orchestra.run.smithi104.stdout: "mode": "RW" 2023-11-08T23:35:31.461 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:35:31.899 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-11-08T23:35:32.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:31 smithi124 ceph-mon[139817]: pgmap v168: 97 pgs: 12 unknown, 85 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-08T23:35:32.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:31 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:32.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:31 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi124.vadbwo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-08T23:35:32.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:31 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi124.vadbwo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-08T23:35:32.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:31 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 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-08T23:35:32.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:31 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 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-08T23:35:32.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:31 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:32.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:31 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 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-08T23:35:32.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:31 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 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-08T23:35:32.202 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:31 smithi104 ceph-mon[137171]: pgmap v168: 97 pgs: 12 unknown, 85 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-08T23:35:32.203 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:31 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:32.203 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:31 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi124.vadbwo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-08T23:35:32.203 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:31 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi124.vadbwo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-08T23:35:32.203 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:31 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 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-08T23:35:32.204 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:31 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 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-08T23:35:32.204 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:31 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:32.204 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:31 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 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-08T23:35:32.204 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:31 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 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-08T23:35:33.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:32 smithi124 ceph-mon[139817]: Creating key for client.nfs.foo.1.0.smithi124.vadbwo 2023-11-08T23:35:33.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:32 smithi124 ceph-mon[139817]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-08T23:35:33.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:32 smithi124 ceph-mon[139817]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:33.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:32 smithi104 ceph-mon[137171]: Creating key for client.nfs.foo.1.0.smithi124.vadbwo 2023-11-08T23:35:33.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:32 smithi104 ceph-mon[137171]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-08T23:35:33.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:32 smithi104 ceph-mon[137171]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:34.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:33 smithi124 ceph-mon[139817]: pgmap v169: 97 pgs: 7 unknown, 90 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-08T23:35:34.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:33 smithi104 ceph-mon[137171]: pgmap v169: 97 pgs: 7 unknown, 90 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-11-08T23:35:35.154 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:34 smithi124 ceph-mon[139817]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:35.154 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:34 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-08T23:35:35.155 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:34 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-08T23:35:35.155 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:34 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi124.vadbwo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T23:35:35.155 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:34 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi124.vadbwo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T23:35:35.156 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:34 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:35.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:34 smithi104 ceph-mon[137171]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:35.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:34 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-08T23:35:35.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:34 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-08T23:35:35.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:34 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi124.vadbwo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T23:35:35.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:34 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi124.vadbwo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T23:35:35.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:34 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:36.093 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:35 smithi124 ceph-mon[139817]: Rados config object exists: conf-nfs.foo 2023-11-08T23:35:36.094 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:35 smithi124 ceph-mon[139817]: Creating key for client.nfs.foo.1.0.smithi124.vadbwo-rgw 2023-11-08T23:35:36.094 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:35 smithi124 ceph-mon[139817]: Deploying daemon nfs.foo.1.0.smithi124.vadbwo on smithi124 2023-11-08T23:35:36.094 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:35 smithi124 ceph-mon[139817]: pgmap v170: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-11-08T23:35:36.094 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:35 smithi124 ceph-mon[139817]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:36.218 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:35 smithi104 ceph-mon[137171]: Rados config object exists: conf-nfs.foo 2023-11-08T23:35:36.218 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:35 smithi104 ceph-mon[137171]: Creating key for client.nfs.foo.1.0.smithi124.vadbwo-rgw 2023-11-08T23:35:36.218 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:35 smithi104 ceph-mon[137171]: Deploying daemon nfs.foo.1.0.smithi124.vadbwo on smithi124 2023-11-08T23:35:36.219 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:35 smithi104 ceph-mon[137171]: pgmap v170: 97 pgs: 97 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 3 op/s 2023-11-08T23:35:36.219 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:35 smithi104 ceph-mon[137171]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:36.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:36 smithi104 ceph-mon[137171]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:36.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:36 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:36.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:36 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:35:36.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:36 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:36.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:36 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:35:37.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:36 smithi124 ceph-mon[139817]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:37.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:36 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:37.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:36 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:35:37.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:36 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:37.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:36 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:35:38.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:37 smithi124 ceph-mon[139817]: pgmap v171: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-11-08T23:35:38.183 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:37 smithi104 ceph-mon[137171]: pgmap v171: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-11-08T23:35:38.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:38 smithi104 ceph-mon[137171]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:38.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:38 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:38.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:38 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:38.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:38 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:38.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:38 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:38.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:38 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:35:38.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:38 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:38.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:38 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:35:38.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:38 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:38.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:38 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:39.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:38 smithi124 ceph-mon[139817]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:39.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:38 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:39.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:38 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:39.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:38 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:39.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:38 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:39.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:38 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:35:39.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:38 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:39.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:38 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:35:39.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:38 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:39.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:38 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:39.823 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo ?:2049 2/2 1s ago 11s count:2 2023-11-08T23:35:40.129 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:39 smithi104 ceph-mon[137171]: pgmap v172: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.3 KiB/s wr, 7 op/s 2023-11-08T23:35:40.129 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:39 smithi104 ceph-mon[137171]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:40.188 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-08T23:35:40.199 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi104.front.sepia.ceph.com 2023-11-08T23:35:40.199 DEBUG:teuthology.orchestra.run.smithi104:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-11-08T23:35:40.229 INFO:teuthology.orchestra.run.smithi104.stderr:+ mkdir /mnt/foo 2023-11-08T23:35:40.241 DEBUG:teuthology.orchestra.run.smithi104:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-11-08T23:35:40.307 INFO:teuthology.orchestra.run.smithi104.stderr:++ hostname 2023-11-08T23:35:40.308 INFO:teuthology.orchestra.run.smithi104.stderr:+ mount -t nfs smithi104:/fake /mnt/foo -o sync 2023-11-08T23:35:40.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:39 smithi124 ceph-mon[139817]: pgmap v172: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.3 KiB/s wr, 7 op/s 2023-11-08T23:35:40.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:39 smithi124 ceph-mon[139817]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:40.758 DEBUG:teuthology.orchestra.run.smithi104:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-11-08T23:35:40.825 INFO:teuthology.orchestra.run.smithi104.stderr:+ echo test 2023-11-08T23:35:40.874 DEBUG:teuthology.orchestra.run.smithi104:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-11-08T23:35:40.943 INFO:teuthology.orchestra.run.smithi104.stderr:+ sync 2023-11-08T23:35:41.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:40 smithi104 ceph-mon[137171]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:41.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:40 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2023-11-08T23:35:41.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:40 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2023-11-08T23:35:41.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:40 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-11-08T23:35:41.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:40 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-11-08T23:35:41.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:40 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:41.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:40 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/trash_purge_schedule"}]: dispatch 2023-11-08T23:35:41.241 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:40 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:35:41.325 INFO:teuthology.run_tasks:Running task parallel... 2023-11-08T23:35:41.373 INFO:teuthology.task.parallel:starting parallel... 2023-11-08T23:35:41.374 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-08T23:35:41.393 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-08T23:35:41.393 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi104.front.sepia.ceph.com 2023-11-08T23:35:41.394 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -e sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-11-08T23:35:41.394 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-11-08T23:35:41.395 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-11-08T23:35:41.396 INFO:teuthology.task.exec:Executing custom commands... 2023-11-08T23:35:41.396 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi104.front.sepia.ceph.com 2023-11-08T23:35:41.396 DEBUG:teuthology.orchestra.run.smithi104:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-11-08T23:35:41.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:40 smithi124 ceph-mon[139817]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:41.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:40 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2023-11-08T23:35:41.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:40 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2023-11-08T23:35:41.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:40 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2023-11-08T23:35:41.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:40 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]: dispatch 2023-11-08T23:35:41.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:40 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:41.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:40 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/trash_purge_schedule"}]: dispatch 2023-11-08T23:35:41.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:40 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:35:41.473 INFO:teuthology.orchestra.run.smithi104.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-08T23:35:41.473 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:35:41.474 INFO:teuthology.orchestra.run.smithi104.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-11-08T23:35:41.478 INFO:teuthology.orchestra.run.smithi104.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-08T23:35:41.578 INFO:teuthology.orchestra.run.smithi104.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-08T23:35:41.579 INFO:teuthology.orchestra.run.smithi104.stdout:releasing clients 2023-11-08T23:35:42.110 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:41 smithi104 ceph-mon[137171]: pgmap v173: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.5 KiB/s wr, 7 op/s 2023-11-08T23:35:42.110 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]': finished 2023-11-08T23:35:42.111 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]': finished 2023-11-08T23:35:42.111 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]': finished 2023-11-08T23:35:42.111 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-11-08T23:35:42.111 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:41 smithi104 ceph-mon[137171]: osdmap e66: 8 total, 8 up, 8 in 2023-11-08T23:35:42.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:41 smithi124 ceph-mon[139817]: pgmap v173: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 4.0 KiB/s rd, 2.5 KiB/s wr, 7 op/s 2023-11-08T23:35:42.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:41 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]': finished 2023-11-08T23:35:42.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:41 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]': finished 2023-11-08T23:35:42.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:41 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]': finished 2023-11-08T23:35:42.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:41 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.f", "id": [1, 2]}]': finished 2023-11-08T23:35:42.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:41 smithi124 ceph-mon[139817]: osdmap e66: 8 total, 8 up, 8 in 2023-11-08T23:35:42.579 INFO:teuthology.orchestra.run.smithi104.stdout: 5 121 26.12 MB/sec warmup 1 sec latency 153.257 ms 2023-11-08T23:35:43.147 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:42 smithi104 ceph-mon[137171]: osdmap e67: 8 total, 8 up, 8 in 2023-11-08T23:35:43.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:42 smithi124 ceph-mon[139817]: osdmap e67: 8 total, 8 up, 8 in 2023-11-08T23:35:43.586 INFO:teuthology.orchestra.run.smithi104.stdout: 5 243 23.13 MB/sec warmup 2 sec latency 125.403 ms 2023-11-08T23:35:43.725 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -e sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-11-08T23:35:44.190 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:43 smithi104 ceph-mon[137171]: pgmap v176: 97 pgs: 97 active+clean; 2.6 MiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 259 KiB/s wr, 10 op/s 2023-11-08T23:35:44.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:43 smithi124 ceph-mon[139817]: pgmap v176: 97 pgs: 97 active+clean; 2.6 MiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 259 KiB/s wr, 10 op/s 2023-11-08T23:35:44.586 INFO:teuthology.orchestra.run.smithi104.stdout: 5 371 22.06 MB/sec warmup 3 sec latency 125.149 ms 2023-11-08T23:35:45.589 INFO:teuthology.orchestra.run.smithi104.stdout: 5 503 21.86 MB/sec warmup 4 sec latency 157.552 ms 2023-11-08T23:35:46.013 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:45 smithi104 ceph-mon[137171]: pgmap v177: 97 pgs: 97 active+clean; 25 MiB data, 53 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.1 MiB/s wr, 61 op/s 2023-11-08T23:35:46.359 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -e sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db -- bash -c 'ceph config set global log_to_journald false --force' 2023-11-08T23:35:46.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:45 smithi124 ceph-mon[139817]: pgmap v177: 97 pgs: 97 active+clean; 25 MiB data, 53 MiB used, 715 GiB / 715 GiB avail; 3.7 KiB/s rd, 3.1 MiB/s wr, 61 op/s 2023-11-08T23:35:46.589 INFO:teuthology.orchestra.run.smithi104.stdout: 5 745 21.27 MB/sec warmup 5 sec latency 149.336 ms 2023-11-08T23:35:47.590 INFO:teuthology.orchestra.run.smithi104.stdout: 5 1026 18.58 MB/sec warmup 6 sec latency 110.195 ms 2023-11-08T23:35:48.085 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:47 smithi104 ceph-mon[137171]: pgmap v178: 97 pgs: 97 active+clean; 54 MiB data, 93 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 6.9 MiB/s wr, 310 op/s 2023-11-08T23:35:48.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:47 smithi124 ceph-mon[139817]: pgmap v178: 97 pgs: 97 active+clean; 54 MiB data, 93 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 6.9 MiB/s wr, 310 op/s 2023-11-08T23:35:48.597 INFO:teuthology.orchestra.run.smithi104.stdout: 5 1451 18.16 MB/sec warmup 7 sec latency 93.884 ms 2023-11-08T23:35:48.852 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -e sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db -- bash -c 'ceph mgr module enable nfs --force' 2023-11-08T23:35:49.597 INFO:teuthology.orchestra.run.smithi104.stdout: 5 2122 16.66 MB/sec warmup 8 sec latency 94.142 ms 2023-11-08T23:35:50.113 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:49 smithi104 ceph-mon[137171]: pgmap v179: 97 pgs: 97 active+clean; 77 MiB data, 130 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 9.9 MiB/s wr, 507 op/s 2023-11-08T23:35:50.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:49 smithi124 ceph-mon[139817]: pgmap v179: 97 pgs: 97 active+clean; 77 MiB data, 130 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 9.9 MiB/s wr, 507 op/s 2023-11-08T23:35:50.598 INFO:teuthology.orchestra.run.smithi104.stdout: 5 2611 16.56 MB/sec warmup 9 sec latency 127.308 ms 2023-11-08T23:35:51.598 INFO:teuthology.orchestra.run.smithi104.stdout: 5 3115 17.19 MB/sec warmup 10 sec latency 167.747 ms 2023-11-08T23:35:52.004 INFO:teuthology.orchestra.run.smithi104.stderr:module 'nfs' is already enabled 2023-11-08T23:35:52.191 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:52 smithi104 ceph-mon[137171]: pgmap v180: 97 pgs: 97 active+clean; 110 MiB data, 200 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 13 MiB/s wr, 577 op/s 2023-11-08T23:35:52.191 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:52 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/1018918778' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-08T23:35:52.191 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:52 smithi104 ceph-mon[137171]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-08T23:35:52.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:52 smithi124 ceph-mon[139817]: pgmap v180: 97 pgs: 97 active+clean; 110 MiB data, 200 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 13 MiB/s wr, 577 op/s 2023-11-08T23:35:52.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:52 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/1018918778' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-08T23:35:52.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:52 smithi124 ceph-mon[139817]: from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-11-08T23:35:52.518 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -e sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-11-08T23:35:52.610 INFO:teuthology.orchestra.run.smithi104.stdout: 5 3534 16.81 MB/sec warmup 11 sec latency 143.997 ms 2023-11-08T23:35:53.208 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:53 smithi104 ceph-mon[137171]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-08T23:35:53.208 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:53 smithi104 ceph-mon[137171]: mgrmap e21: smithi104.kxwemz(active, since 4m), standbys: smithi124.xydlqy 2023-11-08T23:35:53.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:53 smithi124 ceph-mon[139817]: from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-11-08T23:35:53.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:53 smithi124 ceph-mon[139817]: mgrmap e21: smithi104.kxwemz(active, since 4m), standbys: smithi124.xydlqy 2023-11-08T23:35:53.610 INFO:teuthology.orchestra.run.smithi104.stdout: 5 3855 16.50 MB/sec warmup 12 sec latency 123.504 ms 2023-11-08T23:35:54.233 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:54 smithi104 ceph-mon[137171]: pgmap v181: 97 pgs: 97 active+clean; 110 MiB data, 200 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 12 MiB/s wr, 531 op/s 2023-11-08T23:35:54.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:54 smithi124 ceph-mon[139817]: pgmap v181: 97 pgs: 97 active+clean; 110 MiB data, 200 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 12 MiB/s wr, 531 op/s 2023-11-08T23:35:54.610 INFO:teuthology.orchestra.run.smithi104.stdout: 5 4248 15.48 MB/sec warmup 13 sec latency 128.998 ms 2023-11-08T23:35:54.867 INFO:teuthology.orchestra.run.smithi104.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db 2023-11-08T23:35:55.369 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-11-08T23:35:55.369 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi104.front.sepia.ceph.com 2023-11-08T23:35:55.370 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -e sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db -- 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-08T23:35:55.610 INFO:teuthology.orchestra.run.smithi104.stdout: 5 4577 14.79 MB/sec warmup 14 sec latency 129.888 ms 2023-11-08T23:35:56.019 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:55 smithi104 ceph-mon[137171]: pgmap v182: 97 pgs: 97 active+clean; 121 MiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 12 MiB/s wr, 616 op/s 2023-11-08T23:35:56.019 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:55 smithi104 ceph-mon[137171]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:56.020 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:55 smithi104 ceph-mon[137171]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db 2023-11-08T23:35:56.020 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:55 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:56.020 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:55 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:35:56.020 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:55 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:56.020 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:55 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:35:56.021 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:55 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:56.021 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:55 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:56.021 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:55 smithi104 ceph-mon[137171]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db 2023-11-08T23:35:56.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:55 smithi124 ceph-mon[139817]: pgmap v182: 97 pgs: 97 active+clean; 121 MiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 12 MiB/s wr, 616 op/s 2023-11-08T23:35:56.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:55 smithi124 ceph-mon[139817]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:56.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:55 smithi124 ceph-mon[139817]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db 2023-11-08T23:35:56.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:55 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:56.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:55 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:35:56.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:55 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:35:56.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:55 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:35:56.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:55 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:56.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:55 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:35:56.163 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:55 smithi124 ceph-mon[139817]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db 2023-11-08T23:35:56.620 INFO:teuthology.orchestra.run.smithi104.stdout: 5 4940 14.55 MB/sec warmup 15 sec latency 88.168 ms 2023-11-08T23:35:57.620 INFO:teuthology.orchestra.run.smithi104.stdout: 5 5320 13.98 MB/sec warmup 16 sec latency 124.256 ms 2023-11-08T23:35:57.874 INFO:teuthology.orchestra.run.smithi104.stdout:true 2023-11-08T23:35:58.055 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:57 smithi104 ceph-mon[137171]: pgmap v183: 97 pgs: 97 active+clean; 134 MiB data, 232 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 11 MiB/s wr, 744 op/s 2023-11-08T23:35:58.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:57 smithi124 ceph-mon[139817]: pgmap v183: 97 pgs: 97 active+clean; 134 MiB data, 232 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 11 MiB/s wr, 744 op/s 2023-11-08T23:35:58.632 INFO:teuthology.orchestra.run.smithi104.stdout: 5 5658 13.55 MB/sec warmup 17 sec latency 123.600 ms 2023-11-08T23:35:58.754 INFO:teuthology.orchestra.run.smithi104.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T23:35:58.754 INFO:teuthology.orchestra.run.smithi104.stdout:alertmanager.smithi104 smithi104 *:9093,9094 running (3m) 19s ago 4m 27.3M - ba2b418f427c 952411f0a91b 2023-11-08T23:35:58.754 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi104 smithi104 running (4m) 19s ago 4m 7000k - 17.2.0 e1d6a67b021e 820e40910fe5 2023-11-08T23:35:58.755 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi124 smithi124 running (4m) 20s ago 4m 7163k - 17.2.0 e1d6a67b021e 58b484174f8b 2023-11-08T23:35:58.755 INFO:teuthology.orchestra.run.smithi104.stdout:grafana.smithi104 smithi104 *:3000 running (3m) 19s ago 4m 46.9M - 8.3.5 dad864ee21e9 a3b58d477666 2023-11-08T23:35:58.755 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi104.dnntgp smithi104 running (39s) 19s ago 39s 19.2M - 17.2.0 e1d6a67b021e d59e6c12ffc9 2023-11-08T23:35:58.755 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi124.elebcx smithi124 running (38s) 20s ago 37s 14.6M - 17.2.0 e1d6a67b021e ce0430cf858f 2023-11-08T23:35:58.755 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi104.kxwemz smithi104 *:9283 running (5m) 19s ago 5m 477M - 17.2.0 e1d6a67b021e 8c3800c2f26c 2023-11-08T23:35:58.756 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi124.xydlqy smithi124 *:8443,9283 running (4m) 20s ago 4m 419M - 17.2.0 e1d6a67b021e a7d894918a1d 2023-11-08T23:35:58.756 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi104 smithi104 running (5m) 19s ago 5m 77.3M 2048M 17.2.0 e1d6a67b021e bffc2bafb7cc 2023-11-08T23:35:58.756 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi124 smithi124 running (4m) 20s ago 4m 60.7M 2048M 17.2.0 e1d6a67b021e b4809e7b222c 2023-11-08T23:35:58.756 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.0.0.smithi104.vsrxmu smithi104 *:2049 running (27s) 19s ago 27s 56.0M - 4.0 e1d6a67b021e 8323292f3c77 2023-11-08T23:35:58.756 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.1.0.smithi124.vadbwo smithi124 *:2049 running (23s) 20s ago 22s 57.8M - 4.0 e1d6a67b021e 2ab9dedb4678 2023-11-08T23:35:58.757 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi104 smithi104 *:9100 running (4m) 19s ago 4m 24.3M - 1dbe0e931976 2796a41215e1 2023-11-08T23:35:58.757 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi124 smithi124 *:9100 running (3m) 20s ago 3m 25.0M - 1dbe0e931976 9652c2d20220 2023-11-08T23:35:58.757 INFO:teuthology.orchestra.run.smithi104.stdout:osd.0 smithi104 running (3m) 19s ago 3m 54.2M 3224M 17.2.0 e1d6a67b021e aa02626b19f2 2023-11-08T23:35:58.757 INFO:teuthology.orchestra.run.smithi104.stdout:osd.1 smithi104 running (3m) 19s ago 3m 58.3M 3224M 17.2.0 e1d6a67b021e 8410502f2c96 2023-11-08T23:35:58.757 INFO:teuthology.orchestra.run.smithi104.stdout:osd.2 smithi104 running (2m) 19s ago 2m 51.9M 3224M 17.2.0 e1d6a67b021e 504644f50577 2023-11-08T23:35:58.757 INFO:teuthology.orchestra.run.smithi104.stdout:osd.3 smithi104 running (2m) 19s ago 2m 50.7M 3224M 17.2.0 e1d6a67b021e 6a29f2f8c1f1 2023-11-08T23:35:58.758 INFO:teuthology.orchestra.run.smithi104.stdout:osd.4 smithi124 running (2m) 20s ago 2m 52.2M 3992M 17.2.0 e1d6a67b021e e438f6522b51 2023-11-08T23:35:58.758 INFO:teuthology.orchestra.run.smithi104.stdout:osd.5 smithi124 running (2m) 20s ago 2m 49.0M 3992M 17.2.0 e1d6a67b021e 30b21f3fa0fa 2023-11-08T23:35:58.758 INFO:teuthology.orchestra.run.smithi104.stdout:osd.6 smithi124 running (109s) 20s ago 108s 50.5M 3992M 17.2.0 e1d6a67b021e f2877ef3fd15 2023-11-08T23:35:58.758 INFO:teuthology.orchestra.run.smithi104.stdout:osd.7 smithi124 running (92s) 20s ago 92s 50.4M 3992M 17.2.0 e1d6a67b021e bbde3bafc33b 2023-11-08T23:35:58.758 INFO:teuthology.orchestra.run.smithi104.stdout:prometheus.smithi104 smithi104 *:9095 running (3m) 19s ago 3m 60.2M - 514e6a882f6e 893aeb55c407 2023-11-08T23:35:59.062 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:58 smithi104 ceph-mon[137171]: from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:59.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:58 smithi124 ceph-mon[139817]: from='client.24371 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:35:59.271 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:35:59.271 INFO:teuthology.orchestra.run.smithi104.stdout: "mon": { 2023-11-08T23:35:59.271 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:35:59.271 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:35:59.272 INFO:teuthology.orchestra.run.smithi104.stdout: "mgr": { 2023-11-08T23:35:59.272 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:35:59.272 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:35:59.272 INFO:teuthology.orchestra.run.smithi104.stdout: "osd": { 2023-11-08T23:35:59.272 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-08T23:35:59.273 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:35:59.273 INFO:teuthology.orchestra.run.smithi104.stdout: "mds": { 2023-11-08T23:35:59.273 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:35:59.273 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:35:59.273 INFO:teuthology.orchestra.run.smithi104.stdout: "overall": { 2023-11-08T23:35:59.273 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-08T23:35:59.274 INFO:teuthology.orchestra.run.smithi104.stdout: } 2023-11-08T23:35:59.274 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:35:59.638 INFO:teuthology.orchestra.run.smithi104.stdout: 5 5882 13.03 MB/sec warmup 18 sec latency 126.178 ms 2023-11-08T23:35:59.724 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:35:59.724 INFO:teuthology.orchestra.run.smithi104.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db", 2023-11-08T23:35:59.724 INFO:teuthology.orchestra.run.smithi104.stdout: "in_progress": true, 2023-11-08T23:35:59.725 INFO:teuthology.orchestra.run.smithi104.stdout: "services_complete": [], 2023-11-08T23:35:59.725 INFO:teuthology.orchestra.run.smithi104.stdout: "progress": "", 2023-11-08T23:35:59.725 INFO:teuthology.orchestra.run.smithi104.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db image" 2023-11-08T23:35:59.725 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:36:00.080 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:59 smithi104 ceph-mon[137171]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:36:00.080 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:59 smithi104 ceph-mon[137171]: pgmap v184: 97 pgs: 97 active+clean; 133 MiB data, 244 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 9.2 MiB/s wr, 630 op/s 2023-11-08T23:36:00.081 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:59 smithi104 ceph-mon[137171]: from='client.24379 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:36:00.081 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:35:59 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/967613828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:36:00.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:59 smithi124 ceph-mon[139817]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:36:00.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:59 smithi124 ceph-mon[139817]: pgmap v184: 97 pgs: 97 active+clean; 133 MiB data, 244 MiB used, 715 GiB / 715 GiB avail; 4.1 KiB/s rd, 9.2 MiB/s wr, 630 op/s 2023-11-08T23:36:00.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:59 smithi124 ceph-mon[139817]: from='client.24379 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:36:00.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:35:59 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/967613828' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:36:00.273 INFO:teuthology.orchestra.run.smithi104.stdout:HEALTH_OK 2023-11-08T23:36:00.638 INFO:teuthology.orchestra.run.smithi104.stdout: 5 6294 13.22 MB/sec warmup 19 sec latency 181.547 ms 2023-11-08T23:36:01.090 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:00 smithi104 ceph-mon[137171]: from='client.24387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:36:01.090 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:00 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/438832350' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:36:01.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:00 smithi124 ceph-mon[139817]: from='client.24387 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:36:01.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:00 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/438832350' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:36:01.638 INFO:teuthology.orchestra.run.smithi104.stdout: 5 6629 13.10 MB/sec warmup 20 sec latency 114.968 ms 2023-11-08T23:36:02.103 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:01 smithi104 ceph-mon[137171]: pgmap v185: 97 pgs: 97 active+clean; 125 MiB data, 298 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 8.2 MiB/s wr, 585 op/s 2023-11-08T23:36:02.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:01 smithi124 ceph-mon[139817]: pgmap v185: 97 pgs: 97 active+clean; 125 MiB data, 298 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 8.2 MiB/s wr, 585 op/s 2023-11-08T23:36:02.638 INFO:teuthology.orchestra.run.smithi104.stdout: 5 7112 13.47 MB/sec warmup 21 sec latency 119.011 ms 2023-11-08T23:36:03.638 INFO:teuthology.orchestra.run.smithi104.stdout: 5 7369 13.28 MB/sec warmup 22 sec latency 128.996 ms 2023-11-08T23:36:04.150 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:03 smithi104 ceph-mon[137171]: pgmap v186: 97 pgs: 97 active+clean; 126 MiB data, 299 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2023-11-08T23:36:04.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:03 smithi124 ceph-mon[139817]: pgmap v186: 97 pgs: 97 active+clean; 126 MiB data, 299 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.9 MiB/s wr, 475 op/s 2023-11-08T23:36:04.638 INFO:teuthology.orchestra.run.smithi104.stdout: 5 7598 12.82 MB/sec warmup 23 sec latency 129.149 ms 2023-11-08T23:36:05.640 INFO:teuthology.orchestra.run.smithi104.stdout: 5 7814 12.42 MB/sec warmup 24 sec latency 144.147 ms 2023-11-08T23:36:05.970 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:05 smithi104 ceph-mon[137171]: pgmap v187: 97 pgs: 97 active+clean; 139 MiB data, 333 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.6 MiB/s wr, 655 op/s 2023-11-08T23:36:06.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:05 smithi124 ceph-mon[139817]: pgmap v187: 97 pgs: 97 active+clean; 139 MiB data, 333 MiB used, 715 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.6 MiB/s wr, 655 op/s 2023-11-08T23:36:06.640 INFO:teuthology.orchestra.run.smithi104.stdout: 5 8069 12.14 MB/sec warmup 25 sec latency 133.785 ms 2023-11-08T23:36:07.640 INFO:teuthology.orchestra.run.smithi104.stdout: 5 8313 11.88 MB/sec warmup 26 sec latency 86.815 ms 2023-11-08T23:36:08.022 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:07 smithi104 ceph-mon[137171]: pgmap v188: 97 pgs: 97 active+clean; 143 MiB data, 359 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.5 MiB/s wr, 524 op/s 2023-11-08T23:36:08.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:07 smithi124 ceph-mon[139817]: pgmap v188: 97 pgs: 97 active+clean; 143 MiB data, 359 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.5 MiB/s wr, 524 op/s 2023-11-08T23:36:08.642 INFO:teuthology.orchestra.run.smithi104.stdout: 5 8683 11.66 MB/sec warmup 27 sec latency 108.602 ms 2023-11-08T23:36:09.649 INFO:teuthology.orchestra.run.smithi104.stdout: 5 9042 11.60 MB/sec warmup 28 sec latency 119.872 ms 2023-11-08T23:36:10.085 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:09 smithi104 ceph-mon[137171]: pgmap v189: 97 pgs: 97 active+clean; 142 MiB data, 359 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 375 op/s 2023-11-08T23:36:10.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:09 smithi124 ceph-mon[139817]: pgmap v189: 97 pgs: 97 active+clean; 142 MiB data, 359 MiB used, 715 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.1 MiB/s wr, 375 op/s 2023-11-08T23:36:10.649 INFO:teuthology.orchestra.run.smithi104.stdout: 5 9388 11.46 MB/sec warmup 29 sec latency 134.135 ms 2023-11-08T23:36:11.649 INFO:teuthology.orchestra.run.smithi104.stdout: 5 9834 11.53 MB/sec warmup 30 sec latency 129.019 ms 2023-11-08T23:36:12.105 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:11 smithi104 ceph-mon[137171]: pgmap v190: 97 pgs: 97 active+clean; 138 MiB data, 400 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 5.0 MiB/s wr, 484 op/s 2023-11-08T23:36:12.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:11 smithi124 ceph-mon[139817]: pgmap v190: 97 pgs: 97 active+clean; 138 MiB data, 400 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 5.0 MiB/s wr, 484 op/s 2023-11-08T23:36:12.658 INFO:teuthology.orchestra.run.smithi104.stdout: 5 10289 11.65 MB/sec warmup 31 sec latency 127.974 ms 2023-11-08T23:36:13.658 INFO:teuthology.orchestra.run.smithi104.stdout: 5 10634 11.79 MB/sec warmup 32 sec latency 127.900 ms 2023-11-08T23:36:14.126 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:13 smithi104 ceph-mon[137171]: pgmap v191: 97 pgs: 97 active+clean; 138 MiB data, 419 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2023-11-08T23:36:14.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:13 smithi124 ceph-mon[139817]: pgmap v191: 97 pgs: 97 active+clean; 138 MiB data, 419 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2023-11-08T23:36:14.658 INFO:teuthology.orchestra.run.smithi104.stdout: 5 10986 11.75 MB/sec warmup 33 sec latency 140.794 ms 2023-11-08T23:36:15.658 INFO:teuthology.orchestra.run.smithi104.stdout: 5 11280 11.55 MB/sec warmup 34 sec latency 126.999 ms 2023-11-08T23:36:16.172 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:15 smithi104 ceph-mon[137171]: pgmap v192: 97 pgs: 97 active+clean; 144 MiB data, 439 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.3 MiB/s wr, 495 op/s 2023-11-08T23:36:16.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:15 smithi124 ceph-mon[139817]: pgmap v192: 97 pgs: 97 active+clean; 144 MiB data, 439 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.3 MiB/s wr, 495 op/s 2023-11-08T23:36:16.658 INFO:teuthology.orchestra.run.smithi104.stdout: 5 11510 11.35 MB/sec warmup 35 sec latency 131.105 ms 2023-11-08T23:36:17.659 INFO:teuthology.orchestra.run.smithi104.stdout: 5 11817 11.14 MB/sec warmup 36 sec latency 129.722 ms 2023-11-08T23:36:18.208 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:17 smithi104 ceph-mon[137171]: pgmap v193: 97 pgs: 97 active+clean; 154 MiB data, 435 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.8 MiB/s wr, 438 op/s 2023-11-08T23:36:18.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:17 smithi124 ceph-mon[139817]: pgmap v193: 97 pgs: 97 active+clean; 154 MiB data, 435 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.8 MiB/s wr, 438 op/s 2023-11-08T23:36:18.658 INFO:teuthology.orchestra.run.smithi104.stdout: 5 12119 11.06 MB/sec warmup 37 sec latency 114.861 ms 2023-11-08T23:36:19.658 INFO:teuthology.orchestra.run.smithi104.stdout: 5 12366 10.86 MB/sec warmup 38 sec latency 125.495 ms 2023-11-08T23:36:20.234 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:19 smithi104 ceph-mon[137171]: pgmap v194: 97 pgs: 97 active+clean; 154 MiB data, 425 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.4 MiB/s wr, 433 op/s 2023-11-08T23:36:20.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:19 smithi124 ceph-mon[139817]: pgmap v194: 97 pgs: 97 active+clean; 154 MiB data, 425 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.4 MiB/s wr, 433 op/s 2023-11-08T23:36:20.666 INFO:teuthology.orchestra.run.smithi104.stdout: 5 12733 10.93 MB/sec warmup 39 sec latency 130.269 ms 2023-11-08T23:36:21.666 INFO:teuthology.orchestra.run.smithi104.stdout: 5 13044 10.79 MB/sec warmup 40 sec latency 125.141 ms 2023-11-08T23:36:22.035 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:22 smithi104 ceph-mon[137171]: pgmap v195: 97 pgs: 97 active+clean; 152 MiB data, 469 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.6 MiB/s wr, 568 op/s 2023-11-08T23:36:22.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:22 smithi124 ceph-mon[139817]: pgmap v195: 97 pgs: 97 active+clean; 152 MiB data, 469 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.6 MiB/s wr, 568 op/s 2023-11-08T23:36:22.674 INFO:teuthology.orchestra.run.smithi104.stdout: 5 13453 10.88 MB/sec warmup 41 sec latency 127.350 ms 2023-11-08T23:36:23.674 INFO:teuthology.orchestra.run.smithi104.stdout: 5 13756 10.79 MB/sec warmup 42 sec latency 98.350 ms 2023-11-08T23:36:24.072 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:24 smithi104 ceph-mon[137171]: pgmap v196: 97 pgs: 97 active+clean; 151 MiB data, 491 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 424 op/s 2023-11-08T23:36:24.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:24 smithi124 ceph-mon[139817]: pgmap v196: 97 pgs: 97 active+clean; 151 MiB data, 491 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.6 MiB/s wr, 424 op/s 2023-11-08T23:36:24.677 INFO:teuthology.orchestra.run.smithi104.stdout: 5 14083 10.86 MB/sec warmup 43 sec latency 126.758 ms 2023-11-08T23:36:25.677 INFO:teuthology.orchestra.run.smithi104.stdout: 5 14436 10.82 MB/sec warmup 44 sec latency 138.707 ms 2023-11-08T23:36:26.118 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:26 smithi104 ceph-mon[137171]: pgmap v197: 97 pgs: 97 active+clean; 154 MiB data, 501 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 491 op/s 2023-11-08T23:36:26.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:26 smithi124 ceph-mon[139817]: pgmap v197: 97 pgs: 97 active+clean; 154 MiB data, 501 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.2 MiB/s wr, 491 op/s 2023-11-08T23:36:26.678 INFO:teuthology.orchestra.run.smithi104.stdout: 5 14907 10.91 MB/sec warmup 45 sec latency 90.673 ms 2023-11-08T23:36:27.680 INFO:teuthology.orchestra.run.smithi104.stdout: 5 15121 10.75 MB/sec warmup 46 sec latency 112.052 ms 2023-11-08T23:36:28.165 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:28 smithi104 ceph-mon[137171]: pgmap v198: 97 pgs: 97 active+clean; 162 MiB data, 531 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 512 op/s 2023-11-08T23:36:28.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:28 smithi124 ceph-mon[139817]: pgmap v198: 97 pgs: 97 active+clean; 162 MiB data, 531 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 512 op/s 2023-11-08T23:36:28.680 INFO:teuthology.orchestra.run.smithi104.stdout: 5 15395 10.62 MB/sec warmup 47 sec latency 155.539 ms 2023-11-08T23:36:29.680 INFO:teuthology.orchestra.run.smithi104.stdout: 5 15687 10.52 MB/sec warmup 48 sec latency 126.380 ms 2023-11-08T23:36:30.209 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:30 smithi104 ceph-mon[137171]: pgmap v199: 97 pgs: 97 active+clean; 163 MiB data, 543 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-11-08T23:36:30.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:30 smithi124 ceph-mon[139817]: pgmap v199: 97 pgs: 97 active+clean; 163 MiB data, 543 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-11-08T23:36:30.680 INFO:teuthology.orchestra.run.smithi104.stdout: 5 15903 10.37 MB/sec warmup 49 sec latency 86.794 ms 2023-11-08T23:36:30.776 INFO:teuthology.orchestra.run.smithi104.stdout:true 2023-11-08T23:36:31.599 INFO:teuthology.orchestra.run.smithi104.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T23:36:31.600 INFO:teuthology.orchestra.run.smithi104.stdout:alertmanager.smithi104 smithi104 *:9093,9094 running (4m) 52s ago 5m 27.3M - ba2b418f427c 952411f0a91b 2023-11-08T23:36:31.600 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi104 smithi104 running (5m) 52s ago 5m 7000k - 17.2.0 e1d6a67b021e 820e40910fe5 2023-11-08T23:36:31.600 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi124 smithi124 running (4m) 53s ago 4m 7163k - 17.2.0 e1d6a67b021e 58b484174f8b 2023-11-08T23:36:31.600 INFO:teuthology.orchestra.run.smithi104.stdout:grafana.smithi104 smithi104 *:3000 running (4m) 52s ago 5m 46.9M - 8.3.5 dad864ee21e9 a3b58d477666 2023-11-08T23:36:31.600 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi104.dnntgp smithi104 running (72s) 52s ago 72s 19.2M - 17.2.0 e1d6a67b021e d59e6c12ffc9 2023-11-08T23:36:31.601 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi124.elebcx smithi124 running (70s) 53s ago 70s 14.6M - 17.2.0 e1d6a67b021e ce0430cf858f 2023-11-08T23:36:31.601 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi104.kxwemz smithi104 *:9283 running (6m) 52s ago 6m 477M - 17.2.0 e1d6a67b021e 8c3800c2f26c 2023-11-08T23:36:31.601 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi124.xydlqy smithi124 *:8443,9283 running (4m) 53s ago 4m 419M - 17.2.0 e1d6a67b021e a7d894918a1d 2023-11-08T23:36:31.601 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi104 smithi104 running (6m) 52s ago 6m 77.3M 2048M 17.2.0 e1d6a67b021e bffc2bafb7cc 2023-11-08T23:36:31.601 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi124 smithi124 running (4m) 53s ago 4m 60.7M 2048M 17.2.0 e1d6a67b021e b4809e7b222c 2023-11-08T23:36:31.602 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.0.0.smithi104.vsrxmu smithi104 *:2049 running (60s) 52s ago 60s 56.0M - 4.0 e1d6a67b021e 8323292f3c77 2023-11-08T23:36:31.602 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.1.0.smithi124.vadbwo smithi124 *:2049 running (55s) 53s ago 55s 57.8M - 4.0 e1d6a67b021e 2ab9dedb4678 2023-11-08T23:36:31.602 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi104 smithi104 *:9100 running (4m) 52s ago 4m 24.3M - 1dbe0e931976 2796a41215e1 2023-11-08T23:36:31.602 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi124 smithi124 *:9100 running (4m) 53s ago 4m 25.0M - 1dbe0e931976 9652c2d20220 2023-11-08T23:36:31.602 INFO:teuthology.orchestra.run.smithi104.stdout:osd.0 smithi104 running (4m) 52s ago 4m 54.2M 3224M 17.2.0 e1d6a67b021e aa02626b19f2 2023-11-08T23:36:31.603 INFO:teuthology.orchestra.run.smithi104.stdout:osd.1 smithi104 running (3m) 52s ago 3m 58.3M 3224M 17.2.0 e1d6a67b021e 8410502f2c96 2023-11-08T23:36:31.603 INFO:teuthology.orchestra.run.smithi104.stdout:osd.2 smithi104 running (3m) 52s ago 3m 51.9M 3224M 17.2.0 e1d6a67b021e 504644f50577 2023-11-08T23:36:31.603 INFO:teuthology.orchestra.run.smithi104.stdout:osd.3 smithi104 running (3m) 52s ago 3m 50.7M 3224M 17.2.0 e1d6a67b021e 6a29f2f8c1f1 2023-11-08T23:36:31.603 INFO:teuthology.orchestra.run.smithi104.stdout:osd.4 smithi124 running (2m) 53s ago 2m 52.2M 3992M 17.2.0 e1d6a67b021e e438f6522b51 2023-11-08T23:36:31.603 INFO:teuthology.orchestra.run.smithi104.stdout:osd.5 smithi124 running (2m) 53s ago 2m 49.0M 3992M 17.2.0 e1d6a67b021e 30b21f3fa0fa 2023-11-08T23:36:31.604 INFO:teuthology.orchestra.run.smithi104.stdout:osd.6 smithi124 running (2m) 53s ago 2m 50.5M 3992M 17.2.0 e1d6a67b021e f2877ef3fd15 2023-11-08T23:36:31.604 INFO:teuthology.orchestra.run.smithi104.stdout:osd.7 smithi124 running (2m) 53s ago 2m 50.4M 3992M 17.2.0 e1d6a67b021e bbde3bafc33b 2023-11-08T23:36:31.604 INFO:teuthology.orchestra.run.smithi104.stdout:prometheus.smithi104 smithi104 *:9095 running (4m) 52s ago 4m 60.2M - 514e6a882f6e 893aeb55c407 2023-11-08T23:36:31.680 INFO:teuthology.orchestra.run.smithi104.stdout: 5 16152 10.33 MB/sec warmup 50 sec latency 147.854 ms 2023-11-08T23:36:32.122 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:36:32.122 INFO:teuthology.orchestra.run.smithi104.stdout: "mon": { 2023-11-08T23:36:32.123 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:36:32.123 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:36:32.123 INFO:teuthology.orchestra.run.smithi104.stdout: "mgr": { 2023-11-08T23:36:32.123 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:36:32.123 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:36:32.124 INFO:teuthology.orchestra.run.smithi104.stdout: "osd": { 2023-11-08T23:36:32.124 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-08T23:36:32.124 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:36:32.124 INFO:teuthology.orchestra.run.smithi104.stdout: "mds": { 2023-11-08T23:36:32.124 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:36:32.124 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:36:32.125 INFO:teuthology.orchestra.run.smithi104.stdout: "overall": { 2023-11-08T23:36:32.125 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-08T23:36:32.125 INFO:teuthology.orchestra.run.smithi104.stdout: } 2023-11-08T23:36:32.125 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:36:32.278 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:32 smithi104 ceph-mon[137171]: pgmap v200: 97 pgs: 97 active+clean; 167 MiB data, 578 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.4 MiB/s wr, 534 op/s 2023-11-08T23:36:32.279 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:32 smithi104 ceph-mon[137171]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:36:32.279 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:32 smithi104 ceph-mon[137171]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:36:32.279 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:32 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/587981604' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:36:32.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:32 smithi124 ceph-mon[139817]: pgmap v200: 97 pgs: 97 active+clean; 167 MiB data, 578 MiB used, 715 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.4 MiB/s wr, 534 op/s 2023-11-08T23:36:32.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:32 smithi124 ceph-mon[139817]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:36:32.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:32 smithi124 ceph-mon[139817]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:36:32.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:32 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/587981604' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:36:32.580 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:36:32.581 INFO:teuthology.orchestra.run.smithi104.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db", 2023-11-08T23:36:32.581 INFO:teuthology.orchestra.run.smithi104.stdout: "in_progress": true, 2023-11-08T23:36:32.581 INFO:teuthology.orchestra.run.smithi104.stdout: "services_complete": [], 2023-11-08T23:36:32.581 INFO:teuthology.orchestra.run.smithi104.stdout: "progress": "", 2023-11-08T23:36:32.581 INFO:teuthology.orchestra.run.smithi104.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:c5dca1b39843ab5db10818164a43fe9d7a0543db image" 2023-11-08T23:36:32.582 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:36:32.683 INFO:teuthology.orchestra.run.smithi104.stdout: 5 16453 10.27 MB/sec warmup 51 sec latency 88.087 ms 2023-11-08T23:36:33.118 INFO:teuthology.orchestra.run.smithi104.stdout:HEALTH_OK 2023-11-08T23:36:33.309 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:33 smithi104 ceph-mon[137171]: from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:36:33.310 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:33 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/2997307793' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:36:33.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:33 smithi124 ceph-mon[139817]: from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:36:33.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:33 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/2997307793' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:36:33.683 INFO:teuthology.orchestra.run.smithi104.stdout: 5 16905 10.37 MB/sec warmup 52 sec latency 126.855 ms 2023-11-08T23:36:34.324 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:34 smithi104 ceph-mon[137171]: pgmap v201: 97 pgs: 97 active+clean; 168 MiB data, 591 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-11-08T23:36:34.324 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:34 smithi104 ceph-mon[137171]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:36:34.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:34 smithi124 ceph-mon[139817]: pgmap v201: 97 pgs: 97 active+clean; 168 MiB data, 591 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-11-08T23:36:34.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:34 smithi124 ceph-mon[139817]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:36:34.683 INFO:teuthology.orchestra.run.smithi104.stdout: 5 17295 10.39 MB/sec warmup 53 sec latency 136.160 ms 2023-11-08T23:36:35.683 INFO:teuthology.orchestra.run.smithi104.stdout: 5 17646 10.42 MB/sec warmup 54 sec latency 129.898 ms 2023-11-08T23:36:36.392 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:36 smithi104 ceph-mon[137171]: pgmap v202: 97 pgs: 97 active+clean; 167 MiB data, 598 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.7 MiB/s wr, 471 op/s 2023-11-08T23:36:36.392 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:36 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:36:36.392 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:36 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:36:36.393 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:36 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:36:36.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:36 smithi124 ceph-mon[139817]: pgmap v202: 97 pgs: 97 active+clean; 167 MiB data, 598 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 4.7 MiB/s wr, 471 op/s 2023-11-08T23:36:36.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:36 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:36:36.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:36 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:36:36.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:36 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:36:36.683 INFO:teuthology.orchestra.run.smithi104.stdout: 5 17986 10.39 MB/sec warmup 55 sec latency 129.842 ms 2023-11-08T23:36:37.403 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:37 smithi104 ceph-mon[137171]: Upgrade: Target is version 18.0.0-7194-gc5dca1b3 (unknown) 2023-11-08T23:36:37.404 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:37 smithi104 ceph-mon[137171]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:486fc1073b02988a3b6858476c60d891c6a0722384cf11ac998ee5339a2e5478, digests ['quay.ceph.io/ceph-ci/ceph@sha256:486fc1073b02988a3b6858476c60d891c6a0722384cf11ac998ee5339a2e5478'] 2023-11-08T23:36:37.404 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:37 smithi104 ceph-mon[137171]: Upgrade: Need to upgrade myself (mgr.smithi104.kxwemz) 2023-11-08T23:36:37.404 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:37 smithi104 ceph-mon[137171]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:486fc1073b02988a3b6858476c60d891c6a0722384cf11ac998ee5339a2e5478 on smithi124 2023-11-08T23:36:37.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:37 smithi124 ceph-mon[139817]: Upgrade: Target is version 18.0.0-7194-gc5dca1b3 (unknown) 2023-11-08T23:36:37.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:37 smithi124 ceph-mon[139817]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:486fc1073b02988a3b6858476c60d891c6a0722384cf11ac998ee5339a2e5478, digests ['quay.ceph.io/ceph-ci/ceph@sha256:486fc1073b02988a3b6858476c60d891c6a0722384cf11ac998ee5339a2e5478'] 2023-11-08T23:36:37.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:37 smithi124 ceph-mon[139817]: Upgrade: Need to upgrade myself (mgr.smithi104.kxwemz) 2023-11-08T23:36:37.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:37 smithi124 ceph-mon[139817]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:486fc1073b02988a3b6858476c60d891c6a0722384cf11ac998ee5339a2e5478 on smithi124 2023-11-08T23:36:37.683 INFO:teuthology.orchestra.run.smithi104.stdout: 5 18360 10.46 MB/sec warmup 56 sec latency 177.781 ms 2023-11-08T23:36:38.426 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:38 smithi104 ceph-mon[137171]: pgmap v203: 97 pgs: 97 active+clean; 168 MiB data, 608 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.5 MiB/s wr, 426 op/s 2023-11-08T23:36:38.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:38 smithi124 ceph-mon[139817]: pgmap v203: 97 pgs: 97 active+clean; 168 MiB data, 608 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 4.5 MiB/s wr, 426 op/s 2023-11-08T23:36:38.683 INFO:teuthology.orchestra.run.smithi104.stdout: 5 18749 10.35 MB/sec warmup 57 sec latency 121.029 ms 2023-11-08T23:36:39.684 INFO:teuthology.orchestra.run.smithi104.stdout: 5 19198 10.31 MB/sec warmup 58 sec latency 107.298 ms 2023-11-08T23:36:40.214 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:40 smithi104 ceph-mon[137171]: pgmap v204: 97 pgs: 97 active+clean; 174 MiB data, 633 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2023-11-08T23:36:40.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:40 smithi124 ceph-mon[139817]: pgmap v204: 97 pgs: 97 active+clean; 174 MiB data, 633 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.3 MiB/s wr, 415 op/s 2023-11-08T23:36:40.684 INFO:teuthology.orchestra.run.smithi104.stdout: 5 19676 10.36 MB/sec warmup 59 sec latency 130.526 ms 2023-11-08T23:36:41.224 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/trash_purge_schedule"}]: dispatch 2023-11-08T23:36:41.224 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:41 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:36:41.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:41 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/trash_purge_schedule"}]: dispatch 2023-11-08T23:36:41.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:41 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi104.kxwemz/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:36:41.684 INFO:teuthology.orchestra.run.smithi104.stdout: 5 20210 10.42 MB/sec warmup 60 sec latency 87.678 ms 2023-11-08T23:36:42.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:42 smithi104 ceph-mon[137171]: pgmap v205: 97 pgs: 97 active+clean; 183 MiB data, 691 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.9 MiB/s wr, 589 op/s 2023-11-08T23:36:42.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:42 smithi124 ceph-mon[139817]: pgmap v205: 97 pgs: 97 active+clean; 183 MiB data, 691 MiB used, 715 GiB / 715 GiB avail; 9.8 KiB/s rd, 5.9 MiB/s wr, 589 op/s 2023-11-08T23:36:42.684 INFO:teuthology.orchestra.run.smithi104.stdout: 5 20646 10.47 MB/sec warmup 61 sec latency 136.265 ms 2023-11-08T23:36:43.684 INFO:teuthology.orchestra.run.smithi104.stdout: 5 21019 10.51 MB/sec warmup 62 sec latency 207.915 ms 2023-11-08T23:36:44.281 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:44 smithi104 ceph-mon[137171]: pgmap v206: 97 pgs: 97 active+clean; 182 MiB data, 701 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.5 MiB/s wr, 444 op/s 2023-11-08T23:36:44.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:44 smithi124 ceph-mon[139817]: pgmap v206: 97 pgs: 97 active+clean; 182 MiB data, 701 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.5 MiB/s wr, 444 op/s 2023-11-08T23:36:44.684 INFO:teuthology.orchestra.run.smithi104.stdout: 5 21422 10.56 MB/sec warmup 63 sec latency 164.499 ms 2023-11-08T23:36:45.684 INFO:teuthology.orchestra.run.smithi104.stdout: 5 21792 10.58 MB/sec warmup 64 sec latency 128.066 ms 2023-11-08T23:36:46.332 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:46 smithi104 ceph-mon[137171]: pgmap v207: 97 pgs: 97 active+clean; 182 MiB data, 720 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.5 MiB/s wr, 487 op/s 2023-11-08T23:36:46.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:46 smithi124 ceph-mon[139817]: pgmap v207: 97 pgs: 97 active+clean; 182 MiB data, 720 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 5.5 MiB/s wr, 487 op/s 2023-11-08T23:36:46.684 INFO:teuthology.orchestra.run.smithi104.stdout: 5 22163 10.54 MB/sec warmup 65 sec latency 123.795 ms 2023-11-08T23:36:47.684 INFO:teuthology.orchestra.run.smithi104.stdout: 5 22560 10.47 MB/sec warmup 66 sec latency 126.887 ms 2023-11-08T23:36:48.353 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:48 smithi104 ceph-mon[137171]: pgmap v208: 97 pgs: 97 active+clean; 187 MiB data, 728 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.8 MiB/s wr, 557 op/s 2023-11-08T23:36:48.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:48 smithi124 ceph-mon[139817]: pgmap v208: 97 pgs: 97 active+clean; 187 MiB data, 728 MiB used, 715 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.8 MiB/s wr, 557 op/s 2023-11-08T23:36:48.684 INFO:teuthology.orchestra.run.smithi104.stdout: 5 22960 10.42 MB/sec warmup 67 sec latency 126.971 ms 2023-11-08T23:36:49.684 INFO:teuthology.orchestra.run.smithi104.stdout: 5 23449 10.45 MB/sec warmup 68 sec latency 118.576 ms 2023-11-08T23:36:50.385 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:50 smithi104 ceph-mon[137171]: pgmap v209: 97 pgs: 97 active+clean; 189 MiB data, 737 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.8 MiB/s wr, 550 op/s 2023-11-08T23:36:50.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:50 smithi124 ceph-mon[139817]: pgmap v209: 97 pgs: 97 active+clean; 189 MiB data, 737 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.8 MiB/s wr, 550 op/s 2023-11-08T23:36:50.685 INFO:teuthology.orchestra.run.smithi104.stdout: 5 23874 10.50 MB/sec warmup 69 sec latency 126.147 ms 2023-11-08T23:36:51.690 INFO:teuthology.orchestra.run.smithi104.stdout: 5 24206 10.47 MB/sec warmup 70 sec latency 129.865 ms 2023-11-08T23:36:52.440 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:52 smithi104 ceph-mon[137171]: pgmap v210: 97 pgs: 97 active+clean; 192 MiB data, 792 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.9 MiB/s wr, 672 op/s 2023-11-08T23:36:52.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:52 smithi124 ceph-mon[139817]: pgmap v210: 97 pgs: 97 active+clean; 192 MiB data, 792 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.9 MiB/s wr, 672 op/s 2023-11-08T23:36:52.700 INFO:teuthology.orchestra.run.smithi104.stdout: 5 24722 10.56 MB/sec warmup 71 sec latency 141.981 ms 2023-11-08T23:36:53.453 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:53 smithi104 ceph-mon[137171]: pgmap v211: 97 pgs: 97 active+clean; 191 MiB data, 798 MiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.3 MiB/s wr, 518 op/s 2023-11-08T23:36:53.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:53 smithi124 ceph-mon[139817]: pgmap v211: 97 pgs: 97 active+clean; 191 MiB data, 798 MiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.3 MiB/s wr, 518 op/s 2023-11-08T23:36:53.700 INFO:teuthology.orchestra.run.smithi104.stdout: 5 25132 10.66 MB/sec warmup 72 sec latency 135.556 ms 2023-11-08T23:36:54.709 INFO:teuthology.orchestra.run.smithi104.stdout: 5 25529 10.65 MB/sec warmup 73 sec latency 127.263 ms 2023-11-08T23:36:55.709 INFO:teuthology.orchestra.run.smithi104.stdout: 5 25969 10.56 MB/sec warmup 74 sec latency 129.876 ms 2023-11-08T23:36:55.735 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:55 smithi104 ceph-mon[137171]: pgmap v212: 97 pgs: 97 active+clean; 198 MiB data, 822 MiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 6.5 MiB/s wr, 624 op/s 2023-11-08T23:36:55.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:55 smithi124 ceph-mon[139817]: pgmap v212: 97 pgs: 97 active+clean; 198 MiB data, 822 MiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 6.5 MiB/s wr, 624 op/s 2023-11-08T23:36:56.710 INFO:teuthology.orchestra.run.smithi104.stdout: 5 26361 10.56 MB/sec warmup 75 sec latency 109.768 ms 2023-11-08T23:36:57.709 INFO:teuthology.orchestra.run.smithi104.stdout: 5 26910 10.64 MB/sec warmup 76 sec latency 105.251 ms 2023-11-08T23:36:57.768 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:57 smithi104 ceph-mon[137171]: pgmap v213: 97 pgs: 97 active+clean; 203 MiB data, 825 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.4 MiB/s wr, 634 op/s 2023-11-08T23:36:57.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:57 smithi124 ceph-mon[139817]: pgmap v213: 97 pgs: 97 active+clean; 203 MiB data, 825 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.4 MiB/s wr, 634 op/s 2023-11-08T23:36:58.710 INFO:teuthology.orchestra.run.smithi104.stdout: 5 27453 10.61 MB/sec warmup 77 sec latency 127.300 ms 2023-11-08T23:36:59.535 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:36:59 smithi104 ceph-mon[137171]: pgmap v214: 97 pgs: 97 active+clean; 205 MiB data, 836 MiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.9 MiB/s wr, 563 op/s 2023-11-08T23:36:59.710 INFO:teuthology.orchestra.run.smithi104.stdout: 5 27771 10.61 MB/sec warmup 78 sec latency 129.558 ms 2023-11-08T23:36:59.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:36:59 smithi124 ceph-mon[139817]: pgmap v214: 97 pgs: 97 active+clean; 205 MiB data, 836 MiB used, 714 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.9 MiB/s wr, 563 op/s 2023-11-08T23:37:00.710 INFO:teuthology.orchestra.run.smithi104.stdout: 5 28269 10.74 MB/sec warmup 79 sec latency 164.843 ms 2023-11-08T23:37:01.569 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:01 smithi104 ceph-mon[137171]: pgmap v215: 97 pgs: 97 active+clean; 207 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 7.3 MiB/s wr, 764 op/s 2023-11-08T23:37:01.711 INFO:teuthology.orchestra.run.smithi104.stdout: 5 28730 10.83 MB/sec warmup 80 sec latency 132.248 ms 2023-11-08T23:37:01.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:01 smithi124 ceph-mon[139817]: pgmap v215: 97 pgs: 97 active+clean; 207 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 7.3 MiB/s wr, 764 op/s 2023-11-08T23:37:02.722 INFO:teuthology.orchestra.run.smithi104.stdout: 5 29018 10.78 MB/sec warmup 81 sec latency 138.021 ms 2023-11-08T23:37:03.097 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:02 smithi104 ceph-mon[137171]: Upgrade: Updating mgr.smithi124.xydlqy 2023-11-08T23:37:03.098 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:02 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:37:03.098 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:02 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi124.xydlqy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T23:37:03.098 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:02 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T23:37:03.098 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:02 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:37:03.098 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:02 smithi104 ceph-mon[137171]: Deploying daemon mgr.smithi124.xydlqy on smithi124 2023-11-08T23:37:03.207 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:02 smithi124 ceph-mon[139817]: Upgrade: Updating mgr.smithi124.xydlqy 2023-11-08T23:37:03.207 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:02 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:37:03.207 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:02 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi124.xydlqy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T23:37:03.208 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:02 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T23:37:03.208 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:02 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:37:03.208 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:02 smithi124 ceph-mon[139817]: Deploying daemon mgr.smithi124.xydlqy on smithi124 2023-11-08T23:37:03.569 INFO:teuthology.orchestra.run.smithi104.stdout:true 2023-11-08T23:37:03.722 INFO:teuthology.orchestra.run.smithi104.stdout: 5 29350 10.67 MB/sec warmup 82 sec latency 131.797 ms 2023-11-08T23:37:04.112 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:03 smithi104 ceph-mon[137171]: pgmap v216: 97 pgs: 97 active+clean; 210 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.0 MiB/s wr, 571 op/s 2023-11-08T23:37:04.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:03 smithi124 ceph-mon[139817]: pgmap v216: 97 pgs: 97 active+clean; 210 MiB data, 917 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.0 MiB/s wr, 571 op/s 2023-11-08T23:37:04.473 INFO:teuthology.orchestra.run.smithi104.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T23:37:04.473 INFO:teuthology.orchestra.run.smithi104.stdout:alertmanager.smithi104 smithi104 *:9093,9094 running (4m) 85s ago 5m 27.3M - ba2b418f427c 952411f0a91b 2023-11-08T23:37:04.473 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi104 smithi104 running (5m) 85s ago 5m 7000k - 17.2.0 e1d6a67b021e 820e40910fe5 2023-11-08T23:37:04.473 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi124 smithi124 running (5m) 86s ago 5m 7163k - 17.2.0 e1d6a67b021e 58b484174f8b 2023-11-08T23:37:04.474 INFO:teuthology.orchestra.run.smithi104.stdout:grafana.smithi104 smithi104 *:3000 running (4m) 85s ago 5m 46.9M - 8.3.5 dad864ee21e9 a3b58d477666 2023-11-08T23:37:04.474 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi104.dnntgp smithi104 running (105s) 85s ago 105s 19.2M - 17.2.0 e1d6a67b021e d59e6c12ffc9 2023-11-08T23:37:04.474 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi124.elebcx smithi124 running (103s) 86s ago 103s 14.6M - 17.2.0 e1d6a67b021e ce0430cf858f 2023-11-08T23:37:04.474 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi104.kxwemz smithi104 *:9283 running (6m) 85s ago 6m 477M - 17.2.0 e1d6a67b021e 8c3800c2f26c 2023-11-08T23:37:04.474 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi124.xydlqy smithi124 *:8443,9283 starting - - - - 2023-11-08T23:37:04.475 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi104 smithi104 running (6m) 85s ago 6m 77.3M 2048M 17.2.0 e1d6a67b021e bffc2bafb7cc 2023-11-08T23:37:04.475 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi124 smithi124 running (5m) 86s ago 5m 60.7M 2048M 17.2.0 e1d6a67b021e b4809e7b222c 2023-11-08T23:37:04.475 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.0.0.smithi104.vsrxmu smithi104 *:2049 running (93s) 85s ago 93s 56.0M - 4.0 e1d6a67b021e 8323292f3c77 2023-11-08T23:37:04.475 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.1.0.smithi124.vadbwo smithi124 *:2049 running (88s) 86s ago 88s 57.8M - 4.0 e1d6a67b021e 2ab9dedb4678 2023-11-08T23:37:04.475 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi104 smithi104 *:9100 running (5m) 85s ago 5m 24.3M - 1dbe0e931976 2796a41215e1 2023-11-08T23:37:04.476 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi124 smithi124 *:9100 running (5m) 86s ago 5m 25.0M - 1dbe0e931976 9652c2d20220 2023-11-08T23:37:04.476 INFO:teuthology.orchestra.run.smithi104.stdout:osd.0 smithi104 running (4m) 85s ago 4m 54.2M 3224M 17.2.0 e1d6a67b021e aa02626b19f2 2023-11-08T23:37:04.476 INFO:teuthology.orchestra.run.smithi104.stdout:osd.1 smithi104 running (4m) 85s ago 4m 58.3M 3224M 17.2.0 e1d6a67b021e 8410502f2c96 2023-11-08T23:37:04.476 INFO:teuthology.orchestra.run.smithi104.stdout:osd.2 smithi104 running (4m) 85s ago 4m 51.9M 3224M 17.2.0 e1d6a67b021e 504644f50577 2023-11-08T23:37:04.476 INFO:teuthology.orchestra.run.smithi104.stdout:osd.3 smithi104 running (3m) 85s ago 3m 50.7M 3224M 17.2.0 e1d6a67b021e 6a29f2f8c1f1 2023-11-08T23:37:04.476 INFO:teuthology.orchestra.run.smithi104.stdout:osd.4 smithi124 running (3m) 86s ago 3m 52.2M 3992M 17.2.0 e1d6a67b021e e438f6522b51 2023-11-08T23:37:04.477 INFO:teuthology.orchestra.run.smithi104.stdout:osd.5 smithi124 running (3m) 86s ago 3m 49.0M 3992M 17.2.0 e1d6a67b021e 30b21f3fa0fa 2023-11-08T23:37:04.477 INFO:teuthology.orchestra.run.smithi104.stdout:osd.6 smithi124 running (2m) 86s ago 2m 50.5M 3992M 17.2.0 e1d6a67b021e f2877ef3fd15 2023-11-08T23:37:04.477 INFO:teuthology.orchestra.run.smithi104.stdout:osd.7 smithi124 running (2m) 86s ago 2m 50.4M 3992M 17.2.0 e1d6a67b021e bbde3bafc33b 2023-11-08T23:37:04.477 INFO:teuthology.orchestra.run.smithi104.stdout:prometheus.smithi104 smithi104 *:9095 running (4m) 85s ago 4m 60.2M - 514e6a882f6e 893aeb55c407 2023-11-08T23:37:04.722 INFO:teuthology.orchestra.run.smithi104.stdout: 5 29622 10.59 MB/sec warmup 83 sec latency 104.643 ms 2023-11-08T23:37:05.016 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:37:05.016 INFO:teuthology.orchestra.run.smithi104.stdout: "mon": { 2023-11-08T23:37:05.016 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:37:05.017 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:37:05.017 INFO:teuthology.orchestra.run.smithi104.stdout: "mgr": { 2023-11-08T23:37:05.017 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:37:05.017 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:37:05.017 INFO:teuthology.orchestra.run.smithi104.stdout: "osd": { 2023-11-08T23:37:05.018 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-08T23:37:05.018 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:37:05.018 INFO:teuthology.orchestra.run.smithi104.stdout: "mds": { 2023-11-08T23:37:05.018 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:37:05.019 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:37:05.019 INFO:teuthology.orchestra.run.smithi104.stdout: "overall": { 2023-11-08T23:37:05.019 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-11-08T23:37:05.019 INFO:teuthology.orchestra.run.smithi104.stdout: } 2023-11-08T23:37:05.019 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:37:05.123 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:04 smithi104 ceph-mon[137171]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:37:05.123 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:04 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:37:05.124 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:04 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:37:05.124 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:04 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:37:05.124 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:04 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:37:05.124 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:04 smithi104 ceph-mon[137171]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:37:05.239 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:04 smithi124 ceph-mon[139817]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:37:05.240 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:04 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:37:05.240 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:04 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:37:05.240 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:04 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:37:05.240 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:04 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:37:05.241 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:04 smithi124 ceph-mon[139817]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:37:05.387 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:37:05.388 INFO:teuthology.orchestra.run.smithi104.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:486fc1073b02988a3b6858476c60d891c6a0722384cf11ac998ee5339a2e5478", 2023-11-08T23:37:05.388 INFO:teuthology.orchestra.run.smithi104.stdout: "in_progress": true, 2023-11-08T23:37:05.388 INFO:teuthology.orchestra.run.smithi104.stdout: "services_complete": [], 2023-11-08T23:37:05.388 INFO:teuthology.orchestra.run.smithi104.stdout: "progress": "", 2023-11-08T23:37:05.389 INFO:teuthology.orchestra.run.smithi104.stdout: "message": "Currently upgrading mgr daemons" 2023-11-08T23:37:05.389 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:37:05.722 INFO:teuthology.orchestra.run.smithi104.stdout: 5 29886 10.55 MB/sec warmup 84 sec latency 127.760 ms 2023-11-08T23:37:05.856 INFO:teuthology.orchestra.run.smithi104.stdout:HEALTH_OK 2023-11-08T23:37:06.139 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:05 smithi104 ceph-mon[137171]: from='client.24419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:37:06.139 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:05 smithi104 ceph-mon[137171]: pgmap v217: 97 pgs: 97 active+clean; 213 MiB data, 931 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.4 MiB/s wr, 577 op/s 2023-11-08T23:37:06.139 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:05 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/2984556680' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:37:06.140 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:05 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/164458822' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:37:06.273 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:05 smithi124 ceph-mon[139817]: from='client.24419 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:37:06.274 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:05 smithi124 ceph-mon[139817]: pgmap v217: 97 pgs: 97 active+clean; 213 MiB data, 931 MiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 6.4 MiB/s wr, 577 op/s 2023-11-08T23:37:06.274 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:05 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/2984556680' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:37:06.274 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:05 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/164458822' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:37:06.722 INFO:teuthology.orchestra.run.smithi104.stdout: 5 30286 10.58 MB/sec warmup 85 sec latency 126.630 ms 2023-11-08T23:37:07.156 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:06 smithi104 ceph-mon[137171]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:37:07.157 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:06 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:37:07.157 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:06 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:37:07.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:06 smithi124 ceph-mon[139817]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:37:07.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:06 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:37:07.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:06 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:37:07.722 INFO:teuthology.orchestra.run.smithi104.stdout: 5 30824 10.58 MB/sec warmup 86 sec latency 121.158 ms 2023-11-08T23:37:08.074 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:07 smithi124 ceph-mon[139817]: pgmap v218: 97 pgs: 97 active+clean; 216 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.0 MiB/s wr, 551 op/s 2023-11-08T23:37:08.177 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:07 smithi104 ceph-mon[137171]: pgmap v218: 97 pgs: 97 active+clean; 216 MiB data, 951 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.0 MiB/s wr, 551 op/s 2023-11-08T23:37:08.730 INFO:teuthology.orchestra.run.smithi104.stdout: 5 31159 10.56 MB/sec warmup 87 sec latency 136.180 ms 2023-11-08T23:37:09.730 INFO:teuthology.orchestra.run.smithi104.stdout: 5 31559 10.61 MB/sec warmup 88 sec latency 126.838 ms 2023-11-08T23:37:10.222 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:09 smithi104 ceph-mon[137171]: pgmap v219: 97 pgs: 97 active+clean; 217 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.6 MiB/s wr, 563 op/s 2023-11-08T23:37:10.222 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:09 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:37:10.222 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:09 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:37:10.223 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:09 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:37:10.223 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:09 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:37:10.223 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:09 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mgr fail", "who": "smithi104.kxwemz"}]: dispatch 2023-11-08T23:37:10.223 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:09 smithi104 ceph-mon[137171]: osdmap e68: 8 total, 8 up, 8 in 2023-11-08T23:37:10.293 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:09 smithi124 ceph-mon[139817]: pgmap v219: 97 pgs: 97 active+clean; 217 MiB data, 964 MiB used, 714 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.6 MiB/s wr, 563 op/s 2023-11-08T23:37:10.293 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:09 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:37:10.293 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:09 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:37:10.293 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:09 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' 2023-11-08T23:37:10.294 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:09 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:37:10.294 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:09 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "mgr fail", "who": "smithi104.kxwemz"}]: dispatch 2023-11-08T23:37:10.294 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:09 smithi124 ceph-mon[139817]: osdmap e68: 8 total, 8 up, 8 in 2023-11-08T23:37:10.730 INFO:teuthology.orchestra.run.smithi104.stdout: 5 32019 10.68 MB/sec warmup 89 sec latency 129.853 ms 2023-11-08T23:37:11.253 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:11 smithi104 ceph-mon[137171]: Upgrade: Need to upgrade myself (mgr.smithi104.kxwemz) 2023-11-08T23:37:11.254 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:11 smithi104 ceph-mon[137171]: Failing over to other MGR 2023-11-08T23:37:11.254 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:11 smithi104 ceph-mon[137171]: Standby manager daemon smithi104.kxwemz started 2023-11-08T23:37:11.254 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:11 smithi104 ceph-mon[137171]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "mgr fail", "who": "smithi104.kxwemz"}]': finished 2023-11-08T23:37:11.254 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:11 smithi104 ceph-mon[137171]: mgrmap e22: smithi124.xydlqy(active, starting, since 1.00666s), standbys: smithi104.kxwemz 2023-11-08T23:37:11.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:11 smithi124 ceph-mon[139817]: Upgrade: Need to upgrade myself (mgr.smithi104.kxwemz) 2023-11-08T23:37:11.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:11 smithi124 ceph-mon[139817]: Failing over to other MGR 2023-11-08T23:37:11.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:11 smithi124 ceph-mon[139817]: Standby manager daemon smithi104.kxwemz started 2023-11-08T23:37:11.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:11 smithi124 ceph-mon[139817]: from='mgr.14204 172.21.15.104:0/1935748658' entity='mgr.smithi104.kxwemz' cmd='[{"prefix": "mgr fail", "who": "smithi104.kxwemz"}]': finished 2023-11-08T23:37:11.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:11 smithi124 ceph-mon[139817]: mgrmap e22: smithi124.xydlqy(active, starting, since 1.00666s), standbys: smithi104.kxwemz 2023-11-08T23:37:11.730 INFO:teuthology.orchestra.run.smithi104.stdout: 5 32311 10.68 MB/sec warmup 90 sec latency 117.427 ms 2023-11-08T23:37:12.018 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:12 smithi104 ceph-mon[137171]: Active manager daemon smithi124.xydlqy restarted 2023-11-08T23:37:12.019 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:12 smithi104 ceph-mon[137171]: Activating manager daemon smithi124.xydlqy 2023-11-08T23:37:12.019 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:12 smithi104 ceph-mon[137171]: from='mgr.? 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi124.xydlqy/crt"}]: dispatch 2023-11-08T23:37:12.019 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:12 smithi104 ceph-mon[137171]: osdmap e69: 8 total, 8 up, 8 in 2023-11-08T23:37:12.019 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:12 smithi104 ceph-mon[137171]: from='mgr.? 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T23:37:12.020 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:12 smithi104 ceph-mon[137171]: from='mgr.? 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi124.xydlqy/key"}]: dispatch 2023-11-08T23:37:12.020 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:12 smithi104 ceph-mon[137171]: from='mgr.? 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T23:37:12.114 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:12 smithi124 ceph-mon[139817]: Active manager daemon smithi124.xydlqy restarted 2023-11-08T23:37:12.114 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:12 smithi124 ceph-mon[139817]: Activating manager daemon smithi124.xydlqy 2023-11-08T23:37:12.114 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:12 smithi124 ceph-mon[139817]: from='mgr.? 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi124.xydlqy/crt"}]: dispatch 2023-11-08T23:37:12.115 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:12 smithi124 ceph-mon[139817]: osdmap e69: 8 total, 8 up, 8 in 2023-11-08T23:37:12.115 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:12 smithi124 ceph-mon[139817]: from='mgr.? 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T23:37:12.115 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:12 smithi124 ceph-mon[139817]: from='mgr.? 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi124.xydlqy/key"}]: dispatch 2023-11-08T23:37:12.115 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:12 smithi124 ceph-mon[139817]: from='mgr.? 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T23:37:12.730 INFO:teuthology.orchestra.run.smithi104.stdout: 5 32581 10.61 MB/sec warmup 91 sec latency 123.505 ms 2023-11-08T23:37:13.045 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: mgrmap e23: smithi124.xydlqy(active, starting, since 0.163688s), standbys: smithi104.kxwemz 2023-11-08T23:37:13.045 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "mon metadata", "id": "smithi104"}]: dispatch 2023-11-08T23:37:13.045 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:37:13.046 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi104.dnntgp"}]: dispatch 2023-11-08T23:37:13.046 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi124.elebcx"}]: dispatch 2023-11-08T23:37:13.046 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "mgr metadata", "who": "smithi124.xydlqy", "id": "smithi124.xydlqy"}]: dispatch 2023-11-08T23:37:13.046 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "mgr metadata", "who": "smithi104.kxwemz", "id": "smithi104.kxwemz"}]: dispatch 2023-11-08T23:37:13.046 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:37:13.047 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:37:13.047 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:37:13.047 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T23:37:13.047 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T23:37:13.047 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T23:37:13.048 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T23:37:13.048 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T23:37:13.048 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T23:37:13.048 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T23:37:13.048 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T23:37:13.049 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: Manager daemon smithi124.xydlqy is now available 2023-11-08T23:37:13.049 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:13.049 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:37:13.049 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:37:13.049 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:37:13.050 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi124.xydlqy/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:37:13.050 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi124.xydlqy/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:37:13.050 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi124.xydlqy/trash_purge_schedule"}]: dispatch 2023-11-08T23:37:13.050 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi124.xydlqy/trash_purge_schedule"}]: dispatch 2023-11-08T23:37:13.050 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:13.051 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:13.051 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: Deploying cephadm binary to smithi124 2023-11-08T23:37:13.051 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:13 smithi104 ceph-mon[137171]: Deploying cephadm binary to smithi104 2023-11-08T23:37:13.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: mgrmap e23: smithi124.xydlqy(active, starting, since 0.163688s), standbys: smithi104.kxwemz 2023-11-08T23:37:13.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "mon metadata", "id": "smithi104"}]: dispatch 2023-11-08T23:37:13.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "mon metadata", "id": "smithi124"}]: dispatch 2023-11-08T23:37:13.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi104.dnntgp"}]: dispatch 2023-11-08T23:37:13.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi124.elebcx"}]: dispatch 2023-11-08T23:37:13.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "mgr metadata", "who": "smithi124.xydlqy", "id": "smithi124.xydlqy"}]: dispatch 2023-11-08T23:37:13.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "mgr metadata", "who": "smithi104.kxwemz", "id": "smithi104.kxwemz"}]: dispatch 2023-11-08T23:37:13.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T23:37:13.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T23:37:13.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T23:37:13.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T23:37:13.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T23:37:13.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T23:37:13.414 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T23:37:13.414 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T23:37:13.414 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T23:37:13.414 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T23:37:13.414 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T23:37:13.415 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: Manager daemon smithi124.xydlqy is now available 2023-11-08T23:37:13.415 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:13.415 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:37:13.415 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:37:13.415 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:37:13.416 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi124.xydlqy/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:37:13.416 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi124.xydlqy/mirror_snapshot_schedule"}]: dispatch 2023-11-08T23:37:13.416 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi124.xydlqy/trash_purge_schedule"}]: dispatch 2023-11-08T23:37:13.416 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi124.xydlqy/trash_purge_schedule"}]: dispatch 2023-11-08T23:37:13.416 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:13.417 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:13.417 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: Deploying cephadm binary to smithi124 2023-11-08T23:37:13.417 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:13 smithi124 ceph-mon[139817]: Deploying cephadm binary to smithi104 2023-11-08T23:37:13.730 INFO:teuthology.orchestra.run.smithi104.stdout: 5 32961 10.57 MB/sec warmup 92 sec latency 102.005 ms 2023-11-08T23:37:14.061 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:14 smithi104 ceph-mon[137171]: mgrmap e24: smithi124.xydlqy(active, since 1.18844s), standbys: smithi104.kxwemz 2023-11-08T23:37:14.062 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:14 smithi104 ceph-mon[137171]: pgmap v3: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-11-08T23:37:14.062 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:14 smithi104 ceph-mon[137171]: [08/Nov/2023:23:37:13] ENGINE Bus STARTING 2023-11-08T23:37:14.062 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:14 smithi104 ceph-mon[137171]: [08/Nov/2023:23:37:13] ENGINE Serving on https://172.21.15.124:7150 2023-11-08T23:37:14.062 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:14 smithi104 ceph-mon[137171]: [08/Nov/2023:23:37:13] ENGINE Serving on http://172.21.15.124:8765 2023-11-08T23:37:14.062 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:14 smithi104 ceph-mon[137171]: [08/Nov/2023:23:37:13] ENGINE Bus STARTED 2023-11-08T23:37:14.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:14 smithi124 ceph-mon[139817]: mgrmap e24: smithi124.xydlqy(active, since 1.18844s), standbys: smithi104.kxwemz 2023-11-08T23:37:14.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:14 smithi124 ceph-mon[139817]: pgmap v3: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-11-08T23:37:14.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:14 smithi124 ceph-mon[139817]: [08/Nov/2023:23:37:13] ENGINE Bus STARTING 2023-11-08T23:37:14.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:14 smithi124 ceph-mon[139817]: [08/Nov/2023:23:37:13] ENGINE Serving on https://172.21.15.124:7150 2023-11-08T23:37:14.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:14 smithi124 ceph-mon[139817]: [08/Nov/2023:23:37:13] ENGINE Serving on http://172.21.15.124:8765 2023-11-08T23:37:14.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:14 smithi124 ceph-mon[139817]: [08/Nov/2023:23:37:13] ENGINE Bus STARTED 2023-11-08T23:37:14.738 INFO:teuthology.orchestra.run.smithi104.stdout: 5 33277 10.56 MB/sec warmup 93 sec latency 129.919 ms 2023-11-08T23:37:15.096 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:15 smithi104 ceph-mon[137171]: pgmap v4: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-11-08T23:37:15.096 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:15 smithi104 ceph-mon[137171]: mgrmap e25: smithi124.xydlqy(active, since 2s), standbys: smithi104.kxwemz 2023-11-08T23:37:15.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:15 smithi124 ceph-mon[139817]: pgmap v4: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-11-08T23:37:15.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:15 smithi124 ceph-mon[139817]: mgrmap e25: smithi124.xydlqy(active, since 2s), standbys: smithi104.kxwemz 2023-11-08T23:37:15.738 INFO:teuthology.orchestra.run.smithi104.stdout: 5 33595 10.51 MB/sec warmup 94 sec latency 132.333 ms 2023-11-08T23:37:16.738 INFO:teuthology.orchestra.run.smithi104.stdout: 5 33977 10.46 MB/sec warmup 95 sec latency 104.833 ms 2023-11-08T23:37:17.149 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:17 smithi104 ceph-mon[137171]: pgmap v5: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-11-08T23:37:17.150 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:17 smithi104 ceph-mon[137171]: mgrmap e26: smithi124.xydlqy(active, since 4s), standbys: smithi104.kxwemz 2023-11-08T23:37:17.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:17 smithi124 ceph-mon[139817]: pgmap v5: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-11-08T23:37:17.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:17 smithi124 ceph-mon[139817]: mgrmap e26: smithi124.xydlqy(active, since 4s), standbys: smithi104.kxwemz 2023-11-08T23:37:17.738 INFO:teuthology.orchestra.run.smithi104.stdout: 5 34334 10.43 MB/sec warmup 96 sec latency 127.103 ms 2023-11-08T23:37:18.738 INFO:teuthology.orchestra.run.smithi104.stdout: 5 34666 10.43 MB/sec warmup 97 sec latency 130.320 ms 2023-11-08T23:37:19.341 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:19 smithi124 ceph-mon[139817]: pgmap v6: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-11-08T23:37:19.341 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:19 smithi124 ceph-mon[139817]: Standby manager daemon smithi104.kxwemz restarted 2023-11-08T23:37:19.341 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:19 smithi124 ceph-mon[139817]: Standby manager daemon smithi104.kxwemz started 2023-11-08T23:37:19.341 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:19 smithi124 ceph-mon[139817]: from='mgr.? 172.21.15.104:0/3855069516' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi104.kxwemz/crt"}]: dispatch 2023-11-08T23:37:19.342 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:19 smithi124 ceph-mon[139817]: from='mgr.? 172.21.15.104:0/3855069516' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T23:37:19.342 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:19 smithi124 ceph-mon[139817]: from='mgr.? 172.21.15.104:0/3855069516' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi104.kxwemz/key"}]: dispatch 2023-11-08T23:37:19.342 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:19 smithi124 ceph-mon[139817]: from='mgr.? 172.21.15.104:0/3855069516' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T23:37:19.363 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:19 smithi104 ceph-mon[137171]: pgmap v6: 97 pgs: 97 active+clean; 232 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail 2023-11-08T23:37:19.363 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:19 smithi104 ceph-mon[137171]: Standby manager daemon smithi104.kxwemz restarted 2023-11-08T23:37:19.363 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:19 smithi104 ceph-mon[137171]: Standby manager daemon smithi104.kxwemz started 2023-11-08T23:37:19.363 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:19 smithi104 ceph-mon[137171]: from='mgr.? 172.21.15.104:0/3855069516' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi104.kxwemz/crt"}]: dispatch 2023-11-08T23:37:19.364 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:19 smithi104 ceph-mon[137171]: from='mgr.? 172.21.15.104:0/3855069516' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T23:37:19.364 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:19 smithi104 ceph-mon[137171]: from='mgr.? 172.21.15.104:0/3855069516' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi104.kxwemz/key"}]: dispatch 2023-11-08T23:37:19.364 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:19 smithi104 ceph-mon[137171]: from='mgr.? 172.21.15.104:0/3855069516' entity='mgr.smithi104.kxwemz' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T23:37:19.745 INFO:teuthology.orchestra.run.smithi104.stdout: 5 35081 10.51 MB/sec warmup 98 sec latency 126.554 ms 2023-11-08T23:37:20.370 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:20 smithi104 ceph-mon[137171]: mgrmap e27: smithi124.xydlqy(active, since 7s), standbys: smithi104.kxwemz 2023-11-08T23:37:20.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:20 smithi124 ceph-mon[139817]: mgrmap e27: smithi124.xydlqy(active, since 7s), standbys: smithi104.kxwemz 2023-11-08T23:37:20.745 INFO:teuthology.orchestra.run.smithi104.stdout: 5 35630 10.61 MB/sec warmup 99 sec latency 101.212 ms 2023-11-08T23:37:21.535 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:21 smithi124 ceph-mon[139817]: pgmap v7: 97 pgs: 97 active+clean; 230 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 3.1 MiB/s wr, 383 op/s 2023-11-08T23:37:21.638 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:21 smithi104 ceph-mon[137171]: pgmap v7: 97 pgs: 97 active+clean; 230 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 36 KiB/s rd, 3.1 MiB/s wr, 383 op/s 2023-11-08T23:37:21.745 INFO:teuthology.orchestra.run.smithi104.stdout: 5 35936 10.58 MB/sec warmup 100 sec latency 130.088 ms 2023-11-08T23:37:22.754 INFO:teuthology.orchestra.run.smithi104.stdout: 5 36142 10.51 MB/sec warmup 101 sec latency 151.203 ms 2023-11-08T23:37:23.678 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:23 smithi104 ceph-mon[137171]: pgmap v8: 97 pgs: 97 active+clean; 230 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 2.4 MiB/s wr, 298 op/s 2023-11-08T23:37:23.678 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:23 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:23.678 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:23 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:23.764 INFO:teuthology.orchestra.run.smithi104.stdout: 5 36469 10.46 MB/sec warmup 102 sec latency 123.970 ms 2023-11-08T23:37:23.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:23 smithi124 ceph-mon[139817]: pgmap v8: 97 pgs: 97 active+clean; 230 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 28 KiB/s rd, 2.4 MiB/s wr, 298 op/s 2023-11-08T23:37:23.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:23 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:23.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:23 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:24.764 INFO:teuthology.orchestra.run.smithi104.stdout: 5 36852 10.42 MB/sec warmup 103 sec latency 131.726 ms 2023-11-08T23:37:25.464 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:25 smithi104 ceph-mon[137171]: pgmap v9: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.8 MiB/s wr, 473 op/s 2023-11-08T23:37:25.464 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:25 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:25.464 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:25 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:25.465 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:25 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:25.465 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:25 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:25.465 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:25 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:25.465 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:25 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:25.466 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:25 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:25.466 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:25 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:25.466 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:25 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:25.466 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:25 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:25.466 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:25 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:25.467 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:25 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:25.467 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:25 smithi104 ceph-mon[137171]: Adjusting osd_memory_target on smithi104 to 1944M 2023-11-08T23:37:25.467 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:25 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:25.467 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:25 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:25.467 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:25 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:25.677 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:25 smithi124 ceph-mon[139817]: pgmap v9: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 4.8 MiB/s wr, 473 op/s 2023-11-08T23:37:25.677 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:25 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:25.678 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:25 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:25.678 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:25 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:25.678 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:25 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:25.678 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:25 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:25.678 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:25 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:25.679 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:25 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:25.679 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:25 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:25.679 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:25 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:25.679 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:25 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:25.679 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:25 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:25.679 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:25 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:25.680 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:25 smithi124 ceph-mon[139817]: Adjusting osd_memory_target on smithi104 to 1944M 2023-11-08T23:37:25.680 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:25 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:25.680 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:25 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:25.680 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:25 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:25.764 INFO:teuthology.orchestra.run.smithi104.stdout: 5 37273 10.43 MB/sec warmup 104 sec latency 140.376 ms 2023-11-08T23:37:26.764 INFO:teuthology.orchestra.run.smithi104.stdout: 5 37725 10.43 MB/sec warmup 105 sec latency 126.946 ms 2023-11-08T23:37:27.505 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:27 smithi104 ceph-mon[137171]: pgmap v10: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-08T23:37:27.505 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:27 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:37:27.764 INFO:teuthology.orchestra.run.smithi104.stdout: 5 38189 10.45 MB/sec warmup 106 sec latency 126.976 ms 2023-11-08T23:37:27.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:27 smithi124 ceph-mon[139817]: pgmap v10: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-08T23:37:27.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:27 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:37:28.519 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:28 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:28.520 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:28 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:28.520 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:28 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:28.520 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:28 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:28.520 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:28 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:28.520 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:28 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:28.521 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:28 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:28.521 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:28 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:28.521 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:28 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:28.521 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:28 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:28.521 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:28 smithi104 ceph-mon[137171]: Adjusting osd_memory_target on smithi124 to 2712M 2023-11-08T23:37:28.522 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:28 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:28.522 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:28 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:37:28.522 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:28 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:37:28.522 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:28 smithi104 ceph-mon[137171]: Updating smithi104:/etc/ceph/ceph.conf 2023-11-08T23:37:28.522 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:28 smithi104 ceph-mon[137171]: Updating smithi124:/etc/ceph/ceph.conf 2023-11-08T23:37:28.523 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:28 smithi104 ceph-mon[137171]: Updating smithi124:/var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:37:28.523 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:28 smithi104 ceph-mon[137171]: Updating smithi104:/var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:37:28.764 INFO:teuthology.orchestra.run.smithi104.stdout: 5 38560 10.48 MB/sec warmup 107 sec latency 123.742 ms 2023-11-08T23:37:28.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:28 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:28.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:28 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:28.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:28 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:28.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:28 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:28.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:28 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:28.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:28 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:28.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:28 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:28.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:28 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:28.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:28 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:28.913 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:28 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T23:37:28.913 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:28 smithi124 ceph-mon[139817]: Adjusting osd_memory_target on smithi124 to 2712M 2023-11-08T23:37:28.913 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:28 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:28.913 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:28 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:37:28.913 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:28 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:37:28.914 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:28 smithi124 ceph-mon[139817]: Updating smithi104:/etc/ceph/ceph.conf 2023-11-08T23:37:28.914 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:28 smithi124 ceph-mon[139817]: Updating smithi124:/etc/ceph/ceph.conf 2023-11-08T23:37:28.914 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:28 smithi124 ceph-mon[139817]: Updating smithi124:/var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:37:28.915 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:28 smithi124 ceph-mon[139817]: Updating smithi104:/var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/config/ceph.conf 2023-11-08T23:37:29.770 INFO:teuthology.orchestra.run.smithi104.stdout: 5 38912 10.52 MB/sec warmup 108 sec latency 136.761 ms 2023-11-08T23:37:29.782 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:29 smithi104 ceph-mon[137171]: pgmap v11: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-08T23:37:29.782 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:29 smithi104 ceph-mon[137171]: Updating smithi124:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:37:29.783 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:29 smithi104 ceph-mon[137171]: Updating smithi104:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:37:29.783 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:29 smithi104 ceph-mon[137171]: Updating smithi124:/var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-08T23:37:29.783 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:29 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:29.783 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:29 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:29.783 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:29 smithi104 ceph-mon[137171]: Updating smithi104:/var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-08T23:37:29.783 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:29 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:29.784 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:29 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:29.784 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:29 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:29.784 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:29 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:29.784 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:29 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:29.784 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:29 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:29.785 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:29 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:29.785 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:29 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:29.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:29 smithi124 ceph-mon[139817]: pgmap v11: 97 pgs: 97 active+clean; 244 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 24 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-08T23:37:29.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:29 smithi124 ceph-mon[139817]: Updating smithi124:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:37:29.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:29 smithi124 ceph-mon[139817]: Updating smithi104:/etc/ceph/ceph.client.admin.keyring 2023-11-08T23:37:29.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:29 smithi124 ceph-mon[139817]: Updating smithi124:/var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-08T23:37:29.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:29 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:29.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:29 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:29.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:29 smithi124 ceph-mon[139817]: Updating smithi104:/var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/config/ceph.client.admin.keyring 2023-11-08T23:37:29.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:29 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:29.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:29 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:29.913 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:29 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:29.913 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:29 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:29.913 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:29 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:29.913 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:29 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:29.913 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:29 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:29.914 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:29 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:30.773 INFO:teuthology.orchestra.run.smithi104.stdout: 5 39273 10.53 MB/sec warmup 109 sec latency 130.019 ms 2023-11-08T23:37:30.811 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:30 smithi104 ceph-mon[137171]: Reconfiguring alertmanager.smithi104 (dependencies changed)... 2023-11-08T23:37:30.812 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:30 smithi104 ceph-mon[137171]: Reconfiguring daemon alertmanager.smithi104 on smithi104 2023-11-08T23:37:30.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:30 smithi124 ceph-mon[139817]: Reconfiguring alertmanager.smithi104 (dependencies changed)... 2023-11-08T23:37:30.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:30 smithi124 ceph-mon[139817]: Reconfiguring daemon alertmanager.smithi104 on smithi104 2023-11-08T23:37:31.773 INFO:teuthology.orchestra.run.smithi104.stdout: 5 39571 10.50 MB/sec warmup 110 sec latency 131.765 ms 2023-11-08T23:37:31.836 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:31 smithi104 ceph-mon[137171]: pgmap v12: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 6.6 MiB/s wr, 677 op/s 2023-11-08T23:37:32.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:31 smithi124 ceph-mon[139817]: pgmap v12: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 27 KiB/s rd, 6.6 MiB/s wr, 677 op/s 2023-11-08T23:37:32.773 INFO:teuthology.orchestra.run.smithi104.stdout: 5 39793 10.43 MB/sec warmup 111 sec latency 126.978 ms 2023-11-08T23:37:33.782 INFO:teuthology.orchestra.run.smithi104.stdout: 5 40085 10.38 MB/sec warmup 112 sec latency 129.163 ms 2023-11-08T23:37:33.867 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:33 smithi104 ceph-mon[137171]: pgmap v13: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.8 MiB/s wr, 454 op/s 2023-11-08T23:37:34.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:33 smithi124 ceph-mon[139817]: pgmap v13: 97 pgs: 97 active+clean; 246 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.8 MiB/s wr, 454 op/s 2023-11-08T23:37:34.782 INFO:teuthology.orchestra.run.smithi104.stdout: 5 40387 10.34 MB/sec warmup 113 sec latency 146.630 ms 2023-11-08T23:37:35.787 INFO:teuthology.orchestra.run.smithi104.stdout: 5 40698 10.31 MB/sec warmup 114 sec latency 125.899 ms 2023-11-08T23:37:35.947 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:35 smithi104 ceph-mon[137171]: pgmap v14: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 7.0 MiB/s wr, 643 op/s 2023-11-08T23:37:36.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:35 smithi124 ceph-mon[139817]: pgmap v14: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.5 KiB/s rd, 7.0 MiB/s wr, 643 op/s 2023-11-08T23:37:36.364 INFO:teuthology.orchestra.run.smithi104.stdout:true 2023-11-08T23:37:36.787 INFO:teuthology.orchestra.run.smithi104.stdout: 5 40928 10.28 MB/sec warmup 115 sec latency 120.341 ms 2023-11-08T23:37:37.298 INFO:teuthology.orchestra.run.smithi104.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T23:37:37.298 INFO:teuthology.orchestra.run.smithi104.stdout:alertmanager.smithi104 smithi104 *:9093,9094 running (5m) 13s ago 6m 28.8M - 0.23.0 ba2b418f427c 952411f0a91b 2023-11-08T23:37:37.298 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi104 smithi104 running (6m) 13s ago 6m 7000k - 17.2.0 e1d6a67b021e 820e40910fe5 2023-11-08T23:37:37.299 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi124 smithi124 running (5m) 12s ago 5m 7159k - 17.2.0 e1d6a67b021e 58b484174f8b 2023-11-08T23:37:37.299 INFO:teuthology.orchestra.run.smithi104.stdout:grafana.smithi104 smithi104 *:3000 running (5m) 13s ago 6m 58.9M - 8.3.5 dad864ee21e9 a3b58d477666 2023-11-08T23:37:37.299 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi104.dnntgp smithi104 running (2m) 13s ago 2m 39.1M - 17.2.0 e1d6a67b021e d59e6c12ffc9 2023-11-08T23:37:37.299 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi124.elebcx smithi124 running (2m) 12s ago 2m 15.4M - 17.2.0 e1d6a67b021e ce0430cf858f 2023-11-08T23:37:37.299 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi104.kxwemz smithi104 *:9283 running (7m) 13s ago 7m 414M - 17.2.0 e1d6a67b021e 8c3800c2f26c 2023-11-08T23:37:37.300 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi124.xydlqy smithi124 *:8443,9283 running (33s) 12s ago 5m 495M - 18.0.0-7194-gc5dca1b3 1cc06dd0f98d 352f10aa7956 2023-11-08T23:37:37.300 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi104 smithi104 running (7m) 13s ago 7m 92.3M 2048M 17.2.0 e1d6a67b021e bffc2bafb7cc 2023-11-08T23:37:37.300 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi124 smithi124 running (5m) 12s ago 5m 57.9M 2048M 17.2.0 e1d6a67b021e b4809e7b222c 2023-11-08T23:37:37.300 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.0.0.smithi104.vsrxmu smithi104 *:2049 running (2m) 13s ago 2m 270M - 4.0 e1d6a67b021e 8323292f3c77 2023-11-08T23:37:37.300 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.1.0.smithi124.vadbwo smithi124 *:2049 running (2m) 12s ago 2m 82.9M - 4.0 e1d6a67b021e 2ab9dedb4678 2023-11-08T23:37:37.301 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi104 smithi104 *:9100 running (6m) 13s ago 6m 26.5M - 1.3.1 1dbe0e931976 2796a41215e1 2023-11-08T23:37:37.301 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi124 smithi124 *:9100 running (5m) 12s ago 5m 25.4M - 1.3.1 1dbe0e931976 9652c2d20220 2023-11-08T23:37:37.301 INFO:teuthology.orchestra.run.smithi104.stdout:osd.0 smithi104 running (5m) 13s ago 5m 576M 1944M 17.2.0 e1d6a67b021e aa02626b19f2 2023-11-08T23:37:37.301 INFO:teuthology.orchestra.run.smithi104.stdout:osd.1 smithi104 running (4m) 13s ago 4m 378M 1944M 17.2.0 e1d6a67b021e 8410502f2c96 2023-11-08T23:37:37.301 INFO:teuthology.orchestra.run.smithi104.stdout:osd.2 smithi104 running (4m) 13s ago 4m 230M 1944M 17.2.0 e1d6a67b021e 504644f50577 2023-11-08T23:37:37.302 INFO:teuthology.orchestra.run.smithi104.stdout:osd.3 smithi104 running (4m) 13s ago 4m 555M 1944M 17.2.0 e1d6a67b021e 6a29f2f8c1f1 2023-11-08T23:37:37.302 INFO:teuthology.orchestra.run.smithi104.stdout:osd.4 smithi124 running (4m) 12s ago 4m 528M 2712M 17.2.0 e1d6a67b021e e438f6522b51 2023-11-08T23:37:37.302 INFO:teuthology.orchestra.run.smithi104.stdout:osd.5 smithi124 running (3m) 12s ago 3m 551M 2712M 17.2.0 e1d6a67b021e 30b21f3fa0fa 2023-11-08T23:37:37.302 INFO:teuthology.orchestra.run.smithi104.stdout:osd.6 smithi124 running (3m) 12s ago 3m 576M 2712M 17.2.0 e1d6a67b021e f2877ef3fd15 2023-11-08T23:37:37.302 INFO:teuthology.orchestra.run.smithi104.stdout:osd.7 smithi124 running (3m) 12s ago 3m 861M 2712M 17.2.0 e1d6a67b021e bbde3bafc33b 2023-11-08T23:37:37.303 INFO:teuthology.orchestra.run.smithi104.stdout:prometheus.smithi104 smithi104 *:9095 running (5m) 13s ago 5m 63.2M - 2.33.4 514e6a882f6e 893aeb55c407 2023-11-08T23:37:37.779 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:37 smithi104 ceph-mon[137171]: pgmap v15: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 433 op/s 2023-11-08T23:37:37.780 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:37 smithi104 ceph-mon[137171]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:37:37.780 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:37 smithi104 ceph-mon[137171]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:37:37.787 INFO:teuthology.orchestra.run.smithi104.stdout: 5 41252 10.27 MB/sec warmup 116 sec latency 121.626 ms 2023-11-08T23:37:37.835 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:37:37.836 INFO:teuthology.orchestra.run.smithi104.stdout: "mon": { 2023-11-08T23:37:37.836 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:37:37.836 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:37:37.836 INFO:teuthology.orchestra.run.smithi104.stdout: "mgr": { 2023-11-08T23:37:37.836 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-08T23:37:37.837 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)": 1 2023-11-08T23:37:37.837 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:37:37.837 INFO:teuthology.orchestra.run.smithi104.stdout: "osd": { 2023-11-08T23:37:37.837 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-08T23:37:37.837 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:37:37.838 INFO:teuthology.orchestra.run.smithi104.stdout: "mds": { 2023-11-08T23:37:37.838 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:37:37.838 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:37:37.838 INFO:teuthology.orchestra.run.smithi104.stdout: "overall": { 2023-11-08T23:37:37.838 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-08T23:37:37.839 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)": 1 2023-11-08T23:37:37.839 INFO:teuthology.orchestra.run.smithi104.stdout: } 2023-11-08T23:37:37.839 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:37:38.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:37 smithi124 ceph-mon[139817]: pgmap v15: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 433 op/s 2023-11-08T23:37:38.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:37 smithi124 ceph-mon[139817]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:37:38.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:37 smithi124 ceph-mon[139817]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:37:38.314 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:37:38.315 INFO:teuthology.orchestra.run.smithi104.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:486fc1073b02988a3b6858476c60d891c6a0722384cf11ac998ee5339a2e5478", 2023-11-08T23:37:38.315 INFO:teuthology.orchestra.run.smithi104.stdout: "in_progress": true, 2023-11-08T23:37:38.315 INFO:teuthology.orchestra.run.smithi104.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T23:37:38.315 INFO:teuthology.orchestra.run.smithi104.stdout: "services_complete": [], 2023-11-08T23:37:38.316 INFO:teuthology.orchestra.run.smithi104.stdout: "progress": "1/23 daemons upgraded", 2023-11-08T23:37:38.316 INFO:teuthology.orchestra.run.smithi104.stdout: "message": "", 2023-11-08T23:37:38.316 INFO:teuthology.orchestra.run.smithi104.stdout: "is_paused": false 2023-11-08T23:37:38.316 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:37:38.787 INFO:teuthology.orchestra.run.smithi104.stdout: 5 41608 10.26 MB/sec warmup 117 sec latency 121.423 ms 2023-11-08T23:37:38.805 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:38 smithi104 ceph-mon[137171]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:37:38.805 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:38 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/2230010086' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:37:38.806 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:38 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:38.806 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:38 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:38.806 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:38 smithi104 ceph-mon[137171]: Reconfiguring grafana.smithi104 (dependencies changed)... 2023-11-08T23:37:38.806 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:38 smithi104 ceph-mon[137171]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-08T23:37:38.806 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:38 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:38.807 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:38 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:38.807 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:38 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-08T23:37:38.926 INFO:teuthology.orchestra.run.smithi104.stdout:HEALTH_OK 2023-11-08T23:37:38.983 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:38 smithi124 ceph-mon[139817]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:37:38.983 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:38 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/2230010086' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:37:38.984 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:38 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:38.984 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:38 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:38.984 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:38 smithi124 ceph-mon[139817]: Reconfiguring grafana.smithi104 (dependencies changed)... 2023-11-08T23:37:38.984 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:38 smithi124 ceph-mon[139817]: Regenerating cephadm self-signed grafana TLS certificates 2023-11-08T23:37:38.984 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:38 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:38.985 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:38 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:38.985 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:38 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-08T23:37:39.787 INFO:teuthology.orchestra.run.smithi104.stdout: 5 41986 10.30 MB/sec warmup 118 sec latency 126.994 ms 2023-11-08T23:37:40.109 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:39 smithi104 ceph-mon[137171]: pgmap v16: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 433 op/s 2023-11-08T23:37:40.110 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:39 smithi104 ceph-mon[137171]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-08T23:37:40.110 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:39 smithi104 ceph-mon[137171]: Reconfiguring daemon grafana.smithi104 on smithi104 2023-11-08T23:37:40.110 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:39 smithi104 ceph-mon[137171]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:37:40.110 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:39 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/923420842' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:37:40.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:39 smithi124 ceph-mon[139817]: pgmap v16: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 433 op/s 2023-11-08T23:37:40.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:39 smithi124 ceph-mon[139817]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-08T23:37:40.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:39 smithi124 ceph-mon[139817]: Reconfiguring daemon grafana.smithi104 on smithi104 2023-11-08T23:37:40.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:39 smithi124 ceph-mon[139817]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:37:40.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:39 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/923420842' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:37:40.787 INFO:teuthology.orchestra.run.smithi104.stdout: 5 42251 10.27 MB/sec warmup 119 sec latency 133.449 ms 2023-11-08T23:37:41.882 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:41 smithi104 ceph-mon[137171]: pgmap v17: 97 pgs: 97 active+clean; 254 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.0 MiB/s wr, 614 op/s 2023-11-08T23:37:42.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:41 smithi124 ceph-mon[139817]: pgmap v17: 97 pgs: 97 active+clean; 254 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.0 MiB/s wr, 614 op/s 2023-11-08T23:37:42.797 INFO:teuthology.orchestra.run.smithi104.stdout: 5 42801 5.48 MB/sec execute 1 sec latency 125.276 ms 2023-11-08T23:37:42.918 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:42 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:37:43.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:42 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:37:43.797 INFO:teuthology.orchestra.run.smithi104.stdout: 5 43103 7.30 MB/sec execute 2 sec latency 132.912 ms 2023-11-08T23:37:43.937 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:43 smithi104 ceph-mon[137171]: pgmap v18: 97 pgs: 97 active+clean; 254 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-11-08T23:37:44.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:43 smithi124 ceph-mon[139817]: pgmap v18: 97 pgs: 97 active+clean; 254 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-11-08T23:37:44.797 INFO:teuthology.orchestra.run.smithi104.stdout: 5 43305 6.05 MB/sec execute 3 sec latency 141.528 ms 2023-11-08T23:37:45.648 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:45 smithi104 ceph-mon[137171]: pgmap v19: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.0 MiB/s wr, 544 op/s 2023-11-08T23:37:45.798 INFO:teuthology.orchestra.run.smithi104.stdout: 5 43552 5.92 MB/sec execute 4 sec latency 124.113 ms 2023-11-08T23:37:45.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:45 smithi124 ceph-mon[139817]: pgmap v19: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.0 MiB/s wr, 544 op/s 2023-11-08T23:37:46.798 INFO:teuthology.orchestra.run.smithi104.stdout: 5 43831 6.31 MB/sec execute 5 sec latency 139.469 ms 2023-11-08T23:37:47.742 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:47 smithi104 ceph-mon[137171]: pgmap v20: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-11-08T23:37:47.798 INFO:teuthology.orchestra.run.smithi104.stdout: 5 44130 5.67 MB/sec execute 6 sec latency 104.100 ms 2023-11-08T23:37:47.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:47 smithi124 ceph-mon[139817]: pgmap v20: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-11-08T23:37:48.804 INFO:teuthology.orchestra.run.smithi104.stdout: 5 44445 5.95 MB/sec execute 7 sec latency 201.190 ms 2023-11-08T23:37:49.786 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:49 smithi104 ceph-mon[137171]: pgmap v21: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-11-08T23:37:49.798 INFO:teuthology.orchestra.run.smithi104.stdout: 5 44888 6.92 MB/sec execute 8 sec latency 127.676 ms 2023-11-08T23:37:49.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:49 smithi124 ceph-mon[139817]: pgmap v21: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-11-08T23:37:50.805 INFO:teuthology.orchestra.run.smithi104.stdout: 5 45240 7.07 MB/sec execute 9 sec latency 158.707 ms 2023-11-08T23:37:51.589 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:51 smithi104 ceph-mon[137171]: pgmap v22: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.0 MiB/s wr, 527 op/s 2023-11-08T23:37:51.811 INFO:teuthology.orchestra.run.smithi104.stdout: 5 45702 8.16 MB/sec execute 10 sec latency 164.659 ms 2023-11-08T23:37:51.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:51 smithi124 ceph-mon[139817]: pgmap v22: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.0 MiB/s wr, 527 op/s 2023-11-08T23:37:52.811 INFO:teuthology.orchestra.run.smithi104.stdout: 5 46087 8.51 MB/sec execute 11 sec latency 120.813 ms 2023-11-08T23:37:53.639 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:53 smithi104 ceph-mon[137171]: pgmap v23: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-11-08T23:37:53.816 INFO:teuthology.orchestra.run.smithi104.stdout: 5 46507 8.73 MB/sec execute 12 sec latency 135.676 ms 2023-11-08T23:37:53.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:53 smithi124 ceph-mon[139817]: pgmap v23: 97 pgs: 97 active+clean; 265 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 346 op/s 2023-11-08T23:37:54.816 INFO:teuthology.orchestra.run.smithi104.stdout: 5 46838 8.50 MB/sec execute 13 sec latency 134.287 ms 2023-11-08T23:37:55.660 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:55 smithi104 ceph-mon[137171]: pgmap v24: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.2 MiB/s wr, 574 op/s 2023-11-08T23:37:55.816 INFO:teuthology.orchestra.run.smithi104.stdout: 5 47239 8.80 MB/sec execute 14 sec latency 130.991 ms 2023-11-08T23:37:55.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:55 smithi124 ceph-mon[139817]: pgmap v24: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.2 MiB/s wr, 574 op/s 2023-11-08T23:37:56.821 INFO:teuthology.orchestra.run.smithi104.stdout: 5 47691 8.63 MB/sec execute 15 sec latency 130.503 ms 2023-11-08T23:37:57.693 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:57 smithi104 ceph-mon[137171]: pgmap v25: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-11-08T23:37:57.693 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:57 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:37:57.821 INFO:teuthology.orchestra.run.smithi104.stdout: 5 48134 8.59 MB/sec execute 16 sec latency 88.100 ms 2023-11-08T23:37:57.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:57 smithi124 ceph-mon[139817]: pgmap v25: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-11-08T23:37:57.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:57 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:37:58.821 INFO:teuthology.orchestra.run.smithi104.stdout: 5 48579 9.11 MB/sec execute 17 sec latency 129.954 ms 2023-11-08T23:37:59.458 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:59 smithi104 ceph-mon[137171]: pgmap v26: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-11-08T23:37:59.458 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:59 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:59.458 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:59 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:59.459 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:59 smithi104 ceph-mon[137171]: Reconfiguring node-exporter.smithi104 (dependencies changed)... 2023-11-08T23:37:59.459 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:37:59 smithi104 ceph-mon[137171]: Reconfiguring daemon node-exporter.smithi104 on smithi104 2023-11-08T23:37:59.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:59 smithi124 ceph-mon[139817]: pgmap v26: 97 pgs: 97 active+clean; 279 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.0 MiB/s wr, 399 op/s 2023-11-08T23:37:59.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:59 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:59.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:59 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:37:59.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:59 smithi124 ceph-mon[139817]: Reconfiguring node-exporter.smithi104 (dependencies changed)... 2023-11-08T23:37:59.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:37:59 smithi124 ceph-mon[139817]: Reconfiguring daemon node-exporter.smithi104 on smithi104 2023-11-08T23:37:59.831 INFO:teuthology.orchestra.run.smithi104.stdout: 5 49034 9.58 MB/sec execute 18 sec latency 143.829 ms 2023-11-08T23:38:00.831 INFO:teuthology.orchestra.run.smithi104.stdout: 5 49423 9.69 MB/sec execute 19 sec latency 127.876 ms 2023-11-08T23:38:01.454 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:01 smithi104 ceph-mon[137171]: pgmap v27: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 651 op/s 2023-11-08T23:38:01.455 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:01 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:01.455 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:01 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:01.455 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:01 smithi104 ceph-mon[137171]: Reconfiguring prometheus.smithi104 (dependencies changed)... 2023-11-08T23:38:01.455 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:01 smithi104 ceph-mon[137171]: Reconfiguring daemon prometheus.smithi104 on smithi104 2023-11-08T23:38:01.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:01 smithi124 ceph-mon[139817]: pgmap v27: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.2 MiB/s wr, 651 op/s 2023-11-08T23:38:01.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:01 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:01.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:01 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:01.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:01 smithi124 ceph-mon[139817]: Reconfiguring prometheus.smithi104 (dependencies changed)... 2023-11-08T23:38:01.661 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:01 smithi124 ceph-mon[139817]: Reconfiguring daemon prometheus.smithi104 on smithi104 2023-11-08T23:38:01.839 INFO:teuthology.orchestra.run.smithi104.stdout: 5 49792 9.63 MB/sec execute 20 sec latency 135.716 ms 2023-11-08T23:38:02.839 INFO:teuthology.orchestra.run.smithi104.stdout: 5 49936 9.28 MB/sec execute 21 sec latency 131.827 ms 2023-11-08T23:38:03.334 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:03 smithi104 ceph-mon[137171]: pgmap v28: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 479 op/s 2023-11-08T23:38:03.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:03 smithi124 ceph-mon[139817]: pgmap v28: 97 pgs: 97 active+clean; 281 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 479 op/s 2023-11-08T23:38:03.840 INFO:teuthology.orchestra.run.smithi104.stdout: 5 50220 9.18 MB/sec execute 22 sec latency 115.162 ms 2023-11-08T23:38:04.839 INFO:teuthology.orchestra.run.smithi104.stdout: 5 50533 9.11 MB/sec execute 23 sec latency 105.462 ms 2023-11-08T23:38:05.622 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:05 smithi104 ceph-mon[137171]: pgmap v29: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.4 MiB/s wr, 689 op/s 2023-11-08T23:38:05.839 INFO:teuthology.orchestra.run.smithi104.stdout: 5 50887 9.13 MB/sec execute 24 sec latency 146.271 ms 2023-11-08T23:38:05.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:05 smithi124 ceph-mon[139817]: pgmap v29: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.4 MiB/s wr, 689 op/s 2023-11-08T23:38:06.839 INFO:teuthology.orchestra.run.smithi104.stdout: 5 51260 9.16 MB/sec execute 25 sec latency 126.505 ms 2023-11-08T23:38:07.649 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:07 smithi104 ceph-mon[137171]: pgmap v30: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-11-08T23:38:07.839 INFO:teuthology.orchestra.run.smithi104.stdout: 5 51766 9.18 MB/sec execute 26 sec latency 87.151 ms 2023-11-08T23:38:07.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:07 smithi124 ceph-mon[139817]: pgmap v30: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-11-08T23:38:08.839 INFO:teuthology.orchestra.run.smithi104.stdout: 5 52253 9.33 MB/sec execute 27 sec latency 129.580 ms 2023-11-08T23:38:09.427 INFO:teuthology.orchestra.run.smithi104.stdout:true 2023-11-08T23:38:09.674 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:09 smithi104 ceph-mon[137171]: pgmap v31: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-11-08T23:38:09.839 INFO:teuthology.orchestra.run.smithi104.stdout: 5 52599 9.56 MB/sec execute 28 sec latency 123.403 ms 2023-11-08T23:38:09.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:09 smithi124 ceph-mon[139817]: pgmap v31: 97 pgs: 97 active+clean; 291 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-11-08T23:38:10.306 INFO:teuthology.orchestra.run.smithi104.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T23:38:10.306 INFO:teuthology.orchestra.run.smithi104.stdout:alertmanager.smithi104 smithi104 *:9093,9094 starting - - - - 2023-11-08T23:38:10.306 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi104 smithi104 running (6m) 46s ago 6m 7000k - 17.2.0 e1d6a67b021e 820e40910fe5 2023-11-08T23:38:10.307 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi124 smithi124 running (6m) 45s ago 6m 7159k - 17.2.0 e1d6a67b021e 58b484174f8b 2023-11-08T23:38:10.307 INFO:teuthology.orchestra.run.smithi104.stdout:grafana.smithi104 smithi104 *:3000 starting - - - - 2023-11-08T23:38:10.307 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi104.dnntgp smithi104 running (2m) 46s ago 2m 39.1M - 17.2.0 e1d6a67b021e d59e6c12ffc9 2023-11-08T23:38:10.307 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi124.elebcx smithi124 running (2m) 45s ago 2m 15.4M - 17.2.0 e1d6a67b021e ce0430cf858f 2023-11-08T23:38:10.307 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi104.kxwemz smithi104 *:9283 running (7m) 46s ago 7m 414M - 17.2.0 e1d6a67b021e 8c3800c2f26c 2023-11-08T23:38:10.308 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi124.xydlqy smithi124 *:8443,9283 running (66s) 45s ago 6m 495M - 18.0.0-7194-gc5dca1b3 1cc06dd0f98d 352f10aa7956 2023-11-08T23:38:10.308 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi104 smithi104 running (7m) 46s ago 7m 92.3M 2048M 17.2.0 e1d6a67b021e bffc2bafb7cc 2023-11-08T23:38:10.308 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi124 smithi124 running (6m) 45s ago 6m 57.9M 2048M 17.2.0 e1d6a67b021e b4809e7b222c 2023-11-08T23:38:10.308 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.0.0.smithi104.vsrxmu smithi104 *:2049 running (2m) 46s ago 2m 270M - 4.0 e1d6a67b021e 8323292f3c77 2023-11-08T23:38:10.308 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.1.0.smithi124.vadbwo smithi124 *:2049 running (2m) 45s ago 2m 82.9M - 4.0 e1d6a67b021e 2ab9dedb4678 2023-11-08T23:38:10.309 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi104 smithi104 *:9100 starting - - - - 2023-11-08T23:38:10.309 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi124 smithi124 *:9100 running (6m) 45s ago 6m 25.4M - 1.3.1 1dbe0e931976 9652c2d20220 2023-11-08T23:38:10.309 INFO:teuthology.orchestra.run.smithi104.stdout:osd.0 smithi104 running (5m) 46s ago 5m 576M 1944M 17.2.0 e1d6a67b021e aa02626b19f2 2023-11-08T23:38:10.309 INFO:teuthology.orchestra.run.smithi104.stdout:osd.1 smithi104 running (5m) 46s ago 5m 378M 1944M 17.2.0 e1d6a67b021e 8410502f2c96 2023-11-08T23:38:10.309 INFO:teuthology.orchestra.run.smithi104.stdout:osd.2 smithi104 running (5m) 46s ago 5m 230M 1944M 17.2.0 e1d6a67b021e 504644f50577 2023-11-08T23:38:10.310 INFO:teuthology.orchestra.run.smithi104.stdout:osd.3 smithi104 running (4m) 46s ago 4m 555M 1944M 17.2.0 e1d6a67b021e 6a29f2f8c1f1 2023-11-08T23:38:10.310 INFO:teuthology.orchestra.run.smithi104.stdout:osd.4 smithi124 running (4m) 45s ago 4m 528M 2712M 17.2.0 e1d6a67b021e e438f6522b51 2023-11-08T23:38:10.310 INFO:teuthology.orchestra.run.smithi104.stdout:osd.5 smithi124 running (4m) 45s ago 4m 551M 2712M 17.2.0 e1d6a67b021e 30b21f3fa0fa 2023-11-08T23:38:10.310 INFO:teuthology.orchestra.run.smithi104.stdout:osd.6 smithi124 running (4m) 45s ago 4m 576M 2712M 17.2.0 e1d6a67b021e f2877ef3fd15 2023-11-08T23:38:10.311 INFO:teuthology.orchestra.run.smithi104.stdout:osd.7 smithi124 running (3m) 45s ago 3m 861M 2712M 17.2.0 e1d6a67b021e bbde3bafc33b 2023-11-08T23:38:10.311 INFO:teuthology.orchestra.run.smithi104.stdout:prometheus.smithi104 smithi104 *:9095 running (6m) 46s ago 6m 63.2M - 2.33.4 514e6a882f6e 893aeb55c407 2023-11-08T23:38:10.721 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:10 smithi104 ceph-mon[137171]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:38:10.721 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:10 smithi104 ceph-mon[137171]: from='client.24471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:38:10.840 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:38:10.840 INFO:teuthology.orchestra.run.smithi104.stdout: "mon": { 2023-11-08T23:38:10.840 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:38:10.840 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:38:10.841 INFO:teuthology.orchestra.run.smithi104.stdout: "mgr": { 2023-11-08T23:38:10.841 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-08T23:38:10.841 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)": 1 2023-11-08T23:38:10.841 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:38:10.841 INFO:teuthology.orchestra.run.smithi104.stdout: "osd": { 2023-11-08T23:38:10.842 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-08T23:38:10.842 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:38:10.842 INFO:teuthology.orchestra.run.smithi104.stdout: "mds": { 2023-11-08T23:38:10.842 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:38:10.842 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:38:10.843 INFO:teuthology.orchestra.run.smithi104.stdout: "overall": { 2023-11-08T23:38:10.843 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-08T23:38:10.843 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)": 1 2023-11-08T23:38:10.843 INFO:teuthology.orchestra.run.smithi104.stdout: } 2023-11-08T23:38:10.843 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:38:10.846 INFO:teuthology.orchestra.run.smithi104.stdout: 5 52959 9.63 MB/sec execute 29 sec latency 133.171 ms 2023-11-08T23:38:10.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:10 smithi124 ceph-mon[139817]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:38:10.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:10 smithi124 ceph-mon[139817]: from='client.24471 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:38:11.313 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:38:11.314 INFO:teuthology.orchestra.run.smithi104.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:486fc1073b02988a3b6858476c60d891c6a0722384cf11ac998ee5339a2e5478", 2023-11-08T23:38:11.314 INFO:teuthology.orchestra.run.smithi104.stdout: "in_progress": true, 2023-11-08T23:38:11.314 INFO:teuthology.orchestra.run.smithi104.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T23:38:11.314 INFO:teuthology.orchestra.run.smithi104.stdout: "services_complete": [], 2023-11-08T23:38:11.315 INFO:teuthology.orchestra.run.smithi104.stdout: "progress": "1/23 daemons upgraded", 2023-11-08T23:38:11.315 INFO:teuthology.orchestra.run.smithi104.stdout: "message": "", 2023-11-08T23:38:11.315 INFO:teuthology.orchestra.run.smithi104.stdout: "is_paused": false 2023-11-08T23:38:11.315 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:38:11.652 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:11 smithi104 ceph-mon[137171]: pgmap v32: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.7 MiB/s wr, 686 op/s 2023-11-08T23:38:11.653 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:11 smithi104 ceph-mon[137171]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:38:11.653 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:11 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/2864225486' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:38:11.847 INFO:teuthology.orchestra.run.smithi104.stdout: 5 53323 9.59 MB/sec execute 30 sec latency 102.035 ms 2023-11-08T23:38:11.882 INFO:teuthology.orchestra.run.smithi104.stdout:HEALTH_OK 2023-11-08T23:38:11.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:11 smithi124 ceph-mon[139817]: pgmap v32: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.7 MiB/s wr, 686 op/s 2023-11-08T23:38:11.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:11 smithi124 ceph-mon[139817]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:38:11.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:11 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/2864225486' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:38:12.664 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:12 smithi104 ceph-mon[137171]: from='client.24475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:38:12.664 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:12 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/3130748307' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:38:12.665 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:12 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:38:12.847 INFO:teuthology.orchestra.run.smithi104.stdout: 5 53606 9.51 MB/sec execute 31 sec latency 137.183 ms 2023-11-08T23:38:12.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:12 smithi124 ceph-mon[139817]: from='client.24475 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:38:12.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:12 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/3130748307' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:38:12.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:12 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:38:13.857 INFO:teuthology.orchestra.run.smithi104.stdout: 5 53924 9.41 MB/sec execute 32 sec latency 207.925 ms 2023-11-08T23:38:13.971 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:13 smithi104 ceph-mon[137171]: pgmap v33: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 434 op/s 2023-11-08T23:38:13.971 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:13 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:13.971 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:13 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:13.972 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:13 smithi104 ceph-mon[137171]: Reconfiguring node-exporter.smithi124 (dependencies changed)... 2023-11-08T23:38:13.972 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:13 smithi104 ceph-mon[137171]: Reconfiguring daemon node-exporter.smithi124 on smithi124 2023-11-08T23:38:14.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:13 smithi124 ceph-mon[139817]: pgmap v33: 97 pgs: 97 active+clean; 295 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 434 op/s 2023-11-08T23:38:14.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:13 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:14.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:13 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:14.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:13 smithi124 ceph-mon[139817]: Reconfiguring node-exporter.smithi124 (dependencies changed)... 2023-11-08T23:38:14.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:13 smithi124 ceph-mon[139817]: Reconfiguring daemon node-exporter.smithi124 on smithi124 2023-11-08T23:38:14.857 INFO:teuthology.orchestra.run.smithi104.stdout: 5 54262 9.48 MB/sec execute 33 sec latency 130.535 ms 2023-11-08T23:38:15.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:15.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:15.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: pgmap v34: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.0 MiB/s wr, 652 op/s 2023-11-08T23:38:15.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T23:38:15.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T23:38:15.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi104.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T23:38:15.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi104.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T23:38:15.241 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:15.241 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T23:38:15.241 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T23:38:15.241 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi104.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T23:38:15.241 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi104.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T23:38:15.242 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:15.242 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T23:38:15.242 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T23:38:15.242 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi104.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T23:38:15.242 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi104.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T23:38:15.243 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:15.243 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:38:15.243 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: Upgrade: Need to upgrade myself (mgr.smithi124.xydlqy) 2023-11-08T23:38:15.243 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:15 smithi104 ceph-mon[137171]: Upgrade: Need to upgrade myself (mgr.smithi124.xydlqy) 2023-11-08T23:38:15.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:15.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:15.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: pgmap v34: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.0 MiB/s wr, 652 op/s 2023-11-08T23:38:15.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T23:38:15.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T23:38:15.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi104.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T23:38:15.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi104.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T23:38:15.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:15.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T23:38:15.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T23:38:15.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi104.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T23:38:15.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi104.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T23:38:15.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:15.414 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T23:38:15.414 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T23:38:15.414 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi104.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T23:38:15.414 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi104.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T23:38:15.414 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:15.415 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:38:15.415 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: Upgrade: Need to upgrade myself (mgr.smithi124.xydlqy) 2023-11-08T23:38:15.415 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:15 smithi124 ceph-mon[139817]: Upgrade: Need to upgrade myself (mgr.smithi124.xydlqy) 2023-11-08T23:38:15.857 INFO:teuthology.orchestra.run.smithi104.stdout: 5 54608 9.40 MB/sec execute 34 sec latency 109.140 ms 2023-11-08T23:38:16.857 INFO:teuthology.orchestra.run.smithi104.stdout: 5 55055 9.32 MB/sec execute 35 sec latency 100.467 ms 2023-11-08T23:38:17.278 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:17 smithi104 ceph-mon[137171]: pgmap v35: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.6 MiB/s wr, 441 op/s 2023-11-08T23:38:17.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:17 smithi124 ceph-mon[139817]: pgmap v35: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.6 MiB/s wr, 441 op/s 2023-11-08T23:38:17.857 INFO:teuthology.orchestra.run.smithi104.stdout: 5 55470 9.36 MB/sec execute 36 sec latency 89.020 ms 2023-11-08T23:38:18.857 INFO:teuthology.orchestra.run.smithi104.stdout: 5 55760 9.36 MB/sec execute 37 sec latency 165.311 ms 2023-11-08T23:38:19.060 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:18 smithi104 ceph-mon[137171]: Upgrade: Updating mgr.smithi104.kxwemz 2023-11-08T23:38:19.061 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:18 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:19.061 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:18 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi104.kxwemz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T23:38:19.061 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:18 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi104.kxwemz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T23:38:19.062 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:18 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T23:38:19.062 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:18 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:38:19.063 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:18 smithi104 ceph-mon[137171]: Deploying daemon mgr.smithi104.kxwemz on smithi104 2023-11-08T23:38:19.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:18 smithi124 ceph-mon[139817]: Upgrade: Updating mgr.smithi104.kxwemz 2023-11-08T23:38:19.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:18 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:38:19.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:18 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi104.kxwemz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T23:38:19.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:18 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi104.kxwemz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T23:38:19.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:18 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T23:38:19.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:18 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:38:19.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:18 smithi124 ceph-mon[139817]: Deploying daemon mgr.smithi104.kxwemz on smithi104 2023-11-08T23:38:19.829 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:19 smithi104 ceph-mon[137171]: pgmap v36: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.6 MiB/s wr, 441 op/s 2023-11-08T23:38:19.858 INFO:teuthology.orchestra.run.smithi104.stdout: 5 56145 9.61 MB/sec execute 38 sec latency 129.914 ms 2023-11-08T23:38:20.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:19 smithi124 ceph-mon[139817]: pgmap v36: 97 pgs: 97 active+clean; 308 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.6 MiB/s wr, 441 op/s 2023-11-08T23:38:20.858 INFO:teuthology.orchestra.run.smithi104.stdout: 5 56544 9.64 MB/sec execute 39 sec latency 142.711 ms 2023-11-08T23:38:21.858 INFO:teuthology.orchestra.run.smithi104.stdout: 5 56803 9.58 MB/sec execute 40 sec latency 137.390 ms 2023-11-08T23:38:21.867 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:21 smithi104 ceph-mon[137171]: pgmap v37: 97 pgs: 97 active+clean; 309 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.6 MiB/s wr, 663 op/s 2023-11-08T23:38:22.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:21 smithi124 ceph-mon[139817]: pgmap v37: 97 pgs: 97 active+clean; 309 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.6 MiB/s wr, 663 op/s 2023-11-08T23:38:22.858 INFO:teuthology.orchestra.run.smithi104.stdout: 5 57179 9.51 MB/sec execute 41 sec latency 129.771 ms 2023-11-08T23:38:23.858 INFO:teuthology.orchestra.run.smithi104.stdout: 5 57513 9.51 MB/sec execute 42 sec latency 126.106 ms 2023-11-08T23:38:23.897 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:23 smithi104 ceph-mon[137171]: pgmap v38: 97 pgs: 97 active+clean; 309 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 439 op/s 2023-11-08T23:38:24.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:23 smithi124 ceph-mon[139817]: pgmap v38: 97 pgs: 97 active+clean; 309 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 439 op/s 2023-11-08T23:38:24.858 INFO:teuthology.orchestra.run.smithi104.stdout: 5 57886 9.50 MB/sec execute 43 sec latency 133.493 ms 2023-11-08T23:38:25.863 INFO:teuthology.orchestra.run.smithi104.stdout: 5 58214 9.43 MB/sec execute 44 sec latency 123.894 ms 2023-11-08T23:38:25.929 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:25 smithi104 ceph-mon[137171]: pgmap v39: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.9 MiB/s wr, 647 op/s 2023-11-08T23:38:26.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:25 smithi124 ceph-mon[139817]: pgmap v39: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.9 MiB/s wr, 647 op/s 2023-11-08T23:38:26.871 INFO:teuthology.orchestra.run.smithi104.stdout: 5 58571 9.38 MB/sec execute 45 sec latency 126.797 ms 2023-11-08T23:38:27.871 INFO:teuthology.orchestra.run.smithi104.stdout: 5 58936 9.36 MB/sec execute 46 sec latency 126.400 ms 2023-11-08T23:38:27.982 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:27 smithi104 ceph-mon[137171]: pgmap v40: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-11-08T23:38:27.982 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:27 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:38:28.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:27 smithi124 ceph-mon[139817]: pgmap v40: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-11-08T23:38:28.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:27 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:38:28.880 INFO:teuthology.orchestra.run.smithi104.stdout: 5 59369 9.53 MB/sec execute 47 sec latency 128.990 ms 2023-11-08T23:38:29.891 INFO:teuthology.orchestra.run.smithi104.stdout: 5 59829 9.67 MB/sec execute 48 sec latency 134.490 ms 2023-11-08T23:38:30.008 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:29 smithi104 ceph-mon[137171]: pgmap v41: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-11-08T23:38:30.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:29 smithi124 ceph-mon[139817]: pgmap v41: 97 pgs: 97 active+clean; 321 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-11-08T23:38:30.897 INFO:teuthology.orchestra.run.smithi104.stdout: 5 60293 9.68 MB/sec execute 49 sec latency 129.010 ms 2023-11-08T23:38:31.897 INFO:teuthology.orchestra.run.smithi104.stdout: 5 60626 9.68 MB/sec execute 50 sec latency 138.566 ms 2023-11-08T23:38:32.039 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:31 smithi104 ceph-mon[137171]: pgmap v42: 97 pgs: 97 active+clean; 320 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 645 op/s 2023-11-08T23:38:32.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:31 smithi124 ceph-mon[139817]: pgmap v42: 97 pgs: 97 active+clean; 320 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 645 op/s 2023-11-08T23:38:32.897 INFO:teuthology.orchestra.run.smithi104.stdout: 5 60982 9.64 MB/sec execute 51 sec latency 210.234 ms 2023-11-08T23:38:33.897 INFO:teuthology.orchestra.run.smithi104.stdout: 5 61306 9.57 MB/sec execute 52 sec latency 126.070 ms 2023-11-08T23:38:34.080 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:33 smithi104 ceph-mon[137171]: pgmap v43: 97 pgs: 97 active+clean; 320 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-11-08T23:38:34.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:33 smithi124 ceph-mon[139817]: pgmap v43: 97 pgs: 97 active+clean; 320 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-11-08T23:38:34.897 INFO:teuthology.orchestra.run.smithi104.stdout: 5 61709 9.64 MB/sec execute 53 sec latency 128.758 ms 2023-11-08T23:38:35.897 INFO:teuthology.orchestra.run.smithi104.stdout: 5 62092 9.60 MB/sec execute 54 sec latency 111.101 ms 2023-11-08T23:38:36.118 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:35 smithi104 ceph-mon[137171]: pgmap v44: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 7.0 MiB/s wr, 668 op/s 2023-11-08T23:38:36.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:35 smithi124 ceph-mon[139817]: pgmap v44: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 7.0 MiB/s wr, 668 op/s 2023-11-08T23:38:36.897 INFO:teuthology.orchestra.run.smithi104.stdout: 5 62482 9.62 MB/sec execute 55 sec latency 110.044 ms 2023-11-08T23:38:37.898 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:37 smithi104 ceph-mon[137171]: pgmap v45: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 460 op/s 2023-11-08T23:38:37.899 INFO:teuthology.orchestra.run.smithi104.stdout: 5 62852 9.66 MB/sec execute 56 sec latency 126.678 ms 2023-11-08T23:38:38.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:37 smithi124 ceph-mon[139817]: pgmap v45: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 460 op/s 2023-11-08T23:38:38.907 INFO:teuthology.orchestra.run.smithi104.stdout: 5 63247 9.69 MB/sec execute 57 sec latency 126.701 ms 2023-11-08T23:38:39.907 INFO:teuthology.orchestra.run.smithi104.stdout: 5 63662 9.75 MB/sec execute 58 sec latency 146.264 ms 2023-11-08T23:38:39.946 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:39 smithi104 ceph-mon[137171]: pgmap v46: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 460 op/s 2023-11-08T23:38:40.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:39 smithi124 ceph-mon[139817]: pgmap v46: 97 pgs: 97 active+clean; 333 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 460 op/s 2023-11-08T23:38:40.907 INFO:teuthology.orchestra.run.smithi104.stdout: 5 63947 9.69 MB/sec execute 59 sec latency 126.655 ms 2023-11-08T23:38:41.915 INFO:teuthology.orchestra.run.smithi104.stdout: 5 64257 9.68 MB/sec execute 60 sec latency 132.398 ms 2023-11-08T23:38:41.986 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:41 smithi104 ceph-mon[137171]: pgmap v47: 97 pgs: 97 active+clean; 338 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 682 op/s 2023-11-08T23:38:42.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:41 smithi124 ceph-mon[139817]: pgmap v47: 97 pgs: 97 active+clean; 338 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 682 op/s 2023-11-08T23:38:42.364 INFO:teuthology.orchestra.run.smithi104.stdout:true 2023-11-08T23:38:42.924 INFO:teuthology.orchestra.run.smithi104.stdout: 5 64588 9.62 MB/sec execute 61 sec latency 127.998 ms 2023-11-08T23:38:42.999 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:42 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:38:43.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:42 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:38:43.277 INFO:teuthology.orchestra.run.smithi104.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T23:38:43.277 INFO:teuthology.orchestra.run.smithi104.stdout:alertmanager.smithi104 smithi104 *:9093,9094 starting - - - - 2023-11-08T23:38:43.277 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi104 smithi104 running (7m) 79s ago 7m 7000k - 17.2.0 e1d6a67b021e 820e40910fe5 2023-11-08T23:38:43.277 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi124 smithi124 running (6m) 78s ago 6m 7159k - 17.2.0 e1d6a67b021e 58b484174f8b 2023-11-08T23:38:43.278 INFO:teuthology.orchestra.run.smithi104.stdout:grafana.smithi104 smithi104 *:3000 starting - - - - 2023-11-08T23:38:43.278 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi104.dnntgp smithi104 running (3m) 79s ago 3m 39.1M - 17.2.0 e1d6a67b021e d59e6c12ffc9 2023-11-08T23:38:43.278 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi124.elebcx smithi124 running (3m) 78s ago 3m 15.4M - 17.2.0 e1d6a67b021e ce0430cf858f 2023-11-08T23:38:43.278 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi104.kxwemz smithi104 *:9283 running (8m) 79s ago 8m 414M - 17.2.0 e1d6a67b021e 8c3800c2f26c 2023-11-08T23:38:43.278 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi124.xydlqy smithi124 *:8443,9283 running (99s) 78s ago 6m 495M - 18.0.0-7194-gc5dca1b3 1cc06dd0f98d 352f10aa7956 2023-11-08T23:38:43.279 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi104 smithi104 running (8m) 79s ago 8m 92.3M 2048M 17.2.0 e1d6a67b021e bffc2bafb7cc 2023-11-08T23:38:43.279 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi124 smithi124 running (6m) 78s ago 6m 57.9M 2048M 17.2.0 e1d6a67b021e b4809e7b222c 2023-11-08T23:38:43.279 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.0.0.smithi104.vsrxmu smithi104 *:2049 running (3m) 79s ago 3m 270M - 4.0 e1d6a67b021e 8323292f3c77 2023-11-08T23:38:43.279 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.1.0.smithi124.vadbwo smithi124 *:2049 running (3m) 78s ago 3m 82.9M - 4.0 e1d6a67b021e 2ab9dedb4678 2023-11-08T23:38:43.279 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi104 smithi104 *:9100 starting - - - - 2023-11-08T23:38:43.280 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi124 smithi124 *:9100 starting - - - - 2023-11-08T23:38:43.280 INFO:teuthology.orchestra.run.smithi104.stdout:osd.0 smithi104 running (6m) 79s ago 6m 576M 1944M 17.2.0 e1d6a67b021e aa02626b19f2 2023-11-08T23:38:43.280 INFO:teuthology.orchestra.run.smithi104.stdout:osd.1 smithi104 running (5m) 79s ago 5m 378M 1944M 17.2.0 e1d6a67b021e 8410502f2c96 2023-11-08T23:38:43.280 INFO:teuthology.orchestra.run.smithi104.stdout:osd.2 smithi104 running (5m) 79s ago 5m 230M 1944M 17.2.0 e1d6a67b021e 504644f50577 2023-11-08T23:38:43.280 INFO:teuthology.orchestra.run.smithi104.stdout:osd.3 smithi104 running (5m) 79s ago 5m 555M 1944M 17.2.0 e1d6a67b021e 6a29f2f8c1f1 2023-11-08T23:38:43.281 INFO:teuthology.orchestra.run.smithi104.stdout:osd.4 smithi124 running (5m) 78s ago 5m 528M 2712M 17.2.0 e1d6a67b021e e438f6522b51 2023-11-08T23:38:43.281 INFO:teuthology.orchestra.run.smithi104.stdout:osd.5 smithi124 running (4m) 78s ago 4m 551M 2712M 17.2.0 e1d6a67b021e 30b21f3fa0fa 2023-11-08T23:38:43.281 INFO:teuthology.orchestra.run.smithi104.stdout:osd.6 smithi124 running (4m) 78s ago 4m 576M 2712M 17.2.0 e1d6a67b021e f2877ef3fd15 2023-11-08T23:38:43.281 INFO:teuthology.orchestra.run.smithi104.stdout:osd.7 smithi124 running (4m) 78s ago 4m 861M 2712M 17.2.0 e1d6a67b021e bbde3bafc33b 2023-11-08T23:38:43.281 INFO:teuthology.orchestra.run.smithi104.stdout:prometheus.smithi104 smithi104 *:9095 starting - - - - 2023-11-08T23:38:43.846 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:38:43.846 INFO:teuthology.orchestra.run.smithi104.stdout: "mon": { 2023-11-08T23:38:43.847 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:38:43.847 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:38:43.847 INFO:teuthology.orchestra.run.smithi104.stdout: "mgr": { 2023-11-08T23:38:43.847 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-08T23:38:43.847 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)": 1 2023-11-08T23:38:43.848 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:38:43.848 INFO:teuthology.orchestra.run.smithi104.stdout: "osd": { 2023-11-08T23:38:43.848 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-08T23:38:43.848 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:38:43.849 INFO:teuthology.orchestra.run.smithi104.stdout: "mds": { 2023-11-08T23:38:43.849 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:38:43.849 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:38:43.849 INFO:teuthology.orchestra.run.smithi104.stdout: "overall": { 2023-11-08T23:38:43.849 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-08T23:38:43.850 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)": 1 2023-11-08T23:38:43.850 INFO:teuthology.orchestra.run.smithi104.stdout: } 2023-11-08T23:38:43.850 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:38:43.924 INFO:teuthology.orchestra.run.smithi104.stdout: 5 64881 9.58 MB/sec execute 62 sec latency 204.703 ms 2023-11-08T23:38:44.017 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:43 smithi104 ceph-mon[137171]: pgmap v48: 97 pgs: 97 active+clean; 338 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 467 op/s 2023-11-08T23:38:44.017 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:43 smithi104 ceph-mon[137171]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:38:44.017 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:43 smithi104 ceph-mon[137171]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:38:44.018 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:43 smithi104 ceph-mon[137171]: mgrmap e28: smithi124.xydlqy(active, since 91s), standbys: smithi104.kxwemz 2023-11-08T23:38:44.018 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:43 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/2864556323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:38:44.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:43 smithi124 ceph-mon[139817]: pgmap v48: 97 pgs: 97 active+clean; 338 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.9 MiB/s wr, 467 op/s 2023-11-08T23:38:44.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:43 smithi124 ceph-mon[139817]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:38:44.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:43 smithi124 ceph-mon[139817]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:38:44.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:43 smithi124 ceph-mon[139817]: mgrmap e28: smithi124.xydlqy(active, since 91s), standbys: smithi104.kxwemz 2023-11-08T23:38:44.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:43 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/2864556323' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:38:44.348 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:38:44.348 INFO:teuthology.orchestra.run.smithi104.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:486fc1073b02988a3b6858476c60d891c6a0722384cf11ac998ee5339a2e5478", 2023-11-08T23:38:44.348 INFO:teuthology.orchestra.run.smithi104.stdout: "in_progress": true, 2023-11-08T23:38:44.349 INFO:teuthology.orchestra.run.smithi104.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T23:38:44.349 INFO:teuthology.orchestra.run.smithi104.stdout: "services_complete": [], 2023-11-08T23:38:44.349 INFO:teuthology.orchestra.run.smithi104.stdout: "progress": "1/23 daemons upgraded", 2023-11-08T23:38:44.349 INFO:teuthology.orchestra.run.smithi104.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T23:38:44.349 INFO:teuthology.orchestra.run.smithi104.stdout: "is_paused": false 2023-11-08T23:38:44.350 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:38:44.914 INFO:teuthology.orchestra.run.smithi104.stdout:HEALTH_OK 2023-11-08T23:38:44.927 INFO:teuthology.orchestra.run.smithi104.stdout: 5 65276 9.67 MB/sec execute 63 sec latency 104.917 ms 2023-11-08T23:38:45.030 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:44 smithi104 ceph-mon[137171]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:38:45.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:44 smithi124 ceph-mon[139817]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:38:45.935 INFO:teuthology.orchestra.run.smithi104.stdout: 5 65712 9.66 MB/sec execute 64 sec latency 129.690 ms 2023-11-08T23:38:46.035 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:45 smithi104 ceph-mon[137171]: pgmap v49: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 676 op/s 2023-11-08T23:38:46.036 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:45 smithi104 ceph-mon[137171]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:38:46.036 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:45 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/613237175' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:38:46.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:45 smithi124 ceph-mon[139817]: pgmap v49: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 676 op/s 2023-11-08T23:38:46.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:45 smithi124 ceph-mon[139817]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:38:46.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:45 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/613237175' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:38:46.935 INFO:teuthology.orchestra.run.smithi104.stdout: 5 66043 9.64 MB/sec execute 65 sec latency 132.471 ms 2023-11-08T23:38:47.935 INFO:teuthology.orchestra.run.smithi104.stdout: 5 66448 9.66 MB/sec execute 66 sec latency 108.122 ms 2023-11-08T23:38:48.086 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:47 smithi104 ceph-mon[137171]: pgmap v50: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-11-08T23:38:48.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:47 smithi124 ceph-mon[139817]: pgmap v50: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-11-08T23:38:48.936 INFO:teuthology.orchestra.run.smithi104.stdout: 5 66852 9.71 MB/sec execute 67 sec latency 129.986 ms 2023-11-08T23:38:49.116 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:48 smithi104 ceph-mon[137171]: pgmap v51: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-11-08T23:38:49.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:48 smithi124 ceph-mon[139817]: pgmap v51: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-11-08T23:38:49.941 INFO:teuthology.orchestra.run.smithi104.stdout: 5 67160 9.70 MB/sec execute 68 sec latency 130.730 ms 2023-11-08T23:38:50.951 INFO:teuthology.orchestra.run.smithi104.stdout: 5 67626 9.69 MB/sec execute 69 sec latency 129.890 ms 2023-11-08T23:38:51.661 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:51 smithi104 ceph-mon[137171]: pgmap v52: 97 pgs: 97 active+clean; 351 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 654 op/s 2023-11-08T23:38:51.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:51 smithi124 ceph-mon[139817]: pgmap v52: 97 pgs: 97 active+clean; 351 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 654 op/s 2023-11-08T23:38:51.959 INFO:teuthology.orchestra.run.smithi104.stdout: 5 68028 9.68 MB/sec execute 70 sec latency 141.012 ms 2023-11-08T23:38:52.957 INFO:teuthology.orchestra.run.smithi104.stdout: 5 68378 9.69 MB/sec execute 71 sec latency 130.546 ms 2023-11-08T23:38:53.698 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:53 smithi104 ceph-mon[137171]: pgmap v53: 97 pgs: 97 active+clean; 351 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-08T23:38:53.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:53 smithi124 ceph-mon[139817]: pgmap v53: 97 pgs: 97 active+clean; 351 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-08T23:38:53.964 INFO:teuthology.orchestra.run.smithi104.stdout: 5 68857 9.79 MB/sec execute 72 sec latency 129.353 ms 2023-11-08T23:38:54.972 INFO:teuthology.orchestra.run.smithi104.stdout: 5 69292 9.74 MB/sec execute 73 sec latency 128.922 ms 2023-11-08T23:38:55.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:55 smithi104 ceph-mon[137171]: pgmap v54: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 741 op/s 2023-11-08T23:38:55.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:55 smithi124 ceph-mon[139817]: pgmap v54: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 741 op/s 2023-11-08T23:38:55.972 INFO:teuthology.orchestra.run.smithi104.stdout: 5 69740 9.81 MB/sec execute 74 sec latency 89.612 ms 2023-11-08T23:38:56.974 INFO:teuthology.orchestra.run.smithi104.stdout: 5 70217 9.83 MB/sec execute 75 sec latency 110.778 ms 2023-11-08T23:38:57.771 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:57 smithi104 ceph-mon[137171]: pgmap v55: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.9 MiB/s wr, 532 op/s 2023-11-08T23:38:57.771 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:57 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:38:57.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:57 smithi124 ceph-mon[139817]: pgmap v55: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.9 MiB/s wr, 532 op/s 2023-11-08T23:38:57.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:57 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:38:57.972 INFO:teuthology.orchestra.run.smithi104.stdout: 5 70604 9.88 MB/sec execute 76 sec latency 133.422 ms 2023-11-08T23:38:58.980 INFO:teuthology.orchestra.run.smithi104.stdout: 5 70920 9.86 MB/sec execute 77 sec latency 143.452 ms 2023-11-08T23:38:59.812 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:38:59 smithi104 ceph-mon[137171]: pgmap v56: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.9 MiB/s wr, 532 op/s 2023-11-08T23:38:59.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:38:59 smithi124 ceph-mon[139817]: pgmap v56: 97 pgs: 97 active+clean; 354 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.9 MiB/s wr, 532 op/s 2023-11-08T23:38:59.980 INFO:teuthology.orchestra.run.smithi104.stdout: 5 71228 9.83 MB/sec execute 78 sec latency 133.793 ms 2023-11-08T23:39:00.980 INFO:teuthology.orchestra.run.smithi104.stdout: 5 71586 9.83 MB/sec execute 79 sec latency 148.894 ms 2023-11-08T23:39:01.679 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:01 smithi104 ceph-mon[137171]: pgmap v57: 97 pgs: 97 active+clean; 360 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.4 MiB/s wr, 790 op/s 2023-11-08T23:39:01.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:01 smithi124 ceph-mon[139817]: pgmap v57: 97 pgs: 97 active+clean; 360 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.4 MiB/s wr, 790 op/s 2023-11-08T23:39:01.986 INFO:teuthology.orchestra.run.smithi104.stdout: 5 71931 9.80 MB/sec execute 80 sec latency 158.752 ms 2023-11-08T23:39:02.986 INFO:teuthology.orchestra.run.smithi104.stdout: 5 72296 9.82 MB/sec execute 81 sec latency 129.713 ms 2023-11-08T23:39:03.739 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:03 smithi104 ceph-mon[137171]: pgmap v58: 97 pgs: 97 active+clean; 360 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.1 MiB/s wr, 566 op/s 2023-11-08T23:39:03.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:03 smithi124 ceph-mon[139817]: pgmap v58: 97 pgs: 97 active+clean; 360 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.1 MiB/s wr, 566 op/s 2023-11-08T23:39:03.986 INFO:teuthology.orchestra.run.smithi104.stdout: 5 72717 9.80 MB/sec execute 82 sec latency 120.365 ms 2023-11-08T23:39:04.986 INFO:teuthology.orchestra.run.smithi104.stdout: 5 73106 9.80 MB/sec execute 83 sec latency 133.678 ms 2023-11-08T23:39:05.770 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:05 smithi104 ceph-mon[137171]: pgmap v59: 97 pgs: 97 active+clean; 356 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.3 MiB/s wr, 772 op/s 2023-11-08T23:39:05.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:05 smithi124 ceph-mon[139817]: pgmap v59: 97 pgs: 97 active+clean; 356 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.3 MiB/s wr, 772 op/s 2023-11-08T23:39:05.986 INFO:teuthology.orchestra.run.smithi104.stdout: 5 73487 9.88 MB/sec execute 84 sec latency 129.591 ms 2023-11-08T23:39:06.986 INFO:teuthology.orchestra.run.smithi104.stdout: 5 73881 9.85 MB/sec execute 85 sec latency 132.307 ms 2023-11-08T23:39:07.774 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:07 smithi104 ceph-mon[137171]: pgmap v60: 97 pgs: 97 active+clean; 356 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-11-08T23:39:07.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:07 smithi124 ceph-mon[139817]: pgmap v60: 97 pgs: 97 active+clean; 356 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-11-08T23:39:07.994 INFO:teuthology.orchestra.run.smithi104.stdout: 5 74289 9.87 MB/sec execute 86 sec latency 122.982 ms 2023-11-08T23:39:08.994 INFO:teuthology.orchestra.run.smithi104.stdout: 5 74649 9.88 MB/sec execute 87 sec latency 150.918 ms 2023-11-08T23:39:09.858 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:09 smithi104 ceph-mon[137171]: pgmap v61: 97 pgs: 97 active+clean; 356 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-11-08T23:39:09.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:09 smithi124 ceph-mon[139817]: pgmap v61: 97 pgs: 97 active+clean; 356 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.7 MiB/s wr, 463 op/s 2023-11-08T23:39:09.994 INFO:teuthology.orchestra.run.smithi104.stdout: 5 75048 9.86 MB/sec execute 88 sec latency 126.185 ms 2023-11-08T23:39:10.994 INFO:teuthology.orchestra.run.smithi104.stdout: 5 75388 9.86 MB/sec execute 89 sec latency 189.658 ms 2023-11-08T23:39:11.893 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:11 smithi104 ceph-mon[137171]: pgmap v62: 97 pgs: 97 active+clean; 353 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 695 op/s 2023-11-08T23:39:11.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:11 smithi124 ceph-mon[139817]: pgmap v62: 97 pgs: 97 active+clean; 353 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 695 op/s 2023-11-08T23:39:11.994 INFO:teuthology.orchestra.run.smithi104.stdout: 5 75734 9.89 MB/sec execute 90 sec latency 111.638 ms 2023-11-08T23:39:12.918 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:12 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:39:12.994 INFO:teuthology.orchestra.run.smithi104.stdout: 5 76112 9.88 MB/sec execute 91 sec latency 126.678 ms 2023-11-08T23:39:13.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:12 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:39:13.685 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:13 smithi104 ceph-mon[137171]: pgmap v63: 97 pgs: 97 active+clean; 353 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 437 op/s 2023-11-08T23:39:13.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:13 smithi124 ceph-mon[139817]: pgmap v63: 97 pgs: 97 active+clean; 353 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 437 op/s 2023-11-08T23:39:14.001 INFO:teuthology.orchestra.run.smithi104.stdout: 5 76460 9.85 MB/sec execute 92 sec latency 129.593 ms 2023-11-08T23:39:15.001 INFO:teuthology.orchestra.run.smithi104.stdout: 5 76814 9.86 MB/sec execute 93 sec latency 129.793 ms 2023-11-08T23:39:15.380 INFO:teuthology.orchestra.run.smithi104.stdout:true 2023-11-08T23:39:15.727 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:15 smithi104 ceph-mon[137171]: pgmap v64: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.8 MiB/s wr, 658 op/s 2023-11-08T23:39:16.001 INFO:teuthology.orchestra.run.smithi104.stdout: 5 77050 9.83 MB/sec execute 94 sec latency 111.134 ms 2023-11-08T23:39:16.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:15 smithi124 ceph-mon[139817]: pgmap v64: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.8 MiB/s wr, 658 op/s 2023-11-08T23:39:16.284 INFO:teuthology.orchestra.run.smithi104.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T23:39:16.284 INFO:teuthology.orchestra.run.smithi104.stdout:alertmanager.smithi104 smithi104 *:9093,9094 starting - - - - 2023-11-08T23:39:16.284 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi104 smithi104 running (7m) 112s ago 7m 7000k - 17.2.0 e1d6a67b021e 820e40910fe5 2023-11-08T23:39:16.285 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi124 smithi124 running (7m) 111s ago 7m 7159k - 17.2.0 e1d6a67b021e 58b484174f8b 2023-11-08T23:39:16.285 INFO:teuthology.orchestra.run.smithi104.stdout:grafana.smithi104 smithi104 *:3000 starting - - - - 2023-11-08T23:39:16.285 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi104.dnntgp smithi104 running (3m) 112s ago 3m 39.1M - 17.2.0 e1d6a67b021e d59e6c12ffc9 2023-11-08T23:39:16.285 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi124.elebcx smithi124 running (3m) 111s ago 3m 15.4M - 17.2.0 e1d6a67b021e ce0430cf858f 2023-11-08T23:39:16.285 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi104.kxwemz smithi104 *:9283 running (8m) 112s ago 8m 414M - 17.2.0 e1d6a67b021e 8c3800c2f26c 2023-11-08T23:39:16.286 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi124.xydlqy smithi124 *:8443,9283 running (2m) 111s ago 7m 495M - 18.0.0-7194-gc5dca1b3 1cc06dd0f98d 352f10aa7956 2023-11-08T23:39:16.286 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi104 smithi104 running (8m) 112s ago 9m 92.3M 2048M 17.2.0 e1d6a67b021e bffc2bafb7cc 2023-11-08T23:39:16.286 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi124 smithi124 running (7m) 111s ago 7m 57.9M 2048M 17.2.0 e1d6a67b021e b4809e7b222c 2023-11-08T23:39:16.286 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.0.0.smithi104.vsrxmu smithi104 *:2049 running (3m) 112s ago 3m 270M - 4.0 e1d6a67b021e 8323292f3c77 2023-11-08T23:39:16.286 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.1.0.smithi124.vadbwo smithi124 *:2049 running (3m) 111s ago 3m 82.9M - 4.0 e1d6a67b021e 2ab9dedb4678 2023-11-08T23:39:16.287 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi104 smithi104 *:9100 starting - - - - 2023-11-08T23:39:16.287 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi124 smithi124 *:9100 starting - - - - 2023-11-08T23:39:16.287 INFO:teuthology.orchestra.run.smithi104.stdout:osd.0 smithi104 running (6m) 112s ago 6m 576M 1944M 17.2.0 e1d6a67b021e aa02626b19f2 2023-11-08T23:39:16.287 INFO:teuthology.orchestra.run.smithi104.stdout:osd.1 smithi104 running (6m) 112s ago 6m 378M 1944M 17.2.0 e1d6a67b021e 8410502f2c96 2023-11-08T23:39:16.287 INFO:teuthology.orchestra.run.smithi104.stdout:osd.2 smithi104 running (6m) 112s ago 6m 230M 1944M 17.2.0 e1d6a67b021e 504644f50577 2023-11-08T23:39:16.288 INFO:teuthology.orchestra.run.smithi104.stdout:osd.3 smithi104 running (5m) 112s ago 5m 555M 1944M 17.2.0 e1d6a67b021e 6a29f2f8c1f1 2023-11-08T23:39:16.288 INFO:teuthology.orchestra.run.smithi104.stdout:osd.4 smithi124 running (5m) 111s ago 5m 528M 2712M 17.2.0 e1d6a67b021e e438f6522b51 2023-11-08T23:39:16.288 INFO:teuthology.orchestra.run.smithi104.stdout:osd.5 smithi124 running (5m) 111s ago 5m 551M 2712M 17.2.0 e1d6a67b021e 30b21f3fa0fa 2023-11-08T23:39:16.288 INFO:teuthology.orchestra.run.smithi104.stdout:osd.6 smithi124 running (5m) 111s ago 5m 576M 2712M 17.2.0 e1d6a67b021e f2877ef3fd15 2023-11-08T23:39:16.288 INFO:teuthology.orchestra.run.smithi104.stdout:osd.7 smithi124 running (4m) 111s ago 4m 861M 2712M 17.2.0 e1d6a67b021e bbde3bafc33b 2023-11-08T23:39:16.288 INFO:teuthology.orchestra.run.smithi104.stdout:prometheus.smithi104 smithi104 *:9095 starting - - - - 2023-11-08T23:39:16.764 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:16 smithi104 ceph-mon[137171]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:39:16.764 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:16 smithi104 ceph-mon[137171]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:39:16.855 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:39:16.856 INFO:teuthology.orchestra.run.smithi104.stdout: "mon": { 2023-11-08T23:39:16.856 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:39:16.856 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:39:16.857 INFO:teuthology.orchestra.run.smithi104.stdout: "mgr": { 2023-11-08T23:39:16.857 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-08T23:39:16.857 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)": 1 2023-11-08T23:39:16.857 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:39:16.857 INFO:teuthology.orchestra.run.smithi104.stdout: "osd": { 2023-11-08T23:39:16.857 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-08T23:39:16.858 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:39:16.858 INFO:teuthology.orchestra.run.smithi104.stdout: "mds": { 2023-11-08T23:39:16.858 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:39:16.858 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:39:16.858 INFO:teuthology.orchestra.run.smithi104.stdout: "overall": { 2023-11-08T23:39:16.859 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-08T23:39:16.859 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)": 1 2023-11-08T23:39:16.859 INFO:teuthology.orchestra.run.smithi104.stdout: } 2023-11-08T23:39:16.859 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:39:17.009 INFO:teuthology.orchestra.run.smithi104.stdout: 5 77368 9.79 MB/sec execute 95 sec latency 130.043 ms 2023-11-08T23:39:17.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:16 smithi124 ceph-mon[139817]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:39:17.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:16 smithi124 ceph-mon[139817]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:39:17.357 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:39:17.357 INFO:teuthology.orchestra.run.smithi104.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:486fc1073b02988a3b6858476c60d891c6a0722384cf11ac998ee5339a2e5478", 2023-11-08T23:39:17.358 INFO:teuthology.orchestra.run.smithi104.stdout: "in_progress": true, 2023-11-08T23:39:17.358 INFO:teuthology.orchestra.run.smithi104.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T23:39:17.358 INFO:teuthology.orchestra.run.smithi104.stdout: "services_complete": [], 2023-11-08T23:39:17.358 INFO:teuthology.orchestra.run.smithi104.stdout: "progress": "1/23 daemons upgraded", 2023-11-08T23:39:17.359 INFO:teuthology.orchestra.run.smithi104.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T23:39:17.359 INFO:teuthology.orchestra.run.smithi104.stdout: "is_paused": false 2023-11-08T23:39:17.359 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:39:17.782 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:17 smithi104 ceph-mon[137171]: pgmap v65: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.7 MiB/s wr, 452 op/s 2023-11-08T23:39:17.782 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:17 smithi104 ceph-mon[137171]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:39:17.783 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:17 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/3958854220' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:39:17.932 INFO:teuthology.orchestra.run.smithi104.stdout:HEALTH_OK 2023-11-08T23:39:18.009 INFO:teuthology.orchestra.run.smithi104.stdout: 5 77695 9.80 MB/sec execute 96 sec latency 140.500 ms 2023-11-08T23:39:18.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:17 smithi124 ceph-mon[139817]: pgmap v65: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.7 MiB/s wr, 452 op/s 2023-11-08T23:39:18.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:17 smithi124 ceph-mon[139817]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:39:18.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:17 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/3958854220' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:39:18.807 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:18 smithi104 ceph-mon[137171]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:39:18.807 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:18 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/3780814594' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:39:19.009 INFO:teuthology.orchestra.run.smithi104.stdout: 5 77971 9.78 MB/sec execute 97 sec latency 119.600 ms 2023-11-08T23:39:19.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:18 smithi124 ceph-mon[139817]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:39:19.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:18 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/3780814594' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:39:19.835 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:19 smithi104 ceph-mon[137171]: pgmap v66: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.7 MiB/s wr, 452 op/s 2023-11-08T23:39:20.013 INFO:teuthology.orchestra.run.smithi104.stdout: 5 78302 9.74 MB/sec execute 98 sec latency 131.192 ms 2023-11-08T23:39:20.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:19 smithi124 ceph-mon[139817]: pgmap v66: 97 pgs: 97 active+clean; 351 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.7 MiB/s wr, 452 op/s 2023-11-08T23:39:21.016 INFO:teuthology.orchestra.run.smithi104.stdout: 5 78720 9.75 MB/sec execute 99 sec latency 127.065 ms 2023-11-08T23:39:21.870 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:21 smithi104 ceph-mon[137171]: pgmap v67: 97 pgs: 97 active+clean; 350 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 641 op/s 2023-11-08T23:39:22.016 INFO:teuthology.orchestra.run.smithi104.stdout: 5 79114 9.81 MB/sec execute 100 sec latency 127.389 ms 2023-11-08T23:39:22.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:21 smithi124 ceph-mon[139817]: pgmap v67: 97 pgs: 97 active+clean; 350 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.5 MiB/s wr, 641 op/s 2023-11-08T23:39:23.019 INFO:teuthology.orchestra.run.smithi104.stdout: 5 79489 9.83 MB/sec execute 101 sec latency 92.398 ms 2023-11-08T23:39:23.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:23 smithi124 ceph-mon[139817]: pgmap v68: 97 pgs: 97 active+clean; 350 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-11-08T23:39:23.911 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:23 smithi104 ceph-mon[137171]: pgmap v68: 97 pgs: 97 active+clean; 350 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-11-08T23:39:24.023 INFO:teuthology.orchestra.run.smithi104.stdout: 5 79876 9.81 MB/sec execute 102 sec latency 129.827 ms 2023-11-08T23:39:25.029 INFO:teuthology.orchestra.run.smithi104.stdout: 5 80247 9.78 MB/sec execute 103 sec latency 130.619 ms 2023-11-08T23:39:25.933 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:25 smithi104 ceph-mon[137171]: pgmap v69: 97 pgs: 97 active+clean; 350 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.5 MiB/s wr, 623 op/s 2023-11-08T23:39:26.029 INFO:teuthology.orchestra.run.smithi104.stdout: 5 80617 9.78 MB/sec execute 104 sec latency 124.554 ms 2023-11-08T23:39:26.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:25 smithi124 ceph-mon[139817]: pgmap v69: 97 pgs: 97 active+clean; 350 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.5 MiB/s wr, 623 op/s 2023-11-08T23:39:27.029 INFO:teuthology.orchestra.run.smithi104.stdout: 5 81000 9.82 MB/sec execute 105 sec latency 130.050 ms 2023-11-08T23:39:27.983 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:27 smithi104 ceph-mon[137171]: pgmap v70: 97 pgs: 97 active+clean; 350 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-11-08T23:39:27.983 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:27 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:39:28.035 INFO:teuthology.orchestra.run.smithi104.stdout: 5 81386 9.83 MB/sec execute 106 sec latency 194.940 ms 2023-11-08T23:39:28.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:27 smithi124 ceph-mon[139817]: pgmap v70: 97 pgs: 97 active+clean; 350 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-11-08T23:39:28.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:27 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:39:29.035 INFO:teuthology.orchestra.run.smithi104.stdout: 5 81801 9.81 MB/sec execute 107 sec latency 116.413 ms 2023-11-08T23:39:29.781 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:29 smithi104 ceph-mon[137171]: pgmap v71: 97 pgs: 97 active+clean; 350 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-11-08T23:39:30.035 INFO:teuthology.orchestra.run.smithi104.stdout: 5 82157 9.81 MB/sec execute 108 sec latency 139.219 ms 2023-11-08T23:39:30.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:29 smithi124 ceph-mon[139817]: pgmap v71: 97 pgs: 97 active+clean; 350 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-11-08T23:39:31.035 INFO:teuthology.orchestra.run.smithi104.stdout: 5 82519 9.81 MB/sec execute 109 sec latency 129.194 ms 2023-11-08T23:39:31.834 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:31 smithi104 ceph-mon[137171]: pgmap v72: 97 pgs: 97 active+clean; 351 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.4 MiB/s wr, 631 op/s 2023-11-08T23:39:32.036 INFO:teuthology.orchestra.run.smithi104.stdout: 5 82850 9.83 MB/sec execute 110 sec latency 129.745 ms 2023-11-08T23:39:32.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:31 smithi124 ceph-mon[139817]: pgmap v72: 97 pgs: 97 active+clean; 351 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.4 MiB/s wr, 631 op/s 2023-11-08T23:39:33.049 INFO:teuthology.orchestra.run.smithi104.stdout: 5 83209 9.84 MB/sec execute 111 sec latency 128.602 ms 2023-11-08T23:39:33.857 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:33 smithi104 ceph-mon[137171]: pgmap v73: 97 pgs: 97 active+clean; 351 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.6 MiB/s wr, 442 op/s 2023-11-08T23:39:33.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:33 smithi124 ceph-mon[139817]: pgmap v73: 97 pgs: 97 active+clean; 351 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.6 MiB/s wr, 442 op/s 2023-11-08T23:39:34.049 INFO:teuthology.orchestra.run.smithi104.stdout: 5 83560 9.78 MB/sec execute 112 sec latency 93.150 ms 2023-11-08T23:39:35.049 INFO:teuthology.orchestra.run.smithi104.stdout: 5 83853 9.75 MB/sec execute 113 sec latency 123.712 ms 2023-11-08T23:39:35.902 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:35 smithi104 ceph-mon[137171]: pgmap v74: 97 pgs: 97 active+clean; 352 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.9 MiB/s wr, 662 op/s 2023-11-08T23:39:36.050 INFO:teuthology.orchestra.run.smithi104.stdout: 5 84239 9.78 MB/sec execute 114 sec latency 139.217 ms 2023-11-08T23:39:36.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:35 smithi124 ceph-mon[139817]: pgmap v74: 97 pgs: 97 active+clean; 352 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.9 MiB/s wr, 662 op/s 2023-11-08T23:39:37.054 INFO:teuthology.orchestra.run.smithi104.stdout: 5 84686 9.78 MB/sec execute 115 sec latency 126.873 ms 2023-11-08T23:39:37.957 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:37 smithi104 ceph-mon[137171]: pgmap v75: 97 pgs: 97 active+clean; 352 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 448 op/s 2023-11-08T23:39:38.057 INFO:teuthology.orchestra.run.smithi104.stdout: 5 85068 9.81 MB/sec execute 116 sec latency 130.060 ms 2023-11-08T23:39:38.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:37 smithi124 ceph-mon[139817]: pgmap v75: 97 pgs: 97 active+clean; 352 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 448 op/s 2023-11-08T23:39:39.066 INFO:teuthology.orchestra.run.smithi104.stdout: 5 85427 9.80 MB/sec execute 117 sec latency 132.646 ms 2023-11-08T23:39:40.001 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:39 smithi104 ceph-mon[137171]: pgmap v76: 97 pgs: 97 active+clean; 352 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 448 op/s 2023-11-08T23:39:40.066 INFO:teuthology.orchestra.run.smithi104.stdout: 5 85749 9.80 MB/sec execute 118 sec latency 126.651 ms 2023-11-08T23:39:40.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:39 smithi124 ceph-mon[139817]: pgmap v76: 97 pgs: 97 active+clean; 352 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 448 op/s 2023-11-08T23:39:41.076 INFO:teuthology.orchestra.run.smithi104.stdout: 5 86151 9.84 MB/sec execute 119 sec latency 133.713 ms 2023-11-08T23:39:41.871 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:41 smithi104 ceph-mon[137171]: pgmap v77: 97 pgs: 97 active+clean; 348 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.7 MiB/s wr, 669 op/s 2023-11-08T23:39:42.076 INFO:teuthology.orchestra.run.smithi104.stdout: 5 86421 9.82 MB/sec execute 120 sec latency 207.276 ms 2023-11-08T23:39:42.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:41 smithi124 ceph-mon[139817]: pgmap v77: 97 pgs: 97 active+clean; 348 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.7 MiB/s wr, 669 op/s 2023-11-08T23:39:43.048 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:42 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:39:43.076 INFO:teuthology.orchestra.run.smithi104.stdout: 5 86759 9.82 MB/sec execute 121 sec latency 129.517 ms 2023-11-08T23:39:43.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:42 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:39:43.845 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:43 smithi104 ceph-mon[137171]: pgmap v78: 97 pgs: 97 active+clean; 348 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 440 op/s 2023-11-08T23:39:44.076 INFO:teuthology.orchestra.run.smithi104.stdout: 5 87083 9.76 MB/sec execute 122 sec latency 131.872 ms 2023-11-08T23:39:44.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:43 smithi124 ceph-mon[139817]: pgmap v78: 97 pgs: 97 active+clean; 348 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 440 op/s 2023-11-08T23:39:45.076 INFO:teuthology.orchestra.run.smithi104.stdout: 5 87420 9.73 MB/sec execute 123 sec latency 124.331 ms 2023-11-08T23:39:45.883 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:45 smithi104 ceph-mon[137171]: pgmap v79: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.7 MiB/s wr, 646 op/s 2023-11-08T23:39:46.076 INFO:teuthology.orchestra.run.smithi104.stdout: 5 87754 9.77 MB/sec execute 124 sec latency 120.949 ms 2023-11-08T23:39:46.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:45 smithi124 ceph-mon[139817]: pgmap v79: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.7 MiB/s wr, 646 op/s 2023-11-08T23:39:47.076 INFO:teuthology.orchestra.run.smithi104.stdout: 5 88333 9.81 MB/sec execute 125 sec latency 132.496 ms 2023-11-08T23:39:47.916 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:47 smithi104 ceph-mon[137171]: pgmap v80: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-11-08T23:39:48.086 INFO:teuthology.orchestra.run.smithi104.stdout: 5 88751 9.80 MB/sec execute 126 sec latency 125.433 ms 2023-11-08T23:39:48.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:47 smithi124 ceph-mon[139817]: pgmap v80: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-11-08T23:39:48.448 INFO:teuthology.orchestra.run.smithi104.stdout:true 2023-11-08T23:39:49.091 INFO:teuthology.orchestra.run.smithi104.stdout: 5 89054 9.81 MB/sec execute 127 sec latency 111.330 ms 2023-11-08T23:39:49.381 INFO:teuthology.orchestra.run.smithi104.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T23:39:49.381 INFO:teuthology.orchestra.run.smithi104.stdout:alertmanager.smithi104 smithi104 *:9093,9094 starting - - - - 2023-11-08T23:39:49.382 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi104 smithi104 running (8m) 2m ago 8m 7000k - 17.2.0 e1d6a67b021e 820e40910fe5 2023-11-08T23:39:49.382 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi124 smithi124 running (8m) 2m ago 8m 7159k - 17.2.0 e1d6a67b021e 58b484174f8b 2023-11-08T23:39:49.382 INFO:teuthology.orchestra.run.smithi104.stdout:grafana.smithi104 smithi104 *:3000 starting - - - - 2023-11-08T23:39:49.382 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi104.dnntgp smithi104 running (4m) 2m ago 4m 39.1M - 17.2.0 e1d6a67b021e d59e6c12ffc9 2023-11-08T23:39:49.382 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi124.elebcx smithi124 running (4m) 2m ago 4m 15.4M - 17.2.0 e1d6a67b021e ce0430cf858f 2023-11-08T23:39:49.383 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi104.kxwemz smithi104 *:9283 running (9m) 2m ago 9m 414M - 17.2.0 e1d6a67b021e 8c3800c2f26c 2023-11-08T23:39:49.383 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi124.xydlqy smithi124 *:8443,9283 running (2m) 2m ago 8m 495M - 18.0.0-7194-gc5dca1b3 1cc06dd0f98d 352f10aa7956 2023-11-08T23:39:49.383 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi104 smithi104 running (9m) 2m ago 9m 92.3M 2048M 17.2.0 e1d6a67b021e bffc2bafb7cc 2023-11-08T23:39:49.383 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi124 smithi124 running (7m) 2m ago 7m 57.9M 2048M 17.2.0 e1d6a67b021e b4809e7b222c 2023-11-08T23:39:49.383 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.0.0.smithi104.vsrxmu smithi104 *:2049 running (4m) 2m ago 4m 270M - 4.0 e1d6a67b021e 8323292f3c77 2023-11-08T23:39:49.384 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.1.0.smithi124.vadbwo smithi124 *:2049 running (4m) 2m ago 4m 82.9M - 4.0 e1d6a67b021e 2ab9dedb4678 2023-11-08T23:39:49.384 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi104 smithi104 *:9100 starting - - - - 2023-11-08T23:39:49.384 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi124 smithi124 *:9100 starting - - - - 2023-11-08T23:39:49.384 INFO:teuthology.orchestra.run.smithi104.stdout:osd.0 smithi104 running (7m) 2m ago 7m 576M 1944M 17.2.0 e1d6a67b021e aa02626b19f2 2023-11-08T23:39:49.384 INFO:teuthology.orchestra.run.smithi104.stdout:osd.1 smithi104 running (7m) 2m ago 7m 378M 1944M 17.2.0 e1d6a67b021e 8410502f2c96 2023-11-08T23:39:49.384 INFO:teuthology.orchestra.run.smithi104.stdout:osd.2 smithi104 running (6m) 2m ago 6m 230M 1944M 17.2.0 e1d6a67b021e 504644f50577 2023-11-08T23:39:49.385 INFO:teuthology.orchestra.run.smithi104.stdout:osd.3 smithi104 running (6m) 2m ago 6m 555M 1944M 17.2.0 e1d6a67b021e 6a29f2f8c1f1 2023-11-08T23:39:49.385 INFO:teuthology.orchestra.run.smithi104.stdout:osd.4 smithi124 running (6m) 2m ago 6m 528M 2712M 17.2.0 e1d6a67b021e e438f6522b51 2023-11-08T23:39:49.385 INFO:teuthology.orchestra.run.smithi104.stdout:osd.5 smithi124 running (5m) 2m ago 5m 551M 2712M 17.2.0 e1d6a67b021e 30b21f3fa0fa 2023-11-08T23:39:49.385 INFO:teuthology.orchestra.run.smithi104.stdout:osd.6 smithi124 running (5m) 2m ago 5m 576M 2712M 17.2.0 e1d6a67b021e f2877ef3fd15 2023-11-08T23:39:49.385 INFO:teuthology.orchestra.run.smithi104.stdout:osd.7 smithi124 running (5m) 2m ago 5m 861M 2712M 17.2.0 e1d6a67b021e bbde3bafc33b 2023-11-08T23:39:49.385 INFO:teuthology.orchestra.run.smithi104.stdout:prometheus.smithi104 smithi104 *:9095 starting - - - - 2023-11-08T23:39:49.949 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:39:49.949 INFO:teuthology.orchestra.run.smithi104.stdout: "mon": { 2023-11-08T23:39:49.949 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:39:49.950 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:39:49.950 INFO:teuthology.orchestra.run.smithi104.stdout: "mgr": { 2023-11-08T23:39:49.950 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-08T23:39:49.951 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)": 1 2023-11-08T23:39:49.951 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:39:49.951 INFO:teuthology.orchestra.run.smithi104.stdout: "osd": { 2023-11-08T23:39:49.951 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-08T23:39:49.952 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:39:49.952 INFO:teuthology.orchestra.run.smithi104.stdout: "mds": { 2023-11-08T23:39:49.952 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:39:49.952 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:39:49.953 INFO:teuthology.orchestra.run.smithi104.stdout: "overall": { 2023-11-08T23:39:49.953 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-08T23:39:49.953 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)": 1 2023-11-08T23:39:49.953 INFO:teuthology.orchestra.run.smithi104.stdout: } 2023-11-08T23:39:49.953 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:39:49.954 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:49 smithi104 ceph-mon[137171]: pgmap v81: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-11-08T23:39:49.954 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:49 smithi104 ceph-mon[137171]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:39:49.955 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:49 smithi104 ceph-mon[137171]: from='client.24523 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:39:50.091 INFO:teuthology.orchestra.run.smithi104.stdout: 5 89380 9.81 MB/sec execute 128 sec latency 135.273 ms 2023-11-08T23:39:50.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:49 smithi124 ceph-mon[139817]: pgmap v81: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.4 MiB/s wr, 427 op/s 2023-11-08T23:39:50.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:49 smithi124 ceph-mon[139817]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:39:50.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:49 smithi124 ceph-mon[139817]: from='client.24523 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:39:50.395 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:39:50.395 INFO:teuthology.orchestra.run.smithi104.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:486fc1073b02988a3b6858476c60d891c6a0722384cf11ac998ee5339a2e5478", 2023-11-08T23:39:50.395 INFO:teuthology.orchestra.run.smithi104.stdout: "in_progress": true, 2023-11-08T23:39:50.395 INFO:teuthology.orchestra.run.smithi104.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T23:39:50.396 INFO:teuthology.orchestra.run.smithi104.stdout: "services_complete": [], 2023-11-08T23:39:50.396 INFO:teuthology.orchestra.run.smithi104.stdout: "progress": "1/23 daemons upgraded", 2023-11-08T23:39:50.396 INFO:teuthology.orchestra.run.smithi104.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T23:39:50.396 INFO:teuthology.orchestra.run.smithi104.stdout: "is_paused": false 2023-11-08T23:39:50.396 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:39:50.963 INFO:teuthology.orchestra.run.smithi104.stdout:HEALTH_OK 2023-11-08T23:39:50.983 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:50 smithi104 ceph-mon[137171]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:39:50.983 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:50 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/1429322145' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:39:51.091 INFO:teuthology.orchestra.run.smithi104.stdout: 5 89670 9.80 MB/sec execute 129 sec latency 124.712 ms 2023-11-08T23:39:51.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:50 smithi124 ceph-mon[139817]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:39:51.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:50 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/1429322145' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:39:51.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:51 smithi104 ceph-mon[137171]: pgmap v82: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.6 MiB/s wr, 658 op/s 2023-11-08T23:39:51.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:51 smithi104 ceph-mon[137171]: from='client.24527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:39:51.992 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:51 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/3003815722' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:39:52.097 INFO:teuthology.orchestra.run.smithi104.stdout: 5 89993 9.83 MB/sec execute 130 sec latency 143.736 ms 2023-11-08T23:39:52.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:51 smithi124 ceph-mon[139817]: pgmap v82: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.6 MiB/s wr, 658 op/s 2023-11-08T23:39:52.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:51 smithi124 ceph-mon[139817]: from='client.24527 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:39:52.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:51 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/3003815722' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:39:53.106 INFO:teuthology.orchestra.run.smithi104.stdout: 5 90210 9.78 MB/sec execute 131 sec latency 130.706 ms 2023-11-08T23:39:53.934 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:53 smithi104 ceph-mon[137171]: pgmap v83: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 437 op/s 2023-11-08T23:39:54.106 INFO:teuthology.orchestra.run.smithi104.stdout: 5 90556 9.74 MB/sec execute 132 sec latency 126.643 ms 2023-11-08T23:39:54.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:53 smithi124 ceph-mon[139817]: pgmap v83: 97 pgs: 97 active+clean; 349 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 437 op/s 2023-11-08T23:39:55.107 INFO:teuthology.orchestra.run.smithi104.stdout: 5 90888 9.70 MB/sec execute 133 sec latency 121.327 ms 2023-11-08T23:39:56.107 INFO:teuthology.orchestra.run.smithi104.stdout: 5 91196 9.69 MB/sec execute 134 sec latency 151.688 ms 2023-11-08T23:39:56.130 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:55 smithi104 ceph-mon[137171]: pgmap v84: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.7 MiB/s wr, 626 op/s 2023-11-08T23:39:56.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:55 smithi124 ceph-mon[139817]: pgmap v84: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.7 MiB/s wr, 626 op/s 2023-11-08T23:39:57.107 INFO:teuthology.orchestra.run.smithi104.stdout: 5 91564 9.73 MB/sec execute 135 sec latency 129.490 ms 2023-11-08T23:39:58.108 INFO:teuthology.orchestra.run.smithi104.stdout: 5 91926 9.73 MB/sec execute 136 sec latency 139.726 ms 2023-11-08T23:39:58.159 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:57 smithi104 ceph-mon[137171]: pgmap v85: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2023-11-08T23:39:58.160 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:57 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:39:58.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:57 smithi124 ceph-mon[139817]: pgmap v85: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2023-11-08T23:39:58.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:57 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:39:59.109 INFO:teuthology.orchestra.run.smithi104.stdout: 5 92303 9.71 MB/sec execute 137 sec latency 130.941 ms 2023-11-08T23:39:59.198 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:39:58 smithi104 ceph-mon[137171]: pgmap v86: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2023-11-08T23:39:59.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:39:58 smithi124 ceph-mon[139817]: pgmap v86: 97 pgs: 97 active+clean; 346 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 420 op/s 2023-11-08T23:40:00.108 INFO:teuthology.orchestra.run.smithi104.stdout: 5 92610 9.70 MB/sec execute 138 sec latency 132.809 ms 2023-11-08T23:40:00.725 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:00 smithi104 ceph-mon[137171]: overall HEALTH_OK 2023-11-08T23:40:00.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:00 smithi124 ceph-mon[139817]: overall HEALTH_OK 2023-11-08T23:40:01.110 INFO:teuthology.orchestra.run.smithi104.stdout: 5 92908 9.69 MB/sec execute 139 sec latency 147.049 ms 2023-11-08T23:40:01.742 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:01 smithi104 ceph-mon[137171]: pgmap v87: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 626 op/s 2023-11-08T23:40:01.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:01 smithi124 ceph-mon[139817]: pgmap v87: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.3 MiB/s wr, 626 op/s 2023-11-08T23:40:02.110 INFO:teuthology.orchestra.run.smithi104.stdout: 5 93274 9.71 MB/sec execute 140 sec latency 164.264 ms 2023-11-08T23:40:03.110 INFO:teuthology.orchestra.run.smithi104.stdout: 5 93594 9.74 MB/sec execute 141 sec latency 148.541 ms 2023-11-08T23:40:03.785 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:03 smithi104 ceph-mon[137171]: pgmap v88: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-11-08T23:40:03.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:03 smithi124 ceph-mon[139817]: pgmap v88: 97 pgs: 97 active+clean; 344 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-11-08T23:40:04.116 INFO:teuthology.orchestra.run.smithi104.stdout: 5 93863 9.72 MB/sec execute 142 sec latency 127.062 ms 2023-11-08T23:40:05.126 INFO:teuthology.orchestra.run.smithi104.stdout: 5 94105 9.67 MB/sec execute 143 sec latency 129.205 ms 2023-11-08T23:40:05.570 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:05 smithi104 ceph-mon[137171]: pgmap v89: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.3 MiB/s wr, 595 op/s 2023-11-08T23:40:05.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:05 smithi124 ceph-mon[139817]: pgmap v89: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.3 MiB/s wr, 595 op/s 2023-11-08T23:40:06.126 INFO:teuthology.orchestra.run.smithi104.stdout: 5 94465 9.65 MB/sec execute 144 sec latency 117.604 ms 2023-11-08T23:40:07.128 INFO:teuthology.orchestra.run.smithi104.stdout: 5 94755 9.63 MB/sec execute 145 sec latency 125.046 ms 2023-11-08T23:40:07.602 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:07 smithi104 ceph-mon[137171]: pgmap v90: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2023-11-08T23:40:07.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:07 smithi124 ceph-mon[139817]: pgmap v90: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 405 op/s 2023-11-08T23:40:08.127 INFO:teuthology.orchestra.run.smithi104.stdout: 5 95098 9.66 MB/sec execute 146 sec latency 139.958 ms 2023-11-08T23:40:09.128 INFO:teuthology.orchestra.run.smithi104.stdout: 5 95367 9.64 MB/sec execute 147 sec latency 126.471 ms 2023-11-08T23:40:09.643 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:09 smithi104 ceph-mon[137171]: pgmap v91: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-11-08T23:40:09.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:09 smithi124 ceph-mon[139817]: pgmap v91: 97 pgs: 97 active+clean; 349 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 406 op/s 2023-11-08T23:40:10.128 INFO:teuthology.orchestra.run.smithi104.stdout: 5 95688 9.62 MB/sec execute 148 sec latency 112.308 ms 2023-11-08T23:40:11.128 INFO:teuthology.orchestra.run.smithi104.stdout: 5 96004 9.59 MB/sec execute 149 sec latency 136.213 ms 2023-11-08T23:40:11.706 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:11 smithi104 ceph-mon[137171]: pgmap v92: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.8 MiB/s wr, 591 op/s 2023-11-08T23:40:11.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:11 smithi124 ceph-mon[139817]: pgmap v92: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.8 MiB/s wr, 591 op/s 2023-11-08T23:40:12.130 INFO:teuthology.orchestra.run.smithi104.stdout: 5 96168 9.55 MB/sec execute 150 sec latency 135.298 ms 2023-11-08T23:40:12.720 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:12 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:40:12.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:12 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:40:13.130 INFO:teuthology.orchestra.run.smithi104.stdout: 5 96496 9.57 MB/sec execute 151 sec latency 146.778 ms 2023-11-08T23:40:13.727 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:13 smithi104 ceph-mon[137171]: pgmap v93: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-11-08T23:40:13.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:13 smithi124 ceph-mon[139817]: pgmap v93: 97 pgs: 97 active+clean; 347 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-11-08T23:40:14.130 INFO:teuthology.orchestra.run.smithi104.stdout: 5 96835 9.59 MB/sec execute 152 sec latency 126.734 ms 2023-11-08T23:40:15.130 INFO:teuthology.orchestra.run.smithi104.stdout: 5 97188 9.58 MB/sec execute 153 sec latency 132.859 ms 2023-11-08T23:40:15.761 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:15 smithi104 ceph-mon[137171]: pgmap v94: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.6 MiB/s wr, 551 op/s 2023-11-08T23:40:15.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:15 smithi124 ceph-mon[139817]: pgmap v94: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.6 MiB/s wr, 551 op/s 2023-11-08T23:40:16.130 INFO:teuthology.orchestra.run.smithi104.stdout: 5 97429 9.58 MB/sec execute 154 sec latency 204.316 ms 2023-11-08T23:40:17.138 INFO:teuthology.orchestra.run.smithi104.stdout: 5 97664 9.56 MB/sec execute 155 sec latency 133.123 ms 2023-11-08T23:40:17.827 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:17 smithi104 ceph-mon[137171]: pgmap v95: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2023-11-08T23:40:17.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:17 smithi124 ceph-mon[139817]: pgmap v95: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2023-11-08T23:40:18.145 INFO:teuthology.orchestra.run.smithi104.stdout: 5 98037 9.53 MB/sec execute 156 sec latency 120.981 ms 2023-11-08T23:40:19.145 INFO:teuthology.orchestra.run.smithi104.stdout: 5 98289 9.51 MB/sec execute 157 sec latency 124.076 ms 2023-11-08T23:40:19.888 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:19 smithi104 ceph-mon[137171]: pgmap v96: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2023-11-08T23:40:19.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:19 smithi124 ceph-mon[139817]: pgmap v96: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2023-11-08T23:40:20.154 INFO:teuthology.orchestra.run.smithi104.stdout: 5 98579 9.52 MB/sec execute 158 sec latency 133.374 ms 2023-11-08T23:40:21.155 INFO:teuthology.orchestra.run.smithi104.stdout: 5 98860 9.50 MB/sec execute 159 sec latency 126.773 ms 2023-11-08T23:40:21.519 INFO:teuthology.orchestra.run.smithi104.stdout:true 2023-11-08T23:40:21.700 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:21 smithi104 ceph-mon[137171]: pgmap v97: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2023-11-08T23:40:22.155 INFO:teuthology.orchestra.run.smithi104.stdout: 5 99236 9.49 MB/sec execute 160 sec latency 133.892 ms 2023-11-08T23:40:22.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:21 smithi124 ceph-mon[139817]: pgmap v97: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.4 MiB/s wr, 532 op/s 2023-11-08T23:40:22.509 INFO:teuthology.orchestra.run.smithi104.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T23:40:22.509 INFO:teuthology.orchestra.run.smithi104.stdout:alertmanager.smithi104 smithi104 *:9093,9094 starting - - - - 2023-11-08T23:40:22.509 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi104 smithi104 running (9m) 2m ago 9m 7000k - 17.2.0 e1d6a67b021e 820e40910fe5 2023-11-08T23:40:22.509 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi124 smithi124 running (8m) 2m ago 8m 7159k - 17.2.0 e1d6a67b021e 58b484174f8b 2023-11-08T23:40:22.510 INFO:teuthology.orchestra.run.smithi104.stdout:grafana.smithi104 smithi104 *:3000 starting - - - - 2023-11-08T23:40:22.510 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi104.dnntgp smithi104 running (5m) 2m ago 5m 39.1M - 17.2.0 e1d6a67b021e d59e6c12ffc9 2023-11-08T23:40:22.510 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi124.elebcx smithi124 running (5m) 2m ago 5m 15.4M - 17.2.0 e1d6a67b021e ce0430cf858f 2023-11-08T23:40:22.510 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi104.kxwemz smithi104 *:9283 running (10m) 2m ago 10m 414M - 17.2.0 e1d6a67b021e 8c3800c2f26c 2023-11-08T23:40:22.511 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi124.xydlqy smithi124 *:8443,9283 running (3m) 2m ago 8m 495M - 18.0.0-7194-gc5dca1b3 1cc06dd0f98d 352f10aa7956 2023-11-08T23:40:22.511 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi104 smithi104 running (10m) 2m ago 10m 92.3M 2048M 17.2.0 e1d6a67b021e bffc2bafb7cc 2023-11-08T23:40:22.511 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi124 smithi124 running (8m) 2m ago 8m 57.9M 2048M 17.2.0 e1d6a67b021e b4809e7b222c 2023-11-08T23:40:22.511 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.0.0.smithi104.vsrxmu smithi104 *:2049 running (4m) 2m ago 4m 270M - 4.0 e1d6a67b021e 8323292f3c77 2023-11-08T23:40:22.512 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.1.0.smithi124.vadbwo smithi124 *:2049 running (4m) 2m ago 4m 82.9M - 4.0 e1d6a67b021e 2ab9dedb4678 2023-11-08T23:40:22.512 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi104 smithi104 *:9100 starting - - - - 2023-11-08T23:40:22.512 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi124 smithi124 *:9100 starting - - - - 2023-11-08T23:40:22.513 INFO:teuthology.orchestra.run.smithi104.stdout:osd.0 smithi104 running (7m) 2m ago 7m 576M 1944M 17.2.0 e1d6a67b021e aa02626b19f2 2023-11-08T23:40:22.513 INFO:teuthology.orchestra.run.smithi104.stdout:osd.1 smithi104 running (7m) 2m ago 7m 378M 1944M 17.2.0 e1d6a67b021e 8410502f2c96 2023-11-08T23:40:22.513 INFO:teuthology.orchestra.run.smithi104.stdout:osd.2 smithi104 running (7m) 2m ago 7m 230M 1944M 17.2.0 e1d6a67b021e 504644f50577 2023-11-08T23:40:22.514 INFO:teuthology.orchestra.run.smithi104.stdout:osd.3 smithi104 running (7m) 2m ago 7m 555M 1944M 17.2.0 e1d6a67b021e 6a29f2f8c1f1 2023-11-08T23:40:22.514 INFO:teuthology.orchestra.run.smithi104.stdout:osd.4 smithi124 running (6m) 2m ago 6m 528M 2712M 17.2.0 e1d6a67b021e e438f6522b51 2023-11-08T23:40:22.514 INFO:teuthology.orchestra.run.smithi104.stdout:osd.5 smithi124 running (6m) 2m ago 6m 551M 2712M 17.2.0 e1d6a67b021e 30b21f3fa0fa 2023-11-08T23:40:22.515 INFO:teuthology.orchestra.run.smithi104.stdout:osd.6 smithi124 running (6m) 2m ago 6m 576M 2712M 17.2.0 e1d6a67b021e f2877ef3fd15 2023-11-08T23:40:22.515 INFO:teuthology.orchestra.run.smithi104.stdout:osd.7 smithi124 running (5m) 2m ago 5m 861M 2712M 17.2.0 e1d6a67b021e bbde3bafc33b 2023-11-08T23:40:22.515 INFO:teuthology.orchestra.run.smithi104.stdout:prometheus.smithi104 smithi104 *:9095 starting - - - - 2023-11-08T23:40:22.730 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:22 smithi104 ceph-mon[137171]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:40:23.094 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:40:23.094 INFO:teuthology.orchestra.run.smithi104.stdout: "mon": { 2023-11-08T23:40:23.095 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:40:23.095 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:40:23.095 INFO:teuthology.orchestra.run.smithi104.stdout: "mgr": { 2023-11-08T23:40:23.095 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-08T23:40:23.095 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)": 1 2023-11-08T23:40:23.096 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:40:23.096 INFO:teuthology.orchestra.run.smithi104.stdout: "osd": { 2023-11-08T23:40:23.096 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-08T23:40:23.096 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:40:23.096 INFO:teuthology.orchestra.run.smithi104.stdout: "mds": { 2023-11-08T23:40:23.097 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:40:23.097 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:40:23.097 INFO:teuthology.orchestra.run.smithi104.stdout: "overall": { 2023-11-08T23:40:23.097 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-08T23:40:23.097 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)": 1 2023-11-08T23:40:23.098 INFO:teuthology.orchestra.run.smithi104.stdout: } 2023-11-08T23:40:23.098 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:40:23.155 INFO:teuthology.orchestra.run.smithi104.stdout: 5 99477 9.46 MB/sec execute 161 sec latency 130.577 ms 2023-11-08T23:40:23.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:22 smithi124 ceph-mon[139817]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:40:23.581 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:40:23.581 INFO:teuthology.orchestra.run.smithi104.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:486fc1073b02988a3b6858476c60d891c6a0722384cf11ac998ee5339a2e5478", 2023-11-08T23:40:23.581 INFO:teuthology.orchestra.run.smithi104.stdout: "in_progress": true, 2023-11-08T23:40:23.581 INFO:teuthology.orchestra.run.smithi104.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T23:40:23.582 INFO:teuthology.orchestra.run.smithi104.stdout: "services_complete": [], 2023-11-08T23:40:23.582 INFO:teuthology.orchestra.run.smithi104.stdout: "progress": "1/23 daemons upgraded", 2023-11-08T23:40:23.582 INFO:teuthology.orchestra.run.smithi104.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T23:40:23.582 INFO:teuthology.orchestra.run.smithi104.stdout: "is_paused": false 2023-11-08T23:40:23.583 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:40:23.745 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:23 smithi104 ceph-mon[137171]: from='client.24539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:40:23.745 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:23 smithi104 ceph-mon[137171]: pgmap v98: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 347 op/s 2023-11-08T23:40:23.745 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:23 smithi104 ceph-mon[137171]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:40:23.746 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:23 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/3406145863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:40:23.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:23 smithi124 ceph-mon[139817]: from='client.24539 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:40:23.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:23 smithi124 ceph-mon[139817]: pgmap v98: 97 pgs: 97 active+clean; 347 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.6 MiB/s wr, 347 op/s 2023-11-08T23:40:23.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:23 smithi124 ceph-mon[139817]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:40:23.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:23 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/3406145863' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:40:24.139 INFO:teuthology.orchestra.run.smithi104.stdout:HEALTH_OK 2023-11-08T23:40:24.155 INFO:teuthology.orchestra.run.smithi104.stdout: 5 99746 9.45 MB/sec execute 162 sec latency 126.698 ms 2023-11-08T23:40:24.760 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:24 smithi104 ceph-mon[137171]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:40:24.760 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:24 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/1232215467' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:40:25.158 INFO:teuthology.orchestra.run.smithi104.stdout: 5 100125 9.46 MB/sec execute 163 sec latency 122.251 ms 2023-11-08T23:40:25.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:24 smithi124 ceph-mon[139817]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:40:25.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:24 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/1232215467' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:40:25.769 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:25 smithi104 ceph-mon[137171]: pgmap v99: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2023-11-08T23:40:26.158 INFO:teuthology.orchestra.run.smithi104.stdout: 5 100393 9.46 MB/sec execute 164 sec latency 130.643 ms 2023-11-08T23:40:26.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:25 smithi124 ceph-mon[139817]: pgmap v99: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.3 MiB/s wr, 528 op/s 2023-11-08T23:40:27.158 INFO:teuthology.orchestra.run.smithi104.stdout: 5 100728 9.48 MB/sec execute 165 sec latency 126.087 ms 2023-11-08T23:40:27.846 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:27 smithi104 ceph-mon[137171]: pgmap v100: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-08T23:40:27.846 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:27 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:40:28.158 INFO:teuthology.orchestra.run.smithi104.stdout: 5 101015 9.44 MB/sec execute 166 sec latency 129.944 ms 2023-11-08T23:40:28.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:27 smithi124 ceph-mon[139817]: pgmap v100: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-08T23:40:28.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:27 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:40:29.166 INFO:teuthology.orchestra.run.smithi104.stdout: 5 101307 9.42 MB/sec execute 167 sec latency 129.590 ms 2023-11-08T23:40:29.889 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:29 smithi104 ceph-mon[137171]: pgmap v101: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-08T23:40:30.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:29 smithi124 ceph-mon[139817]: pgmap v101: 97 pgs: 97 active+clean; 345 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 362 op/s 2023-11-08T23:40:30.168 INFO:teuthology.orchestra.run.smithi104.stdout: 5 101532 9.41 MB/sec execute 168 sec latency 132.777 ms 2023-11-08T23:40:31.168 INFO:teuthology.orchestra.run.smithi104.stdout: 5 101757 9.39 MB/sec execute 169 sec latency 210.372 ms 2023-11-08T23:40:31.945 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:31 smithi104 ceph-mon[137171]: pgmap v102: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.6 MiB/s wr, 541 op/s 2023-11-08T23:40:32.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:31 smithi124 ceph-mon[139817]: pgmap v102: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.6 MiB/s wr, 541 op/s 2023-11-08T23:40:32.173 INFO:teuthology.orchestra.run.smithi104.stdout: 5 102209 9.42 MB/sec execute 170 sec latency 129.490 ms 2023-11-08T23:40:33.174 INFO:teuthology.orchestra.run.smithi104.stdout: 5 102635 9.42 MB/sec execute 171 sec latency 130.967 ms 2023-11-08T23:40:33.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:33 smithi124 ceph-mon[139817]: pgmap v103: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-11-08T23:40:34.000 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:33 smithi104 ceph-mon[137171]: pgmap v103: 97 pgs: 97 active+clean; 348 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-11-08T23:40:34.174 INFO:teuthology.orchestra.run.smithi104.stdout: 5 103034 9.43 MB/sec execute 172 sec latency 129.426 ms 2023-11-08T23:40:35.181 INFO:teuthology.orchestra.run.smithi104.stdout: 5 103413 9.43 MB/sec execute 173 sec latency 125.397 ms 2023-11-08T23:40:35.791 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:35 smithi104 ceph-mon[137171]: pgmap v104: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.6 MiB/s wr, 556 op/s 2023-11-08T23:40:36.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:35 smithi124 ceph-mon[139817]: pgmap v104: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.6 MiB/s wr, 556 op/s 2023-11-08T23:40:36.181 INFO:teuthology.orchestra.run.smithi104.stdout: 5 103834 9.45 MB/sec execute 174 sec latency 126.187 ms 2023-11-08T23:40:37.182 INFO:teuthology.orchestra.run.smithi104.stdout: 5 104262 9.46 MB/sec execute 175 sec latency 138.697 ms 2023-11-08T23:40:37.830 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:37 smithi104 ceph-mon[137171]: pgmap v105: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-11-08T23:40:38.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:37 smithi124 ceph-mon[139817]: pgmap v105: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-11-08T23:40:38.182 INFO:teuthology.orchestra.run.smithi104.stdout: 5 104594 9.45 MB/sec execute 176 sec latency 126.789 ms 2023-11-08T23:40:39.182 INFO:teuthology.orchestra.run.smithi104.stdout: 5 104973 9.45 MB/sec execute 177 sec latency 123.820 ms 2023-11-08T23:40:39.872 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:39 smithi104 ceph-mon[137171]: pgmap v106: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-11-08T23:40:40.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:39 smithi124 ceph-mon[139817]: pgmap v106: 97 pgs: 97 active+clean; 347 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-11-08T23:40:40.190 INFO:teuthology.orchestra.run.smithi104.stdout: 5 105344 9.49 MB/sec execute 178 sec latency 123.569 ms 2023-11-08T23:40:41.193 INFO:teuthology.orchestra.run.smithi104.stdout: 5 105643 9.48 MB/sec execute 179 sec latency 121.836 ms 2023-11-08T23:40:41.902 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:41 smithi104 ceph-mon[137171]: pgmap v107: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.3 MiB/s wr, 612 op/s 2023-11-08T23:40:42.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:41 smithi124 ceph-mon[139817]: pgmap v107: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.0 KiB/s rd, 6.3 MiB/s wr, 612 op/s 2023-11-08T23:40:42.193 INFO:teuthology.orchestra.run.smithi104.stdout: 5 105956 9.47 MB/sec execute 180 sec latency 129.531 ms 2023-11-08T23:40:42.932 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:42 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:40:43.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:42 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:40:43.193 INFO:teuthology.orchestra.run.smithi104.stdout: 5 106250 9.43 MB/sec execute 181 sec latency 134.403 ms 2023-11-08T23:40:43.806 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:43 smithi124 ceph-mon[139817]: pgmap v108: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-08T23:40:43.959 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:43 smithi104 ceph-mon[137171]: pgmap v108: 97 pgs: 97 active+clean; 353 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-08T23:40:44.193 INFO:teuthology.orchestra.run.smithi104.stdout: 5 106488 9.40 MB/sec execute 182 sec latency 130.647 ms 2023-11-08T23:40:45.193 INFO:teuthology.orchestra.run.smithi104.stdout: 5 106770 9.41 MB/sec execute 183 sec latency 141.125 ms 2023-11-08T23:40:46.006 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:45 smithi104 ceph-mon[137171]: pgmap v109: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.5 MiB/s wr, 628 op/s 2023-11-08T23:40:46.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:45 smithi124 ceph-mon[139817]: pgmap v109: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.5 MiB/s wr, 628 op/s 2023-11-08T23:40:46.201 INFO:teuthology.orchestra.run.smithi104.stdout: 5 107058 9.39 MB/sec execute 184 sec latency 123.368 ms 2023-11-08T23:40:47.201 INFO:teuthology.orchestra.run.smithi104.stdout: 5 107371 9.39 MB/sec execute 185 sec latency 146.534 ms 2023-11-08T23:40:47.811 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:47 smithi104 ceph-mon[137171]: pgmap v110: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-11-08T23:40:48.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:47 smithi124 ceph-mon[139817]: pgmap v110: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-11-08T23:40:48.201 INFO:teuthology.orchestra.run.smithi104.stdout: 5 107710 9.39 MB/sec execute 186 sec latency 157.584 ms 2023-11-08T23:40:49.201 INFO:teuthology.orchestra.run.smithi104.stdout: 5 108078 9.39 MB/sec execute 187 sec latency 104.239 ms 2023-11-08T23:40:50.054 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:49 smithi104 ceph-mon[137171]: pgmap v111: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-11-08T23:40:50.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:49 smithi124 ceph-mon[139817]: pgmap v111: 97 pgs: 97 active+clean; 351 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-11-08T23:40:50.201 INFO:teuthology.orchestra.run.smithi104.stdout: 5 108323 9.37 MB/sec execute 188 sec latency 132.476 ms 2023-11-08T23:40:51.201 INFO:teuthology.orchestra.run.smithi104.stdout: 5 108597 9.38 MB/sec execute 189 sec latency 133.020 ms 2023-11-08T23:40:51.850 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:51 smithi104 ceph-mon[137171]: pgmap v112: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 613 op/s 2023-11-08T23:40:52.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:51 smithi124 ceph-mon[139817]: pgmap v112: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.2 MiB/s wr, 613 op/s 2023-11-08T23:40:52.201 INFO:teuthology.orchestra.run.smithi104.stdout: 5 108906 9.39 MB/sec execute 190 sec latency 142.652 ms 2023-11-08T23:40:53.201 INFO:teuthology.orchestra.run.smithi104.stdout: 5 109198 9.37 MB/sec execute 191 sec latency 127.017 ms 2023-11-08T23:40:53.890 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:53 smithi104 ceph-mon[137171]: pgmap v113: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-11-08T23:40:54.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:53 smithi124 ceph-mon[139817]: pgmap v113: 97 pgs: 97 active+clean; 349 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 376 op/s 2023-11-08T23:40:54.201 INFO:teuthology.orchestra.run.smithi104.stdout: 5 109469 9.36 MB/sec execute 192 sec latency 120.822 ms 2023-11-08T23:40:54.623 INFO:teuthology.orchestra.run.smithi104.stdout:true 2023-11-08T23:40:55.201 INFO:teuthology.orchestra.run.smithi104.stdout: 5 109705 9.35 MB/sec execute 193 sec latency 167.819 ms 2023-11-08T23:40:55.553 INFO:teuthology.orchestra.run.smithi104.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T23:40:55.554 INFO:teuthology.orchestra.run.smithi104.stdout:alertmanager.smithi104 smithi104 *:9093,9094 starting - - - - 2023-11-08T23:40:55.554 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi104 smithi104 running (9m) 3m ago 9m 7000k - 17.2.0 e1d6a67b021e 820e40910fe5 2023-11-08T23:40:55.554 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi124 smithi124 running (9m) 3m ago 9m 7159k - 17.2.0 e1d6a67b021e 58b484174f8b 2023-11-08T23:40:55.554 INFO:teuthology.orchestra.run.smithi104.stdout:grafana.smithi104 smithi104 *:3000 starting - - - - 2023-11-08T23:40:55.554 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi104.dnntgp smithi104 running (5m) 3m ago 5m 39.1M - 17.2.0 e1d6a67b021e d59e6c12ffc9 2023-11-08T23:40:55.555 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi124.elebcx smithi124 running (5m) 3m ago 5m 15.4M - 17.2.0 e1d6a67b021e ce0430cf858f 2023-11-08T23:40:55.555 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi104.kxwemz smithi104 *:9283 running (10m) 3m ago 10m 414M - 17.2.0 e1d6a67b021e 8c3800c2f26c 2023-11-08T23:40:55.555 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi124.xydlqy smithi124 *:8443,9283 running (3m) 3m ago 9m 495M - 18.0.0-7194-gc5dca1b3 1cc06dd0f98d 352f10aa7956 2023-11-08T23:40:55.555 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi104 smithi104 running (10m) 3m ago 10m 92.3M 2048M 17.2.0 e1d6a67b021e bffc2bafb7cc 2023-11-08T23:40:55.555 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi124 smithi124 running (9m) 3m ago 9m 57.9M 2048M 17.2.0 e1d6a67b021e b4809e7b222c 2023-11-08T23:40:55.556 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.0.0.smithi104.vsrxmu smithi104 *:2049 running (5m) 3m ago 5m 270M - 4.0 e1d6a67b021e 8323292f3c77 2023-11-08T23:40:55.556 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.1.0.smithi124.vadbwo smithi124 *:2049 running (5m) 3m ago 5m 82.9M - 4.0 e1d6a67b021e 2ab9dedb4678 2023-11-08T23:40:55.556 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi104 smithi104 *:9100 starting - - - - 2023-11-08T23:40:55.556 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi124 smithi124 *:9100 starting - - - - 2023-11-08T23:40:55.556 INFO:teuthology.orchestra.run.smithi104.stdout:osd.0 smithi104 running (8m) 3m ago 8m 576M 1944M 17.2.0 e1d6a67b021e aa02626b19f2 2023-11-08T23:40:55.556 INFO:teuthology.orchestra.run.smithi104.stdout:osd.1 smithi104 running (8m) 3m ago 8m 378M 1944M 17.2.0 e1d6a67b021e 8410502f2c96 2023-11-08T23:40:55.557 INFO:teuthology.orchestra.run.smithi104.stdout:osd.2 smithi104 running (7m) 3m ago 7m 230M 1944M 17.2.0 e1d6a67b021e 504644f50577 2023-11-08T23:40:55.557 INFO:teuthology.orchestra.run.smithi104.stdout:osd.3 smithi104 running (7m) 3m ago 7m 555M 1944M 17.2.0 e1d6a67b021e 6a29f2f8c1f1 2023-11-08T23:40:55.557 INFO:teuthology.orchestra.run.smithi104.stdout:osd.4 smithi124 running (7m) 3m ago 7m 528M 2712M 17.2.0 e1d6a67b021e e438f6522b51 2023-11-08T23:40:55.557 INFO:teuthology.orchestra.run.smithi104.stdout:osd.5 smithi124 running (7m) 3m ago 7m 551M 2712M 17.2.0 e1d6a67b021e 30b21f3fa0fa 2023-11-08T23:40:55.557 INFO:teuthology.orchestra.run.smithi104.stdout:osd.6 smithi124 running (6m) 3m ago 6m 576M 2712M 17.2.0 e1d6a67b021e f2877ef3fd15 2023-11-08T23:40:55.558 INFO:teuthology.orchestra.run.smithi104.stdout:osd.7 smithi124 running (6m) 3m ago 6m 861M 2712M 17.2.0 e1d6a67b021e bbde3bafc33b 2023-11-08T23:40:55.558 INFO:teuthology.orchestra.run.smithi104.stdout:prometheus.smithi104 smithi104 *:9095 starting - - - - 2023-11-08T23:40:55.965 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:55 smithi104 ceph-mon[137171]: pgmap v114: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 556 op/s 2023-11-08T23:40:55.966 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:55 smithi104 ceph-mon[137171]: from='client.24553 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:40:56.049 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:40:56.049 INFO:teuthology.orchestra.run.smithi104.stdout: "mon": { 2023-11-08T23:40:56.049 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:40:56.050 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:40:56.050 INFO:teuthology.orchestra.run.smithi104.stdout: "mgr": { 2023-11-08T23:40:56.050 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-08T23:40:56.050 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)": 1 2023-11-08T23:40:56.050 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:40:56.051 INFO:teuthology.orchestra.run.smithi104.stdout: "osd": { 2023-11-08T23:40:56.051 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-08T23:40:56.051 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:40:56.051 INFO:teuthology.orchestra.run.smithi104.stdout: "mds": { 2023-11-08T23:40:56.051 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:40:56.052 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:40:56.052 INFO:teuthology.orchestra.run.smithi104.stdout: "overall": { 2023-11-08T23:40:56.052 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-08T23:40:56.052 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)": 1 2023-11-08T23:40:56.052 INFO:teuthology.orchestra.run.smithi104.stdout: } 2023-11-08T23:40:56.053 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:40:56.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:55 smithi124 ceph-mon[139817]: pgmap v114: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 556 op/s 2023-11-08T23:40:56.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:55 smithi124 ceph-mon[139817]: from='client.24553 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:40:56.201 INFO:teuthology.orchestra.run.smithi104.stdout: 5 109938 9.32 MB/sec execute 194 sec latency 126.520 ms 2023-11-08T23:40:56.502 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:40:56.502 INFO:teuthology.orchestra.run.smithi104.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:486fc1073b02988a3b6858476c60d891c6a0722384cf11ac998ee5339a2e5478", 2023-11-08T23:40:56.502 INFO:teuthology.orchestra.run.smithi104.stdout: "in_progress": true, 2023-11-08T23:40:56.502 INFO:teuthology.orchestra.run.smithi104.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T23:40:56.503 INFO:teuthology.orchestra.run.smithi104.stdout: "services_complete": [], 2023-11-08T23:40:56.503 INFO:teuthology.orchestra.run.smithi104.stdout: "progress": "1/23 daemons upgraded", 2023-11-08T23:40:56.503 INFO:teuthology.orchestra.run.smithi104.stdout: "message": "Currently upgrading mgr daemons", 2023-11-08T23:40:56.503 INFO:teuthology.orchestra.run.smithi104.stdout: "is_paused": false 2023-11-08T23:40:56.503 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:40:56.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:56 smithi104 ceph-mon[137171]: from='client.24557 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:40:56.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:56 smithi104 ceph-mon[137171]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:40:56.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:56 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/1935371767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:40:57.022 INFO:teuthology.orchestra.run.smithi104.stdout:HEALTH_OK 2023-11-08T23:40:57.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:56 smithi124 ceph-mon[139817]: from='client.24557 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:40:57.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:56 smithi124 ceph-mon[139817]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:40:57.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:56 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/1935371767' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:40:57.201 INFO:teuthology.orchestra.run.smithi104.stdout: 5 110254 9.31 MB/sec execute 195 sec latency 123.381 ms 2023-11-08T23:40:58.015 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:57 smithi104 ceph-mon[137171]: pgmap v115: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-11-08T23:40:58.015 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:57 smithi104 ceph-mon[137171]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:40:58.016 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:57 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/3855383807' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:40:58.016 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:57 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:40:58.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:57 smithi124 ceph-mon[139817]: pgmap v115: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-11-08T23:40:58.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:57 smithi124 ceph-mon[139817]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:40:58.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:57 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/3855383807' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:40:58.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:57 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:40:58.201 INFO:teuthology.orchestra.run.smithi104.stdout: 5 110638 9.32 MB/sec execute 196 sec latency 226.099 ms 2023-11-08T23:40:59.201 INFO:teuthology.orchestra.run.smithi104.stdout: 5 110907 9.29 MB/sec execute 197 sec latency 131.147 ms 2023-11-08T23:41:00.062 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:40:59 smithi104 ceph-mon[137171]: pgmap v116: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-11-08T23:41:00.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:40:59 smithi124 ceph-mon[139817]: pgmap v116: 97 pgs: 97 active+clean; 353 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 360 op/s 2023-11-08T23:41:00.201 INFO:teuthology.orchestra.run.smithi104.stdout: 5 111257 9.31 MB/sec execute 198 sec latency 126.946 ms 2023-11-08T23:41:01.201 INFO:teuthology.orchestra.run.smithi104.stdout: 5 111712 9.32 MB/sec execute 199 sec latency 126.747 ms 2023-11-08T23:41:02.099 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:01 smithi104 ceph-mon[137171]: pgmap v117: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.3 MiB/s wr, 529 op/s 2023-11-08T23:41:02.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:01 smithi124 ceph-mon[139817]: pgmap v117: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.3 MiB/s wr, 529 op/s 2023-11-08T23:41:02.212 INFO:teuthology.orchestra.run.smithi104.stdout: 5 112101 9.35 MB/sec execute 200 sec latency 137.582 ms 2023-11-08T23:41:03.218 INFO:teuthology.orchestra.run.smithi104.stdout: 5 112413 9.34 MB/sec execute 201 sec latency 126.895 ms 2023-11-08T23:41:04.115 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:03 smithi104 ceph-mon[137171]: pgmap v118: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-11-08T23:41:04.218 INFO:teuthology.orchestra.run.smithi104.stdout: 5 112763 9.33 MB/sec execute 202 sec latency 126.592 ms 2023-11-08T23:41:04.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:03 smithi124 ceph-mon[139817]: pgmap v118: 97 pgs: 97 active+clean; 344 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-11-08T23:41:05.218 INFO:teuthology.orchestra.run.smithi104.stdout: 5 113050 9.31 MB/sec execute 203 sec latency 130.189 ms 2023-11-08T23:41:05.925 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:05 smithi104 ceph-mon[137171]: pgmap v119: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.9 MiB/s wr, 568 op/s 2023-11-08T23:41:06.223 INFO:teuthology.orchestra.run.smithi104.stdout: 5 113332 9.32 MB/sec execute 204 sec latency 120.369 ms 2023-11-08T23:41:06.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:05 smithi124 ceph-mon[139817]: pgmap v119: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.9 MiB/s wr, 568 op/s 2023-11-08T23:41:07.222 INFO:teuthology.orchestra.run.smithi104.stdout: 5 113651 9.32 MB/sec execute 205 sec latency 126.766 ms 2023-11-08T23:41:07.969 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:07 smithi104 ceph-mon[137171]: pgmap v120: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-11-08T23:41:08.222 INFO:teuthology.orchestra.run.smithi104.stdout: 5 113913 9.32 MB/sec execute 206 sec latency 127.632 ms 2023-11-08T23:41:08.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:07 smithi124 ceph-mon[139817]: pgmap v120: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.9 MiB/s wr, 388 op/s 2023-11-08T23:41:09.222 INFO:teuthology.orchestra.run.smithi104.stdout: 5 114195 9.28 MB/sec execute 207 sec latency 136.952 ms 2023-11-08T23:41:10.019 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:09 smithi104 ceph-mon[137171]: pgmap v121: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.6 MiB/s wr, 471 op/s 2023-11-08T23:41:10.223 INFO:teuthology.orchestra.run.smithi104.stdout: 5 114602 9.26 MB/sec execute 208 sec latency 108.241 ms 2023-11-08T23:41:10.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:09 smithi124 ceph-mon[139817]: pgmap v121: 97 pgs: 97 active+clean; 348 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.6 KiB/s rd, 4.6 MiB/s wr, 471 op/s 2023-11-08T23:41:11.230 INFO:teuthology.orchestra.run.smithi104.stdout: 5 114941 9.28 MB/sec execute 209 sec latency 128.555 ms 2023-11-08T23:41:12.046 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:11 smithi104 ceph-mon[137171]: pgmap v122: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.8 MiB/s wr, 574 op/s 2023-11-08T23:41:12.230 INFO:teuthology.orchestra.run.smithi104.stdout: 5 115373 9.29 MB/sec execute 210 sec latency 138.076 ms 2023-11-08T23:41:12.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:11 smithi124 ceph-mon[139817]: pgmap v122: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.8 MiB/s wr, 574 op/s 2023-11-08T23:41:13.063 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:12 smithi104 ceph-mon[137171]: pgmap v123: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2023-11-08T23:41:13.064 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:12 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:41:13.230 INFO:teuthology.orchestra.run.smithi104.stdout: 5 115772 9.31 MB/sec execute 211 sec latency 123.541 ms 2023-11-08T23:41:13.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:12 smithi124 ceph-mon[139817]: pgmap v123: 97 pgs: 97 active+clean; 345 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2023-11-08T23:41:13.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:12 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:41:14.230 INFO:teuthology.orchestra.run.smithi104.stdout: 5 116122 9.32 MB/sec execute 212 sec latency 138.411 ms 2023-11-08T23:41:15.230 INFO:teuthology.orchestra.run.smithi104.stdout: 5 116455 9.33 MB/sec execute 213 sec latency 138.481 ms 2023-11-08T23:41:15.609 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:15 smithi104 ceph-mon[137171]: pgmap v124: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.3 MiB/s wr, 622 op/s 2023-11-08T23:41:15.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:15 smithi124 ceph-mon[139817]: pgmap v124: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.5 KiB/s rd, 6.3 MiB/s wr, 622 op/s 2023-11-08T23:41:16.241 INFO:teuthology.orchestra.run.smithi104.stdout: 5 116797 9.32 MB/sec execute 214 sec latency 120.232 ms 2023-11-08T23:41:17.250 INFO:teuthology.orchestra.run.smithi104.stdout: 5 117082 9.32 MB/sec execute 215 sec latency 133.172 ms 2023-11-08T23:41:17.652 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:17 smithi104 ceph-mon[137171]: pgmap v125: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 402 op/s 2023-11-08T23:41:17.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:17 smithi124 ceph-mon[139817]: pgmap v125: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 402 op/s 2023-11-08T23:41:18.250 INFO:teuthology.orchestra.run.smithi104.stdout: 5 117400 9.31 MB/sec execute 216 sec latency 129.209 ms 2023-11-08T23:41:19.250 INFO:teuthology.orchestra.run.smithi104.stdout: 5 117677 9.28 MB/sec execute 217 sec latency 129.362 ms 2023-11-08T23:41:19.698 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:19 smithi104 ceph-mon[137171]: pgmap v126: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.8 MiB/s wr, 495 op/s 2023-11-08T23:41:19.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:19 smithi124 ceph-mon[139817]: pgmap v126: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.8 MiB/s wr, 495 op/s 2023-11-08T23:41:20.250 INFO:teuthology.orchestra.run.smithi104.stdout: 5 118061 9.29 MB/sec execute 218 sec latency 87.038 ms 2023-11-08T23:41:21.250 INFO:teuthology.orchestra.run.smithi104.stdout: 5 118394 9.27 MB/sec execute 219 sec latency 134.066 ms 2023-11-08T23:41:21.727 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:21 smithi104 ceph-mon[137171]: pgmap v127: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.6 MiB/s wr, 522 op/s 2023-11-08T23:41:21.727 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:21 smithi104 ceph-mon[137171]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi104.kxwemz on host smithi104 failed. 2023-11-08T23:41:21.728 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:21 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:41:21.728 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:21 smithi104 ceph-mon[137171]: pgmap v128: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.9 MiB/s wr, 472 op/s 2023-11-08T23:41:21.728 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:21 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:41:22.097 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:21 smithi124 ceph-mon[139817]: pgmap v127: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.6 MiB/s wr, 522 op/s 2023-11-08T23:41:22.098 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:21 smithi124 ceph-mon[139817]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi104.kxwemz on host smithi104 failed. 2023-11-08T23:41:22.098 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:21 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:41:22.098 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:21 smithi124 ceph-mon[139817]: pgmap v128: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.9 MiB/s wr, 472 op/s 2023-11-08T23:41:22.098 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:21 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:41:22.250 INFO:teuthology.orchestra.run.smithi104.stdout: 5 118754 9.28 MB/sec execute 220 sec latency 129.922 ms 2023-11-08T23:41:22.769 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:22 smithi104 ceph-mon[137171]: Health check failed: Upgrading daemon mgr.smithi104.kxwemz on host smithi104 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-08T23:41:23.055 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:22 smithi124 ceph-mon[139817]: Health check failed: Upgrading daemon mgr.smithi104.kxwemz on host smithi104 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-11-08T23:41:23.250 INFO:teuthology.orchestra.run.smithi104.stdout: 5 119142 9.30 MB/sec execute 221 sec latency 138.412 ms 2023-11-08T23:41:23.827 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:23 smithi104 ceph-mon[137171]: pgmap v129: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.9 MiB/s wr, 472 op/s 2023-11-08T23:41:24.164 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:23 smithi124 ceph-mon[139817]: pgmap v129: 97 pgs: 97 active+clean; 348 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.9 MiB/s wr, 472 op/s 2023-11-08T23:41:24.250 INFO:teuthology.orchestra.run.smithi104.stdout: 5 119442 9.29 MB/sec execute 222 sec latency 201.694 ms 2023-11-08T23:41:25.109 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:24 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:41:25.109 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:24 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:41:25.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:24 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:41:25.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:24 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:41:25.250 INFO:teuthology.orchestra.run.smithi104.stdout: 5 119739 9.31 MB/sec execute 223 sec latency 130.204 ms 2023-11-08T23:41:25.881 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:25 smithi104 ceph-mon[137171]: pgmap v130: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2023-11-08T23:41:26.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:25 smithi124 ceph-mon[139817]: pgmap v130: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2023-11-08T23:41:26.250 INFO:teuthology.orchestra.run.smithi104.stdout: 5 119990 9.28 MB/sec execute 224 sec latency 131.512 ms 2023-11-08T23:41:27.260 INFO:teuthology.orchestra.run.smithi104.stdout: 5 120372 9.29 MB/sec execute 225 sec latency 130.113 ms 2023-11-08T23:41:27.523 INFO:teuthology.orchestra.run.smithi104.stdout:true 2023-11-08T23:41:27.957 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:27 smithi104 ceph-mon[137171]: pgmap v131: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2023-11-08T23:41:27.957 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:27 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:41:27.957 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:27 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:41:28.006 INFO:teuthology.orchestra.run.smithi104.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi104.kxwemz on host smithi104 failed." 2023-11-08T23:41:28.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:27 smithi124 ceph-mon[139817]: pgmap v131: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2023-11-08T23:41:28.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:27 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:41:28.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:27 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:41:28.260 INFO:teuthology.orchestra.run.smithi104.stdout: 5 120602 9.27 MB/sec execute 226 sec latency 126.254 ms 2023-11-08T23:41:28.974 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:28 smithi104 ceph-mon[137171]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:41:29.260 INFO:teuthology.orchestra.run.smithi104.stdout: 5 120980 9.28 MB/sec execute 227 sec latency 202.002 ms 2023-11-08T23:41:29.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:28 smithi124 ceph-mon[139817]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:41:29.983 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:29 smithi104 ceph-mon[137171]: from='client.24569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:41:29.983 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:29 smithi104 ceph-mon[137171]: pgmap v132: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 557 op/s 2023-11-08T23:41:30.260 INFO:teuthology.orchestra.run.smithi104.stdout: 5 121318 9.26 MB/sec execute 228 sec latency 129.380 ms 2023-11-08T23:41:30.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:29 smithi124 ceph-mon[139817]: from='client.24569 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:41:30.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:29 smithi124 ceph-mon[139817]: pgmap v132: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 557 op/s 2023-11-08T23:41:31.260 INFO:teuthology.orchestra.run.smithi104.stdout: 5 121637 9.24 MB/sec execute 229 sec latency 126.909 ms 2023-11-08T23:41:32.045 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:31 smithi104 ceph-mon[137171]: pgmap v133: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.5 MiB/s wr, 434 op/s 2023-11-08T23:41:32.262 INFO:teuthology.orchestra.run.smithi104.stdout: 5 121856 9.23 MB/sec execute 230 sec latency 210.599 ms 2023-11-08T23:41:32.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:31 smithi124 ceph-mon[139817]: pgmap v133: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.5 MiB/s wr, 434 op/s 2023-11-08T23:41:33.262 INFO:teuthology.orchestra.run.smithi104.stdout: 5 122198 9.25 MB/sec execute 231 sec latency 127.267 ms 2023-11-08T23:41:34.144 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:33 smithi104 ceph-mon[137171]: pgmap v134: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-11-08T23:41:34.264 INFO:teuthology.orchestra.run.smithi104.stdout: 5 122477 9.24 MB/sec execute 232 sec latency 206.805 ms 2023-11-08T23:41:34.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:33 smithi124 ceph-mon[139817]: pgmap v134: 97 pgs: 97 active+clean; 353 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-11-08T23:41:35.264 INFO:teuthology.orchestra.run.smithi104.stdout: 5 122815 9.26 MB/sec execute 233 sec latency 131.195 ms 2023-11-08T23:41:35.705 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:35 smithi104 ceph-mon[137171]: pgmap v135: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 581 op/s 2023-11-08T23:41:35.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:35 smithi124 ceph-mon[139817]: pgmap v135: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.7 MiB/s wr, 581 op/s 2023-11-08T23:41:36.264 INFO:teuthology.orchestra.run.smithi104.stdout: 5 123038 9.25 MB/sec execute 234 sec latency 117.929 ms 2023-11-08T23:41:37.264 INFO:teuthology.orchestra.run.smithi104.stdout: 5 123267 9.23 MB/sec execute 235 sec latency 126.642 ms 2023-11-08T23:41:37.799 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:37 smithi104 ceph-mon[137171]: pgmap v136: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-11-08T23:41:38.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:37 smithi124 ceph-mon[139817]: pgmap v136: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-11-08T23:41:38.264 INFO:teuthology.orchestra.run.smithi104.stdout: 5 123547 9.21 MB/sec execute 236 sec latency 131.532 ms 2023-11-08T23:41:39.265 INFO:teuthology.orchestra.run.smithi104.stdout: 5 123813 9.20 MB/sec execute 237 sec latency 143.122 ms 2023-11-08T23:41:39.847 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:39 smithi104 ceph-mon[137171]: pgmap v137: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.6 MiB/s wr, 531 op/s 2023-11-08T23:41:40.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:39 smithi124 ceph-mon[139817]: pgmap v137: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.6 MiB/s wr, 531 op/s 2023-11-08T23:41:40.265 INFO:teuthology.orchestra.run.smithi104.stdout: 5 124049 9.19 MB/sec execute 238 sec latency 198.112 ms 2023-11-08T23:41:41.265 INFO:teuthology.orchestra.run.smithi104.stdout: 5 124356 9.20 MB/sec execute 239 sec latency 135.441 ms 2023-11-08T23:41:41.886 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:41 smithi104 ceph-mon[137171]: pgmap v138: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-11-08T23:41:42.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:41 smithi124 ceph-mon[139817]: pgmap v138: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-11-08T23:41:42.265 INFO:teuthology.orchestra.run.smithi104.stdout: 5 124725 9.20 MB/sec execute 240 sec latency 136.673 ms 2023-11-08T23:41:42.928 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:42 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:41:43.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:42 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:41:43.265 INFO:teuthology.orchestra.run.smithi104.stdout: 5 125085 9.17 MB/sec execute 241 sec latency 129.742 ms 2023-11-08T23:41:43.919 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:43 smithi104 ceph-mon[137171]: pgmap v139: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-11-08T23:41:44.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:43 smithi124 ceph-mon[139817]: pgmap v139: 97 pgs: 97 active+clean; 347 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.5 MiB/s wr, 349 op/s 2023-11-08T23:41:44.265 INFO:teuthology.orchestra.run.smithi104.stdout: 5 125384 9.17 MB/sec execute 242 sec latency 125.254 ms 2023-11-08T23:41:45.265 INFO:teuthology.orchestra.run.smithi104.stdout: 5 125655 9.17 MB/sec execute 243 sec latency 116.860 ms 2023-11-08T23:41:45.703 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:45 smithi104 ceph-mon[137171]: pgmap v140: 97 pgs: 97 active+clean; 344 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 541 op/s 2023-11-08T23:41:45.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:45 smithi124 ceph-mon[139817]: pgmap v140: 97 pgs: 97 active+clean; 344 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.2 MiB/s wr, 541 op/s 2023-11-08T23:41:46.265 INFO:teuthology.orchestra.run.smithi104.stdout: 5 125990 9.19 MB/sec execute 244 sec latency 201.338 ms 2023-11-08T23:41:47.272 INFO:teuthology.orchestra.run.smithi104.stdout: 5 126330 9.20 MB/sec execute 245 sec latency 133.551 ms 2023-11-08T23:41:48.002 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:47 smithi104 ceph-mon[137171]: pgmap v141: 97 pgs: 97 active+clean; 344 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-11-08T23:41:48.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:47 smithi124 ceph-mon[139817]: pgmap v141: 97 pgs: 97 active+clean; 344 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-11-08T23:41:48.272 INFO:teuthology.orchestra.run.smithi104.stdout: 5 126611 9.18 MB/sec execute 246 sec latency 123.854 ms 2023-11-08T23:41:49.273 INFO:teuthology.orchestra.run.smithi104.stdout: 5 126805 9.16 MB/sec execute 247 sec latency 157.988 ms 2023-11-08T23:41:50.050 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:49 smithi104 ceph-mon[137171]: pgmap v142: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.6 MiB/s wr, 527 op/s 2023-11-08T23:41:50.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:49 smithi124 ceph-mon[139817]: pgmap v142: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.6 MiB/s wr, 527 op/s 2023-11-08T23:41:50.273 INFO:teuthology.orchestra.run.smithi104.stdout: 5 127059 9.15 MB/sec execute 248 sec latency 142.752 ms 2023-11-08T23:41:51.273 INFO:teuthology.orchestra.run.smithi104.stdout: 5 127364 9.14 MB/sec execute 249 sec latency 126.065 ms 2023-11-08T23:41:51.861 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:51 smithi104 ceph-mon[137171]: pgmap v143: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2023-11-08T23:41:52.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:51 smithi124 ceph-mon[139817]: pgmap v143: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2023-11-08T23:41:52.274 INFO:teuthology.orchestra.run.smithi104.stdout: 5 127635 9.14 MB/sec execute 250 sec latency 147.655 ms 2023-11-08T23:41:53.275 INFO:teuthology.orchestra.run.smithi104.stdout: 5 127956 9.15 MB/sec execute 251 sec latency 124.341 ms 2023-11-08T23:41:53.913 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:53 smithi104 ceph-mon[137171]: pgmap v144: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2023-11-08T23:41:54.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:53 smithi124 ceph-mon[139817]: pgmap v144: 97 pgs: 97 active+clean; 343 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 374 op/s 2023-11-08T23:41:54.279 INFO:teuthology.orchestra.run.smithi104.stdout: 5 128262 9.14 MB/sec execute 252 sec latency 128.336 ms 2023-11-08T23:41:55.279 INFO:teuthology.orchestra.run.smithi104.stdout: 5 128636 9.12 MB/sec execute 253 sec latency 87.038 ms 2023-11-08T23:41:55.703 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:55 smithi104 ceph-mon[137171]: pgmap v145: 97 pgs: 97 active+clean; 342 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 546 op/s 2023-11-08T23:41:56.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:55 smithi124 ceph-mon[139817]: pgmap v145: 97 pgs: 97 active+clean; 342 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 546 op/s 2023-11-08T23:41:56.285 INFO:teuthology.orchestra.run.smithi104.stdout: 5 128941 9.12 MB/sec execute 254 sec latency 137.667 ms 2023-11-08T23:41:57.285 INFO:teuthology.orchestra.run.smithi104.stdout: 5 129150 9.10 MB/sec execute 255 sec latency 139.830 ms 2023-11-08T23:41:57.788 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:57 smithi104 ceph-mon[137171]: pgmap v146: 97 pgs: 97 active+clean; 342 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 354 op/s 2023-11-08T23:41:57.789 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:57 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:41:58.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:57 smithi124 ceph-mon[139817]: pgmap v146: 97 pgs: 97 active+clean; 342 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.9 MiB/s wr, 354 op/s 2023-11-08T23:41:58.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:57 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:41:58.285 INFO:teuthology.orchestra.run.smithi104.stdout: 5 129464 9.11 MB/sec execute 256 sec latency 122.877 ms 2023-11-08T23:41:59.289 INFO:teuthology.orchestra.run.smithi104.stdout: 5 129787 9.12 MB/sec execute 257 sec latency 109.841 ms 2023-11-08T23:41:59.867 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:41:59 smithi104 ceph-mon[137171]: pgmap v147: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 535 op/s 2023-11-08T23:42:00.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:41:59 smithi124 ceph-mon[139817]: pgmap v147: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 535 op/s 2023-11-08T23:42:00.289 INFO:teuthology.orchestra.run.smithi104.stdout: 5 130019 9.12 MB/sec execute 258 sec latency 135.757 ms 2023-11-08T23:42:01.291 INFO:teuthology.orchestra.run.smithi104.stdout: 5 130377 9.12 MB/sec execute 259 sec latency 143.491 ms 2023-11-08T23:42:01.898 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:01 smithi104 ceph-mon[137171]: pgmap v148: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-11-08T23:42:02.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:01 smithi124 ceph-mon[139817]: pgmap v148: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-11-08T23:42:02.291 INFO:teuthology.orchestra.run.smithi104.stdout: 5 130593 9.10 MB/sec execute 260 sec latency 134.881 ms 2023-11-08T23:42:03.293 INFO:teuthology.orchestra.run.smithi104.stdout: 5 130916 9.10 MB/sec execute 261 sec latency 126.818 ms 2023-11-08T23:42:03.923 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:03 smithi104 ceph-mon[137171]: pgmap v149: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 353 op/s 2023-11-08T23:42:04.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:03 smithi124 ceph-mon[139817]: pgmap v149: 97 pgs: 97 active+clean; 344 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 353 op/s 2023-11-08T23:42:04.293 INFO:teuthology.orchestra.run.smithi104.stdout: 5 131116 9.08 MB/sec execute 262 sec latency 136.854 ms 2023-11-08T23:42:05.293 INFO:teuthology.orchestra.run.smithi104.stdout: 5 131368 9.08 MB/sec execute 263 sec latency 110.132 ms 2023-11-08T23:42:05.761 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:05 smithi104 ceph-mon[137171]: pgmap v150: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 515 op/s 2023-11-08T23:42:06.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:05 smithi124 ceph-mon[139817]: pgmap v150: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 515 op/s 2023-11-08T23:42:06.293 INFO:teuthology.orchestra.run.smithi104.stdout: 5 131671 9.08 MB/sec execute 264 sec latency 144.654 ms 2023-11-08T23:42:07.293 INFO:teuthology.orchestra.run.smithi104.stdout: 5 131986 9.05 MB/sec execute 265 sec latency 119.938 ms 2023-11-08T23:42:08.052 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:07 smithi104 ceph-mon[137171]: pgmap v151: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 342 op/s 2023-11-08T23:42:08.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:07 smithi124 ceph-mon[139817]: pgmap v151: 97 pgs: 97 active+clean; 352 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.6 MiB/s wr, 342 op/s 2023-11-08T23:42:08.302 INFO:teuthology.orchestra.run.smithi104.stdout: 5 132324 9.04 MB/sec execute 267 sec latency 115.456 ms 2023-11-08T23:42:09.302 INFO:teuthology.orchestra.run.smithi104.stdout: 5 132509 9.02 MB/sec execute 268 sec latency 189.363 ms 2023-11-08T23:42:09.872 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:09 smithi104 ceph-mon[137171]: pgmap v152: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 522 op/s 2023-11-08T23:42:10.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:09 smithi124 ceph-mon[139817]: pgmap v152: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 522 op/s 2023-11-08T23:42:10.312 INFO:teuthology.orchestra.run.smithi104.stdout: 5 132829 9.05 MB/sec execute 269 sec latency 213.747 ms 2023-11-08T23:42:11.313 INFO:teuthology.orchestra.run.smithi104.stdout: 5 133164 9.05 MB/sec execute 270 sec latency 129.723 ms 2023-11-08T23:42:11.904 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:11 smithi104 ceph-mon[137171]: pgmap v153: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-11-08T23:42:12.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:11 smithi124 ceph-mon[139817]: pgmap v153: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-11-08T23:42:12.317 INFO:teuthology.orchestra.run.smithi104.stdout: 5 133600 9.07 MB/sec execute 271 sec latency 130.824 ms 2023-11-08T23:42:12.922 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:12 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:42:13.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:12 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:42:13.325 INFO:teuthology.orchestra.run.smithi104.stdout: 5 133895 9.05 MB/sec execute 272 sec latency 142.672 ms 2023-11-08T23:42:13.868 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:13 smithi104 ceph-mon[137171]: pgmap v154: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-11-08T23:42:14.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:13 smithi124 ceph-mon[139817]: pgmap v154: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.4 MiB/s wr, 341 op/s 2023-11-08T23:42:14.325 INFO:teuthology.orchestra.run.smithi104.stdout: 5 134353 9.07 MB/sec execute 273 sec latency 134.309 ms 2023-11-08T23:42:15.325 INFO:teuthology.orchestra.run.smithi104.stdout: 5 134708 9.08 MB/sec execute 274 sec latency 125.216 ms 2023-11-08T23:42:15.734 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:15 smithi104 ceph-mon[137171]: pgmap v155: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.6 MiB/s wr, 533 op/s 2023-11-08T23:42:15.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:15 smithi124 ceph-mon[139817]: pgmap v155: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.6 MiB/s wr, 533 op/s 2023-11-08T23:42:16.325 INFO:teuthology.orchestra.run.smithi104.stdout: 5 134988 9.07 MB/sec execute 275 sec latency 209.890 ms 2023-11-08T23:42:17.325 INFO:teuthology.orchestra.run.smithi104.stdout: 5 135382 9.07 MB/sec execute 276 sec latency 108.463 ms 2023-11-08T23:42:18.041 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:17 smithi104 ceph-mon[137171]: pgmap v156: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-11-08T23:42:18.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:17 smithi124 ceph-mon[139817]: pgmap v156: 97 pgs: 97 active+clean; 346 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 370 op/s 2023-11-08T23:42:18.325 INFO:teuthology.orchestra.run.smithi104.stdout: 5 135781 9.05 MB/sec execute 277 sec latency 123.938 ms 2023-11-08T23:42:19.328 INFO:teuthology.orchestra.run.smithi104.stdout: 5 136048 9.04 MB/sec execute 278 sec latency 131.458 ms 2023-11-08T23:42:19.836 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:19 smithi104 ceph-mon[137171]: pgmap v157: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.7 MiB/s wr, 591 op/s 2023-11-08T23:42:20.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:19 smithi124 ceph-mon[139817]: pgmap v157: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.7 MiB/s wr, 591 op/s 2023-11-08T23:42:20.336 INFO:teuthology.orchestra.run.smithi104.stdout: 5 136486 9.08 MB/sec execute 279 sec latency 130.313 ms 2023-11-08T23:42:21.336 INFO:teuthology.orchestra.run.smithi104.stdout: 5 136877 9.08 MB/sec execute 280 sec latency 126.628 ms 2023-11-08T23:42:21.886 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:21 smithi104 ceph-mon[137171]: pgmap v158: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 412 op/s 2023-11-08T23:42:22.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:21 smithi124 ceph-mon[139817]: pgmap v158: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 412 op/s 2023-11-08T23:42:22.336 INFO:teuthology.orchestra.run.smithi104.stdout: 5 137300 9.09 MB/sec execute 281 sec latency 102.563 ms 2023-11-08T23:42:23.336 INFO:teuthology.orchestra.run.smithi104.stdout: 5 137547 9.08 MB/sec execute 282 sec latency 126.329 ms 2023-11-08T23:42:23.923 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:23 smithi104 ceph-mon[137171]: pgmap v159: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 412 op/s 2023-11-08T23:42:24.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:23 smithi124 ceph-mon[139817]: pgmap v159: 97 pgs: 97 active+clean; 343 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.3 MiB/s wr, 412 op/s 2023-11-08T23:42:24.336 INFO:teuthology.orchestra.run.smithi104.stdout: 5 137883 9.08 MB/sec execute 283 sec latency 118.896 ms 2023-11-08T23:42:25.336 INFO:teuthology.orchestra.run.smithi104.stdout: 5 138206 9.08 MB/sec execute 284 sec latency 134.804 ms 2023-11-08T23:42:25.723 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:25 smithi104 ceph-mon[137171]: pgmap v160: 97 pgs: 97 active+clean; 348 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.8 MiB/s wr, 633 op/s 2023-11-08T23:42:25.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:25 smithi124 ceph-mon[139817]: pgmap v160: 97 pgs: 97 active+clean; 348 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.8 MiB/s wr, 633 op/s 2023-11-08T23:42:26.336 INFO:teuthology.orchestra.run.smithi104.stdout: 5 138542 9.09 MB/sec execute 285 sec latency 120.377 ms 2023-11-08T23:42:27.344 INFO:teuthology.orchestra.run.smithi104.stdout: 5 138886 9.08 MB/sec execute 286 sec latency 129.616 ms 2023-11-08T23:42:27.999 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:27 smithi104 ceph-mon[137171]: pgmap v161: 97 pgs: 97 active+clean; 348 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 441 op/s 2023-11-08T23:42:27.999 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:27 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:42:28.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:27 smithi124 ceph-mon[139817]: pgmap v161: 97 pgs: 97 active+clean; 348 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.6 MiB/s wr, 441 op/s 2023-11-08T23:42:28.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:27 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:42:28.344 INFO:teuthology.orchestra.run.smithi104.stdout: 5 139293 9.06 MB/sec execute 287 sec latency 126.884 ms 2023-11-08T23:42:29.344 INFO:teuthology.orchestra.run.smithi104.stdout: 5 139587 9.06 MB/sec execute 288 sec latency 165.055 ms 2023-11-08T23:42:29.828 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:29 smithi104 ceph-mon[137171]: pgmap v162: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 647 op/s 2023-11-08T23:42:30.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:29 smithi124 ceph-mon[139817]: pgmap v162: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.4 MiB/s wr, 647 op/s 2023-11-08T23:42:30.344 INFO:teuthology.orchestra.run.smithi104.stdout: 5 139835 9.06 MB/sec execute 289 sec latency 165.980 ms 2023-11-08T23:42:31.347 INFO:teuthology.orchestra.run.smithi104.stdout: 5 140287 9.09 MB/sec execute 290 sec latency 139.963 ms 2023-11-08T23:42:31.857 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:31 smithi104 ceph-mon[137171]: pgmap v163: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-11-08T23:42:32.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:31 smithi124 ceph-mon[139817]: pgmap v163: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-11-08T23:42:32.347 INFO:teuthology.orchestra.run.smithi104.stdout: 5 140752 9.10 MB/sec execute 291 sec latency 126.463 ms 2023-11-08T23:42:33.354 INFO:teuthology.orchestra.run.smithi104.stdout: 5 140986 9.09 MB/sec execute 292 sec latency 145.550 ms 2023-11-08T23:42:33.884 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:33 smithi104 ceph-mon[137171]: pgmap v164: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-11-08T23:42:34.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:33 smithi124 ceph-mon[139817]: pgmap v164: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-11-08T23:42:34.354 INFO:teuthology.orchestra.run.smithi104.stdout: 5 141307 9.10 MB/sec execute 293 sec latency 146.404 ms 2023-11-08T23:42:35.354 INFO:teuthology.orchestra.run.smithi104.stdout: 5 141594 9.08 MB/sec execute 294 sec latency 124.760 ms 2023-11-08T23:42:35.672 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:35 smithi104 ceph-mon[137171]: pgmap v165: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.6 MiB/s wr, 636 op/s 2023-11-08T23:42:35.910 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:35 smithi124 ceph-mon[139817]: pgmap v165: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.6 MiB/s wr, 636 op/s 2023-11-08T23:42:36.354 INFO:teuthology.orchestra.run.smithi104.stdout: 5 141852 9.08 MB/sec execute 295 sec latency 148.232 ms 2023-11-08T23:42:37.359 INFO:teuthology.orchestra.run.smithi104.stdout: 5 142026 9.06 MB/sec execute 296 sec latency 210.025 ms 2023-11-08T23:42:37.992 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:37 smithi104 ceph-mon[137171]: pgmap v166: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 415 op/s 2023-11-08T23:42:38.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:37 smithi124 ceph-mon[139817]: pgmap v166: 97 pgs: 97 active+clean; 343 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.1 MiB/s wr, 415 op/s 2023-11-08T23:42:38.359 INFO:teuthology.orchestra.run.smithi104.stdout: 5 142317 9.07 MB/sec execute 297 sec latency 130.209 ms 2023-11-08T23:42:39.359 INFO:teuthology.orchestra.run.smithi104.stdout: 5 142760 9.04 MB/sec execute 298 sec latency 128.101 ms 2023-11-08T23:42:40.024 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:39 smithi104 ceph-mon[137171]: pgmap v167: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.9 MiB/s wr, 581 op/s 2023-11-08T23:42:40.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:39 smithi124 ceph-mon[139817]: pgmap v167: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.9 MiB/s wr, 581 op/s 2023-11-08T23:42:40.359 INFO:teuthology.orchestra.run.smithi104.stdout: 5 143053 9.03 MB/sec execute 299 sec latency 129.365 ms 2023-11-08T23:42:41.359 INFO:teuthology.orchestra.run.smithi104.stdout: 5 143399 9.05 MB/sec execute 300 sec latency 140.317 ms 2023-11-08T23:42:41.834 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:41 smithi104 ceph-mon[137171]: pgmap v168: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 376 op/s 2023-11-08T23:42:42.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:41 smithi124 ceph-mon[139817]: pgmap v168: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 376 op/s 2023-11-08T23:42:42.364 INFO:teuthology.orchestra.run.smithi104.stdout: 5 143805 9.06 MB/sec execute 301 sec latency 129.244 ms 2023-11-08T23:42:42.859 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:42 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:42:43.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:42 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:42:43.364 INFO:teuthology.orchestra.run.smithi104.stdout: 5 144200 9.08 MB/sec execute 302 sec latency 130.105 ms 2023-11-08T23:42:43.909 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:43 smithi104 ceph-mon[137171]: pgmap v169: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 376 op/s 2023-11-08T23:42:44.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:43 smithi124 ceph-mon[139817]: pgmap v169: 97 pgs: 97 active+clean; 342 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 376 op/s 2023-11-08T23:42:44.364 INFO:teuthology.orchestra.run.smithi104.stdout: 5 144440 9.07 MB/sec execute 303 sec latency 128.167 ms 2023-11-08T23:42:45.364 INFO:teuthology.orchestra.run.smithi104.stdout: 5 144704 9.06 MB/sec execute 304 sec latency 126.465 ms 2023-11-08T23:42:45.741 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:45 smithi104 ceph-mon[137171]: pgmap v170: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.1 MiB/s wr, 587 op/s 2023-11-08T23:42:46.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:45 smithi124 ceph-mon[139817]: pgmap v170: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 6.1 MiB/s wr, 587 op/s 2023-11-08T23:42:46.364 INFO:teuthology.orchestra.run.smithi104.stdout: 5 144928 9.05 MB/sec execute 305 sec latency 151.038 ms 2023-11-08T23:42:47.365 INFO:teuthology.orchestra.run.smithi104.stdout: 5 145194 9.04 MB/sec execute 306 sec latency 138.437 ms 2023-11-08T23:42:48.026 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:47 smithi104 ceph-mon[137171]: pgmap v171: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-11-08T23:42:48.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:47 smithi124 ceph-mon[139817]: pgmap v171: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.8 MiB/s wr, 377 op/s 2023-11-08T23:42:48.370 INFO:teuthology.orchestra.run.smithi104.stdout: 5 145442 9.04 MB/sec execute 307 sec latency 168.308 ms 2023-11-08T23:42:49.374 INFO:teuthology.orchestra.run.smithi104.stdout: 5 145673 9.03 MB/sec execute 308 sec latency 128.823 ms 2023-11-08T23:42:49.827 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:49 smithi104 ceph-mon[137171]: pgmap v172: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.6 MiB/s wr, 537 op/s 2023-11-08T23:42:50.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:49 smithi124 ceph-mon[139817]: pgmap v172: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.6 MiB/s wr, 537 op/s 2023-11-08T23:42:50.384 INFO:teuthology.orchestra.run.smithi104.stdout: 5 145959 9.02 MB/sec execute 309 sec latency 128.206 ms 2023-11-08T23:42:51.384 INFO:teuthology.orchestra.run.smithi104.stdout: 5 146176 9.00 MB/sec execute 310 sec latency 144.917 ms 2023-11-08T23:42:51.853 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:51 smithi104 ceph-mon[137171]: pgmap v173: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-11-08T23:42:52.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:51 smithi124 ceph-mon[139817]: pgmap v173: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-11-08T23:42:52.384 INFO:teuthology.orchestra.run.smithi104.stdout: 5 146504 9.00 MB/sec execute 311 sec latency 126.514 ms 2023-11-08T23:42:53.384 INFO:teuthology.orchestra.run.smithi104.stdout: 5 146824 9.00 MB/sec execute 312 sec latency 139.377 ms 2023-11-08T23:42:53.806 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:53 smithi124 ceph-mon[139817]: pgmap v174: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-11-08T23:42:53.909 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:53 smithi104 ceph-mon[137171]: pgmap v174: 97 pgs: 97 active+clean; 345 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 371 op/s 2023-11-08T23:42:54.393 INFO:teuthology.orchestra.run.smithi104.stdout: 5 147207 9.01 MB/sec execute 313 sec latency 129.396 ms 2023-11-08T23:42:55.395 INFO:teuthology.orchestra.run.smithi104.stdout: 5 147667 9.02 MB/sec execute 314 sec latency 137.831 ms 2023-11-08T23:42:55.698 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:55 smithi104 ceph-mon[137171]: pgmap v175: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 535 op/s 2023-11-08T23:42:56.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:55 smithi124 ceph-mon[139817]: pgmap v175: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 535 op/s 2023-11-08T23:42:56.395 INFO:teuthology.orchestra.run.smithi104.stdout: 5 148033 9.02 MB/sec execute 315 sec latency 108.146 ms 2023-11-08T23:42:57.404 INFO:teuthology.orchestra.run.smithi104.stdout: 5 148326 9.03 MB/sec execute 316 sec latency 133.033 ms 2023-11-08T23:42:57.979 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:57 smithi104 ceph-mon[137171]: pgmap v176: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2023-11-08T23:42:57.979 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:57 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:42:58.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:57 smithi124 ceph-mon[139817]: pgmap v176: 97 pgs: 97 active+clean; 342 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.3 MiB/s wr, 323 op/s 2023-11-08T23:42:58.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:57 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:42:58.404 INFO:teuthology.orchestra.run.smithi104.stdout: 5 148713 9.03 MB/sec execute 317 sec latency 110.618 ms 2023-11-08T23:42:59.404 INFO:teuthology.orchestra.run.smithi104.stdout: 5 149030 9.03 MB/sec execute 318 sec latency 108.252 ms 2023-11-08T23:43:00.002 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:42:59 smithi104 ceph-mon[137171]: pgmap v177: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.8 MiB/s wr, 551 op/s 2023-11-08T23:43:00.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:42:59 smithi124 ceph-mon[139817]: pgmap v177: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 5.8 MiB/s wr, 551 op/s 2023-11-08T23:43:00.406 INFO:teuthology.orchestra.run.smithi104.stdout: 5 149338 9.03 MB/sec execute 319 sec latency 139.705 ms 2023-11-08T23:43:01.411 INFO:teuthology.orchestra.run.smithi104.stdout: 5 149640 9.02 MB/sec execute 320 sec latency 119.751 ms 2023-11-08T23:43:02.051 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:01 smithi104 ceph-mon[137171]: pgmap v178: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-11-08T23:43:02.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:01 smithi124 ceph-mon[139817]: pgmap v178: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-11-08T23:43:02.411 INFO:teuthology.orchestra.run.smithi104.stdout: 5 149886 9.00 MB/sec execute 321 sec latency 123.669 ms 2023-11-08T23:43:03.411 INFO:teuthology.orchestra.run.smithi104.stdout: 5 150231 9.00 MB/sec execute 322 sec latency 130.981 ms 2023-11-08T23:43:03.867 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:03 smithi124 ceph-mon[139817]: pgmap v179: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-11-08T23:43:04.095 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:03 smithi104 ceph-mon[137171]: pgmap v179: 97 pgs: 97 active+clean; 348 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-11-08T23:43:04.411 INFO:teuthology.orchestra.run.smithi104.stdout: 5 150618 9.01 MB/sec execute 323 sec latency 128.893 ms 2023-11-08T23:43:05.411 INFO:teuthology.orchestra.run.smithi104.stdout: 5 151060 9.03 MB/sec execute 324 sec latency 136.355 ms 2023-11-08T23:43:05.874 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:05 smithi104 ceph-mon[137171]: pgmap v180: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 580 op/s 2023-11-08T23:43:06.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:05 smithi124 ceph-mon[139817]: pgmap v180: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.7 MiB/s wr, 580 op/s 2023-11-08T23:43:06.411 INFO:teuthology.orchestra.run.smithi104.stdout: 5 151386 9.03 MB/sec execute 325 sec latency 126.825 ms 2023-11-08T23:43:07.415 INFO:teuthology.orchestra.run.smithi104.stdout: 5 151574 9.03 MB/sec execute 326 sec latency 199.304 ms 2023-11-08T23:43:07.926 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:07 smithi104 ceph-mon[137171]: pgmap v181: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 416 op/s 2023-11-08T23:43:08.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:07 smithi124 ceph-mon[139817]: pgmap v181: 97 pgs: 97 active+clean; 346 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 416 op/s 2023-11-08T23:43:08.415 INFO:teuthology.orchestra.run.smithi104.stdout: 5 151820 9.01 MB/sec execute 327 sec latency 127.602 ms 2023-11-08T23:43:09.416 INFO:teuthology.orchestra.run.smithi104.stdout: 5 152048 9.00 MB/sec execute 328 sec latency 129.655 ms 2023-11-08T23:43:09.967 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:09 smithi104 ceph-mon[137171]: pgmap v182: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.4 MiB/s wr, 605 op/s 2023-11-08T23:43:10.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:09 smithi124 ceph-mon[139817]: pgmap v182: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.4 MiB/s wr, 605 op/s 2023-11-08T23:43:10.416 INFO:teuthology.orchestra.run.smithi104.stdout: 5 152252 8.99 MB/sec execute 329 sec latency 115.880 ms 2023-11-08T23:43:11.416 INFO:teuthology.orchestra.run.smithi104.stdout: 5 152571 8.99 MB/sec execute 330 sec latency 133.492 ms 2023-11-08T23:43:11.992 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:11 smithi104 ceph-mon[137171]: pgmap v183: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-11-08T23:43:12.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:11 smithi124 ceph-mon[139817]: pgmap v183: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-11-08T23:43:12.416 INFO:teuthology.orchestra.run.smithi104.stdout: 5 153009 9.00 MB/sec execute 331 sec latency 135.428 ms 2023-11-08T23:43:13.016 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:12 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:43:13.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:12 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:43:13.416 INFO:teuthology.orchestra.run.smithi104.stdout: 5 153307 8.98 MB/sec execute 332 sec latency 120.131 ms 2023-11-08T23:43:13.842 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:13 smithi104 ceph-mon[137171]: pgmap v184: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-11-08T23:43:14.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:13 smithi124 ceph-mon[139817]: pgmap v184: 97 pgs: 97 active+clean; 348 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 378 op/s 2023-11-08T23:43:14.416 INFO:teuthology.orchestra.run.smithi104.stdout: 5 153654 8.98 MB/sec execute 333 sec latency 154.241 ms 2023-11-08T23:43:15.416 INFO:teuthology.orchestra.run.smithi104.stdout: 5 153991 8.99 MB/sec execute 334 sec latency 129.444 ms 2023-11-08T23:43:15.804 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:15 smithi104 ceph-mon[137171]: pgmap v185: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.5 MiB/s wr, 565 op/s 2023-11-08T23:43:16.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:15 smithi124 ceph-mon[139817]: pgmap v185: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.5 MiB/s wr, 565 op/s 2023-11-08T23:43:16.420 INFO:teuthology.orchestra.run.smithi104.stdout: 5 154395 9.00 MB/sec execute 335 sec latency 110.147 ms 2023-11-08T23:43:17.420 INFO:teuthology.orchestra.run.smithi104.stdout: 5 154821 9.01 MB/sec execute 336 sec latency 127.257 ms 2023-11-08T23:43:17.846 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:17 smithi104 ceph-mon[137171]: pgmap v186: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-11-08T23:43:18.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:17 smithi124 ceph-mon[139817]: pgmap v186: 97 pgs: 97 active+clean; 345 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 375 op/s 2023-11-08T23:43:18.420 INFO:teuthology.orchestra.run.smithi104.stdout: 5 155055 9.00 MB/sec execute 337 sec latency 136.453 ms 2023-11-08T23:43:19.420 INFO:teuthology.orchestra.run.smithi104.stdout: 5 155334 8.99 MB/sec execute 338 sec latency 138.237 ms 2023-11-08T23:43:19.923 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:19 smithi104 ceph-mon[137171]: pgmap v187: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.1 MiB/s wr, 584 op/s 2023-11-08T23:43:20.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:19 smithi124 ceph-mon[139817]: pgmap v187: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.1 MiB/s wr, 584 op/s 2023-11-08T23:43:20.423 INFO:teuthology.orchestra.run.smithi104.stdout: 5 155662 8.99 MB/sec execute 339 sec latency 127.044 ms 2023-11-08T23:43:21.424 INFO:teuthology.orchestra.run.smithi104.stdout: 5 155949 8.98 MB/sec execute 340 sec latency 126.428 ms 2023-11-08T23:43:21.982 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:21 smithi104 ceph-mon[137171]: pgmap v188: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 395 op/s 2023-11-08T23:43:22.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:21 smithi124 ceph-mon[139817]: pgmap v188: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 395 op/s 2023-11-08T23:43:22.424 INFO:teuthology.orchestra.run.smithi104.stdout: 5 156212 8.98 MB/sec execute 341 sec latency 125.710 ms 2023-11-08T23:43:23.434 INFO:teuthology.orchestra.run.smithi104.stdout: 5 156460 8.97 MB/sec execute 342 sec latency 142.943 ms 2023-11-08T23:43:24.012 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:23 smithi104 ceph-mon[137171]: pgmap v189: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 395 op/s 2023-11-08T23:43:24.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:23 smithi124 ceph-mon[139817]: pgmap v189: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.9 MiB/s wr, 395 op/s 2023-11-08T23:43:24.434 INFO:teuthology.orchestra.run.smithi104.stdout: 5 156793 8.98 MB/sec execute 343 sec latency 132.852 ms 2023-11-08T23:43:25.434 INFO:teuthology.orchestra.run.smithi104.stdout: 5 157104 8.98 MB/sec execute 344 sec latency 135.316 ms 2023-11-08T23:43:25.796 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:25 smithi104 ceph-mon[137171]: pgmap v190: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.8 MiB/s wr, 573 op/s 2023-11-08T23:43:26.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:25 smithi124 ceph-mon[139817]: pgmap v190: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.8 MiB/s wr, 573 op/s 2023-11-08T23:43:26.434 INFO:teuthology.orchestra.run.smithi104.stdout: 5 157374 8.97 MB/sec execute 345 sec latency 139.801 ms 2023-11-08T23:43:27.435 INFO:teuthology.orchestra.run.smithi104.stdout: 5 157653 8.96 MB/sec execute 346 sec latency 129.169 ms 2023-11-08T23:43:27.850 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:27 smithi104 ceph-mon[137171]: pgmap v191: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 386 op/s 2023-11-08T23:43:27.850 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:27 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:43:28.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:27 smithi124 ceph-mon[139817]: pgmap v191: 97 pgs: 97 active+clean; 349 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 386 op/s 2023-11-08T23:43:28.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:27 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:43:28.442 INFO:teuthology.orchestra.run.smithi104.stdout: 5 157904 8.96 MB/sec execute 347 sec latency 148.638 ms 2023-11-08T23:43:29.446 INFO:teuthology.orchestra.run.smithi104.stdout: 5 158259 8.96 MB/sec execute 348 sec latency 146.015 ms 2023-11-08T23:43:29.992 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:29 smithi104 ceph-mon[137171]: pgmap v192: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 550 op/s 2023-11-08T23:43:30.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:29 smithi124 ceph-mon[139817]: pgmap v192: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.8 MiB/s wr, 550 op/s 2023-11-08T23:43:30.446 INFO:teuthology.orchestra.run.smithi104.stdout: 5 158591 8.95 MB/sec execute 349 sec latency 146.534 ms 2023-11-08T23:43:31.446 INFO:teuthology.orchestra.run.smithi104.stdout: 5 158892 8.95 MB/sec execute 350 sec latency 130.939 ms 2023-11-08T23:43:32.055 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:31 smithi104 ceph-mon[137171]: pgmap v193: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-11-08T23:43:32.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:31 smithi124 ceph-mon[139817]: pgmap v193: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-11-08T23:43:32.446 INFO:teuthology.orchestra.run.smithi104.stdout: 5 159237 8.96 MB/sec execute 351 sec latency 129.931 ms 2023-11-08T23:43:33.447 INFO:teuthology.orchestra.run.smithi104.stdout: 5 159745 8.98 MB/sec execute 352 sec latency 132.492 ms 2023-11-08T23:43:33.845 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:33 smithi104 ceph-mon[137171]: pgmap v194: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-11-08T23:43:34.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:33 smithi124 ceph-mon[139817]: pgmap v194: 97 pgs: 97 active+clean; 352 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 341 op/s 2023-11-08T23:43:34.447 INFO:teuthology.orchestra.run.smithi104.stdout: 5 160095 8.97 MB/sec execute 353 sec latency 130.134 ms 2023-11-08T23:43:35.456 INFO:teuthology.orchestra.run.smithi104.stdout: 5 160350 8.97 MB/sec execute 354 sec latency 141.172 ms 2023-11-08T23:43:35.888 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:35 smithi104 ceph-mon[137171]: pgmap v195: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.7 MiB/s wr, 556 op/s 2023-11-08T23:43:36.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:35 smithi124 ceph-mon[139817]: pgmap v195: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.7 MiB/s wr, 556 op/s 2023-11-08T23:43:36.456 INFO:teuthology.orchestra.run.smithi104.stdout: 5 160694 8.97 MB/sec execute 355 sec latency 120.961 ms 2023-11-08T23:43:37.459 INFO:teuthology.orchestra.run.smithi104.stdout: 5 161056 8.97 MB/sec execute 356 sec latency 125.839 ms 2023-11-08T23:43:37.948 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:37 smithi104 ceph-mon[137171]: pgmap v196: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-11-08T23:43:38.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:37 smithi124 ceph-mon[139817]: pgmap v196: 97 pgs: 97 active+clean; 350 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-11-08T23:43:38.459 INFO:teuthology.orchestra.run.smithi104.stdout: 5 161393 8.97 MB/sec execute 357 sec latency 108.956 ms 2023-11-08T23:43:39.459 INFO:teuthology.orchestra.run.smithi104.stdout: 5 161589 8.96 MB/sec execute 358 sec latency 146.043 ms 2023-11-08T23:43:40.002 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:39 smithi104 ceph-mon[137171]: pgmap v197: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 582 op/s 2023-11-08T23:43:40.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:39 smithi124 ceph-mon[139817]: pgmap v197: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.9 MiB/s wr, 582 op/s 2023-11-08T23:43:40.465 INFO:teuthology.orchestra.run.smithi104.stdout: 5 161831 8.95 MB/sec execute 359 sec latency 135.706 ms 2023-11-08T23:43:41.465 INFO:teuthology.orchestra.run.smithi104.stdout: 5 162121 8.94 MB/sec execute 360 sec latency 135.472 ms 2023-11-08T23:43:42.029 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:41 smithi104 ceph-mon[137171]: pgmap v198: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-11-08T23:43:42.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:41 smithi124 ceph-mon[139817]: pgmap v198: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-11-08T23:43:42.465 INFO:teuthology.orchestra.run.smithi104.stdout: 5 162355 8.93 MB/sec execute 361 sec latency 131.139 ms 2023-11-08T23:43:43.064 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:42 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:43:43.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:42 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:43:43.465 INFO:teuthology.orchestra.run.smithi104.stdout: 5 162605 8.93 MB/sec execute 362 sec latency 204.352 ms 2023-11-08T23:43:44.099 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:43 smithi104 ceph-mon[137171]: pgmap v199: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-11-08T23:43:44.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:43 smithi124 ceph-mon[139817]: pgmap v199: 97 pgs: 97 active+clean; 353 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 419 op/s 2023-11-08T23:43:44.472 INFO:teuthology.orchestra.run.smithi104.stdout: 5 162829 8.93 MB/sec execute 363 sec latency 142.181 ms 2023-11-08T23:43:45.472 INFO:teuthology.orchestra.run.smithi104.stdout: 5 163125 8.93 MB/sec execute 364 sec latency 129.197 ms 2023-11-08T23:43:45.953 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:45 smithi104 ceph-mon[137171]: pgmap v200: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.8 MiB/s wr, 578 op/s 2023-11-08T23:43:46.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:45 smithi124 ceph-mon[139817]: pgmap v200: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.8 MiB/s wr, 578 op/s 2023-11-08T23:43:46.472 INFO:teuthology.orchestra.run.smithi104.stdout: 5 163436 8.92 MB/sec execute 365 sec latency 125.153 ms 2023-11-08T23:43:47.474 INFO:teuthology.orchestra.run.smithi104.stdout: 5 163685 8.92 MB/sec execute 366 sec latency 118.457 ms 2023-11-08T23:43:48.012 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:47 smithi104 ceph-mon[137171]: pgmap v201: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-11-08T23:43:48.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:47 smithi124 ceph-mon[139817]: pgmap v201: 97 pgs: 97 active+clean; 348 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-11-08T23:43:48.474 INFO:teuthology.orchestra.run.smithi104.stdout: 5 163842 8.90 MB/sec execute 367 sec latency 134.155 ms 2023-11-08T23:43:49.474 INFO:teuthology.orchestra.run.smithi104.stdout: 5 164084 8.91 MB/sec execute 368 sec latency 156.850 ms 2023-11-08T23:43:50.069 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:49 smithi104 ceph-mon[137171]: pgmap v202: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 512 op/s 2023-11-08T23:43:50.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:49 smithi124 ceph-mon[139817]: pgmap v202: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.3 MiB/s wr, 512 op/s 2023-11-08T23:43:50.474 INFO:teuthology.orchestra.run.smithi104.stdout: 5 164355 8.90 MB/sec execute 369 sec latency 137.540 ms 2023-11-08T23:43:51.474 INFO:teuthology.orchestra.run.smithi104.stdout: 5 164591 8.89 MB/sec execute 370 sec latency 126.457 ms 2023-11-08T23:43:51.892 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:51 smithi104 ceph-mon[137171]: pgmap v203: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 308 op/s 2023-11-08T23:43:52.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:51 smithi124 ceph-mon[139817]: pgmap v203: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 308 op/s 2023-11-08T23:43:52.475 INFO:teuthology.orchestra.run.smithi104.stdout: 5 164833 8.88 MB/sec execute 371 sec latency 140.108 ms 2023-11-08T23:43:53.475 INFO:teuthology.orchestra.run.smithi104.stdout: 5 165062 8.88 MB/sec execute 372 sec latency 128.060 ms 2023-11-08T23:43:53.965 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:53 smithi104 ceph-mon[137171]: pgmap v204: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 308 op/s 2023-11-08T23:43:54.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:53 smithi124 ceph-mon[139817]: pgmap v204: 97 pgs: 97 active+clean; 349 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.1 MiB/s wr, 308 op/s 2023-11-08T23:43:54.474 INFO:teuthology.orchestra.run.smithi104.stdout: 5 165225 8.86 MB/sec execute 373 sec latency 164.081 ms 2023-11-08T23:43:55.481 INFO:teuthology.orchestra.run.smithi104.stdout: 5 165505 8.85 MB/sec execute 374 sec latency 126.671 ms 2023-11-08T23:43:55.793 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:55 smithi104 ceph-mon[137171]: pgmap v205: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 455 op/s 2023-11-08T23:43:56.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:55 smithi124 ceph-mon[139817]: pgmap v205: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.7 MiB/s wr, 455 op/s 2023-11-08T23:43:56.481 INFO:teuthology.orchestra.run.smithi104.stdout: 5 165743 8.84 MB/sec execute 375 sec latency 130.539 ms 2023-11-08T23:43:57.481 INFO:teuthology.orchestra.run.smithi104.stdout: 5 165941 8.83 MB/sec execute 376 sec latency 128.301 ms 2023-11-08T23:43:57.885 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:57 smithi104 ceph-mon[137171]: pgmap v206: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 296 op/s 2023-11-08T23:43:57.885 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:57 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:43:58.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:57 smithi124 ceph-mon[139817]: pgmap v206: 97 pgs: 97 active+clean; 347 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.1 MiB/s wr, 296 op/s 2023-11-08T23:43:58.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:57 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:43:58.481 INFO:teuthology.orchestra.run.smithi104.stdout: 5 166146 8.83 MB/sec execute 377 sec latency 140.800 ms 2023-11-08T23:43:59.486 INFO:teuthology.orchestra.run.smithi104.stdout: 5 166400 8.83 MB/sec execute 378 sec latency 129.434 ms 2023-11-08T23:43:59.958 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:43:59 smithi104 ceph-mon[137171]: pgmap v207: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-11-08T23:44:00.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:43:59 smithi124 ceph-mon[139817]: pgmap v207: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 431 op/s 2023-11-08T23:44:00.486 INFO:teuthology.orchestra.run.smithi104.stdout: 5 166674 8.82 MB/sec execute 379 sec latency 189.445 ms 2023-11-08T23:44:01.486 INFO:teuthology.orchestra.run.smithi104.stdout: 5 166949 8.82 MB/sec execute 380 sec latency 134.462 ms 2023-11-08T23:44:01.988 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:01 smithi104 ceph-mon[137171]: pgmap v208: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 282 op/s 2023-11-08T23:44:02.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:01 smithi124 ceph-mon[139817]: pgmap v208: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 282 op/s 2023-11-08T23:44:02.486 INFO:teuthology.orchestra.run.smithi104.stdout: 5 167185 8.81 MB/sec execute 381 sec latency 131.187 ms 2023-11-08T23:44:03.488 INFO:teuthology.orchestra.run.smithi104.stdout: 5 167464 8.82 MB/sec execute 382 sec latency 130.126 ms 2023-11-08T23:44:04.026 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:03 smithi104 ceph-mon[137171]: pgmap v209: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 282 op/s 2023-11-08T23:44:04.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:03 smithi124 ceph-mon[139817]: pgmap v209: 97 pgs: 97 active+clean; 345 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.7 MiB/s wr, 282 op/s 2023-11-08T23:44:04.489 INFO:teuthology.orchestra.run.smithi104.stdout: 5 167713 8.81 MB/sec execute 383 sec latency 123.007 ms 2023-11-08T23:44:05.489 INFO:teuthology.orchestra.run.smithi104.stdout: 5 167986 8.80 MB/sec execute 384 sec latency 126.745 ms 2023-11-08T23:44:05.798 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:05 smithi104 ceph-mon[137171]: pgmap v210: 97 pgs: 97 active+clean; 352 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-11-08T23:44:06.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:05 smithi124 ceph-mon[139817]: pgmap v210: 97 pgs: 97 active+clean; 352 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 435 op/s 2023-11-08T23:44:06.495 INFO:teuthology.orchestra.run.smithi104.stdout: 5 168234 8.80 MB/sec execute 385 sec latency 126.944 ms 2023-11-08T23:44:07.494 INFO:teuthology.orchestra.run.smithi104.stdout: 5 168464 8.79 MB/sec execute 386 sec latency 138.635 ms 2023-11-08T23:44:07.857 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:07 smithi104 ceph-mon[137171]: pgmap v211: 97 pgs: 97 active+clean; 352 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 288 op/s 2023-11-08T23:44:08.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:07 smithi124 ceph-mon[139817]: pgmap v211: 97 pgs: 97 active+clean; 352 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.2 KiB/s rd, 2.9 MiB/s wr, 288 op/s 2023-11-08T23:44:08.494 INFO:teuthology.orchestra.run.smithi104.stdout: 5 168723 8.79 MB/sec execute 387 sec latency 123.661 ms 2023-11-08T23:44:09.494 INFO:teuthology.orchestra.run.smithi104.stdout: 5 168950 8.77 MB/sec execute 388 sec latency 129.346 ms 2023-11-08T23:44:09.882 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:09 smithi104 ceph-mon[137171]: pgmap v212: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2023-11-08T23:44:10.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:09 smithi124 ceph-mon[139817]: pgmap v212: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2023-11-08T23:44:10.495 INFO:teuthology.orchestra.run.smithi104.stdout: 5 169288 8.76 MB/sec execute 389 sec latency 142.017 ms 2023-11-08T23:44:11.495 INFO:teuthology.orchestra.run.smithi104.stdout: 5 169544 8.76 MB/sec execute 390 sec latency 132.544 ms 2023-11-08T23:44:11.936 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:11 smithi104 ceph-mon[137171]: pgmap v213: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 312 op/s 2023-11-08T23:44:12.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:11 smithi124 ceph-mon[139817]: pgmap v213: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 312 op/s 2023-11-08T23:44:12.495 INFO:teuthology.orchestra.run.smithi104.stdout: 5 169784 8.76 MB/sec execute 391 sec latency 196.573 ms 2023-11-08T23:44:12.965 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:12 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:44:13.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:12 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:44:13.495 INFO:teuthology.orchestra.run.smithi104.stdout: 5 170096 8.77 MB/sec execute 392 sec latency 160.468 ms 2023-11-08T23:44:14.001 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:13 smithi104 ceph-mon[137171]: pgmap v214: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 312 op/s 2023-11-08T23:44:14.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:13 smithi124 ceph-mon[139817]: pgmap v214: 97 pgs: 97 active+clean; 349 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 312 op/s 2023-11-08T23:44:14.505 INFO:teuthology.orchestra.run.smithi104.stdout: 5 170368 8.76 MB/sec execute 393 sec latency 207.311 ms 2023-11-08T23:44:15.513 INFO:teuthology.orchestra.run.smithi104.stdout: 5 170715 8.76 MB/sec execute 394 sec latency 129.178 ms 2023-11-08T23:44:15.819 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:15 smithi104 ceph-mon[137171]: pgmap v215: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.7 MiB/s wr, 474 op/s 2023-11-08T23:44:16.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:15 smithi124 ceph-mon[139817]: pgmap v215: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.7 MiB/s wr, 474 op/s 2023-11-08T23:44:16.520 INFO:teuthology.orchestra.run.smithi104.stdout: 5 171035 8.78 MB/sec execute 395 sec latency 129.441 ms 2023-11-08T23:44:17.520 INFO:teuthology.orchestra.run.smithi104.stdout: 5 171382 8.78 MB/sec execute 396 sec latency 133.956 ms 2023-11-08T23:44:17.871 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:17 smithi104 ceph-mon[137171]: pgmap v216: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.0 MiB/s wr, 321 op/s 2023-11-08T23:44:18.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:17 smithi124 ceph-mon[139817]: pgmap v216: 97 pgs: 97 active+clean; 348 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.0 MiB/s wr, 321 op/s 2023-11-08T23:44:18.521 INFO:teuthology.orchestra.run.smithi104.stdout: 5 171628 8.77 MB/sec execute 397 sec latency 138.023 ms 2023-11-08T23:44:19.521 INFO:teuthology.orchestra.run.smithi104.stdout: 5 171897 8.76 MB/sec execute 398 sec latency 167.507 ms 2023-11-08T23:44:19.935 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:19 smithi104 ceph-mon[137171]: pgmap v217: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.3 MiB/s wr, 500 op/s 2023-11-08T23:44:20.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:19 smithi124 ceph-mon[139817]: pgmap v217: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.3 MiB/s wr, 500 op/s 2023-11-08T23:44:20.520 INFO:teuthology.orchestra.run.smithi104.stdout: 5 172159 8.75 MB/sec execute 399 sec latency 123.451 ms 2023-11-08T23:44:21.527 INFO:teuthology.orchestra.run.smithi104.stdout: 5 172492 8.74 MB/sec execute 400 sec latency 124.135 ms 2023-11-08T23:44:21.976 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:21 smithi104 ceph-mon[137171]: pgmap v218: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.7 MiB/s wr, 341 op/s 2023-11-08T23:44:22.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:21 smithi124 ceph-mon[139817]: pgmap v218: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.7 MiB/s wr, 341 op/s 2023-11-08T23:44:22.527 INFO:teuthology.orchestra.run.smithi104.stdout: 5 172897 8.74 MB/sec execute 401 sec latency 104.899 ms 2023-11-08T23:44:23.527 INFO:teuthology.orchestra.run.smithi104.stdout: 5 173264 8.75 MB/sec execute 402 sec latency 140.241 ms 2023-11-08T23:44:24.032 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:23 smithi104 ceph-mon[137171]: pgmap v219: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.7 MiB/s wr, 341 op/s 2023-11-08T23:44:24.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:23 smithi124 ceph-mon[139817]: pgmap v219: 97 pgs: 97 active+clean; 357 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.7 MiB/s wr, 341 op/s 2023-11-08T23:44:24.527 INFO:teuthology.orchestra.run.smithi104.stdout: 5 173637 8.76 MB/sec execute 403 sec latency 128.363 ms 2023-11-08T23:44:25.527 INFO:teuthology.orchestra.run.smithi104.stdout: 5 173989 8.76 MB/sec execute 404 sec latency 113.660 ms 2023-11-08T23:44:25.820 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:25 smithi104 ceph-mon[137171]: pgmap v220: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 547 op/s 2023-11-08T23:44:26.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:25 smithi124 ceph-mon[139817]: pgmap v220: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 547 op/s 2023-11-08T23:44:26.530 INFO:teuthology.orchestra.run.smithi104.stdout: 5 174342 8.77 MB/sec execute 405 sec latency 122.856 ms 2023-11-08T23:44:27.531 INFO:teuthology.orchestra.run.smithi104.stdout: 5 174615 8.77 MB/sec execute 406 sec latency 126.723 ms 2023-11-08T23:44:27.863 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:27 smithi104 ceph-mon[137171]: pgmap v221: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 384 op/s 2023-11-08T23:44:27.863 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:27 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:44:28.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:27 smithi124 ceph-mon[139817]: pgmap v221: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 384 op/s 2023-11-08T23:44:28.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:27 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:44:28.531 INFO:teuthology.orchestra.run.smithi104.stdout: 5 174890 8.77 MB/sec execute 407 sec latency 129.555 ms 2023-11-08T23:44:29.538 INFO:teuthology.orchestra.run.smithi104.stdout: 5 175159 8.76 MB/sec execute 408 sec latency 129.516 ms 2023-11-08T23:44:29.899 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:29 smithi104 ceph-mon[137171]: pgmap v222: 97 pgs: 97 active+clean; 357 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.2 MiB/s wr, 577 op/s 2023-11-08T23:44:30.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:29 smithi124 ceph-mon[139817]: pgmap v222: 97 pgs: 97 active+clean; 357 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 6.2 MiB/s wr, 577 op/s 2023-11-08T23:44:30.538 INFO:teuthology.orchestra.run.smithi104.stdout: 5 175394 8.76 MB/sec execute 409 sec latency 141.108 ms 2023-11-08T23:44:31.538 INFO:teuthology.orchestra.run.smithi104.stdout: 5 175644 8.75 MB/sec execute 410 sec latency 120.641 ms 2023-11-08T23:44:31.920 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:31 smithi104 ceph-mon[137171]: pgmap v223: 97 pgs: 97 active+clean; 357 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 397 op/s 2023-11-08T23:44:32.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:31 smithi124 ceph-mon[139817]: pgmap v223: 97 pgs: 97 active+clean; 357 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 397 op/s 2023-11-08T23:44:32.538 INFO:teuthology.orchestra.run.smithi104.stdout: 5 175948 8.74 MB/sec execute 411 sec latency 128.999 ms 2023-11-08T23:44:33.538 INFO:teuthology.orchestra.run.smithi104.stdout: 5 176273 8.73 MB/sec execute 412 sec latency 114.856 ms 2023-11-08T23:44:33.949 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:33 smithi104 ceph-mon[137171]: pgmap v224: 97 pgs: 97 active+clean; 357 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 397 op/s 2023-11-08T23:44:34.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:33 smithi124 ceph-mon[139817]: pgmap v224: 97 pgs: 97 active+clean; 357 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.9 MiB/s wr, 397 op/s 2023-11-08T23:44:34.538 INFO:teuthology.orchestra.run.smithi104.stdout: 5 176505 8.72 MB/sec execute 413 sec latency 117.118 ms 2023-11-08T23:44:35.539 INFO:teuthology.orchestra.run.smithi104.stdout: 5 176901 8.74 MB/sec execute 414 sec latency 158.447 ms 2023-11-08T23:44:35.734 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:35 smithi104 ceph-mon[137171]: pgmap v225: 97 pgs: 97 active+clean; 349 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.3 MiB/s wr, 571 op/s 2023-11-08T23:44:36.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:35 smithi124 ceph-mon[139817]: pgmap v225: 97 pgs: 97 active+clean; 349 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.3 MiB/s wr, 571 op/s 2023-11-08T23:44:36.540 INFO:teuthology.orchestra.run.smithi104.stdout: 5 177209 8.74 MB/sec execute 415 sec latency 126.853 ms 2023-11-08T23:44:37.539 INFO:teuthology.orchestra.run.smithi104.stdout: 5 177620 8.75 MB/sec execute 416 sec latency 141.314 ms 2023-11-08T23:44:38.074 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:37 smithi104 ceph-mon[137171]: pgmap v226: 97 pgs: 97 active+clean; 349 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-11-08T23:44:38.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:37 smithi124 ceph-mon[139817]: pgmap v226: 97 pgs: 97 active+clean; 349 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 366 op/s 2023-11-08T23:44:38.539 INFO:teuthology.orchestra.run.smithi104.stdout: 5 177885 8.75 MB/sec execute 417 sec latency 120.981 ms 2023-11-08T23:44:39.539 INFO:teuthology.orchestra.run.smithi104.stdout: 5 178114 8.75 MB/sec execute 418 sec latency 127.859 ms 2023-11-08T23:44:39.875 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:39 smithi104 ceph-mon[137171]: pgmap v227: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 6.0 MiB/s wr, 550 op/s 2023-11-08T23:44:40.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:39 smithi124 ceph-mon[139817]: pgmap v227: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 6.0 MiB/s wr, 550 op/s 2023-11-08T23:44:40.540 INFO:teuthology.orchestra.run.smithi104.stdout: 5 178364 8.74 MB/sec execute 419 sec latency 139.091 ms 2023-11-08T23:44:41.540 INFO:teuthology.orchestra.run.smithi104.stdout: 5 178557 8.73 MB/sec execute 420 sec latency 146.410 ms 2023-11-08T23:44:41.942 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:41 smithi104 ceph-mon[137171]: pgmap v228: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 358 op/s 2023-11-08T23:44:42.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:41 smithi124 ceph-mon[139817]: pgmap v228: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 358 op/s 2023-11-08T23:44:42.540 INFO:teuthology.orchestra.run.smithi104.stdout: 5 178767 8.72 MB/sec execute 421 sec latency 130.367 ms 2023-11-08T23:44:42.978 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:42 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:44:43.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:42 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:44:43.549 INFO:teuthology.orchestra.run.smithi104.stdout: 5 179003 8.71 MB/sec execute 422 sec latency 126.838 ms 2023-11-08T23:44:44.010 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:43 smithi104 ceph-mon[137171]: pgmap v229: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 358 op/s 2023-11-08T23:44:44.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:43 smithi124 ceph-mon[139817]: pgmap v229: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 358 op/s 2023-11-08T23:44:44.553 INFO:teuthology.orchestra.run.smithi104.stdout: 5 179275 8.71 MB/sec execute 423 sec latency 152.715 ms 2023-11-08T23:44:45.562 INFO:teuthology.orchestra.run.smithi104.stdout: 5 179681 8.71 MB/sec execute 424 sec latency 120.384 ms 2023-11-08T23:44:45.810 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:45 smithi104 ceph-mon[137171]: pgmap v230: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.1 MiB/s wr, 512 op/s 2023-11-08T23:44:46.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:45 smithi124 ceph-mon[139817]: pgmap v230: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.1 MiB/s wr, 512 op/s 2023-11-08T23:44:46.562 INFO:teuthology.orchestra.run.smithi104.stdout: 5 179959 8.70 MB/sec execute 425 sec latency 125.496 ms 2023-11-08T23:44:47.569 INFO:teuthology.orchestra.run.smithi104.stdout: 5 180288 8.70 MB/sec execute 426 sec latency 139.844 ms 2023-11-08T23:44:47.873 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:47 smithi104 ceph-mon[137171]: pgmap v231: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 338 op/s 2023-11-08T23:44:48.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:47 smithi124 ceph-mon[139817]: pgmap v231: 97 pgs: 97 active+clean; 360 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 338 op/s 2023-11-08T23:44:48.572 INFO:teuthology.orchestra.run.smithi104.stdout: 5 180620 8.70 MB/sec execute 427 sec latency 135.675 ms 2023-11-08T23:44:49.572 INFO:teuthology.orchestra.run.smithi104.stdout: 5 180865 8.71 MB/sec execute 428 sec latency 129.362 ms 2023-11-08T23:44:49.929 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:49 smithi104 ceph-mon[137171]: pgmap v232: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.5 MiB/s wr, 529 op/s 2023-11-08T23:44:50.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:49 smithi124 ceph-mon[139817]: pgmap v232: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.5 MiB/s wr, 529 op/s 2023-11-08T23:44:50.587 INFO:teuthology.orchestra.run.smithi104.stdout: 5 181170 8.71 MB/sec execute 429 sec latency 133.057 ms 2023-11-08T23:44:51.587 INFO:teuthology.orchestra.run.smithi104.stdout: 5 181428 8.70 MB/sec execute 430 sec latency 130.081 ms 2023-11-08T23:44:51.859 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:51 smithi104 ceph-mon[137171]: pgmap v233: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-11-08T23:44:52.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:51 smithi124 ceph-mon[139817]: pgmap v233: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-11-08T23:44:52.593 INFO:teuthology.orchestra.run.smithi104.stdout: 5 181702 8.70 MB/sec execute 431 sec latency 129.772 ms 2023-11-08T23:44:53.593 INFO:teuthology.orchestra.run.smithi104.stdout: 5 181962 8.70 MB/sec execute 432 sec latency 130.874 ms 2023-11-08T23:44:53.901 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:53 smithi104 ceph-mon[137171]: pgmap v234: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-11-08T23:44:54.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:53 smithi124 ceph-mon[139817]: pgmap v234: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 345 op/s 2023-11-08T23:44:54.593 INFO:teuthology.orchestra.run.smithi104.stdout: 5 182300 8.71 MB/sec execute 433 sec latency 132.896 ms 2023-11-08T23:44:55.593 INFO:teuthology.orchestra.run.smithi104.stdout: 5 182664 8.70 MB/sec execute 434 sec latency 118.667 ms 2023-11-08T23:44:55.940 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:55 smithi104 ceph-mon[137171]: pgmap v235: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-11-08T23:44:56.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:55 smithi124 ceph-mon[139817]: pgmap v235: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.1 MiB/s wr, 502 op/s 2023-11-08T23:44:56.594 INFO:teuthology.orchestra.run.smithi104.stdout: 5 182959 8.69 MB/sec execute 435 sec latency 142.983 ms 2023-11-08T23:44:57.594 INFO:teuthology.orchestra.run.smithi104.stdout: 5 183319 8.70 MB/sec execute 436 sec latency 129.645 ms 2023-11-08T23:44:57.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:57 smithi104 ceph-mon[137171]: pgmap v236: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-11-08T23:44:57.990 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:57 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:44:58.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:57 smithi124 ceph-mon[139817]: pgmap v236: 97 pgs: 97 active+clean; 362 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.6 MiB/s wr, 348 op/s 2023-11-08T23:44:58.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:57 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:44:58.593 INFO:teuthology.orchestra.run.smithi104.stdout: 5 183608 8.69 MB/sec execute 437 sec latency 124.889 ms 2023-11-08T23:44:59.596 INFO:teuthology.orchestra.run.smithi104.stdout: 5 183998 8.70 MB/sec execute 438 sec latency 124.031 ms 2023-11-08T23:45:00.058 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:44:59 smithi104 ceph-mon[137171]: pgmap v237: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 554 op/s 2023-11-08T23:45:00.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:44:59 smithi124 ceph-mon[139817]: pgmap v237: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.5 MiB/s wr, 554 op/s 2023-11-08T23:45:00.597 INFO:teuthology.orchestra.run.smithi104.stdout: 5 184342 8.70 MB/sec execute 439 sec latency 127.050 ms 2023-11-08T23:45:01.597 INFO:teuthology.orchestra.run.smithi104.stdout: 5 184661 8.70 MB/sec execute 440 sec latency 126.380 ms 2023-11-08T23:45:02.096 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:01 smithi104 ceph-mon[137171]: pgmap v238: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-11-08T23:45:02.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:01 smithi124 ceph-mon[139817]: pgmap v238: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-11-08T23:45:02.597 INFO:teuthology.orchestra.run.smithi104.stdout: 5 184987 8.70 MB/sec execute 441 sec latency 126.431 ms 2023-11-08T23:45:03.607 INFO:teuthology.orchestra.run.smithi104.stdout: 5 185182 8.69 MB/sec execute 442 sec latency 139.053 ms 2023-11-08T23:45:03.889 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:03 smithi104 ceph-mon[137171]: pgmap v239: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-11-08T23:45:04.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:03 smithi124 ceph-mon[139817]: pgmap v239: 97 pgs: 97 active+clean; 358 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 363 op/s 2023-11-08T23:45:04.607 INFO:teuthology.orchestra.run.smithi104.stdout: 5 185344 8.69 MB/sec execute 443 sec latency 120.887 ms 2023-11-08T23:45:05.608 INFO:teuthology.orchestra.run.smithi104.stdout: 5 185508 8.67 MB/sec execute 444 sec latency 114.092 ms 2023-11-08T23:45:05.959 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:05 smithi104 ceph-mon[137171]: pgmap v240: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.7 MiB/s wr, 546 op/s 2023-11-08T23:45:06.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:05 smithi124 ceph-mon[139817]: pgmap v240: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.7 MiB/s wr, 546 op/s 2023-11-08T23:45:06.608 INFO:teuthology.orchestra.run.smithi104.stdout: 5 185706 8.67 MB/sec execute 445 sec latency 129.952 ms 2023-11-08T23:45:07.608 INFO:teuthology.orchestra.run.smithi104.stdout: 5 185954 8.66 MB/sec execute 446 sec latency 204.197 ms 2023-11-08T23:45:08.020 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:07 smithi104 ceph-mon[137171]: pgmap v241: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 389 op/s 2023-11-08T23:45:08.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:07 smithi124 ceph-mon[139817]: pgmap v241: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 389 op/s 2023-11-08T23:45:08.608 INFO:teuthology.orchestra.run.smithi104.stdout: 5 186235 8.66 MB/sec execute 447 sec latency 128.473 ms 2023-11-08T23:45:09.608 INFO:teuthology.orchestra.run.smithi104.stdout: 5 186448 8.65 MB/sec execute 448 sec latency 136.621 ms 2023-11-08T23:45:10.085 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:09 smithi104 ceph-mon[137171]: pgmap v242: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 522 op/s 2023-11-08T23:45:10.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:09 smithi124 ceph-mon[139817]: pgmap v242: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 522 op/s 2023-11-08T23:45:10.612 INFO:teuthology.orchestra.run.smithi104.stdout: 5 186635 8.64 MB/sec execute 449 sec latency 144.027 ms 2023-11-08T23:45:11.612 INFO:teuthology.orchestra.run.smithi104.stdout: 5 186879 8.64 MB/sec execute 450 sec latency 126.554 ms 2023-11-08T23:45:11.910 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:11 smithi104 ceph-mon[137171]: pgmap v243: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 316 op/s 2023-11-08T23:45:12.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:11 smithi124 ceph-mon[139817]: pgmap v243: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 316 op/s 2023-11-08T23:45:12.614 INFO:teuthology.orchestra.run.smithi104.stdout: 5 187172 8.63 MB/sec execute 451 sec latency 120.514 ms 2023-11-08T23:45:12.952 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:12 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:45:13.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:12 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:45:13.614 INFO:teuthology.orchestra.run.smithi104.stdout: 5 187571 8.64 MB/sec execute 452 sec latency 87.975 ms 2023-11-08T23:45:13.969 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:13 smithi104 ceph-mon[137171]: pgmap v244: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 316 op/s 2023-11-08T23:45:14.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:13 smithi124 ceph-mon[139817]: pgmap v244: 97 pgs: 97 active+clean; 357 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.3 MiB/s wr, 316 op/s 2023-11-08T23:45:14.614 INFO:teuthology.orchestra.run.smithi104.stdout: 5 187829 8.64 MB/sec execute 453 sec latency 130.771 ms 2023-11-08T23:45:15.614 INFO:teuthology.orchestra.run.smithi104.stdout: 5 188115 8.64 MB/sec execute 454 sec latency 129.546 ms 2023-11-08T23:45:15.755 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:15 smithi104 ceph-mon[137171]: pgmap v245: 97 pgs: 97 active+clean; 361 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 470 op/s 2023-11-08T23:45:16.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:15 smithi124 ceph-mon[139817]: pgmap v245: 97 pgs: 97 active+clean; 361 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.7 MiB/s wr, 470 op/s 2023-11-08T23:45:16.619 INFO:teuthology.orchestra.run.smithi104.stdout: 5 188440 8.64 MB/sec execute 455 sec latency 97.922 ms 2023-11-08T23:45:17.619 INFO:teuthology.orchestra.run.smithi104.stdout: 5 188739 8.64 MB/sec execute 456 sec latency 127.178 ms 2023-11-08T23:45:18.092 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:17 smithi104 ceph-mon[137171]: pgmap v246: 97 pgs: 97 active+clean; 361 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 286 op/s 2023-11-08T23:45:18.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:17 smithi124 ceph-mon[139817]: pgmap v246: 97 pgs: 97 active+clean; 361 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.7 MiB/s wr, 286 op/s 2023-11-08T23:45:18.619 INFO:teuthology.orchestra.run.smithi104.stdout: 5 188981 8.63 MB/sec execute 457 sec latency 126.543 ms 2023-11-08T23:45:19.619 INFO:teuthology.orchestra.run.smithi104.stdout: 5 189208 8.63 MB/sec execute 458 sec latency 123.231 ms 2023-11-08T23:45:19.873 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:19 smithi104 ceph-mon[137171]: pgmap v247: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-11-08T23:45:20.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:19 smithi124 ceph-mon[139817]: pgmap v247: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 464 op/s 2023-11-08T23:45:20.619 INFO:teuthology.orchestra.run.smithi104.stdout: 5 189471 8.62 MB/sec execute 459 sec latency 129.112 ms 2023-11-08T23:45:21.619 INFO:teuthology.orchestra.run.smithi104.stdout: 5 189850 8.63 MB/sec execute 460 sec latency 129.801 ms 2023-11-08T23:45:21.937 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:21 smithi104 ceph-mon[137171]: pgmap v248: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 331 op/s 2023-11-08T23:45:22.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:21 smithi124 ceph-mon[139817]: pgmap v248: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 331 op/s 2023-11-08T23:45:22.623 INFO:teuthology.orchestra.run.smithi104.stdout: 5 190131 8.62 MB/sec execute 461 sec latency 133.968 ms 2023-11-08T23:45:23.623 INFO:teuthology.orchestra.run.smithi104.stdout: 5 190425 8.62 MB/sec execute 462 sec latency 144.201 ms 2023-11-08T23:45:23.983 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:23 smithi104 ceph-mon[137171]: pgmap v249: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 331 op/s 2023-11-08T23:45:24.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:23 smithi124 ceph-mon[139817]: pgmap v249: 97 pgs: 97 active+clean; 359 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.5 MiB/s wr, 331 op/s 2023-11-08T23:45:24.623 INFO:teuthology.orchestra.run.smithi104.stdout: 5 190815 8.62 MB/sec execute 463 sec latency 126.641 ms 2023-11-08T23:45:25.625 INFO:teuthology.orchestra.run.smithi104.stdout: 5 191156 8.62 MB/sec execute 464 sec latency 123.640 ms 2023-11-08T23:45:25.772 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:25 smithi104 ceph-mon[137171]: pgmap v250: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 513 op/s 2023-11-08T23:45:26.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:25 smithi124 ceph-mon[139817]: pgmap v250: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 513 op/s 2023-11-08T23:45:26.624 INFO:teuthology.orchestra.run.smithi104.stdout: 5 191533 8.62 MB/sec execute 465 sec latency 131.404 ms 2023-11-08T23:45:27.626 INFO:teuthology.orchestra.run.smithi104.stdout: 5 191813 8.62 MB/sec execute 466 sec latency 117.601 ms 2023-11-08T23:45:28.057 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:27 smithi104 ceph-mon[137171]: pgmap v251: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-08T23:45:28.057 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:27 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:45:28.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:27 smithi124 ceph-mon[139817]: pgmap v251: 97 pgs: 97 active+clean; 359 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-08T23:45:28.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:27 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:45:28.624 INFO:teuthology.orchestra.run.smithi104.stdout: 5 192099 8.63 MB/sec execute 467 sec latency 127.027 ms 2023-11-08T23:45:29.624 INFO:teuthology.orchestra.run.smithi104.stdout: 5 192356 8.62 MB/sec execute 468 sec latency 182.123 ms 2023-11-08T23:45:29.862 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:29 smithi104 ceph-mon[137171]: pgmap v252: 97 pgs: 97 active+clean; 362 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 559 op/s 2023-11-08T23:45:30.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:29 smithi124 ceph-mon[139817]: pgmap v252: 97 pgs: 97 active+clean; 362 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.7 MiB/s wr, 559 op/s 2023-11-08T23:45:30.626 INFO:teuthology.orchestra.run.smithi104.stdout: 5 192641 8.63 MB/sec execute 469 sec latency 207.257 ms 2023-11-08T23:45:31.626 INFO:teuthology.orchestra.run.smithi104.stdout: 5 192917 8.62 MB/sec execute 470 sec latency 116.517 ms 2023-11-08T23:45:31.901 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:31 smithi104 ceph-mon[137171]: pgmap v253: 97 pgs: 97 active+clean; 362 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 381 op/s 2023-11-08T23:45:32.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:31 smithi124 ceph-mon[139817]: pgmap v253: 97 pgs: 97 active+clean; 362 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 381 op/s 2023-11-08T23:45:32.626 INFO:teuthology.orchestra.run.smithi104.stdout: 5 193175 8.62 MB/sec execute 471 sec latency 127.068 ms 2023-11-08T23:45:33.627 INFO:teuthology.orchestra.run.smithi104.stdout: 5 193373 8.61 MB/sec execute 472 sec latency 126.767 ms 2023-11-08T23:45:33.985 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:33 smithi104 ceph-mon[137171]: pgmap v254: 97 pgs: 97 active+clean; 362 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 381 op/s 2023-11-08T23:45:34.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:33 smithi124 ceph-mon[139817]: pgmap v254: 97 pgs: 97 active+clean; 362 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.7 MiB/s wr, 381 op/s 2023-11-08T23:45:34.639 INFO:teuthology.orchestra.run.smithi104.stdout: 5 193624 8.61 MB/sec execute 473 sec latency 145.211 ms 2023-11-08T23:45:35.635 INFO:teuthology.orchestra.run.smithi104.stdout: 5 193868 8.60 MB/sec execute 474 sec latency 161.649 ms 2023-11-08T23:45:35.806 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:35 smithi104 ceph-mon[137171]: pgmap v255: 97 pgs: 97 active+clean; 359 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 541 op/s 2023-11-08T23:45:36.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:35 smithi124 ceph-mon[139817]: pgmap v255: 97 pgs: 97 active+clean; 359 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.5 MiB/s wr, 541 op/s 2023-11-08T23:45:36.634 INFO:teuthology.orchestra.run.smithi104.stdout: 5 194119 8.60 MB/sec execute 475 sec latency 125.246 ms 2023-11-08T23:45:37.636 INFO:teuthology.orchestra.run.smithi104.stdout: 5 194289 8.59 MB/sec execute 476 sec latency 140.246 ms 2023-11-08T23:45:37.946 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:37 smithi104 ceph-mon[137171]: pgmap v256: 97 pgs: 97 active+clean; 359 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-08T23:45:38.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:37 smithi124 ceph-mon[139817]: pgmap v256: 97 pgs: 97 active+clean; 359 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.7 MiB/s wr, 359 op/s 2023-11-08T23:45:38.649 INFO:teuthology.orchestra.run.smithi104.stdout: 5 194535 8.59 MB/sec execute 477 sec latency 123.765 ms 2023-11-08T23:45:39.650 INFO:teuthology.orchestra.run.smithi104.stdout: 5 194804 8.58 MB/sec execute 478 sec latency 140.098 ms 2023-11-08T23:45:40.016 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:39 smithi104 ceph-mon[137171]: pgmap v257: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-11-08T23:45:40.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:39 smithi124 ceph-mon[139817]: pgmap v257: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-11-08T23:45:40.651 INFO:teuthology.orchestra.run.smithi104.stdout: 5 195065 8.57 MB/sec execute 479 sec latency 119.456 ms 2023-11-08T23:45:41.651 INFO:teuthology.orchestra.run.smithi104.stdout: 5 195339 8.56 MB/sec execute 480 sec latency 136.911 ms 2023-11-08T23:45:42.099 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:41 smithi104 ceph-mon[137171]: pgmap v258: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 307 op/s 2023-11-08T23:45:42.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:41 smithi124 ceph-mon[139817]: pgmap v258: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 307 op/s 2023-11-08T23:45:42.651 INFO:teuthology.orchestra.run.smithi104.stdout: 5 195536 8.56 MB/sec execute 481 sec latency 142.847 ms 2023-11-08T23:45:43.117 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:42 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:45:43.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:42 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:45:43.651 INFO:teuthology.orchestra.run.smithi104.stdout: 5 195797 8.56 MB/sec execute 482 sec latency 140.203 ms 2023-11-08T23:45:44.136 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:43 smithi104 ceph-mon[137171]: pgmap v259: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 307 op/s 2023-11-08T23:45:44.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:43 smithi124 ceph-mon[139817]: pgmap v259: 97 pgs: 97 active+clean; 355 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.1 MiB/s wr, 307 op/s 2023-11-08T23:45:44.652 INFO:teuthology.orchestra.run.smithi104.stdout: 5 196032 8.56 MB/sec execute 483 sec latency 198.230 ms 2023-11-08T23:45:45.652 INFO:teuthology.orchestra.run.smithi104.stdout: 5 196399 8.57 MB/sec execute 484 sec latency 126.896 ms 2023-11-08T23:45:45.944 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:45 smithi104 ceph-mon[137171]: pgmap v260: 97 pgs: 97 active+clean; 362 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 458 op/s 2023-11-08T23:45:46.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:45 smithi124 ceph-mon[139817]: pgmap v260: 97 pgs: 97 active+clean; 362 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.6 MiB/s wr, 458 op/s 2023-11-08T23:45:46.652 INFO:teuthology.orchestra.run.smithi104.stdout: 5 196678 8.57 MB/sec execute 485 sec latency 133.719 ms 2023-11-08T23:45:47.653 INFO:teuthology.orchestra.run.smithi104.stdout: 5 196928 8.56 MB/sec execute 486 sec latency 126.982 ms 2023-11-08T23:45:47.989 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:47 smithi104 ceph-mon[137171]: pgmap v261: 97 pgs: 97 active+clean; 362 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 298 op/s 2023-11-08T23:45:48.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:47 smithi124 ceph-mon[139817]: pgmap v261: 97 pgs: 97 active+clean; 362 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 2.8 MiB/s wr, 298 op/s 2023-11-08T23:45:48.653 INFO:teuthology.orchestra.run.smithi104.stdout: 5 197316 8.56 MB/sec execute 487 sec latency 126.218 ms 2023-11-08T23:45:49.654 INFO:teuthology.orchestra.run.smithi104.stdout: 5 197581 8.56 MB/sec execute 488 sec latency 140.148 ms 2023-11-08T23:45:50.032 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:49 smithi104 ceph-mon[137171]: pgmap v262: 97 pgs: 97 active+clean; 367 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 469 op/s 2023-11-08T23:45:50.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:49 smithi124 ceph-mon[139817]: pgmap v262: 97 pgs: 97 active+clean; 367 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 469 op/s 2023-11-08T23:45:50.654 INFO:teuthology.orchestra.run.smithi104.stdout: 5 197786 8.55 MB/sec execute 489 sec latency 202.334 ms 2023-11-08T23:45:51.657 INFO:teuthology.orchestra.run.smithi104.stdout: 5 198109 8.55 MB/sec execute 490 sec latency 126.830 ms 2023-11-08T23:45:52.087 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:51 smithi104 ceph-mon[137171]: pgmap v263: 97 pgs: 97 active+clean; 367 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2023-11-08T23:45:52.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:51 smithi124 ceph-mon[139817]: pgmap v263: 97 pgs: 97 active+clean; 367 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 320 op/s 2023-11-08T23:45:52.664 INFO:teuthology.orchestra.run.smithi104.stdout: 5 198514 8.55 MB/sec execute 491 sec latency 127.702 ms 2023-11-08T23:45:53.663 INFO:teuthology.orchestra.run.smithi104.stdout: 5 198772 8.54 MB/sec execute 492 sec latency 129.515 ms 2023-11-08T23:45:53.889 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:53 smithi104 ceph-mon[137171]: pgmap v264: 97 pgs: 97 active+clean; 367 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-11-08T23:45:54.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:53 smithi124 ceph-mon[139817]: pgmap v264: 97 pgs: 97 active+clean; 367 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.3 MiB/s wr, 321 op/s 2023-11-08T23:45:54.669 INFO:teuthology.orchestra.run.smithi104.stdout: 5 199047 8.54 MB/sec execute 493 sec latency 142.745 ms 2023-11-08T23:45:55.669 INFO:teuthology.orchestra.run.smithi104.stdout: 5 199345 8.55 MB/sec execute 494 sec latency 125.248 ms 2023-11-08T23:45:55.926 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:55 smithi104 ceph-mon[137171]: pgmap v265: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 509 op/s 2023-11-08T23:45:56.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:55 smithi124 ceph-mon[139817]: pgmap v265: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.0 MiB/s wr, 509 op/s 2023-11-08T23:45:56.669 INFO:teuthology.orchestra.run.smithi104.stdout: 5 199644 8.55 MB/sec execute 495 sec latency 122.075 ms 2023-11-08T23:45:57.669 INFO:teuthology.orchestra.run.smithi104.stdout: 5 199956 8.55 MB/sec execute 496 sec latency 129.767 ms 2023-11-08T23:45:57.873 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:57 smithi104 ceph-mon[137171]: pgmap v266: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 358 op/s 2023-11-08T23:45:57.873 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:57 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:45:58.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:57 smithi124 ceph-mon[139817]: pgmap v266: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 358 op/s 2023-11-08T23:45:58.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:57 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:45:58.669 INFO:teuthology.orchestra.run.smithi104.stdout: 5 200221 8.56 MB/sec execute 497 sec latency 123.932 ms 2023-11-08T23:45:59.674 INFO:teuthology.orchestra.run.smithi104.stdout: 5 200483 8.55 MB/sec execute 498 sec latency 205.965 ms 2023-11-08T23:45:59.968 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:45:59 smithi104 ceph-mon[137171]: pgmap v267: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 522 op/s 2023-11-08T23:46:00.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:45:59 smithi124 ceph-mon[139817]: pgmap v267: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 522 op/s 2023-11-08T23:46:00.672 INFO:teuthology.orchestra.run.smithi104.stdout: 5 200773 8.55 MB/sec execute 499 sec latency 128.571 ms 2023-11-08T23:46:01.672 INFO:teuthology.orchestra.run.smithi104.stdout: 5 201008 8.54 MB/sec execute 500 sec latency 129.697 ms 2023-11-08T23:46:02.035 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:01 smithi104 ceph-mon[137171]: pgmap v268: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-11-08T23:46:02.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:01 smithi124 ceph-mon[139817]: pgmap v268: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-11-08T23:46:02.682 INFO:teuthology.orchestra.run.smithi104.stdout: 5 201290 8.53 MB/sec execute 501 sec latency 120.762 ms 2023-11-08T23:46:03.682 INFO:teuthology.orchestra.run.smithi104.stdout: 5 201567 8.53 MB/sec execute 502 sec latency 126.872 ms 2023-11-08T23:46:03.826 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:03 smithi124 ceph-mon[139817]: pgmap v269: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-11-08T23:46:03.846 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:03 smithi104 ceph-mon[137171]: pgmap v269: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-11-08T23:46:04.683 INFO:teuthology.orchestra.run.smithi104.stdout: 5 201848 8.52 MB/sec execute 503 sec latency 114.420 ms 2023-11-08T23:46:05.690 INFO:teuthology.orchestra.run.smithi104.stdout: 5 202190 8.52 MB/sec execute 504 sec latency 126.876 ms 2023-11-08T23:46:05.913 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:05 smithi104 ceph-mon[137171]: pgmap v270: 97 pgs: 97 active+clean; 362 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.3 MiB/s wr, 530 op/s 2023-11-08T23:46:06.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:05 smithi124 ceph-mon[139817]: pgmap v270: 97 pgs: 97 active+clean; 362 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.3 MiB/s wr, 530 op/s 2023-11-08T23:46:06.690 INFO:teuthology.orchestra.run.smithi104.stdout: 5 202493 8.52 MB/sec execute 505 sec latency 199.042 ms 2023-11-08T23:46:07.691 INFO:teuthology.orchestra.run.smithi104.stdout: 5 202799 8.53 MB/sec execute 506 sec latency 125.093 ms 2023-11-08T23:46:07.972 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:07 smithi104 ceph-mon[137171]: pgmap v271: 97 pgs: 97 active+clean; 362 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 342 op/s 2023-11-08T23:46:08.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:07 smithi124 ceph-mon[139817]: pgmap v271: 97 pgs: 97 active+clean; 362 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.6 MiB/s wr, 342 op/s 2023-11-08T23:46:08.691 INFO:teuthology.orchestra.run.smithi104.stdout: 5 203030 8.53 MB/sec execute 507 sec latency 146.027 ms 2023-11-08T23:46:09.691 INFO:teuthology.orchestra.run.smithi104.stdout: 5 203331 8.52 MB/sec execute 508 sec latency 159.682 ms 2023-11-08T23:46:10.060 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:09 smithi104 ceph-mon[137171]: pgmap v272: 97 pgs: 97 active+clean; 360 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 516 op/s 2023-11-08T23:46:10.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:09 smithi124 ceph-mon[139817]: pgmap v272: 97 pgs: 97 active+clean; 360 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 516 op/s 2023-11-08T23:46:10.695 INFO:teuthology.orchestra.run.smithi104.stdout: 5 203555 8.52 MB/sec execute 509 sec latency 138.547 ms 2023-11-08T23:46:11.706 INFO:teuthology.orchestra.run.smithi104.stdout: 5 203721 8.52 MB/sec execute 510 sec latency 147.315 ms 2023-11-08T23:46:11.905 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:11 smithi104 ceph-mon[137171]: pgmap v273: 97 pgs: 97 active+clean; 360 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-11-08T23:46:12.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:11 smithi124 ceph-mon[139817]: pgmap v273: 97 pgs: 97 active+clean; 360 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-11-08T23:46:12.695 INFO:teuthology.orchestra.run.smithi104.stdout: 5 203954 8.52 MB/sec execute 511 sec latency 120.530 ms 2023-11-08T23:46:12.927 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:12 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:46:13.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:12 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:46:13.695 INFO:teuthology.orchestra.run.smithi104.stdout: 5 204159 8.51 MB/sec execute 512 sec latency 126.360 ms 2023-11-08T23:46:13.949 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:13 smithi104 ceph-mon[137171]: pgmap v274: 97 pgs: 97 active+clean; 360 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-11-08T23:46:14.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:13 smithi124 ceph-mon[139817]: pgmap v274: 97 pgs: 97 active+clean; 360 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 352 op/s 2023-11-08T23:46:14.695 INFO:teuthology.orchestra.run.smithi104.stdout: 5 204395 8.50 MB/sec execute 513 sec latency 129.336 ms 2023-11-08T23:46:15.695 INFO:teuthology.orchestra.run.smithi104.stdout: 5 204596 8.49 MB/sec execute 514 sec latency 129.358 ms 2023-11-08T23:46:16.006 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:15 smithi104 ceph-mon[137171]: pgmap v275: 97 pgs: 97 active+clean; 363 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-11-08T23:46:16.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:15 smithi124 ceph-mon[139817]: pgmap v275: 97 pgs: 97 active+clean; 363 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-11-08T23:46:16.697 INFO:teuthology.orchestra.run.smithi104.stdout: 5 204782 8.48 MB/sec execute 515 sec latency 129.972 ms 2023-11-08T23:46:17.697 INFO:teuthology.orchestra.run.smithi104.stdout: 5 205015 8.48 MB/sec execute 516 sec latency 114.643 ms 2023-11-08T23:46:18.083 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:17 smithi104 ceph-mon[137171]: pgmap v276: 97 pgs: 97 active+clean; 363 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 314 op/s 2023-11-08T23:46:18.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:17 smithi124 ceph-mon[139817]: pgmap v276: 97 pgs: 97 active+clean; 363 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.4 MiB/s wr, 314 op/s 2023-11-08T23:46:18.697 INFO:teuthology.orchestra.run.smithi104.stdout: 5 205319 8.48 MB/sec execute 517 sec latency 125.398 ms 2023-11-08T23:46:19.704 INFO:teuthology.orchestra.run.smithi104.stdout: 5 205618 8.47 MB/sec execute 518 sec latency 137.430 ms 2023-11-08T23:46:19.888 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:19 smithi104 ceph-mon[137171]: pgmap v277: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 458 op/s 2023-11-08T23:46:20.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:19 smithi124 ceph-mon[139817]: pgmap v277: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.6 MiB/s wr, 458 op/s 2023-11-08T23:46:20.703 INFO:teuthology.orchestra.run.smithi104.stdout: 5 205868 8.47 MB/sec execute 519 sec latency 129.545 ms 2023-11-08T23:46:21.703 INFO:teuthology.orchestra.run.smithi104.stdout: 5 206118 8.47 MB/sec execute 520 sec latency 164.933 ms 2023-11-08T23:46:21.985 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:21 smithi104 ceph-mon[137171]: pgmap v278: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.8 MiB/s wr, 284 op/s 2023-11-08T23:46:22.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:21 smithi124 ceph-mon[139817]: pgmap v278: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.8 MiB/s wr, 284 op/s 2023-11-08T23:46:22.714 INFO:teuthology.orchestra.run.smithi104.stdout: 5 206395 8.47 MB/sec execute 521 sec latency 142.706 ms 2023-11-08T23:46:23.714 INFO:teuthology.orchestra.run.smithi104.stdout: 5 206654 8.46 MB/sec execute 522 sec latency 182.493 ms 2023-11-08T23:46:24.026 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:23 smithi104 ceph-mon[137171]: pgmap v279: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.8 MiB/s wr, 284 op/s 2023-11-08T23:46:24.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:23 smithi124 ceph-mon[139817]: pgmap v279: 97 pgs: 97 active+clean; 358 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.8 MiB/s wr, 284 op/s 2023-11-08T23:46:24.716 INFO:teuthology.orchestra.run.smithi104.stdout: 5 206823 8.45 MB/sec execute 523 sec latency 134.412 ms 2023-11-08T23:46:25.716 INFO:teuthology.orchestra.run.smithi104.stdout: 5 207057 8.46 MB/sec execute 524 sec latency 131.113 ms 2023-11-08T23:46:25.820 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:25 smithi104 ceph-mon[137171]: pgmap v280: 97 pgs: 97 active+clean; 358 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 439 op/s 2023-11-08T23:46:26.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:25 smithi124 ceph-mon[139817]: pgmap v280: 97 pgs: 97 active+clean; 358 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.4 MiB/s wr, 439 op/s 2023-11-08T23:46:26.718 INFO:teuthology.orchestra.run.smithi104.stdout: 5 207270 8.46 MB/sec execute 525 sec latency 130.865 ms 2023-11-08T23:46:27.718 INFO:teuthology.orchestra.run.smithi104.stdout: 5 207521 8.45 MB/sec execute 526 sec latency 138.669 ms 2023-11-08T23:46:27.974 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:27 smithi104 ceph-mon[137171]: pgmap v281: 97 pgs: 97 active+clean; 358 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.8 MiB/s wr, 298 op/s 2023-11-08T23:46:27.975 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:27 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:46:28.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:27 smithi124 ceph-mon[139817]: pgmap v281: 97 pgs: 97 active+clean; 358 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 2.8 MiB/s wr, 298 op/s 2023-11-08T23:46:28.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:27 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:46:28.718 INFO:teuthology.orchestra.run.smithi104.stdout: 5 207816 8.45 MB/sec execute 527 sec latency 127.001 ms 2023-11-08T23:46:29.723 INFO:teuthology.orchestra.run.smithi104.stdout: 5 208063 8.45 MB/sec execute 528 sec latency 126.494 ms 2023-11-08T23:46:29.888 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:29 smithi104 ceph-mon[137171]: pgmap v282: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-08T23:46:30.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:29 smithi124 ceph-mon[139817]: pgmap v282: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.4 MiB/s wr, 432 op/s 2023-11-08T23:46:30.723 INFO:teuthology.orchestra.run.smithi104.stdout: 5 208250 8.44 MB/sec execute 529 sec latency 154.167 ms 2023-11-08T23:46:31.723 INFO:teuthology.orchestra.run.smithi104.stdout: 5 208512 8.44 MB/sec execute 530 sec latency 129.056 ms 2023-11-08T23:46:31.947 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:31 smithi104 ceph-mon[137171]: pgmap v283: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.2 MiB/s wr, 289 op/s 2023-11-08T23:46:32.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:31 smithi124 ceph-mon[139817]: pgmap v283: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.2 MiB/s wr, 289 op/s 2023-11-08T23:46:32.725 INFO:teuthology.orchestra.run.smithi104.stdout: 5 208871 8.44 MB/sec execute 531 sec latency 131.616 ms 2023-11-08T23:46:33.727 INFO:teuthology.orchestra.run.smithi104.stdout: 5 209133 8.43 MB/sec execute 532 sec latency 123.916 ms 2023-11-08T23:46:33.981 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:33 smithi104 ceph-mon[137171]: pgmap v284: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.2 MiB/s wr, 289 op/s 2023-11-08T23:46:34.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:33 smithi124 ceph-mon[139817]: pgmap v284: 97 pgs: 97 active+clean; 364 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.1 KiB/s rd, 3.2 MiB/s wr, 289 op/s 2023-11-08T23:46:34.730 INFO:teuthology.orchestra.run.smithi104.stdout: 5 209340 8.42 MB/sec execute 533 sec latency 98.280 ms 2023-11-08T23:46:35.727 INFO:teuthology.orchestra.run.smithi104.stdout: 5 209631 8.42 MB/sec execute 534 sec latency 137.475 ms 2023-11-08T23:46:36.038 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:35 smithi104 ceph-mon[137171]: pgmap v285: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2023-11-08T23:46:36.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:35 smithi124 ceph-mon[139817]: pgmap v285: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.7 MiB/s wr, 457 op/s 2023-11-08T23:46:36.734 INFO:teuthology.orchestra.run.smithi104.stdout: 5 209991 8.43 MB/sec execute 535 sec latency 141.217 ms 2023-11-08T23:46:37.738 INFO:teuthology.orchestra.run.smithi104.stdout: 5 210289 8.42 MB/sec execute 536 sec latency 124.944 ms 2023-11-08T23:46:37.838 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:37 smithi104 ceph-mon[137171]: pgmap v286: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.1 MiB/s wr, 302 op/s 2023-11-08T23:46:38.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:37 smithi124 ceph-mon[139817]: pgmap v286: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.1 MiB/s wr, 302 op/s 2023-11-08T23:46:38.738 INFO:teuthology.orchestra.run.smithi104.stdout: 5 210574 8.42 MB/sec execute 537 sec latency 144.645 ms 2023-11-08T23:46:39.740 INFO:teuthology.orchestra.run.smithi104.stdout: 5 210823 8.43 MB/sec execute 538 sec latency 135.759 ms 2023-11-08T23:46:39.925 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:39 smithi104 ceph-mon[137171]: pgmap v287: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-11-08T23:46:40.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:39 smithi124 ceph-mon[139817]: pgmap v287: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.0 MiB/s wr, 481 op/s 2023-11-08T23:46:40.744 INFO:teuthology.orchestra.run.smithi104.stdout: 5 211120 8.43 MB/sec execute 539 sec latency 128.090 ms 2023-11-08T23:46:41.744 INFO:teuthology.orchestra.run.smithi104.stdout: 5 211440 8.43 MB/sec execute 540 sec latency 120.336 ms 2023-11-08T23:46:41.968 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:41 smithi104 ceph-mon[137171]: pgmap v288: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 347 op/s 2023-11-08T23:46:42.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:41 smithi124 ceph-mon[139817]: pgmap v288: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 347 op/s 2023-11-08T23:46:42.744 INFO:teuthology.orchestra.run.smithi104.stdout: 5 211675 8.42 MB/sec execute 541 sec latency 149.031 ms 2023-11-08T23:46:42.991 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:42 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:46:43.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:42 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:46:43.744 INFO:teuthology.orchestra.run.smithi104.stdout: 5 211898 8.42 MB/sec execute 542 sec latency 139.744 ms 2023-11-08T23:46:44.026 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:43 smithi104 ceph-mon[137171]: pgmap v289: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 347 op/s 2023-11-08T23:46:44.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:43 smithi124 ceph-mon[139817]: pgmap v289: 97 pgs: 97 active+clean; 358 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 347 op/s 2023-11-08T23:46:44.744 INFO:teuthology.orchestra.run.smithi104.stdout: 5 212231 8.42 MB/sec execute 543 sec latency 122.049 ms 2023-11-08T23:46:45.744 INFO:teuthology.orchestra.run.smithi104.stdout: 5 212517 8.41 MB/sec execute 544 sec latency 126.477 ms 2023-11-08T23:46:46.077 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:45 smithi104 ceph-mon[137171]: pgmap v290: 97 pgs: 97 active+clean; 362 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-11-08T23:46:46.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:45 smithi124 ceph-mon[139817]: pgmap v290: 97 pgs: 97 active+clean; 362 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.1 MiB/s wr, 507 op/s 2023-11-08T23:46:46.745 INFO:teuthology.orchestra.run.smithi104.stdout: 5 212808 8.41 MB/sec execute 545 sec latency 116.223 ms 2023-11-08T23:46:47.745 INFO:teuthology.orchestra.run.smithi104.stdout: 5 213115 8.41 MB/sec execute 546 sec latency 118.095 ms 2023-11-08T23:46:47.865 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:47 smithi104 ceph-mon[137171]: pgmap v291: 97 pgs: 97 active+clean; 362 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-11-08T23:46:48.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:47 smithi124 ceph-mon[139817]: pgmap v291: 97 pgs: 97 active+clean; 362 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 339 op/s 2023-11-08T23:46:48.745 INFO:teuthology.orchestra.run.smithi104.stdout: 5 213519 8.41 MB/sec execute 547 sec latency 123.852 ms 2023-11-08T23:46:49.754 INFO:teuthology.orchestra.run.smithi104.stdout: 5 213852 8.41 MB/sec execute 548 sec latency 146.747 ms 2023-11-08T23:46:49.937 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:49 smithi104 ceph-mon[137171]: pgmap v292: 97 pgs: 97 active+clean; 360 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 524 op/s 2023-11-08T23:46:50.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:49 smithi124 ceph-mon[139817]: pgmap v292: 97 pgs: 97 active+clean; 360 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.3 MiB/s wr, 524 op/s 2023-11-08T23:46:50.750 INFO:teuthology.orchestra.run.smithi104.stdout: 5 214140 8.42 MB/sec execute 549 sec latency 108.302 ms 2023-11-08T23:46:51.750 INFO:teuthology.orchestra.run.smithi104.stdout: 5 214384 8.42 MB/sec execute 550 sec latency 197.760 ms 2023-11-08T23:46:52.007 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:51 smithi104 ceph-mon[137171]: pgmap v293: 97 pgs: 97 active+clean; 360 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-11-08T23:46:52.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:51 smithi124 ceph-mon[139817]: pgmap v293: 97 pgs: 97 active+clean; 360 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-11-08T23:46:52.750 INFO:teuthology.orchestra.run.smithi104.stdout: 5 214652 8.42 MB/sec execute 551 sec latency 139.161 ms 2023-11-08T23:46:53.750 INFO:teuthology.orchestra.run.smithi104.stdout: 5 214958 8.42 MB/sec execute 552 sec latency 132.185 ms 2023-11-08T23:46:54.046 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:53 smithi104 ceph-mon[137171]: pgmap v294: 97 pgs: 97 active+clean; 360 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-11-08T23:46:54.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:53 smithi124 ceph-mon[139817]: pgmap v294: 97 pgs: 97 active+clean; 360 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.4 MiB/s wr, 345 op/s 2023-11-08T23:46:54.750 INFO:teuthology.orchestra.run.smithi104.stdout: 5 215142 8.41 MB/sec execute 553 sec latency 129.483 ms 2023-11-08T23:46:55.750 INFO:teuthology.orchestra.run.smithi104.stdout: 5 215337 8.40 MB/sec execute 554 sec latency 149.334 ms 2023-11-08T23:46:55.833 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:55 smithi104 ceph-mon[137171]: pgmap v295: 97 pgs: 97 active+clean; 361 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 516 op/s 2023-11-08T23:46:56.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:55 smithi124 ceph-mon[139817]: pgmap v295: 97 pgs: 97 active+clean; 361 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.4 MiB/s wr, 516 op/s 2023-11-08T23:46:56.750 INFO:teuthology.orchestra.run.smithi104.stdout: 5 215498 8.40 MB/sec execute 555 sec latency 172.430 ms 2023-11-08T23:46:57.751 INFO:teuthology.orchestra.run.smithi104.stdout: 5 215749 8.39 MB/sec execute 556 sec latency 120.965 ms 2023-11-08T23:46:57.883 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:57 smithi104 ceph-mon[137171]: pgmap v296: 97 pgs: 97 active+clean; 361 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-11-08T23:46:57.883 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:57 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:46:58.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:57 smithi124 ceph-mon[139817]: pgmap v296: 97 pgs: 97 active+clean; 361 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.7 MiB/s wr, 356 op/s 2023-11-08T23:46:58.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:57 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:46:58.751 INFO:teuthology.orchestra.run.smithi104.stdout: 5 215965 8.39 MB/sec execute 557 sec latency 95.445 ms 2023-11-08T23:46:59.751 INFO:teuthology.orchestra.run.smithi104.stdout: 5 216167 8.38 MB/sec execute 558 sec latency 129.419 ms 2023-11-08T23:46:59.959 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:46:59 smithi104 ceph-mon[137171]: pgmap v297: 97 pgs: 97 active+clean; 360 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-11-08T23:47:00.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:46:59 smithi124 ceph-mon[139817]: pgmap v297: 97 pgs: 97 active+clean; 360 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.0 MiB/s wr, 496 op/s 2023-11-08T23:47:00.751 INFO:teuthology.orchestra.run.smithi104.stdout: 5 216461 8.37 MB/sec execute 559 sec latency 120.352 ms 2023-11-08T23:47:01.751 INFO:teuthology.orchestra.run.smithi104.stdout: 5 216716 8.37 MB/sec execute 560 sec latency 125.719 ms 2023-11-08T23:47:02.009 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:01 smithi104 ceph-mon[137171]: pgmap v298: 97 pgs: 97 active+clean; 360 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 311 op/s 2023-11-08T23:47:02.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:01 smithi124 ceph-mon[139817]: pgmap v298: 97 pgs: 97 active+clean; 360 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 311 op/s 2023-11-08T23:47:02.751 INFO:teuthology.orchestra.run.smithi104.stdout: 5 216996 8.37 MB/sec execute 561 sec latency 132.362 ms 2023-11-08T23:47:03.751 INFO:teuthology.orchestra.run.smithi104.stdout: 5 217343 8.37 MB/sec execute 562 sec latency 120.695 ms 2023-11-08T23:47:04.051 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:03 smithi104 ceph-mon[137171]: pgmap v299: 97 pgs: 97 active+clean; 360 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 311 op/s 2023-11-08T23:47:04.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:03 smithi124 ceph-mon[139817]: pgmap v299: 97 pgs: 97 active+clean; 360 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.3 MiB/s wr, 311 op/s 2023-11-08T23:47:04.751 INFO:teuthology.orchestra.run.smithi104.stdout: 5 217633 8.37 MB/sec execute 563 sec latency 129.182 ms 2023-11-08T23:47:05.751 INFO:teuthology.orchestra.run.smithi104.stdout: 5 217865 8.37 MB/sec execute 564 sec latency 131.592 ms 2023-11-08T23:47:06.105 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:05 smithi104 ceph-mon[137171]: pgmap v300: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 472 op/s 2023-11-08T23:47:06.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:05 smithi124 ceph-mon[139817]: pgmap v300: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.7 MiB/s wr, 472 op/s 2023-11-08T23:47:06.757 INFO:teuthology.orchestra.run.smithi104.stdout: 5 217999 8.36 MB/sec execute 565 sec latency 142.570 ms 2023-11-08T23:47:07.757 INFO:teuthology.orchestra.run.smithi104.stdout: 5 218236 8.36 MB/sec execute 566 sec latency 132.402 ms 2023-11-08T23:47:08.059 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:07 smithi104 ceph-mon[137171]: pgmap v301: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.8 MiB/s wr, 301 op/s 2023-11-08T23:47:08.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:07 smithi124 ceph-mon[139817]: pgmap v301: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.8 MiB/s wr, 301 op/s 2023-11-08T23:47:08.758 INFO:teuthology.orchestra.run.smithi104.stdout: 5 218468 8.35 MB/sec execute 567 sec latency 131.382 ms 2023-11-08T23:47:09.758 INFO:teuthology.orchestra.run.smithi104.stdout: 5 218783 8.36 MB/sec execute 568 sec latency 201.635 ms 2023-11-08T23:47:10.096 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:09 smithi104 ceph-mon[137171]: pgmap v302: 97 pgs: 97 active+clean; 362 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.3 MiB/s wr, 437 op/s 2023-11-08T23:47:10.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:09 smithi124 ceph-mon[139817]: pgmap v302: 97 pgs: 97 active+clean; 362 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.3 MiB/s wr, 437 op/s 2023-11-08T23:47:10.766 INFO:teuthology.orchestra.run.smithi104.stdout: 5 219032 8.36 MB/sec execute 569 sec latency 132.880 ms 2023-11-08T23:47:11.771 INFO:teuthology.orchestra.run.smithi104.stdout: 5 219279 8.36 MB/sec execute 570 sec latency 137.140 ms 2023-11-08T23:47:12.152 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:11 smithi104 ceph-mon[137171]: pgmap v303: 97 pgs: 97 active+clean; 362 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.0 MiB/s wr, 297 op/s 2023-11-08T23:47:12.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:11 smithi124 ceph-mon[139817]: pgmap v303: 97 pgs: 97 active+clean; 362 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.0 MiB/s wr, 297 op/s 2023-11-08T23:47:12.774 INFO:teuthology.orchestra.run.smithi104.stdout: 5 219612 8.35 MB/sec execute 571 sec latency 128.576 ms 2023-11-08T23:47:13.172 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:12 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:47:13.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:12 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:47:13.786 INFO:teuthology.orchestra.run.smithi104.stdout: 5 219926 8.35 MB/sec execute 572 sec latency 137.796 ms 2023-11-08T23:47:13.939 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:13 smithi104 ceph-mon[137171]: pgmap v304: 97 pgs: 97 active+clean; 362 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.0 MiB/s wr, 297 op/s 2023-11-08T23:47:14.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:13 smithi124 ceph-mon[139817]: pgmap v304: 97 pgs: 97 active+clean; 362 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.4 KiB/s rd, 3.0 MiB/s wr, 297 op/s 2023-11-08T23:47:14.782 INFO:teuthology.orchestra.run.smithi104.stdout: 5 220199 8.34 MB/sec execute 573 sec latency 201.444 ms 2023-11-08T23:47:15.785 INFO:teuthology.orchestra.run.smithi104.stdout: 5 220590 8.35 MB/sec execute 574 sec latency 125.186 ms 2023-11-08T23:47:15.968 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:15 smithi104 ceph-mon[137171]: pgmap v305: 97 pgs: 97 active+clean; 362 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 466 op/s 2023-11-08T23:47:16.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:15 smithi124 ceph-mon[139817]: pgmap v305: 97 pgs: 97 active+clean; 362 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 466 op/s 2023-11-08T23:47:16.787 INFO:teuthology.orchestra.run.smithi104.stdout: 5 220944 8.35 MB/sec execute 575 sec latency 102.162 ms 2023-11-08T23:47:17.791 INFO:teuthology.orchestra.run.smithi104.stdout: 5 221230 8.35 MB/sec execute 576 sec latency 126.944 ms 2023-11-08T23:47:18.012 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:17 smithi104 ceph-mon[137171]: pgmap v306: 97 pgs: 97 active+clean; 362 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 305 op/s 2023-11-08T23:47:18.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:17 smithi124 ceph-mon[139817]: pgmap v306: 97 pgs: 97 active+clean; 362 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 305 op/s 2023-11-08T23:47:18.791 INFO:teuthology.orchestra.run.smithi104.stdout: 5 221442 8.35 MB/sec execute 577 sec latency 134.193 ms 2023-11-08T23:47:19.791 INFO:teuthology.orchestra.run.smithi104.stdout: 5 221750 8.35 MB/sec execute 578 sec latency 123.681 ms 2023-11-08T23:47:20.059 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:19 smithi104 ceph-mon[137171]: pgmap v307: 97 pgs: 97 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-11-08T23:47:20.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:19 smithi124 ceph-mon[139817]: pgmap v307: 97 pgs: 97 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.2 MiB/s wr, 506 op/s 2023-11-08T23:47:20.793 INFO:teuthology.orchestra.run.smithi104.stdout: 5 221994 8.35 MB/sec execute 579 sec latency 123.855 ms 2023-11-08T23:47:21.796 INFO:teuthology.orchestra.run.smithi104.stdout: 5 222199 8.34 MB/sec execute 580 sec latency 129.252 ms 2023-11-08T23:47:22.156 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:21 smithi104 ceph-mon[137171]: pgmap v308: 97 pgs: 97 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 370 op/s 2023-11-08T23:47:22.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:21 smithi124 ceph-mon[139817]: pgmap v308: 97 pgs: 97 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 370 op/s 2023-11-08T23:47:22.801 INFO:teuthology.orchestra.run.smithi104.stdout: 5 222394 8.34 MB/sec execute 581 sec latency 198.182 ms 2023-11-08T23:47:23.802 INFO:teuthology.orchestra.run.smithi104.stdout: 5 222584 8.34 MB/sec execute 582 sec latency 192.309 ms 2023-11-08T23:47:24.006 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:23 smithi104 ceph-mon[137171]: pgmap v309: 97 pgs: 97 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 370 op/s 2023-11-08T23:47:24.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:23 smithi124 ceph-mon[139817]: pgmap v309: 97 pgs: 97 active+clean; 361 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.6 MiB/s wr, 370 op/s 2023-11-08T23:47:24.802 INFO:teuthology.orchestra.run.smithi104.stdout: 5 222768 8.33 MB/sec execute 583 sec latency 129.589 ms 2023-11-08T23:47:25.814 INFO:teuthology.orchestra.run.smithi104.stdout: 5 222983 8.33 MB/sec execute 584 sec latency 128.962 ms 2023-11-08T23:47:26.009 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:25 smithi104 ceph-mon[137171]: pgmap v310: 97 pgs: 97 active+clean; 360 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-11-08T23:47:26.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:25 smithi124 ceph-mon[139817]: pgmap v310: 97 pgs: 97 active+clean; 360 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.2 MiB/s wr, 507 op/s 2023-11-08T23:47:26.814 INFO:teuthology.orchestra.run.smithi104.stdout: 5 223251 8.32 MB/sec execute 585 sec latency 127.106 ms 2023-11-08T23:47:27.817 INFO:teuthology.orchestra.run.smithi104.stdout: 5 223464 8.31 MB/sec execute 586 sec latency 126.544 ms 2023-11-08T23:47:28.142 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:28 smithi104 ceph-mon[137171]: pgmap v311: 97 pgs: 97 active+clean; 360 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-11-08T23:47:28.142 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:28 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:47:28.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:28 smithi124 ceph-mon[139817]: pgmap v311: 97 pgs: 97 active+clean; 360 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.5 MiB/s wr, 337 op/s 2023-11-08T23:47:28.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:28 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:47:28.817 INFO:teuthology.orchestra.run.smithi104.stdout: 5 223693 8.31 MB/sec execute 587 sec latency 138.056 ms 2023-11-08T23:47:29.177 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:29 smithi104 ceph-mon[137171]: pgmap v312: 97 pgs: 97 active+clean; 359 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 478 op/s 2023-11-08T23:47:29.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:29 smithi124 ceph-mon[139817]: pgmap v312: 97 pgs: 97 active+clean; 359 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.8 MiB/s wr, 478 op/s 2023-11-08T23:47:29.820 INFO:teuthology.orchestra.run.smithi104.stdout: 5 223928 8.31 MB/sec execute 588 sec latency 120.766 ms 2023-11-08T23:47:30.823 INFO:teuthology.orchestra.run.smithi104.stdout: 5 224159 8.30 MB/sec execute 589 sec latency 153.905 ms 2023-11-08T23:47:31.839 INFO:teuthology.orchestra.run.smithi104.stdout: 5 224431 8.30 MB/sec execute 590 sec latency 113.962 ms 2023-11-08T23:47:32.033 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:31 smithi104 ceph-mon[137171]: pgmap v313: 97 pgs: 97 active+clean; 359 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 277 op/s 2023-11-08T23:47:32.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:31 smithi124 ceph-mon[139817]: pgmap v313: 97 pgs: 97 active+clean; 359 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 277 op/s 2023-11-08T23:47:32.839 INFO:teuthology.orchestra.run.smithi104.stdout: 5 224680 8.30 MB/sec execute 591 sec latency 126.484 ms 2023-11-08T23:47:33.842 INFO:teuthology.orchestra.run.smithi104.stdout: 5 224858 8.29 MB/sec execute 592 sec latency 129.771 ms 2023-11-08T23:47:34.102 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:33 smithi104 ceph-mon[137171]: pgmap v314: 97 pgs: 97 active+clean; 359 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 277 op/s 2023-11-08T23:47:34.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:33 smithi124 ceph-mon[139817]: pgmap v314: 97 pgs: 97 active+clean; 359 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 277 op/s 2023-11-08T23:47:34.856 INFO:teuthology.orchestra.run.smithi104.stdout: 5 225067 8.29 MB/sec execute 593 sec latency 123.502 ms 2023-11-08T23:47:35.856 INFO:teuthology.orchestra.run.smithi104.stdout: 5 225241 8.28 MB/sec execute 594 sec latency 152.880 ms 2023-11-08T23:47:35.974 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:35 smithi104 ceph-mon[137171]: pgmap v315: 97 pgs: 97 active+clean; 356 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.2 MiB/s wr, 418 op/s 2023-11-08T23:47:36.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:35 smithi124 ceph-mon[139817]: pgmap v315: 97 pgs: 97 active+clean; 356 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.2 MiB/s wr, 418 op/s 2023-11-08T23:47:36.856 INFO:teuthology.orchestra.run.smithi104.stdout: 5 225568 8.28 MB/sec execute 595 sec latency 134.562 ms 2023-11-08T23:47:37.856 INFO:teuthology.orchestra.run.smithi104.stdout: 5 225851 8.29 MB/sec execute 596 sec latency 138.486 ms 2023-11-08T23:47:38.024 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:37 smithi104 ceph-mon[137171]: pgmap v316: 97 pgs: 97 active+clean; 356 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.7 MiB/s wr, 282 op/s 2023-11-08T23:47:38.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:37 smithi124 ceph-mon[139817]: pgmap v316: 97 pgs: 97 active+clean; 356 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 2.7 MiB/s wr, 282 op/s 2023-11-08T23:47:38.861 INFO:teuthology.orchestra.run.smithi104.stdout: 5 226103 8.28 MB/sec execute 597 sec latency 137.624 ms 2023-11-08T23:47:39.862 INFO:teuthology.orchestra.run.smithi104.stdout: 5 226355 8.28 MB/sec execute 598 sec latency 202.066 ms 2023-11-08T23:47:40.091 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:39 smithi104 ceph-mon[137171]: pgmap v317: 97 pgs: 97 active+clean; 362 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-11-08T23:47:40.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:39 smithi124 ceph-mon[139817]: pgmap v317: 97 pgs: 97 active+clean; 362 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-11-08T23:47:40.862 INFO:teuthology.orchestra.run.smithi104.stdout: 5 226569 8.28 MB/sec execute 599 sec latency 138.251 ms 2023-11-08T23:47:41.876 INFO:teuthology.orchestra.run.smithi104.stdout: 5 cleanup 600 sec 2023-11-08T23:47:42.039 INFO:teuthology.orchestra.run.smithi104.stdout:[225618] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002be00000001' failed - Device or resource busy 2023-11-08T23:47:42.040 INFO:teuthology.orchestra.run.smithi104.stdout:[225618] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000003040000000e' failed - Device or resource busy 2023-11-08T23:47:42.040 INFO:teuthology.orchestra.run.smithi104.stdout:[225618] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002e300000010' failed - Device or resource busy 2023-11-08T23:47:42.040 INFO:teuthology.orchestra.run.smithi104.stdout:[225618] unlink './clients/client2/~dmtmp/PARADOX/.nfs0000010000009d6300000005' failed - Device or resource busy 2023-11-08T23:47:42.041 INFO:teuthology.orchestra.run.smithi104.stdout:[225618] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002cd0000000b' failed - Device or resource busy 2023-11-08T23:47:42.041 INFO:teuthology.orchestra.run.smithi104.stdout:[225618] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002ec00000009' failed - Device or resource busy 2023-11-08T23:47:42.041 INFO:teuthology.orchestra.run.smithi104.stdout:[225618] unlink './clients/client2/~dmtmp/PARADOX/.nfs0000010000009d8500000002' failed - Device or resource busy 2023-11-08T23:47:42.042 INFO:teuthology.orchestra.run.smithi104.stdout:[225618] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002ef00000020' failed - Device or resource busy 2023-11-08T23:47:42.042 INFO:teuthology.orchestra.run.smithi104.stdout:[225618] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002c300000006' failed - Device or resource busy 2023-11-08T23:47:42.043 INFO:teuthology.orchestra.run.smithi104.stdout:[225618] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002c60000001f' failed - Device or resource busy 2023-11-08T23:47:42.043 INFO:teuthology.orchestra.run.smithi104.stdout:[225618] unlink './clients/client2/~dmtmp/PARADOX/.nfs000001000000030500000012' failed - Device or resource busy 2023-11-08T23:47:42.044 INFO:teuthology.orchestra.run.smithi104.stdout:[225618] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000003010000000d' failed - Device or resource busy 2023-11-08T23:47:42.048 INFO:teuthology.orchestra.run.smithi104.stdout:[225618] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002f700000011' failed - Device or resource busy 2023-11-08T23:47:42.167 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:41 smithi104 ceph-mon[137171]: pgmap v318: 97 pgs: 97 active+clean; 362 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 285 op/s 2023-11-08T23:47:42.214 INFO:teuthology.orchestra.run.smithi104.stdout:[225618] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002d500000008' failed - Device or resource busy 2023-11-08T23:47:42.340 INFO:teuthology.orchestra.run.smithi104.stdout:[225618] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002bb0000001e' failed - Device or resource busy 2023-11-08T23:47:42.402 INFO:teuthology.orchestra.run.smithi104.stdout:[225618] unlink './clients/client2/~dmtmp/PARADOX/.nfs00000100000002e60000001d' failed - Device or resource busy 2023-11-08T23:47:42.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:41 smithi124 ceph-mon[139817]: pgmap v318: 97 pgs: 97 active+clean; 362 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 285 op/s 2023-11-08T23:47:42.866 INFO:teuthology.orchestra.run.smithi104.stdout: 2 cleanup 601 sec 2023-11-08T23:47:42.951 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:42 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:47:43.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:42 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:47:43.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 602 sec 2023-11-08T23:47:44.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:43 smithi104 ceph-mon[137171]: pgmap v319: 97 pgs: 97 active+clean; 362 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 285 op/s 2023-11-08T23:47:44.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:43 smithi124 ceph-mon[139817]: pgmap v319: 97 pgs: 97 active+clean; 362 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 285 op/s 2023-11-08T23:47:44.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 603 sec 2023-11-08T23:47:45.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 604 sec 2023-11-08T23:47:46.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:45 smithi104 ceph-mon[137171]: pgmap v320: 97 pgs: 97 active+clean; 358 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-11-08T23:47:46.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:45 smithi124 ceph-mon[139817]: pgmap v320: 97 pgs: 97 active+clean; 358 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.2 MiB/s wr, 402 op/s 2023-11-08T23:47:46.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 605 sec 2023-11-08T23:47:47.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 606 sec 2023-11-08T23:47:48.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:47 smithi104 ceph-mon[137171]: pgmap v321: 97 pgs: 97 active+clean; 358 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 261 op/s 2023-11-08T23:47:48.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:47 smithi124 ceph-mon[139817]: pgmap v321: 97 pgs: 97 active+clean; 358 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.8 MiB/s wr, 261 op/s 2023-11-08T23:47:48.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 607 sec 2023-11-08T23:47:49.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 608 sec 2023-11-08T23:47:50.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:49 smithi104 ceph-mon[137171]: pgmap v322: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 2.8 MiB/s wr, 290 op/s 2023-11-08T23:47:50.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:49 smithi124 ceph-mon[139817]: pgmap v322: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 8.2 KiB/s rd, 2.8 MiB/s wr, 290 op/s 2023-11-08T23:47:50.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 609 sec 2023-11-08T23:47:51.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 610 sec 2023-11-08T23:47:52.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:51 smithi104 ceph-mon[137171]: pgmap v323: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 6.0 KiB/s rd, 1.1 MiB/s wr, 146 op/s 2023-11-08T23:47:52.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:51 smithi124 ceph-mon[139817]: pgmap v323: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 6.0 KiB/s rd, 1.1 MiB/s wr, 146 op/s 2023-11-08T23:47:52.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 611 sec 2023-11-08T23:47:53.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 612 sec 2023-11-08T23:47:54.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:53 smithi104 ceph-mon[137171]: pgmap v324: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 6.0 KiB/s rd, 1.1 MiB/s wr, 146 op/s 2023-11-08T23:47:54.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:53 smithi124 ceph-mon[139817]: pgmap v324: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 6.0 KiB/s rd, 1.1 MiB/s wr, 146 op/s 2023-11-08T23:47:54.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 613 sec 2023-11-08T23:47:55.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 614 sec 2023-11-08T23:47:56.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:55 smithi104 ceph-mon[137171]: pgmap v325: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 6.0 KiB/s rd, 1.1 MiB/s wr, 148 op/s 2023-11-08T23:47:56.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:55 smithi124 ceph-mon[139817]: pgmap v325: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 6.0 KiB/s rd, 1.1 MiB/s wr, 148 op/s 2023-11-08T23:47:56.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 615 sec 2023-11-08T23:47:57.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 616 sec 2023-11-08T23:47:58.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:57 smithi104 ceph-mon[137171]: pgmap v326: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.2 KiB/s rd, 31 KiB/s wr, 31 op/s 2023-11-08T23:47:58.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:57 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:47:58.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:57 smithi124 ceph-mon[139817]: pgmap v326: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.2 KiB/s rd, 31 KiB/s wr, 31 op/s 2023-11-08T23:47:58.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:57 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:47:58.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 617 sec 2023-11-08T23:47:59.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 618 sec 2023-11-08T23:48:00.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:47:59 smithi104 ceph-mon[137171]: pgmap v327: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.4 KiB/s rd, 31 KiB/s wr, 31 op/s 2023-11-08T23:48:00.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:47:59 smithi124 ceph-mon[139817]: pgmap v327: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.4 KiB/s rd, 31 KiB/s wr, 31 op/s 2023-11-08T23:48:00.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 619 sec 2023-11-08T23:48:01.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 620 sec 2023-11-08T23:48:02.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:01 smithi104 ceph-mon[137171]: pgmap v328: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 4.5 KiB/s wr, 1 op/s 2023-11-08T23:48:02.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:01 smithi124 ceph-mon[139817]: pgmap v328: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 4.5 KiB/s wr, 1 op/s 2023-11-08T23:48:02.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 621 sec 2023-11-08T23:48:03.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 622 sec 2023-11-08T23:48:04.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:03 smithi104 ceph-mon[137171]: pgmap v329: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 4.5 KiB/s wr, 1 op/s 2023-11-08T23:48:04.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:03 smithi124 ceph-mon[139817]: pgmap v329: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 4.5 KiB/s wr, 1 op/s 2023-11-08T23:48:04.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 623 sec 2023-11-08T23:48:05.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 624 sec 2023-11-08T23:48:06.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:05 smithi104 ceph-mon[137171]: pgmap v330: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 4.5 KiB/s wr, 1 op/s 2023-11-08T23:48:06.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:05 smithi124 ceph-mon[139817]: pgmap v330: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 4.5 KiB/s wr, 1 op/s 2023-11-08T23:48:06.866 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 625 sec 2023-11-08T23:48:07.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 626 sec 2023-11-08T23:48:08.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:07 smithi104 ceph-mon[137171]: pgmap v331: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:08.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:07 smithi124 ceph-mon[139817]: pgmap v331: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:08.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 627 sec 2023-11-08T23:48:09.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 628 sec 2023-11-08T23:48:10.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:09 smithi104 ceph-mon[137171]: pgmap v332: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:48:10.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:09 smithi124 ceph-mon[139817]: pgmap v332: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:48:10.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 629 sec 2023-11-08T23:48:11.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 630 sec 2023-11-08T23:48:12.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:11 smithi104 ceph-mon[137171]: pgmap v333: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:12.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:11 smithi124 ceph-mon[139817]: pgmap v333: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:12.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 631 sec 2023-11-08T23:48:13.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:12 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:48:13.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:12 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:48:13.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 632 sec 2023-11-08T23:48:14.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:13 smithi104 ceph-mon[137171]: pgmap v334: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:14.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:13 smithi124 ceph-mon[139817]: pgmap v334: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:14.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 633 sec 2023-11-08T23:48:15.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 634 sec 2023-11-08T23:48:16.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:15 smithi104 ceph-mon[137171]: pgmap v335: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:16.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:15 smithi124 ceph-mon[139817]: pgmap v335: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:16.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 635 sec 2023-11-08T23:48:17.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 636 sec 2023-11-08T23:48:18.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:17 smithi104 ceph-mon[137171]: pgmap v336: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:18.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:17 smithi124 ceph-mon[139817]: pgmap v336: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:18.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 637 sec 2023-11-08T23:48:19.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 638 sec 2023-11-08T23:48:20.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:19 smithi104 ceph-mon[137171]: pgmap v337: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:48:20.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:19 smithi124 ceph-mon[139817]: pgmap v337: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:48:20.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 639 sec 2023-11-08T23:48:21.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 640 sec 2023-11-08T23:48:22.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:21 smithi124 ceph-mon[139817]: pgmap v338: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:22.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:21 smithi104 ceph-mon[137171]: pgmap v338: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:22.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 641 sec 2023-11-08T23:48:23.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 642 sec 2023-11-08T23:48:24.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:23 smithi124 ceph-mon[139817]: pgmap v339: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:24.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:23 smithi104 ceph-mon[137171]: pgmap v339: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:24.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 643 sec 2023-11-08T23:48:25.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 644 sec 2023-11-08T23:48:26.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:25 smithi124 ceph-mon[139817]: pgmap v340: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:26.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:25 smithi104 ceph-mon[137171]: pgmap v340: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:26.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 645 sec 2023-11-08T23:48:27.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 646 sec 2023-11-08T23:48:28.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:28 smithi124 ceph-mon[139817]: pgmap v341: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:28.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:28 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:48:28.488 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:28 smithi104 ceph-mon[137171]: pgmap v341: 97 pgs: 97 active+clean; 258 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:28.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:28 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:48:28.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 647 sec 2023-11-08T23:48:29.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:29 smithi124 ceph-mon[139817]: pgmap v342: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 2.1 KiB/s wr, 1 op/s 2023-11-08T23:48:29.488 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:29 smithi104 ceph-mon[137171]: pgmap v342: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 2.1 KiB/s wr, 1 op/s 2023-11-08T23:48:29.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 648 sec 2023-11-08T23:48:30.867 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 649 sec 2023-11-08T23:48:31.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 650 sec 2023-11-08T23:48:32.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:31 smithi124 ceph-mon[139817]: pgmap v343: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 2.1 KiB/s wr, 1 op/s 2023-11-08T23:48:32.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:31 smithi104 ceph-mon[137171]: pgmap v343: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 2.1 KiB/s wr, 1 op/s 2023-11-08T23:48:32.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 651 sec 2023-11-08T23:48:33.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 652 sec 2023-11-08T23:48:34.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:33 smithi124 ceph-mon[139817]: pgmap v344: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 2.1 KiB/s wr, 1 op/s 2023-11-08T23:48:34.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:33 smithi104 ceph-mon[137171]: pgmap v344: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 2.1 KiB/s wr, 1 op/s 2023-11-08T23:48:34.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 653 sec 2023-11-08T23:48:35.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 654 sec 2023-11-08T23:48:36.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:35 smithi124 ceph-mon[139817]: pgmap v345: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-11-08T23:48:36.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:35 smithi104 ceph-mon[137171]: pgmap v345: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-11-08T23:48:36.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 655 sec 2023-11-08T23:48:37.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 656 sec 2023-11-08T23:48:38.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:37 smithi124 ceph-mon[139817]: pgmap v346: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-11-08T23:48:38.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:37 smithi104 ceph-mon[137171]: pgmap v346: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-11-08T23:48:38.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 657 sec 2023-11-08T23:48:39.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 658 sec 2023-11-08T23:48:40.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:39 smithi124 ceph-mon[139817]: pgmap v347: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-11-08T23:48:40.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:39 smithi104 ceph-mon[137171]: pgmap v347: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 2.9 KiB/s wr, 1 op/s 2023-11-08T23:48:40.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 659 sec 2023-11-08T23:48:41.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 660 sec 2023-11-08T23:48:42.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:41 smithi124 ceph-mon[139817]: pgmap v348: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2023-11-08T23:48:42.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:41 smithi104 ceph-mon[137171]: pgmap v348: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2023-11-08T23:48:42.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 661 sec 2023-11-08T23:48:43.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:42 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:48:43.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:42 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:48:43.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 662 sec 2023-11-08T23:48:44.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:43 smithi124 ceph-mon[139817]: pgmap v349: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2023-11-08T23:48:44.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:43 smithi104 ceph-mon[137171]: pgmap v349: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2023-11-08T23:48:44.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 663 sec 2023-11-08T23:48:45.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 664 sec 2023-11-08T23:48:46.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:45 smithi104 ceph-mon[137171]: pgmap v350: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2023-11-08T23:48:46.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:45 smithi124 ceph-mon[139817]: pgmap v350: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 853 B/s wr, 0 op/s 2023-11-08T23:48:46.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 665 sec 2023-11-08T23:48:47.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 666 sec 2023-11-08T23:48:48.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:47 smithi104 ceph-mon[137171]: pgmap v351: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:48.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:47 smithi124 ceph-mon[139817]: pgmap v351: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:48.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 667 sec 2023-11-08T23:48:49.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 668 sec 2023-11-08T23:48:50.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:49 smithi104 ceph-mon[137171]: pgmap v352: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:48:50.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:49 smithi124 ceph-mon[139817]: pgmap v352: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:48:50.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 669 sec 2023-11-08T23:48:51.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 670 sec 2023-11-08T23:48:52.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:51 smithi104 ceph-mon[137171]: pgmap v353: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:52.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:51 smithi124 ceph-mon[139817]: pgmap v353: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:52.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 671 sec 2023-11-08T23:48:53.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 672 sec 2023-11-08T23:48:54.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:53 smithi104 ceph-mon[137171]: pgmap v354: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:54.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:53 smithi124 ceph-mon[139817]: pgmap v354: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:54.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 673 sec 2023-11-08T23:48:55.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 674 sec 2023-11-08T23:48:56.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:55 smithi104 ceph-mon[137171]: pgmap v355: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:56.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:55 smithi124 ceph-mon[139817]: pgmap v355: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:56.868 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 675 sec 2023-11-08T23:48:57.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 676 sec 2023-11-08T23:48:58.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:57 smithi104 ceph-mon[137171]: pgmap v356: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:58.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:57 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:48:58.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:57 smithi124 ceph-mon[139817]: pgmap v356: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:48:58.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:57 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:48:58.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 677 sec 2023-11-08T23:48:59.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 678 sec 2023-11-08T23:49:00.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:48:59 smithi104 ceph-mon[137171]: pgmap v357: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:49:00.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:48:59 smithi124 ceph-mon[139817]: pgmap v357: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:49:00.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 679 sec 2023-11-08T23:49:01.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 680 sec 2023-11-08T23:49:02.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:01 smithi104 ceph-mon[137171]: pgmap v358: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:02.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:01 smithi124 ceph-mon[139817]: pgmap v358: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:02.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 681 sec 2023-11-08T23:49:03.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 682 sec 2023-11-08T23:49:04.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:03 smithi104 ceph-mon[137171]: pgmap v359: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:04.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:03 smithi124 ceph-mon[139817]: pgmap v359: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:04.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 683 sec 2023-11-08T23:49:05.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 684 sec 2023-11-08T23:49:06.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:05 smithi124 ceph-mon[139817]: pgmap v360: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:06.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:05 smithi104 ceph-mon[137171]: pgmap v360: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:06.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 685 sec 2023-11-08T23:49:07.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 686 sec 2023-11-08T23:49:08.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:07 smithi124 ceph-mon[139817]: pgmap v361: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:08.488 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:07 smithi104 ceph-mon[137171]: pgmap v361: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:08.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 687 sec 2023-11-08T23:49:09.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 688 sec 2023-11-08T23:49:10.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:09 smithi124 ceph-mon[139817]: pgmap v362: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:49:10.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:09 smithi104 ceph-mon[137171]: pgmap v362: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:49:10.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 689 sec 2023-11-08T23:49:11.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 690 sec 2023-11-08T23:49:12.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:11 smithi124 ceph-mon[139817]: pgmap v363: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:12.488 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:11 smithi104 ceph-mon[137171]: pgmap v363: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:12.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 691 sec 2023-11-08T23:49:13.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:12 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:49:13.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:12 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:49:13.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 692 sec 2023-11-08T23:49:14.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:13 smithi124 ceph-mon[139817]: pgmap v364: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:14.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:13 smithi104 ceph-mon[137171]: pgmap v364: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:14.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 693 sec 2023-11-08T23:49:15.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 694 sec 2023-11-08T23:49:16.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:16 smithi124 ceph-mon[139817]: pgmap v365: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:16.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:16 smithi104 ceph-mon[137171]: pgmap v365: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:16.869 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 695 sec 2023-11-08T23:49:16.979 INFO:teuthology.orchestra.run.smithi104.stdout: 0 cleanup 695 sec 2023-11-08T23:49:16.979 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:49:16.979 INFO:teuthology.orchestra.run.smithi104.stdout: Operation Count AvgLat MaxLat 2023-11-08T23:49:16.980 INFO:teuthology.orchestra.run.smithi104.stdout: ---------------------------------------- 2023-11-08T23:49:16.980 INFO:teuthology.orchestra.run.smithi104.stdout: NTCreateX 159513 6.639 172.424 2023-11-08T23:49:16.980 INFO:teuthology.orchestra.run.smithi104.stdout: Close 117050 0.127 26.156 2023-11-08T23:49:16.980 INFO:teuthology.orchestra.run.smithi104.stdout: Rename 6751 11.326 213.739 2023-11-08T23:49:16.980 INFO:teuthology.orchestra.run.smithi104.stdout: Unlink 32283 6.546 119.395 2023-11-08T23:49:16.981 INFO:teuthology.orchestra.run.smithi104.stdout: Qpathinfo 144520 2.723 108.743 2023-11-08T23:49:16.981 INFO:teuthology.orchestra.run.smithi104.stdout: Qfileinfo 25155 0.093 16.547 2023-11-08T23:49:16.981 INFO:teuthology.orchestra.run.smithi104.stdout: Qfsinfo 26514 1.467 37.732 2023-11-08T23:49:16.981 INFO:teuthology.orchestra.run.smithi104.stdout: Sfileinfo 12990 10.093 90.450 2023-11-08T23:49:16.981 INFO:teuthology.orchestra.run.smithi104.stdout: Find 55846 4.934 152.710 2023-11-08T23:49:16.982 INFO:teuthology.orchestra.run.smithi104.stdout: WriteX 78710 10.059 226.092 2023-11-08T23:49:16.982 INFO:teuthology.orchestra.run.smithi104.stdout: ReadX 249781 0.010 8.640 2023-11-08T23:49:16.982 INFO:teuthology.orchestra.run.smithi104.stdout: LockX 516 0.417 9.798 2023-11-08T23:49:16.982 INFO:teuthology.orchestra.run.smithi104.stdout: UnlockX 516 0.279 3.200 2023-11-08T23:49:16.983 INFO:teuthology.orchestra.run.smithi104.stdout: Flush 11188 0.002 0.017 2023-11-08T23:49:16.983 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:49:16.983 INFO:teuthology.orchestra.run.smithi104.stdout:Throughput 8.27881 MB/sec 5 clients 5 procs max_latency=226.099 ms 2023-11-08T23:49:16.985 DEBUG:teuthology.orchestra.run.smithi104:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-11-08T23:49:17.047 DEBUG:teuthology.orchestra.run.smithi104:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-11-08T23:49:17.117 DEBUG:teuthology.orchestra.run.smithi104:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-11-08T23:49:17.175 INFO:teuthology.orchestra.run.smithi104.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-11-08T23:49:17.175 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:49:17.176 INFO:teuthology.orchestra.run.smithi104.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-11-08T23:49:17.176 INFO:teuthology.orchestra.run.smithi104.stdout:3 of 5 processes prepared for launch 0 sec 2023-11-08T23:49:17.277 INFO:teuthology.orchestra.run.smithi104.stdout:5 of 5 processes prepared for launch 0 sec 2023-11-08T23:49:17.277 INFO:teuthology.orchestra.run.smithi104.stdout:releasing clients 2023-11-08T23:49:18.050 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:18 smithi104 ceph-mon[137171]: pgmap v366: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:18.051 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:18 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:49:18.051 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:18 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:49:18.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:18 smithi124 ceph-mon[139817]: pgmap v366: 97 pgs: 97 active+clean; 254 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:18.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:18 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:49:18.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:18 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:49:18.710 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -e sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db -- bash -c 'ceph orch ps' 2023-11-08T23:49:19.276 INFO:teuthology.orchestra.run.smithi104.stdout: 5 310 18.99 MB/sec execute 1 sec latency 132.296 ms 2023-11-08T23:49:20.120 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:20 smithi104 ceph-mon[137171]: pgmap v367: 97 pgs: 97 active+clean; 291 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.1 MiB/s wr, 29 op/s 2023-11-08T23:49:20.284 INFO:teuthology.orchestra.run.smithi104.stdout: 5 425 18.40 MB/sec execute 2 sec latency 135.289 ms 2023-11-08T23:49:20.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:20 smithi124 ceph-mon[139817]: pgmap v367: 97 pgs: 97 active+clean; 291 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 341 B/s rd, 3.1 MiB/s wr, 29 op/s 2023-11-08T23:49:20.905 INFO:teuthology.orchestra.run.smithi104.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T23:49:20.905 INFO:teuthology.orchestra.run.smithi104.stdout:alertmanager.smithi104 smithi104 *:9093,9094 starting - - - - 2023-11-08T23:49:20.905 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi104 smithi104 running (18m) 11m ago 18m 7000k - 17.2.0 e1d6a67b021e 820e40910fe5 2023-11-08T23:49:20.906 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi124 smithi124 running (17m) 7m ago 17m 7159k - 17.2.0 e1d6a67b021e 58b484174f8b 2023-11-08T23:49:20.906 INFO:teuthology.orchestra.run.smithi104.stdout:grafana.smithi104 smithi104 *:3000 starting - - - - 2023-11-08T23:49:20.906 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi104.dnntgp smithi104 running (14m) 11m ago 14m 39.1M - 17.2.0 e1d6a67b021e d59e6c12ffc9 2023-11-08T23:49:20.906 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi124.elebcx smithi124 running (14m) 7m ago 13m 16.4M - 17.2.0 e1d6a67b021e ce0430cf858f 2023-11-08T23:49:20.906 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi104.kxwemz smithi104 *:9283 running (19m) 11m ago 19m 414M - 17.2.0 e1d6a67b021e 8c3800c2f26c 2023-11-08T23:49:20.907 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi124.xydlqy smithi124 *:8443,9283 running (12m) 7m ago 17m 512M - 18.0.0-7194-gc5dca1b3 1cc06dd0f98d 352f10aa7956 2023-11-08T23:49:20.907 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi104 smithi104 running (19m) 11m ago 19m 92.3M 2048M 17.2.0 e1d6a67b021e bffc2bafb7cc 2023-11-08T23:49:20.907 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi124 smithi124 running (17m) 7m ago 17m 63.4M 2048M 17.2.0 e1d6a67b021e b4809e7b222c 2023-11-08T23:49:20.907 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.0.0.smithi104.vsrxmu smithi104 *:2049 running (13m) 11m ago 13m 270M - 4.0 e1d6a67b021e 8323292f3c77 2023-11-08T23:49:20.907 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.1.0.smithi124.vadbwo smithi124 *:2049 running (13m) 7m ago 13m 92.6M - 4.0 e1d6a67b021e 2ab9dedb4678 2023-11-08T23:49:20.907 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi104 smithi104 *:9100 starting - - - - 2023-11-08T23:49:20.908 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi124 smithi124 *:9100 running (11m) 7m ago 17m 25.4M - 1.3.1 1dbe0e931976 a9ffd3e8d3db 2023-11-08T23:49:20.908 INFO:teuthology.orchestra.run.smithi104.stdout:osd.0 smithi104 running (16m) 11m ago 16m 576M 1944M 17.2.0 e1d6a67b021e aa02626b19f2 2023-11-08T23:49:20.908 INFO:teuthology.orchestra.run.smithi104.stdout:osd.1 smithi104 running (16m) 11m ago 16m 378M 1944M 17.2.0 e1d6a67b021e 8410502f2c96 2023-11-08T23:49:20.908 INFO:teuthology.orchestra.run.smithi104.stdout:osd.2 smithi104 running (16m) 11m ago 16m 230M 1944M 17.2.0 e1d6a67b021e 504644f50577 2023-11-08T23:49:20.908 INFO:teuthology.orchestra.run.smithi104.stdout:osd.3 smithi104 running (15m) 11m ago 15m 555M 1944M 17.2.0 e1d6a67b021e 6a29f2f8c1f1 2023-11-08T23:49:20.909 INFO:teuthology.orchestra.run.smithi104.stdout:osd.4 smithi124 running (15m) 7m ago 15m 1479M 2712M 17.2.0 e1d6a67b021e e438f6522b51 2023-11-08T23:49:20.909 INFO:teuthology.orchestra.run.smithi104.stdout:osd.5 smithi124 running (15m) 7m ago 15m 1819M 2712M 17.2.0 e1d6a67b021e 30b21f3fa0fa 2023-11-08T23:49:20.909 INFO:teuthology.orchestra.run.smithi104.stdout:osd.6 smithi124 running (15m) 7m ago 15m 1486M 2712M 17.2.0 e1d6a67b021e f2877ef3fd15 2023-11-08T23:49:20.909 INFO:teuthology.orchestra.run.smithi104.stdout:osd.7 smithi124 running (14m) 7m ago 14m 2324M 2712M 17.2.0 e1d6a67b021e bbde3bafc33b 2023-11-08T23:49:20.909 INFO:teuthology.orchestra.run.smithi104.stdout:prometheus.smithi104 smithi104 *:9095 starting - - - - 2023-11-08T23:49:21.284 INFO:teuthology.orchestra.run.smithi104.stdout: 5 564 19.42 MB/sec execute 3 sec latency 133.820 ms 2023-11-08T23:49:21.549 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -e sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db -- bash -c 'ceph versions' 2023-11-08T23:49:22.242 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:22 smithi104 ceph-mon[137171]: pgmap v368: 97 pgs: 97 active+clean; 291 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.1 MiB/s wr, 29 op/s 2023-11-08T23:49:22.242 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:22 smithi104 ceph-mon[137171]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:49:22.284 INFO:teuthology.orchestra.run.smithi104.stdout: 5 750 17.13 MB/sec execute 4 sec latency 157.009 ms 2023-11-08T23:49:22.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:22 smithi124 ceph-mon[139817]: pgmap v368: 97 pgs: 97 active+clean; 291 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.1 MiB/s wr, 29 op/s 2023-11-08T23:49:22.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:22 smithi124 ceph-mon[139817]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:49:23.284 INFO:teuthology.orchestra.run.smithi104.stdout: 5 cleanup 5 sec 2023-11-08T23:49:23.987 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:49:23.987 INFO:teuthology.orchestra.run.smithi104.stdout: "mon": { 2023-11-08T23:49:23.987 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:49:23.988 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:49:23.988 INFO:teuthology.orchestra.run.smithi104.stdout: "mgr": { 2023-11-08T23:49:23.988 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-08T23:49:23.988 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)": 1 2023-11-08T23:49:23.988 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:49:23.989 INFO:teuthology.orchestra.run.smithi104.stdout: "osd": { 2023-11-08T23:49:23.989 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-08T23:49:23.989 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:49:23.989 INFO:teuthology.orchestra.run.smithi104.stdout: "mds": { 2023-11-08T23:49:23.989 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:49:23.990 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:49:23.990 INFO:teuthology.orchestra.run.smithi104.stdout: "overall": { 2023-11-08T23:49:23.990 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-08T23:49:23.990 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)": 1 2023-11-08T23:49:23.990 INFO:teuthology.orchestra.run.smithi104.stdout: } 2023-11-08T23:49:23.990 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:49:24.059 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:24 smithi104 ceph-mon[137171]: pgmap v369: 97 pgs: 97 active+clean; 291 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.1 MiB/s wr, 29 op/s 2023-11-08T23:49:24.059 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:24 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/4175905136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:49:24.284 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 6 sec 2023-11-08T23:49:24.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:24 smithi124 ceph-mon[139817]: pgmap v369: 97 pgs: 97 active+clean; 291 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 170 B/s rd, 3.1 MiB/s wr, 29 op/s 2023-11-08T23:49:24.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:24 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/4175905136' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:49:25.284 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 7 sec 2023-11-08T23:49:25.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:25 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:49:25.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:25 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:49:25.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:25 smithi124 ceph-mon[139817]: pgmap v370: 97 pgs: 97 active+clean; 350 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 597 B/s rd, 9.1 MiB/s wr, 182 op/s 2023-11-08T23:49:25.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:25 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:49:25.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:25 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:49:25.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:25 smithi104 ceph-mon[137171]: pgmap v370: 97 pgs: 97 active+clean; 350 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 597 B/s rd, 9.1 MiB/s wr, 182 op/s 2023-11-08T23:49:26.284 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 8 sec 2023-11-08T23:49:27.284 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 9 sec 2023-11-08T23:49:28.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:27 smithi124 ceph-mon[139817]: pgmap v371: 97 pgs: 97 active+clean; 350 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 597 B/s rd, 9.1 MiB/s wr, 182 op/s 2023-11-08T23:49:28.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:27 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:49:28.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:27 smithi104 ceph-mon[137171]: pgmap v371: 97 pgs: 97 active+clean; 350 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 597 B/s rd, 9.1 MiB/s wr, 182 op/s 2023-11-08T23:49:28.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:27 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:49:28.284 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 10 sec 2023-11-08T23:49:29.284 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 11 sec 2023-11-08T23:49:30.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:29 smithi124 ceph-mon[139817]: pgmap v372: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.9 KiB/s rd, 9.3 MiB/s wr, 218 op/s 2023-11-08T23:49:30.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:29 smithi104 ceph-mon[137171]: pgmap v372: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.9 KiB/s rd, 9.3 MiB/s wr, 218 op/s 2023-11-08T23:49:30.284 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 12 sec 2023-11-08T23:49:31.284 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 13 sec 2023-11-08T23:49:32.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:31 smithi124 ceph-mon[139817]: pgmap v373: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.7 KiB/s rd, 6.2 MiB/s wr, 189 op/s 2023-11-08T23:49:32.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:31 smithi104 ceph-mon[137171]: pgmap v373: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.7 KiB/s rd, 6.2 MiB/s wr, 189 op/s 2023-11-08T23:49:32.284 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 14 sec 2023-11-08T23:49:33.284 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 15 sec 2023-11-08T23:49:34.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:33 smithi104 ceph-mon[137171]: pgmap v374: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.7 KiB/s rd, 6.2 MiB/s wr, 189 op/s 2023-11-08T23:49:34.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 16 sec 2023-11-08T23:49:34.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:33 smithi124 ceph-mon[139817]: pgmap v374: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.7 KiB/s rd, 6.2 MiB/s wr, 189 op/s 2023-11-08T23:49:35.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 17 sec 2023-11-08T23:49:36.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:35 smithi104 ceph-mon[137171]: pgmap v375: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.7 KiB/s rd, 6.3 MiB/s wr, 189 op/s 2023-11-08T23:49:36.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 18 sec 2023-11-08T23:49:36.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:35 smithi124 ceph-mon[139817]: pgmap v375: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.7 KiB/s rd, 6.3 MiB/s wr, 189 op/s 2023-11-08T23:49:37.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 19 sec 2023-11-08T23:49:38.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:37 smithi104 ceph-mon[137171]: pgmap v376: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.3 KiB/s rd, 252 KiB/s wr, 36 op/s 2023-11-08T23:49:38.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 20 sec 2023-11-08T23:49:38.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:37 smithi124 ceph-mon[139817]: pgmap v376: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.3 KiB/s rd, 252 KiB/s wr, 36 op/s 2023-11-08T23:49:39.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 21 sec 2023-11-08T23:49:40.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:39 smithi104 ceph-mon[137171]: pgmap v377: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.5 KiB/s rd, 252 KiB/s wr, 37 op/s 2023-11-08T23:49:40.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 22 sec 2023-11-08T23:49:40.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:39 smithi124 ceph-mon[139817]: pgmap v377: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.5 KiB/s rd, 252 KiB/s wr, 37 op/s 2023-11-08T23:49:41.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 23 sec 2023-11-08T23:49:42.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:41 smithi104 ceph-mon[137171]: pgmap v378: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 16 KiB/s wr, 0 op/s 2023-11-08T23:49:42.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 24 sec 2023-11-08T23:49:42.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:41 smithi124 ceph-mon[139817]: pgmap v378: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 16 KiB/s wr, 0 op/s 2023-11-08T23:49:43.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:42 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:49:43.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 25 sec 2023-11-08T23:49:43.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:42 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:49:44.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:43 smithi104 ceph-mon[137171]: pgmap v379: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 16 KiB/s wr, 0 op/s 2023-11-08T23:49:44.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 26 sec 2023-11-08T23:49:44.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:43 smithi124 ceph-mon[139817]: pgmap v379: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 16 KiB/s wr, 0 op/s 2023-11-08T23:49:45.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 27 sec 2023-11-08T23:49:46.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:45 smithi104 ceph-mon[137171]: pgmap v380: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 16 KiB/s wr, 0 op/s 2023-11-08T23:49:46.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 28 sec 2023-11-08T23:49:46.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:45 smithi124 ceph-mon[139817]: pgmap v380: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 16 KiB/s wr, 0 op/s 2023-11-08T23:49:47.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 29 sec 2023-11-08T23:49:48.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:47 smithi104 ceph-mon[137171]: pgmap v381: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-08T23:49:48.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 30 sec 2023-11-08T23:49:48.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:47 smithi124 ceph-mon[139817]: pgmap v381: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-11-08T23:49:49.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 31 sec 2023-11-08T23:49:50.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 32 sec 2023-11-08T23:49:50.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:50 smithi124 ceph-mon[139817]: pgmap v382: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-11-08T23:49:50.488 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:50 smithi104 ceph-mon[137171]: pgmap v382: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-11-08T23:49:51.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 33 sec 2023-11-08T23:49:52.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 34 sec 2023-11-08T23:49:52.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:52 smithi124 ceph-mon[139817]: pgmap v383: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:52.488 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:52 smithi104 ceph-mon[137171]: pgmap v383: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:53.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 35 sec 2023-11-08T23:49:53.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:53 smithi124 ceph-mon[139817]: pgmap v384: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:53.488 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:53 smithi104 ceph-mon[137171]: pgmap v384: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:54.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 36 sec 2023-11-08T23:49:55.286 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 37 sec 2023-11-08T23:49:56.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:55 smithi104 ceph-mon[137171]: pgmap v385: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:56.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 38 sec 2023-11-08T23:49:56.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:55 smithi124 ceph-mon[139817]: pgmap v385: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:57.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 39 sec 2023-11-08T23:49:58.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:57 smithi104 ceph-mon[137171]: pgmap v386: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:58.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:57 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:49:58.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 40 sec 2023-11-08T23:49:58.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:57 smithi124 ceph-mon[139817]: pgmap v386: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:49:58.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:49:57 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:49:59.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 41 sec 2023-11-08T23:50:00.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 42 sec 2023-11-08T23:50:00.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:00 smithi124 ceph-mon[139817]: pgmap v387: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:50:00.488 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:49:59 smithi104 ceph-mon[137171]: pgmap v387: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:50:01.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 43 sec 2023-11-08T23:50:01.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:01 smithi124 ceph-mon[139817]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi104.kxwemz on host smithi104 failed. 2023-11-08T23:50:01.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:01 smithi124 ceph-mon[139817]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi104.kxwemz on host smithi104 failed. 2023-11-08T23:50:01.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:01 smithi124 ceph-mon[139817]: Upgrade daemon: mgr.smithi104.kxwemz: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi104.kxwemz ... 2023-11-08T23:50:01.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:01 smithi124 ceph-mon[139817]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-08T23:50:01.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:01 smithi124 ceph-mon[139817]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-08T23:50:01.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:01 smithi124 ceph-mon[139817]: Traceback (most recent call last): 2023-11-08T23:50:01.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:01 smithi124 ceph-mon[139817]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-08T23:50:01.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:01 smithi124 ceph-mon[139817]: "__main__", mod_spec) 2023-11-08T23:50:01.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:01 smithi124 ceph-mon[139817]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-08T23:50:01.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:01 smithi124 ceph-mon[139817]: exec(code, run_globals) 2023-11-08T23:50:01.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:01 smithi124 ceph-mon[139817]: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 7587, in 2023-11-08T23:50:01.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:01 smithi124 ceph-mon[139817]: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 7575, in main 2023-11-08T23:50:01.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:01 smithi124 ceph-mon[139817]: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 5146, in command_deploy_from 2023-11-08T23:50:01.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:01 smithi124 ceph-mon[139817]: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 5181, in _common_deploy 2023-11-08T23:50:01.413 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:01 smithi124 ceph-mon[139817]: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 5211, in _deploy_daemon_container 2023-11-08T23:50:01.414 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:01 smithi124 ceph-mon[139817]: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 2933, in deploy_daemon 2023-11-08T23:50:01.414 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:01 smithi124 ceph-mon[139817]: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 3166, in deploy_daemon_units 2023-11-08T23:50:01.414 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:01 smithi124 ceph-mon[139817]: File "/tmp/tmpsfl0uonb.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-08T23:50:01.414 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:01 smithi124 ceph-mon[139817]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-08T23:50:01.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:01 smithi104 ceph-mon[137171]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi104.kxwemz on host smithi104 failed. 2023-11-08T23:50:01.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:01 smithi104 ceph-mon[137171]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi104.kxwemz on host smithi104 failed. 2023-11-08T23:50:01.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:01 smithi104 ceph-mon[137171]: Upgrade daemon: mgr.smithi104.kxwemz: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi104.kxwemz ... 2023-11-08T23:50:01.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:01 smithi104 ceph-mon[137171]: Non-zero exit code 1 from systemctl daemon-reload 2023-11-08T23:50:01.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:01 smithi104 ceph-mon[137171]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-08T23:50:01.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:01 smithi104 ceph-mon[137171]: Traceback (most recent call last): 2023-11-08T23:50:01.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:01 smithi104 ceph-mon[137171]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-08T23:50:01.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:01 smithi104 ceph-mon[137171]: "__main__", mod_spec) 2023-11-08T23:50:01.490 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:01 smithi104 ceph-mon[137171]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-08T23:50:01.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:01 smithi104 ceph-mon[137171]: exec(code, run_globals) 2023-11-08T23:50:01.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:01 smithi104 ceph-mon[137171]: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 7587, in 2023-11-08T23:50:01.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:01 smithi104 ceph-mon[137171]: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 7575, in main 2023-11-08T23:50:01.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:01 smithi104 ceph-mon[137171]: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 5146, in command_deploy_from 2023-11-08T23:50:01.491 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:01 smithi104 ceph-mon[137171]: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 5181, in _common_deploy 2023-11-08T23:50:01.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:01 smithi104 ceph-mon[137171]: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 5211, in _deploy_daemon_container 2023-11-08T23:50:01.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:01 smithi104 ceph-mon[137171]: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 2933, in deploy_daemon 2023-11-08T23:50:01.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:01 smithi104 ceph-mon[137171]: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 3166, in deploy_daemon_units 2023-11-08T23:50:01.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:01 smithi104 ceph-mon[137171]: File "/tmp/tmpsfl0uonb.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-08T23:50:01.492 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:01 smithi104 ceph-mon[137171]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-08T23:50:02.285 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 44 sec 2023-11-08T23:50:02.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:02 smithi124 ceph-mon[139817]: pgmap v388: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:02.488 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:02 smithi104 ceph-mon[137171]: pgmap v388: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:03.286 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 45 sec 2023-11-08T23:50:03.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:03 smithi124 ceph-mon[139817]: pgmap v389: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:03.488 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:03 smithi104 ceph-mon[137171]: pgmap v389: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:04.286 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 46 sec 2023-11-08T23:50:05.286 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 47 sec 2023-11-08T23:50:06.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:05 smithi104 ceph-mon[137171]: pgmap v390: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:06.286 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 48 sec 2023-11-08T23:50:06.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:05 smithi124 ceph-mon[139817]: pgmap v390: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:07.286 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 49 sec 2023-11-08T23:50:08.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:07 smithi104 ceph-mon[137171]: pgmap v391: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:08.286 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 50 sec 2023-11-08T23:50:08.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:07 smithi124 ceph-mon[139817]: pgmap v391: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:09.286 INFO:teuthology.orchestra.run.smithi104.stdout: 1 cleanup 51 sec 2023-11-08T23:50:09.360 INFO:teuthology.orchestra.run.smithi104.stdout: 0 cleanup 51 sec 2023-11-08T23:50:09.360 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:50:09.361 INFO:teuthology.orchestra.run.smithi104.stdout: Operation Count AvgLat MaxLat 2023-11-08T23:50:09.361 INFO:teuthology.orchestra.run.smithi104.stdout: ---------------------------------------- 2023-11-08T23:50:09.361 INFO:teuthology.orchestra.run.smithi104.stdout: NTCreateX 540 21.985 157.006 2023-11-08T23:50:09.361 INFO:teuthology.orchestra.run.smithi104.stdout: Close 502 8.080 103.712 2023-11-08T23:50:09.361 INFO:teuthology.orchestra.run.smithi104.stdout: Rename 17 15.450 33.556 2023-11-08T23:50:09.362 INFO:teuthology.orchestra.run.smithi104.stdout: Unlink 41 5.739 63.085 2023-11-08T23:50:09.362 INFO:teuthology.orchestra.run.smithi104.stdout: Qpathinfo 134 4.077 62.916 2023-11-08T23:50:09.362 INFO:teuthology.orchestra.run.smithi104.stdout: Qfileinfo 318 13.637 90.363 2023-11-08T23:50:09.362 INFO:teuthology.orchestra.run.smithi104.stdout: Qfsinfo 86 2.471 18.676 2023-11-08T23:50:09.362 INFO:teuthology.orchestra.run.smithi104.stdout: Sfileinfo 80 14.589 106.631 2023-11-08T23:50:09.363 INFO:teuthology.orchestra.run.smithi104.stdout: Find 107 11.762 110.321 2023-11-08T23:50:09.363 INFO:teuthology.orchestra.run.smithi104.stdout: WriteX 1538 0.025 0.062 2023-11-08T23:50:09.363 INFO:teuthology.orchestra.run.smithi104.stdout: ReadX 398 0.027 2.059 2023-11-08T23:50:09.363 INFO:teuthology.orchestra.run.smithi104.stdout: Flush 111 12.014 24.804 2023-11-08T23:50:09.363 INFO:teuthology.orchestra.run.smithi104.stdout: 2023-11-08T23:50:09.364 INFO:teuthology.orchestra.run.smithi104.stdout:Throughput 17.1269 MB/sec 5 clients 5 procs max_latency=157.009 ms 2023-11-08T23:50:09.365 DEBUG:teuthology.parallel:result is None 2023-11-08T23:50:09.470 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -e sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-11-08T23:50:10.046 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:09 smithi104 ceph-mon[137171]: pgmap v392: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:50:10.047 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:09 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:10.047 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:09 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:10.047 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:09 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:10.048 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:09 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:10.048 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:09 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:10.048 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:09 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:10.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:09 smithi124 ceph-mon[139817]: pgmap v392: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:50:10.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:09 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:10.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:09 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:10.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:09 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:10.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:09 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:10.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:09 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:50:10.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:09 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:10.702 INFO:teuthology.orchestra.run.smithi104.stdout:wait for servicemap items w/ changing names to refresh 2023-11-08T23:50:11.100 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -e sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db -- bash -c 'sleep 60' 2023-11-08T23:50:11.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:10 smithi104 ceph-mon[137171]: pgmap v393: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-11-08T23:50:11.241 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:10 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:11.241 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:10 smithi104 ceph-mon[137171]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-08T23:50:11.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:10 smithi124 ceph-mon[139817]: pgmap v393: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-11-08T23:50:11.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:10 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:11.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:10 smithi124 ceph-mon[139817]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-11-08T23:50:13.191 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:12 smithi104 ceph-mon[137171]: pgmap v394: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-11-08T23:50:13.191 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:12 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:13.192 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:12 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:50:13.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:12 smithi124 ceph-mon[139817]: pgmap v394: 97 pgs: 97 active+clean; 248 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-11-08T23:50:13.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:12 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:13.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:12 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:50:15.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:14 smithi104 ceph-mon[137171]: pgmap v395: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 385 B/s rd, 2.1 KiB/s wr, 1 op/s 2023-11-08T23:50:15.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:14 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:15.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:14 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:15.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:14 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:15.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:14 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:15.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:14 smithi104 ceph-mon[137171]: pgmap v396: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 448 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-11-08T23:50:15.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:14 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:15.241 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:14 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:15.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:14 smithi124 ceph-mon[139817]: pgmap v395: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 385 B/s rd, 2.1 KiB/s wr, 1 op/s 2023-11-08T23:50:15.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:14 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:15.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:14 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:15.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:14 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:50:15.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:14 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:50:15.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:14 smithi124 ceph-mon[139817]: pgmap v396: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 448 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-11-08T23:50:15.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:14 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:15.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:14 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:16.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:15 smithi104 ceph-mon[137171]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-08T23:50:16.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:15 smithi124 ceph-mon[139817]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-11-08T23:50:17.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:16 smithi104 ceph-mon[137171]: pgmap v397: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 448 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-11-08T23:50:17.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:16 smithi124 ceph-mon[139817]: pgmap v397: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 448 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-11-08T23:50:18.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:18 smithi124 ceph-mon[139817]: pgmap v398: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 224 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-11-08T23:50:18.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:18 smithi104 ceph-mon[137171]: pgmap v398: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 224 B/s rd, 2.4 KiB/s wr, 1 op/s 2023-11-08T23:50:21.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:20 smithi124 ceph-mon[139817]: pgmap v399: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 390 B/s rd, 3.3 KiB/s wr, 2 op/s 2023-11-08T23:50:21.240 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:20 smithi104 ceph-mon[137171]: pgmap v399: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 390 B/s rd, 3.3 KiB/s wr, 2 op/s 2023-11-08T23:50:22.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:22 smithi124 ceph-mon[139817]: pgmap v400: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 390 B/s rd, 3.3 KiB/s wr, 2 op/s 2023-11-08T23:50:22.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:22 smithi104 ceph-mon[137171]: pgmap v400: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 390 B/s rd, 3.3 KiB/s wr, 2 op/s 2023-11-08T23:50:24.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:24 smithi124 ceph-mon[139817]: pgmap v401: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 195 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-11-08T23:50:24.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:24 smithi104 ceph-mon[137171]: pgmap v401: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 195 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-11-08T23:50:26.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:26 smithi124 ceph-mon[139817]: pgmap v402: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-11-08T23:50:26.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:26 smithi104 ceph-mon[137171]: pgmap v402: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-11-08T23:50:28.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:28 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:28.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:28 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:50:28.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:28 smithi124 ceph-mon[139817]: pgmap v403: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-11-08T23:50:28.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:28 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:50:28.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:28 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:50:28.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:28 smithi104 ceph-mon[137171]: pgmap v403: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-11-08T23:50:31.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:30 smithi124 ceph-mon[139817]: pgmap v404: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-11-08T23:50:31.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:30 smithi104 ceph-mon[137171]: pgmap v404: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-11-08T23:50:32.412 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:32 smithi124 ceph-mon[139817]: pgmap v405: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-08T23:50:32.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:32 smithi104 ceph-mon[137171]: pgmap v405: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-08T23:50:34.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:34 smithi124 ceph-mon[139817]: pgmap v406: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-08T23:50:34.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:34 smithi104 ceph-mon[137171]: pgmap v406: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-08T23:50:36.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:36 smithi124 ceph-mon[139817]: pgmap v407: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-08T23:50:36.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:36 smithi104 ceph-mon[137171]: pgmap v407: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-08T23:50:38.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:38 smithi124 ceph-mon[139817]: pgmap v408: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-08T23:50:38.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:38 smithi104 ceph-mon[137171]: pgmap v408: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-11-08T23:50:41.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:40 smithi124 ceph-mon[139817]: pgmap v409: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-11-08T23:50:41.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:40 smithi104 ceph-mon[137171]: pgmap v409: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-11-08T23:50:42.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:42 smithi124 ceph-mon[139817]: pgmap v410: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:42.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:42 smithi104 ceph-mon[137171]: pgmap v410: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:43.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:43 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:50:43.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:43 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:50:44.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:44 smithi124 ceph-mon[139817]: pgmap v411: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:44.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:44 smithi104 ceph-mon[137171]: pgmap v411: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:46.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:46 smithi124 ceph-mon[139817]: pgmap v412: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:46.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:46 smithi104 ceph-mon[137171]: pgmap v412: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:48.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:48 smithi124 ceph-mon[139817]: pgmap v413: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:48.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:48 smithi104 ceph-mon[137171]: pgmap v413: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:51.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:50 smithi124 ceph-mon[139817]: pgmap v414: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:50:51.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:50 smithi104 ceph-mon[137171]: pgmap v414: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:50:52.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:52 smithi124 ceph-mon[139817]: pgmap v415: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:52.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:52 smithi104 ceph-mon[137171]: pgmap v415: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:54.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:54 smithi124 ceph-mon[139817]: pgmap v416: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:54.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:54 smithi104 ceph-mon[137171]: pgmap v416: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:56.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:56 smithi124 ceph-mon[139817]: pgmap v417: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:56.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:56 smithi104 ceph-mon[137171]: pgmap v417: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:57.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:57 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:50:57.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:57 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:50:58.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:50:58 smithi104 ceph-mon[137171]: pgmap v418: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:50:58.660 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:50:58 smithi124 ceph-mon[139817]: pgmap v418: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:51:01.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:00 smithi124 ceph-mon[139817]: pgmap v419: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:51:01.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:00 smithi104 ceph-mon[137171]: pgmap v419: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:51:02.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:02 smithi124 ceph-mon[139817]: pgmap v420: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:51:02.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:02 smithi104 ceph-mon[137171]: pgmap v420: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:51:04.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:04 smithi124 ceph-mon[139817]: pgmap v421: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:51:04.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:04 smithi104 ceph-mon[137171]: pgmap v421: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:51:06.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:06 smithi124 ceph-mon[139817]: pgmap v422: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:51:06.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:06 smithi104 ceph-mon[137171]: pgmap v422: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:51:08.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:08 smithi124 ceph-mon[139817]: pgmap v423: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:51:08.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:08 smithi104 ceph-mon[137171]: pgmap v423: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:51:11.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:10 smithi124 ceph-mon[139817]: pgmap v424: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:51:11.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:10 smithi104 ceph-mon[137171]: pgmap v424: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:51:12.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:12 smithi124 ceph-mon[139817]: pgmap v425: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:51:12.489 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:12 smithi104 ceph-mon[137171]: pgmap v425: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:51:13.006 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -e sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db -- bash -c 'ceph orch ps' 2023-11-08T23:51:13.338 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:13 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:51:13.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:13 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-11-08T23:51:14.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:14 smithi124 ceph-mon[139817]: pgmap v426: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:51:14.443 INFO:teuthology.orchestra.run.smithi104.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T23:51:14.443 INFO:teuthology.orchestra.run.smithi104.stdout:alertmanager.smithi104 smithi104 *:9093,9094 running (13m) 60s ago 19m - - 0.23.0 ba2b418f427c e4dd7eae1e7e 2023-11-08T23:51:14.444 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi104 smithi104 running (19m) 60s ago 19m - - 17.2.0 e1d6a67b021e 820e40910fe5 2023-11-08T23:51:14.444 INFO:teuthology.orchestra.run.smithi104.stdout:crash.smithi124 smithi124 running (19m) 9m ago 19m 7159k - 17.2.0 e1d6a67b021e 58b484174f8b 2023-11-08T23:51:14.444 INFO:teuthology.orchestra.run.smithi104.stdout:grafana.smithi104 smithi104 *:3000 running (13m) 60s ago 19m - - 8.3.5 dad864ee21e9 b0be97c26a9d 2023-11-08T23:51:14.444 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi104.dnntgp smithi104 running (15m) 60s ago 15m - - 17.2.0 e1d6a67b021e d59e6c12ffc9 2023-11-08T23:51:14.444 INFO:teuthology.orchestra.run.smithi104.stdout:mds.foofs.smithi124.elebcx smithi124 running (15m) 9m ago 15m 16.4M - 17.2.0 e1d6a67b021e ce0430cf858f 2023-11-08T23:51:14.445 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi104.kxwemz smithi104 *:8443,9283,8765 running (20m) 60s ago 20m - - 17.2.0 e1d6a67b021e 8c3800c2f26c 2023-11-08T23:51:14.445 INFO:teuthology.orchestra.run.smithi104.stdout:mgr.smithi124.xydlqy smithi124 *:8443,9283 running (14m) 9m ago 19m 512M - 18.0.0-7194-gc5dca1b3 1cc06dd0f98d 352f10aa7956 2023-11-08T23:51:14.445 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi104 smithi104 running (20m) 60s ago 20m - 2048M 17.2.0 e1d6a67b021e bffc2bafb7cc 2023-11-08T23:51:14.445 INFO:teuthology.orchestra.run.smithi104.stdout:mon.smithi124 smithi124 running (19m) 9m ago 19m 63.4M 2048M 17.2.0 e1d6a67b021e b4809e7b222c 2023-11-08T23:51:14.445 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.0.0.smithi104.vsrxmu smithi104 *:2049 running (15m) 60s ago 15m - - 4.0 e1d6a67b021e 8323292f3c77 2023-11-08T23:51:14.445 INFO:teuthology.orchestra.run.smithi104.stdout:nfs.foo.1.0.smithi124.vadbwo smithi124 *:2049 running (15m) 9m ago 15m 92.6M - 4.0 e1d6a67b021e 2ab9dedb4678 2023-11-08T23:51:14.446 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi104 smithi104 *:9100 running (13m) 60s ago 19m - - 1.3.1 1dbe0e931976 6672719e8ed1 2023-11-08T23:51:14.446 INFO:teuthology.orchestra.run.smithi104.stdout:node-exporter.smithi124 smithi124 *:9100 running (13m) 9m ago 19m 25.4M - 1.3.1 1dbe0e931976 a9ffd3e8d3db 2023-11-08T23:51:14.446 INFO:teuthology.orchestra.run.smithi104.stdout:osd.0 smithi104 running (18m) 60s ago 18m - 1944M 17.2.0 e1d6a67b021e aa02626b19f2 2023-11-08T23:51:14.446 INFO:teuthology.orchestra.run.smithi104.stdout:osd.1 smithi104 running (18m) 60s ago 18m - 1944M 17.2.0 e1d6a67b021e 8410502f2c96 2023-11-08T23:51:14.446 INFO:teuthology.orchestra.run.smithi104.stdout:osd.2 smithi104 running (18m) 60s ago 18m - 1944M 17.2.0 e1d6a67b021e 504644f50577 2023-11-08T23:51:14.447 INFO:teuthology.orchestra.run.smithi104.stdout:osd.3 smithi104 running (17m) 60s ago 17m - 1944M 17.2.0 e1d6a67b021e 6a29f2f8c1f1 2023-11-08T23:51:14.447 INFO:teuthology.orchestra.run.smithi104.stdout:osd.4 smithi124 running (17m) 9m ago 17m 1479M 2712M 17.2.0 e1d6a67b021e e438f6522b51 2023-11-08T23:51:14.447 INFO:teuthology.orchestra.run.smithi104.stdout:osd.5 smithi124 running (17m) 9m ago 17m 1819M 2712M 17.2.0 e1d6a67b021e 30b21f3fa0fa 2023-11-08T23:51:14.447 INFO:teuthology.orchestra.run.smithi104.stdout:osd.6 smithi124 running (17m) 9m ago 17m 1486M 2712M 17.2.0 e1d6a67b021e f2877ef3fd15 2023-11-08T23:51:14.447 INFO:teuthology.orchestra.run.smithi104.stdout:osd.7 smithi124 running (16m) 9m ago 16m 2324M 2712M 17.2.0 e1d6a67b021e bbde3bafc33b 2023-11-08T23:51:14.448 INFO:teuthology.orchestra.run.smithi104.stdout:prometheus.smithi104 smithi104 *:9095 running (13m) 60s ago 19m - - 2.33.4 514e6a882f6e 16ac19844d24 2023-11-08T23:51:14.467 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:14 smithi104 ceph-mon[137171]: pgmap v426: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:51:14.927 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -e sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db -- bash -c 'ceph orch upgrade status' 2023-11-08T23:51:15.345 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:15 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:51:15.345 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:15 smithi104 ceph-mon[137171]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:51:15.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:15 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T23:51:15.411 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:15 smithi124 ceph-mon[139817]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:51:16.239 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:16 smithi104 ceph-mon[137171]: pgmap v427: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:51:16.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:16 smithi124 ceph-mon[139817]: pgmap v427: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:51:16.743 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:51:16.743 INFO:teuthology.orchestra.run.smithi104.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:486fc1073b02988a3b6858476c60d891c6a0722384cf11ac998ee5339a2e5478", 2023-11-08T23:51:16.743 INFO:teuthology.orchestra.run.smithi104.stdout: "in_progress": true, 2023-11-08T23:51:16.744 INFO:teuthology.orchestra.run.smithi104.stdout: "which": "Upgrading all daemon types on all hosts", 2023-11-08T23:51:16.744 INFO:teuthology.orchestra.run.smithi104.stdout: "services_complete": [], 2023-11-08T23:51:16.744 INFO:teuthology.orchestra.run.smithi104.stdout: "progress": "1/23 daemons upgraded", 2023-11-08T23:51:16.745 INFO:teuthology.orchestra.run.smithi104.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi104.kxwemz on host smithi104 failed.", 2023-11-08T23:51:16.745 INFO:teuthology.orchestra.run.smithi104.stdout: "is_paused": true 2023-11-08T23:51:16.745 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:51:17.226 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -e sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db -- bash -c 'ceph health detail' 2023-11-08T23:51:17.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:17 smithi124 ceph-mon[139817]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:51:17.488 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:17 smithi104 ceph-mon[137171]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T23:51:18.142 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:18 smithi104 ceph-mon[137171]: pgmap v428: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:51:18.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:18 smithi124 ceph-mon[139817]: pgmap v428: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:51:18.788 INFO:teuthology.orchestra.run.smithi104.stdout:HEALTH_WARN Upgrading daemon mgr.smithi104.kxwemz on host smithi104 failed. 2023-11-08T23:51:18.789 INFO:teuthology.orchestra.run.smithi104.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi104.kxwemz on host smithi104 failed. 2023-11-08T23:51:18.789 INFO:teuthology.orchestra.run.smithi104.stdout: Upgrade daemon: mgr.smithi104.kxwemz: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi104.kxwemz ... 2023-11-08T23:51:18.789 INFO:teuthology.orchestra.run.smithi104.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-11-08T23:51:18.789 INFO:teuthology.orchestra.run.smithi104.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-11-08T23:51:18.789 INFO:teuthology.orchestra.run.smithi104.stdout:Traceback (most recent call last): 2023-11-08T23:51:18.790 INFO:teuthology.orchestra.run.smithi104.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-11-08T23:51:18.790 INFO:teuthology.orchestra.run.smithi104.stdout: "__main__", mod_spec) 2023-11-08T23:51:18.790 INFO:teuthology.orchestra.run.smithi104.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-11-08T23:51:18.790 INFO:teuthology.orchestra.run.smithi104.stdout: exec(code, run_globals) 2023-11-08T23:51:18.791 INFO:teuthology.orchestra.run.smithi104.stdout: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 7587, in 2023-11-08T23:51:18.791 INFO:teuthology.orchestra.run.smithi104.stdout: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 7575, in main 2023-11-08T23:51:18.791 INFO:teuthology.orchestra.run.smithi104.stdout: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 5146, in command_deploy_from 2023-11-08T23:51:18.791 INFO:teuthology.orchestra.run.smithi104.stdout: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 5181, in _common_deploy 2023-11-08T23:51:18.791 INFO:teuthology.orchestra.run.smithi104.stdout: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 5211, in _deploy_daemon_container 2023-11-08T23:51:18.792 INFO:teuthology.orchestra.run.smithi104.stdout: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 2933, in deploy_daemon 2023-11-08T23:51:18.792 INFO:teuthology.orchestra.run.smithi104.stdout: File "/tmp/tmpsfl0uonb.cephadm.build/__main__.py", line 3166, in deploy_daemon_units 2023-11-08T23:51:18.792 INFO:teuthology.orchestra.run.smithi104.stdout: File "/tmp/tmpsfl0uonb.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-11-08T23:51:18.792 INFO:teuthology.orchestra.run.smithi104.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-11-08T23:51:19.177 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -e sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db -- bash -c 'ceph versions' 2023-11-08T23:51:20.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:19 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:51:20.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:19 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:51:20.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:19 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/3080872624' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:51:20.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:19 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:51:20.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:19 smithi124 ceph-mon[139817]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:51:20.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:19 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:51:20.162 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:19 smithi124 ceph-mon[139817]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:51:20.179 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:19 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:51:20.179 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:19 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:51:20.180 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:19 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/3080872624' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-11-08T23:51:20.180 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:19 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T23:51:20.180 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:19 smithi104 ceph-mon[137171]: from='mgr.24415 172.21.15.124:0/2835979184' entity='mgr.smithi124.xydlqy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T23:51:20.180 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:19 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:51:20.180 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:19 smithi104 ceph-mon[137171]: from='mgr.24415 ' entity='mgr.smithi124.xydlqy' 2023-11-08T23:51:20.628 INFO:teuthology.orchestra.run.smithi104.stdout:{ 2023-11-08T23:51:20.628 INFO:teuthology.orchestra.run.smithi104.stdout: "mon": { 2023-11-08T23:51:20.628 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:51:20.629 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:51:20.629 INFO:teuthology.orchestra.run.smithi104.stdout: "mgr": { 2023-11-08T23:51:20.629 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-11-08T23:51:20.629 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)": 1 2023-11-08T23:51:20.629 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:51:20.630 INFO:teuthology.orchestra.run.smithi104.stdout: "osd": { 2023-11-08T23:51:20.630 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-11-08T23:51:20.630 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:51:20.630 INFO:teuthology.orchestra.run.smithi104.stdout: "mds": { 2023-11-08T23:51:20.630 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-11-08T23:51:20.631 INFO:teuthology.orchestra.run.smithi104.stdout: }, 2023-11-08T23:51:20.631 INFO:teuthology.orchestra.run.smithi104.stdout: "overall": { 2023-11-08T23:51:20.631 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-11-08T23:51:20.631 INFO:teuthology.orchestra.run.smithi104.stdout: "ceph version 18.0.0-7194-gc5dca1b3 (c5dca1b39843ab5db10818164a43fe9d7a0543db) reef (dev)": 1 2023-11-08T23:51:20.631 INFO:teuthology.orchestra.run.smithi104.stdout: } 2023-11-08T23:51:20.631 INFO:teuthology.orchestra.run.smithi104.stdout:} 2023-11-08T23:51:20.941 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:20 smithi104 ceph-mon[137171]: pgmap v429: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:51:20.941 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:20 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/1115987042' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:51:21.008 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 -e sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-11-08T23:51:21.160 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:20 smithi124 ceph-mon[139817]: pgmap v429: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T23:51:21.161 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:20 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/1115987042' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:51:22.238 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:22 smithi104 ceph-mon[137171]: pgmap v430: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:51:22.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:22 smithi124 ceph-mon[139817]: pgmap v430: 97 pgs: 97 active+clean; 246 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T23:51:22.460 INFO:teuthology.orchestra.run.smithi104.stdout:false 2023-11-08T23:51:22.816 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T23:51:22.817 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_c5dca1b39843ab5db10818164a43fe9d7a0543db/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_c5dca1b39843ab5db10818164a43fe9d7a0543db/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi104 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 b7718266-7e8e-11ee-8dbb-212e2dc638e7 -e sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-08T23:51:22.891 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ba9f88b409b34a0faa0fa6a8a425080d Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/parallel.py", line 64, in _run_spawned mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/task/sequential.py", line 47, in task mgr = run_tasks.run_one_task(taskname, ctx=ctx, config=confg) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_c5dca1b39843ab5db10818164a43fe9d7a0543db/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_c5dca1b39843ab5db10818164a43fe9d7a0543db/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi104 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 b7718266-7e8e-11ee-8dbb-212e2dc638e7 -e sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-11-08T23:51:22.895 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-08T23:51:22.908 INFO:tasks.cephadm:Teardown begin 2023-11-08T23:51:22.909 DEBUG:teuthology.orchestra.run.smithi104:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T23:51:22.954 DEBUG:teuthology.orchestra.run.smithi124:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T23:51:22.992 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-08T23:51:22.992 DEBUG:teuthology.orchestra.run.smithi104:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-08T23:51:23.011 DEBUG:teuthology.orchestra.run.smithi124:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-08T23:51:23.053 INFO:tasks.cephadm:Stopping all daemons... 2023-11-08T23:51:23.054 INFO:tasks.cephadm.mon.smithi104:Stopping mon.smithi104... 2023-11-08T23:51:23.054 DEBUG:teuthology.orchestra.run.smithi104:> sudo systemctl stop ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@mon.smithi104 2023-11-08T23:51:23.352 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:23 smithi104 systemd[1]: Stopping Ceph mon.smithi104 for b7718266-7e8e-11ee-8dbb-212e2dc638e7... 2023-11-08T23:51:23.353 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:23 smithi104 ceph-mon[137171]: from='client.? 172.21.15.104:0/818789486' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:51:23.353 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:23 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-mon-smithi104[137148]: 2023-11-08T23:51:23.165+0000 7fe70bacb700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi104 -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-08T23:51:23.354 INFO:journalctl@ceph.mon.smithi104.smithi104.stdout:Nov 08 23:51:23 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-mon-smithi104[137148]: 2023-11-08T23:51:23.165+0000 7fe70bacb700 -1 mon.smithi104@0(leader) e2 *** Got Signal Terminated *** 2023-11-08T23:51:23.410 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:23 smithi124 ceph-mon[139817]: from='client.? 172.21.15.104:0/818789486' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-11-08T23:51:23.483 DEBUG:teuthology.orchestra.run.smithi104:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@mon.smithi104.service' 2023-11-08T23:51:23.529 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T23:51:23.530 INFO:tasks.cephadm.mon.smithi104:Stopped mon.smithi104 2023-11-08T23:51:23.530 INFO:tasks.cephadm.mon.smithi124:Stopping mon.smithi124... 2023-11-08T23:51:23.531 DEBUG:teuthology.orchestra.run.smithi124:> sudo systemctl stop ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@mon.smithi124 2023-11-08T23:51:23.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:23 smithi124 systemd[1]: Stopping Ceph mon.smithi124 for b7718266-7e8e-11ee-8dbb-212e2dc638e7... 2023-11-08T23:51:23.911 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:23 smithi124 bash[164844]: Error: no container with name or ID "ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-mon.smithi124" found: no such container 2023-11-08T23:51:23.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:23 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-mon-smithi124[139795]: 2023-11-08T23:51:23.666+0000 7f405f8a1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi124 -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-08T23:51:23.912 INFO:journalctl@ceph.mon.smithi124.smithi124.stdout:Nov 08 23:51:23 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-mon-smithi124[139795]: 2023-11-08T23:51:23.666+0000 7f405f8a1700 -1 mon.smithi124@1(peon) e2 *** Got Signal Terminated *** 2023-11-08T23:51:24.109 DEBUG:teuthology.orchestra.run.smithi124:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@mon.smithi124.service' 2023-11-08T23:51:24.154 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T23:51:24.155 INFO:tasks.cephadm.mon.smithi124:Stopped mon.smithi124 2023-11-08T23:51:24.155 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-11-08T23:51:24.156 DEBUG:teuthology.orchestra.run.smithi104:> sudo systemctl stop ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.0 2023-11-08T23:51:24.489 INFO:journalctl@ceph.osd.0.smithi104.stdout:Nov 08 23:51:24 smithi104 systemd[1]: Stopping Ceph osd.0 for b7718266-7e8e-11ee-8dbb-212e2dc638e7... 2023-11-08T23:51:24.489 INFO:journalctl@ceph.osd.0.smithi104.stdout:Nov 08 23:51:24 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-0[149971]: 2023-11-08T23:51:24.258+0000 7fc42e734700 -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-08T23:51:24.490 INFO:journalctl@ceph.osd.0.smithi104.stdout:Nov 08 23:51:24 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-0[149971]: 2023-11-08T23:51:24.258+0000 7fc42e734700 -1 osd.0 69 *** Got signal Terminated *** 2023-11-08T23:51:24.490 INFO:journalctl@ceph.osd.0.smithi104.stdout:Nov 08 23:51:24 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-0[149971]: 2023-11-08T23:51:24.258+0000 7fc42e734700 -1 osd.0 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-08T23:51:30.239 INFO:journalctl@ceph.osd.0.smithi104.stdout:Nov 08 23:51:29 smithi104 bash[187559]: ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-0 2023-11-08T23:51:30.239 INFO:journalctl@ceph.osd.0.smithi104.stdout:Nov 08 23:51:30 smithi104 bash[187603]: Error: no container with name or ID "ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd.0" found: no such container 2023-11-08T23:51:30.993 DEBUG:teuthology.orchestra.run.smithi104:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.0.service' 2023-11-08T23:51:31.032 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T23:51:31.033 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-11-08T23:51:31.034 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-11-08T23:51:31.034 DEBUG:teuthology.orchestra.run.smithi104:> sudo systemctl stop ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.1 2023-11-08T23:51:31.489 INFO:journalctl@ceph.osd.1.smithi104.stdout:Nov 08 23:51:31 smithi104 systemd[1]: Stopping Ceph osd.1 for b7718266-7e8e-11ee-8dbb-212e2dc638e7... 2023-11-08T23:51:31.489 INFO:journalctl@ceph.osd.1.smithi104.stdout:Nov 08 23:51:31 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-1[154706]: 2023-11-08T23:51:31.170+0000 7feb0a0db700 -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-08T23:51:31.490 INFO:journalctl@ceph.osd.1.smithi104.stdout:Nov 08 23:51:31 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-1[154706]: 2023-11-08T23:51:31.170+0000 7feb0a0db700 -1 osd.1 69 *** Got signal Terminated *** 2023-11-08T23:51:31.490 INFO:journalctl@ceph.osd.1.smithi104.stdout:Nov 08 23:51:31 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-1[154706]: 2023-11-08T23:51:31.170+0000 7feb0a0db700 -1 osd.1 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-08T23:51:37.239 INFO:journalctl@ceph.osd.1.smithi104.stdout:Nov 08 23:51:36 smithi104 bash[187778]: ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-1 2023-11-08T23:51:37.239 INFO:journalctl@ceph.osd.1.smithi104.stdout:Nov 08 23:51:36 smithi104 bash[187855]: Error: no container with name or ID "ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd.1" found: no such container 2023-11-08T23:51:38.059 DEBUG:teuthology.orchestra.run.smithi104:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.1.service' 2023-11-08T23:51:38.100 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T23:51:38.100 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-11-08T23:51:38.101 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-11-08T23:51:38.101 DEBUG:teuthology.orchestra.run.smithi104:> sudo systemctl stop ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.2 2023-11-08T23:51:38.309 INFO:journalctl@ceph.osd.2.smithi104.stdout:Nov 08 23:51:38 smithi104 systemd[1]: Stopping Ceph osd.2 for b7718266-7e8e-11ee-8dbb-212e2dc638e7... 2023-11-08T23:51:38.739 INFO:journalctl@ceph.osd.2.smithi104.stdout:Nov 08 23:51:38 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-2[158982]: 2023-11-08T23:51:38.305+0000 7f875f86a700 -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-08T23:51:38.739 INFO:journalctl@ceph.osd.2.smithi104.stdout:Nov 08 23:51:38 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-2[158982]: 2023-11-08T23:51:38.305+0000 7f875f86a700 -1 osd.2 69 *** Got signal Terminated *** 2023-11-08T23:51:38.740 INFO:journalctl@ceph.osd.2.smithi104.stdout:Nov 08 23:51:38 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-2[158982]: 2023-11-08T23:51:38.305+0000 7f875f86a700 -1 osd.2 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-08T23:51:44.201 INFO:journalctl@ceph.osd.2.smithi104.stdout:Nov 08 23:51:43 smithi104 bash[188035]: ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-2 2023-11-08T23:51:44.202 INFO:journalctl@ceph.osd.2.smithi104.stdout:Nov 08 23:51:43 smithi104 bash[188077]: Error: no container with name or ID "ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd.2" found: no such container 2023-11-08T23:51:44.950 DEBUG:teuthology.orchestra.run.smithi104:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.2.service' 2023-11-08T23:51:44.991 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T23:51:44.992 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-11-08T23:51:44.992 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-11-08T23:51:44.993 DEBUG:teuthology.orchestra.run.smithi104:> sudo systemctl stop ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.3 2023-11-08T23:51:45.239 INFO:journalctl@ceph.osd.3.smithi104.stdout:Nov 08 23:51:45 smithi104 systemd[1]: Stopping Ceph osd.3 for b7718266-7e8e-11ee-8dbb-212e2dc638e7... 2023-11-08T23:51:45.239 INFO:journalctl@ceph.osd.3.smithi104.stdout:Nov 08 23:51:45 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-3[162773]: 2023-11-08T23:51:45.136+0000 7f84d85c3700 -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-08T23:51:45.240 INFO:journalctl@ceph.osd.3.smithi104.stdout:Nov 08 23:51:45 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-3[162773]: 2023-11-08T23:51:45.136+0000 7f84d85c3700 -1 osd.3 69 *** Got signal Terminated *** 2023-11-08T23:51:45.240 INFO:journalctl@ceph.osd.3.smithi104.stdout:Nov 08 23:51:45 smithi104 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-3[162773]: 2023-11-08T23:51:45.136+0000 7f84d85c3700 -1 osd.3 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-08T23:51:51.239 INFO:journalctl@ceph.osd.3.smithi104.stdout:Nov 08 23:51:50 smithi104 bash[188258]: ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-3 2023-11-08T23:51:51.239 INFO:journalctl@ceph.osd.3.smithi104.stdout:Nov 08 23:51:51 smithi104 bash[188303]: Error: no container with name or ID "ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd.3" found: no such container 2023-11-08T23:51:51.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:51:51 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:51:51.000+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:51:51.989 DEBUG:teuthology.orchestra.run.smithi104:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.3.service' 2023-11-08T23:51:51.997 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:51:51 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:51:51.690+0000 7fb0e2193700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:27.637823+0000 front 2023-11-08T23:51:27.637686+0000 (oldest deadline 2023-11-08T23:51:51.137740+0000) 2023-11-08T23:51:52.030 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T23:51:52.031 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-11-08T23:51:52.031 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-11-08T23:51:52.031 DEBUG:teuthology.orchestra.run.smithi124:> sudo systemctl stop ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.4 2023-11-08T23:51:52.316 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:51:51 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:51:51.994+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:51:52.317 INFO:journalctl@ceph.osd.4.smithi124.stdout:Nov 08 23:51:52 smithi124 systemd[1]: Stopping Ceph osd.4 for b7718266-7e8e-11ee-8dbb-212e2dc638e7... 2023-11-08T23:51:52.317 INFO:journalctl@ceph.osd.4.smithi124.stdout:Nov 08 23:51:52 smithi124 bash[164998]: Error: no container with name or ID "ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd.4" found: no such container 2023-11-08T23:51:52.660 INFO:journalctl@ceph.osd.4.smithi124.stdout:Nov 08 23:51:52 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-4[144524]: 2023-11-08T23:51:52.313+0000 7fa7d4fa8700 -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-08T23:51:52.661 INFO:journalctl@ceph.osd.4.smithi124.stdout:Nov 08 23:51:52 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-4[144524]: 2023-11-08T23:51:52.313+0000 7fa7d4fa8700 -1 osd.4 69 *** Got signal Terminated *** 2023-11-08T23:51:52.661 INFO:journalctl@ceph.osd.4.smithi124.stdout:Nov 08 23:51:52 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-4[144524]: 2023-11-08T23:51:52.313+0000 7fa7d4fa8700 -1 osd.4 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-08T23:51:52.950 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:51:52 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:51:52.660+0000 7fb0e2193700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:27.637823+0000 front 2023-11-08T23:51:27.637686+0000 (oldest deadline 2023-11-08T23:51:51.137740+0000) 2023-11-08T23:51:53.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:51:52 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:51:52.994+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.348568+0000 front 2023-11-08T23:51:28.348464+0000 (oldest deadline 2023-11-08T23:51:52.949065+0000) 2023-11-08T23:51:53.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:51:52 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:51:52.947+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:51:53.910 INFO:journalctl@ceph.osd.4.smithi124.stdout:Nov 08 23:51:53 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-4[144524]: 2023-11-08T23:51:53.757+0000 7fa7d2945700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:27.252694+0000 front 2023-11-08T23:51:27.252675+0000 (oldest deadline 2023-11-08T23:51:53.152643+0000) 2023-11-08T23:51:53.911 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:51:53 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:51:53.708+0000 7fb0e2193700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:27.637823+0000 front 2023-11-08T23:51:27.637686+0000 (oldest deadline 2023-11-08T23:51:51.137740+0000) 2023-11-08T23:51:54.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:51:54 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:51:54.028+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.348568+0000 front 2023-11-08T23:51:28.348464+0000 (oldest deadline 2023-11-08T23:51:52.949065+0000) 2023-11-08T23:51:54.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:51:53 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:51:53.931+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:51:55.043 INFO:journalctl@ceph.osd.4.smithi124.stdout:Nov 08 23:51:54 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-4[144524]: 2023-11-08T23:51:54.786+0000 7fa7d2945700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:27.252694+0000 front 2023-11-08T23:51:27.252675+0000 (oldest deadline 2023-11-08T23:51:53.152643+0000) 2023-11-08T23:51:55.043 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:51:54 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:51:54.941+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:51:55.044 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:51:54 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:51:54.707+0000 7fb0e2193700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:27.637823+0000 front 2023-11-08T23:51:27.637686+0000 (oldest deadline 2023-11-08T23:51:51.137740+0000) 2023-11-08T23:51:55.410 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:51:55 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:51:55.040+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.348568+0000 front 2023-11-08T23:51:28.348464+0000 (oldest deadline 2023-11-08T23:51:52.949065+0000) 2023-11-08T23:51:56.077 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:51:55 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:51:55.735+0000 7fb0e2193700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:27.637823+0000 front 2023-11-08T23:51:27.637686+0000 (oldest deadline 2023-11-08T23:51:51.137740+0000) 2023-11-08T23:51:56.077 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:51:55 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:51:55.908+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:51:56.078 INFO:journalctl@ceph.osd.4.smithi124.stdout:Nov 08 23:51:55 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-4[144524]: 2023-11-08T23:51:55.824+0000 7fa7d2945700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:27.252694+0000 front 2023-11-08T23:51:27.252675+0000 (oldest deadline 2023-11-08T23:51:53.152643+0000) 2023-11-08T23:51:56.410 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:51:56 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:51:56.074+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.348568+0000 front 2023-11-08T23:51:28.348464+0000 (oldest deadline 2023-11-08T23:51:52.949065+0000) 2023-11-08T23:51:57.030 INFO:journalctl@ceph.osd.4.smithi124.stdout:Nov 08 23:51:56 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-4[144524]: 2023-11-08T23:51:56.857+0000 7fa7d2945700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:27.252694+0000 front 2023-11-08T23:51:27.252675+0000 (oldest deadline 2023-11-08T23:51:53.152643+0000) 2023-11-08T23:51:57.031 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:51:56 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:51:56.771+0000 7fb0e2193700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:27.637823+0000 front 2023-11-08T23:51:27.637686+0000 (oldest deadline 2023-11-08T23:51:51.137740+0000) 2023-11-08T23:51:57.031 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:51:56 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:51:56.930+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:51:57.410 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:51:57 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:51:57.027+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.348568+0000 front 2023-11-08T23:51:28.348464+0000 (oldest deadline 2023-11-08T23:51:52.949065+0000) 2023-11-08T23:51:58.035 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:51:57 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:51:57.722+0000 7fb0e2193700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:27.637823+0000 front 2023-11-08T23:51:27.637686+0000 (oldest deadline 2023-11-08T23:51:51.137740+0000) 2023-11-08T23:51:58.036 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:51:57 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:51:57.922+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:51:58.037 INFO:journalctl@ceph.osd.4.smithi124.stdout:Nov 08 23:51:57 smithi124 bash[165011]: ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-4 2023-11-08T23:51:58.037 INFO:journalctl@ceph.osd.4.smithi124.stdout:Nov 08 23:51:57 smithi124 bash[165089]: Error: no container with name or ID "ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd.4" found: no such container 2023-11-08T23:51:58.288 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:51:58 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:51:58.032+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.348568+0000 front 2023-11-08T23:51:28.348464+0000 (oldest deadline 2023-11-08T23:51:52.949065+0000) 2023-11-08T23:51:58.288 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:51:58 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:51:58.032+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:32.949620+0000 front 2023-11-08T23:51:32.949601+0000 (oldest deadline 2023-11-08T23:51:57.049535+0000) 2023-11-08T23:51:58.898 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:51:58 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:51:58.714+0000 7fb0e2193700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:27.637823+0000 front 2023-11-08T23:51:27.637686+0000 (oldest deadline 2023-11-08T23:51:51.137740+0000) 2023-11-08T23:51:58.948 DEBUG:teuthology.orchestra.run.smithi124:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.4.service' 2023-11-08T23:51:58.989 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T23:51:58.990 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-11-08T23:51:58.990 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-11-08T23:51:58.990 DEBUG:teuthology.orchestra.run.smithi124:> sudo systemctl stop ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.5 2023-11-08T23:51:59.148 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:51:58 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:51:58.895+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:51:59.149 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:51:59 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:51:59.076+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.348568+0000 front 2023-11-08T23:51:28.348464+0000 (oldest deadline 2023-11-08T23:51:52.949065+0000) 2023-11-08T23:51:59.149 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:51:59 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:51:59.076+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:32.949620+0000 front 2023-11-08T23:51:32.949601+0000 (oldest deadline 2023-11-08T23:51:57.049535+0000) 2023-11-08T23:51:59.150 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:51:59 smithi124 systemd[1]: Stopping Ceph osd.5 for b7718266-7e8e-11ee-8dbb-212e2dc638e7... 2023-11-08T23:51:59.150 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:51:59 smithi124 bash[165270]: Error: no container with name or ID "ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd.5" found: no such container 2023-11-08T23:51:59.150 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:51:59 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:51:59.145+0000 7fb0e6ffb700 -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-08T23:51:59.150 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:51:59 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:51:59.145+0000 7fb0e6ffb700 -1 osd.5 69 *** Got signal Terminated *** 2023-11-08T23:51:59.410 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:51:59 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:51:59.145+0000 7fb0e6ffb700 -1 osd.5 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-08T23:52:00.112 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:51:59 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:51:59.755+0000 7fb0e2193700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:27.637823+0000 front 2023-11-08T23:51:27.637686+0000 (oldest deadline 2023-11-08T23:51:51.137740+0000) 2023-11-08T23:52:00.113 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:51:59 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:51:59.929+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:52:00.113 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:51:59 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:51:59.929+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:33.576297+0000 front 2023-11-08T23:51:33.576366+0000 (oldest deadline 2023-11-08T23:51:59.476322+0000) 2023-11-08T23:52:00.410 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:00 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:00.109+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.348568+0000 front 2023-11-08T23:51:28.348464+0000 (oldest deadline 2023-11-08T23:51:52.949065+0000) 2023-11-08T23:52:00.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:00 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:00.109+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:32.949620+0000 front 2023-11-08T23:51:32.949601+0000 (oldest deadline 2023-11-08T23:51:57.049535+0000) 2023-11-08T23:52:00.980 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:52:00 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:52:00.708+0000 7fb0e2193700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:27.637823+0000 front 2023-11-08T23:51:27.637686+0000 (oldest deadline 2023-11-08T23:51:51.137740+0000) 2023-11-08T23:52:01.410 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:01 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:01.074+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.348568+0000 front 2023-11-08T23:51:28.348464+0000 (oldest deadline 2023-11-08T23:51:52.949065+0000) 2023-11-08T23:52:01.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:01 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:01.074+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:32.949620+0000 front 2023-11-08T23:51:32.949601+0000 (oldest deadline 2023-11-08T23:51:57.049535+0000) 2023-11-08T23:52:01.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:00 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:00.977+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:52:01.412 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:00 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:00.977+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:33.576297+0000 front 2023-11-08T23:51:33.576366+0000 (oldest deadline 2023-11-08T23:51:59.476322+0000) 2023-11-08T23:52:02.020 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:52:01 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:52:01.740+0000 7fb0e2193700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:27.637823+0000 front 2023-11-08T23:51:27.637686+0000 (oldest deadline 2023-11-08T23:51:51.137740+0000) 2023-11-08T23:52:02.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:02 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:02.095+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.348568+0000 front 2023-11-08T23:51:28.348464+0000 (oldest deadline 2023-11-08T23:51:52.949065+0000) 2023-11-08T23:52:02.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:02 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:02.095+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:32.949620+0000 front 2023-11-08T23:51:32.949601+0000 (oldest deadline 2023-11-08T23:51:57.049535+0000) 2023-11-08T23:52:02.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:02 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:02.018+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:52:02.412 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:02 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:02.018+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:33.576297+0000 front 2023-11-08T23:51:33.576366+0000 (oldest deadline 2023-11-08T23:51:59.476322+0000) 2023-11-08T23:52:03.055 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:52:02 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:52:02.785+0000 7fb0e2193700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:27.637823+0000 front 2023-11-08T23:51:27.637686+0000 (oldest deadline 2023-11-08T23:51:51.137740+0000) 2023-11-08T23:52:03.056 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:52:02 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:52:02.785+0000 7fb0e2193700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:31.138310+0000 front 2023-11-08T23:51:31.138249+0000 (oldest deadline 2023-11-08T23:52:02.338805+0000) 2023-11-08T23:52:03.410 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:03 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:03.125+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.348568+0000 front 2023-11-08T23:51:28.348464+0000 (oldest deadline 2023-11-08T23:51:52.949065+0000) 2023-11-08T23:52:03.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:03 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:03.125+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:32.949620+0000 front 2023-11-08T23:51:32.949601+0000 (oldest deadline 2023-11-08T23:51:57.049535+0000) 2023-11-08T23:52:03.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:03 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:03.052+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:52:03.412 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:03 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:03.052+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:33.576297+0000 front 2023-11-08T23:51:33.576366+0000 (oldest deadline 2023-11-08T23:51:59.476322+0000) 2023-11-08T23:52:04.081 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:04 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:04.010+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:52:04.081 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:04 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:04.010+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:33.576297+0000 front 2023-11-08T23:51:33.576366+0000 (oldest deadline 2023-11-08T23:51:59.476322+0000) 2023-11-08T23:52:04.082 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:52:03 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:52:03.786+0000 7fb0e2193700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:27.637823+0000 front 2023-11-08T23:51:27.637686+0000 (oldest deadline 2023-11-08T23:51:51.137740+0000) 2023-11-08T23:52:04.082 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:52:03 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5[147977]: 2023-11-08T23:52:03.786+0000 7fb0e2193700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:31.138310+0000 front 2023-11-08T23:51:31.138249+0000 (oldest deadline 2023-11-08T23:52:02.338805+0000) 2023-11-08T23:52:04.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:04 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:04.077+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.348568+0000 front 2023-11-08T23:51:28.348464+0000 (oldest deadline 2023-11-08T23:51:52.949065+0000) 2023-11-08T23:52:04.412 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:04 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:04.077+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:32.949620+0000 front 2023-11-08T23:51:32.949601+0000 (oldest deadline 2023-11-08T23:51:57.049535+0000) 2023-11-08T23:52:04.965 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:52:04 smithi124 bash[165282]: ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-5 2023-11-08T23:52:04.966 INFO:journalctl@ceph.osd.5.smithi124.stdout:Nov 08 23:52:04 smithi124 bash[165324]: Error: no container with name or ID "ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd.5" found: no such container 2023-11-08T23:52:05.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:05 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:05.059+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.348568+0000 front 2023-11-08T23:51:28.348464+0000 (oldest deadline 2023-11-08T23:51:52.949065+0000) 2023-11-08T23:52:05.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:05 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:05.059+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:32.949620+0000 front 2023-11-08T23:51:32.949601+0000 (oldest deadline 2023-11-08T23:51:57.049535+0000) 2023-11-08T23:52:05.412 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:05 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:05.059+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6822 osd.2 since back 2023-11-08T23:51:42.950544+0000 front 2023-11-08T23:51:42.950453+0000 (oldest deadline 2023-11-08T23:52:04.650515+0000) 2023-11-08T23:52:05.412 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:04 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:04.962+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:52:05.412 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:04 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:04.962+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:33.576297+0000 front 2023-11-08T23:51:33.576366+0000 (oldest deadline 2023-11-08T23:51:59.476322+0000) 2023-11-08T23:52:05.739 DEBUG:teuthology.orchestra.run.smithi124:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.5.service' 2023-11-08T23:52:05.779 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T23:52:05.780 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-11-08T23:52:05.780 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-11-08T23:52:05.781 DEBUG:teuthology.orchestra.run.smithi124:> sudo systemctl stop ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.6 2023-11-08T23:52:06.001 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:05 smithi124 systemd[1]: Stopping Ceph osd.6 for b7718266-7e8e-11ee-8dbb-212e2dc638e7... 2023-11-08T23:52:06.002 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:05 smithi124 bash[165504]: Error: no container with name or ID "ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd.6" found: no such container 2023-11-08T23:52:06.002 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:05 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:05.952+0000 7f9cdc1e8700 -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-08T23:52:06.003 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:05 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:05.952+0000 7f9cdc1e8700 -1 osd.6 69 *** Got signal Terminated *** 2023-11-08T23:52:06.003 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:05 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:05.952+0000 7f9cdc1e8700 -1 osd.6 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-08T23:52:06.410 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:06 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:06.026+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.348568+0000 front 2023-11-08T23:51:28.348464+0000 (oldest deadline 2023-11-08T23:51:52.949065+0000) 2023-11-08T23:52:06.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:06 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:06.026+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:32.949620+0000 front 2023-11-08T23:51:32.949601+0000 (oldest deadline 2023-11-08T23:51:57.049535+0000) 2023-11-08T23:52:06.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:06 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:06.026+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6822 osd.2 since back 2023-11-08T23:51:42.950544+0000 front 2023-11-08T23:51:42.950453+0000 (oldest deadline 2023-11-08T23:52:04.650515+0000) 2023-11-08T23:52:06.412 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:06 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:05.998+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:52:06.412 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:06 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:05.998+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:33.576297+0000 front 2023-11-08T23:51:33.576366+0000 (oldest deadline 2023-11-08T23:51:59.476322+0000) 2023-11-08T23:52:07.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:07 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:07.049+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:52:07.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:07 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:07.049+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:33.576297+0000 front 2023-11-08T23:51:33.576366+0000 (oldest deadline 2023-11-08T23:51:59.476322+0000) 2023-11-08T23:52:07.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:06 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:06.978+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.348568+0000 front 2023-11-08T23:51:28.348464+0000 (oldest deadline 2023-11-08T23:51:52.949065+0000) 2023-11-08T23:52:07.412 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:06 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:06.978+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:32.949620+0000 front 2023-11-08T23:51:32.949601+0000 (oldest deadline 2023-11-08T23:51:57.049535+0000) 2023-11-08T23:52:07.412 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:06 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:06.978+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6822 osd.2 since back 2023-11-08T23:51:42.950544+0000 front 2023-11-08T23:51:42.950453+0000 (oldest deadline 2023-11-08T23:52:04.650515+0000) 2023-11-08T23:52:08.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:07 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:07.962+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.348568+0000 front 2023-11-08T23:51:28.348464+0000 (oldest deadline 2023-11-08T23:51:52.949065+0000) 2023-11-08T23:52:08.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:07 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:07.962+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:32.949620+0000 front 2023-11-08T23:51:32.949601+0000 (oldest deadline 2023-11-08T23:51:57.049535+0000) 2023-11-08T23:52:08.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:07 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:07.962+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6822 osd.2 since back 2023-11-08T23:51:42.950544+0000 front 2023-11-08T23:51:42.950453+0000 (oldest deadline 2023-11-08T23:52:04.650515+0000) 2023-11-08T23:52:08.412 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:08 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:08.044+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:52:08.412 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:08 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:08.044+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:33.576297+0000 front 2023-11-08T23:51:33.576366+0000 (oldest deadline 2023-11-08T23:51:59.476322+0000) 2023-11-08T23:52:09.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:08 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:08.929+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.348568+0000 front 2023-11-08T23:51:28.348464+0000 (oldest deadline 2023-11-08T23:51:52.949065+0000) 2023-11-08T23:52:09.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:08 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:08.929+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:32.949620+0000 front 2023-11-08T23:51:32.949601+0000 (oldest deadline 2023-11-08T23:51:57.049535+0000) 2023-11-08T23:52:09.412 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:08 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:08.929+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6822 osd.2 since back 2023-11-08T23:51:42.950544+0000 front 2023-11-08T23:51:42.950453+0000 (oldest deadline 2023-11-08T23:52:04.650515+0000) 2023-11-08T23:52:09.412 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:09 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:09.072+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:52:09.412 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:09 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:09.072+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:33.576297+0000 front 2023-11-08T23:51:33.576366+0000 (oldest deadline 2023-11-08T23:51:59.476322+0000) 2023-11-08T23:52:09.413 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:09 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:09.072+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6822 osd.2 since back 2023-11-08T23:51:42.877828+0000 front 2023-11-08T23:51:42.877820+0000 (oldest deadline 2023-11-08T23:52:08.777620+0000) 2023-11-08T23:52:10.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:09 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:09.929+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.348568+0000 front 2023-11-08T23:51:28.348464+0000 (oldest deadline 2023-11-08T23:51:52.949065+0000) 2023-11-08T23:52:10.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:09 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:09.929+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:32.949620+0000 front 2023-11-08T23:51:32.949601+0000 (oldest deadline 2023-11-08T23:51:57.049535+0000) 2023-11-08T23:52:10.411 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:09 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:09.929+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6822 osd.2 since back 2023-11-08T23:51:42.950544+0000 front 2023-11-08T23:51:42.950453+0000 (oldest deadline 2023-11-08T23:52:04.650515+0000) 2023-11-08T23:52:10.412 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:10 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:10.040+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:52:10.412 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:10 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:10.040+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:33.576297+0000 front 2023-11-08T23:51:33.576366+0000 (oldest deadline 2023-11-08T23:51:59.476322+0000) 2023-11-08T23:52:10.412 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:10 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:10.040+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6822 osd.2 since back 2023-11-08T23:51:42.877828+0000 front 2023-11-08T23:51:42.877820+0000 (oldest deadline 2023-11-08T23:52:08.777620+0000) 2023-11-08T23:52:11.161 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:10 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:10.895+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.348568+0000 front 2023-11-08T23:51:28.348464+0000 (oldest deadline 2023-11-08T23:51:52.949065+0000) 2023-11-08T23:52:11.161 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:10 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:10.895+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:32.949620+0000 front 2023-11-08T23:51:32.949601+0000 (oldest deadline 2023-11-08T23:51:57.049535+0000) 2023-11-08T23:52:11.161 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:10 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6[151499]: 2023-11-08T23:52:10.895+0000 7f9cd9b85700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.104:6822 osd.2 since back 2023-11-08T23:51:42.950544+0000 front 2023-11-08T23:51:42.950453+0000 (oldest deadline 2023-11-08T23:52:04.650515+0000) 2023-11-08T23:52:11.162 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:10 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:10.993+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:52:11.162 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:10 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:10.993+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:33.576297+0000 front 2023-11-08T23:51:33.576366+0000 (oldest deadline 2023-11-08T23:51:59.476322+0000) 2023-11-08T23:52:11.162 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:10 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:10.993+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6822 osd.2 since back 2023-11-08T23:51:42.877828+0000 front 2023-11-08T23:51:42.877820+0000 (oldest deadline 2023-11-08T23:52:08.777620+0000) 2023-11-08T23:52:11.865 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:11 smithi124 bash[165517]: ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-6 2023-11-08T23:52:11.866 INFO:journalctl@ceph.osd.6.smithi124.stdout:Nov 08 23:52:11 smithi124 bash[165559]: Error: no container with name or ID "ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd.6" found: no such container 2023-11-08T23:52:12.129 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:12 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:12.003+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:52:12.129 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:12 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:12.003+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:33.576297+0000 front 2023-11-08T23:51:33.576366+0000 (oldest deadline 2023-11-08T23:51:59.476322+0000) 2023-11-08T23:52:12.130 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:12 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:12.003+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6822 osd.2 since back 2023-11-08T23:51:42.877828+0000 front 2023-11-08T23:51:42.877820+0000 (oldest deadline 2023-11-08T23:52:08.777620+0000) 2023-11-08T23:52:12.572 DEBUG:teuthology.orchestra.run.smithi124:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.6.service' 2023-11-08T23:52:12.612 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T23:52:12.612 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-11-08T23:52:12.613 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-11-08T23:52:12.613 DEBUG:teuthology.orchestra.run.smithi124:> sudo systemctl stop ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.7 2023-11-08T23:52:12.911 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:12 smithi124 systemd[1]: Stopping Ceph osd.7 for b7718266-7e8e-11ee-8dbb-212e2dc638e7... 2023-11-08T23:52:12.911 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:12 smithi124 bash[165774]: Error: no container with name or ID "ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd.7" found: no such container 2023-11-08T23:52:12.911 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:12 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:12.757+0000 7f704754e700 -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-08T23:52:12.912 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:12 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:12.757+0000 7f704754e700 -1 osd.7 69 *** Got signal Terminated *** 2023-11-08T23:52:12.912 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:12 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:12.757+0000 7f704754e700 -1 osd.7 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-11-08T23:52:13.410 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:13 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:13.038+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:52:13.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:13 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:13.038+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:33.576297+0000 front 2023-11-08T23:51:33.576366+0000 (oldest deadline 2023-11-08T23:51:59.476322+0000) 2023-11-08T23:52:13.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:13 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:13.038+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6822 osd.2 since back 2023-11-08T23:51:42.877828+0000 front 2023-11-08T23:51:42.877820+0000 (oldest deadline 2023-11-08T23:52:08.777620+0000) 2023-11-08T23:52:14.410 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:14 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:14.005+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:52:14.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:14 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:14.005+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:33.576297+0000 front 2023-11-08T23:51:33.576366+0000 (oldest deadline 2023-11-08T23:51:59.476322+0000) 2023-11-08T23:52:14.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:14 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:14.005+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6822 osd.2 since back 2023-11-08T23:51:42.877828+0000 front 2023-11-08T23:51:42.877820+0000 (oldest deadline 2023-11-08T23:52:08.777620+0000) 2023-11-08T23:52:15.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:15 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:15.045+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:52:15.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:15 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:15.045+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:33.576297+0000 front 2023-11-08T23:51:33.576366+0000 (oldest deadline 2023-11-08T23:51:59.476322+0000) 2023-11-08T23:52:15.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:15 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:15.045+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6822 osd.2 since back 2023-11-08T23:51:42.877828+0000 front 2023-11-08T23:51:42.877820+0000 (oldest deadline 2023-11-08T23:52:08.777620+0000) 2023-11-08T23:52:15.412 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:15 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:15.045+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6830 osd.3 since back 2023-11-08T23:51:48.778111+0000 front 2023-11-08T23:51:48.778036+0000 (oldest deadline 2023-11-08T23:52:14.078045+0000) 2023-11-08T23:52:16.410 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:16 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:16.052+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:52:16.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:16 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:16.052+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:33.576297+0000 front 2023-11-08T23:51:33.576366+0000 (oldest deadline 2023-11-08T23:51:59.476322+0000) 2023-11-08T23:52:16.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:16 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:16.052+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6822 osd.2 since back 2023-11-08T23:51:42.877828+0000 front 2023-11-08T23:51:42.877820+0000 (oldest deadline 2023-11-08T23:52:08.777620+0000) 2023-11-08T23:52:16.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:16 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:16.052+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6830 osd.3 since back 2023-11-08T23:51:48.778111+0000 front 2023-11-08T23:51:48.778036+0000 (oldest deadline 2023-11-08T23:52:14.078045+0000) 2023-11-08T23:52:17.410 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:17 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:17.013+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6806 osd.0 since back 2023-11-08T23:51:28.375536+0000 front 2023-11-08T23:51:28.375384+0000 (oldest deadline 2023-11-08T23:51:50.675419+0000) 2023-11-08T23:52:17.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:17 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:17.013+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6814 osd.1 since back 2023-11-08T23:51:33.576297+0000 front 2023-11-08T23:51:33.576366+0000 (oldest deadline 2023-11-08T23:51:59.476322+0000) 2023-11-08T23:52:17.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:17 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:17.013+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6822 osd.2 since back 2023-11-08T23:51:42.877828+0000 front 2023-11-08T23:51:42.877820+0000 (oldest deadline 2023-11-08T23:52:08.777620+0000) 2023-11-08T23:52:17.411 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:17 smithi124 ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7[154991]: 2023-11-08T23:52:17.013+0000 7f7044eeb700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.104:6830 osd.3 since back 2023-11-08T23:51:48.778111+0000 front 2023-11-08T23:51:48.778036+0000 (oldest deadline 2023-11-08T23:52:14.078045+0000) 2023-11-08T23:52:18.895 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:18 smithi124 bash[165786]: ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd-7 2023-11-08T23:52:18.895 INFO:journalctl@ceph.osd.7.smithi124.stdout:Nov 08 23:52:18 smithi124 bash[165830]: Error: no container with name or ID "ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7-osd.7" found: no such container 2023-11-08T23:52:19.580 DEBUG:teuthology.orchestra.run.smithi124:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b7718266-7e8e-11ee-8dbb-212e2dc638e7@osd.7.service' 2023-11-08T23:52:19.620 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T23:52:19.620 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-11-08T23:52:19.621 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 --force --keep-logs 2023-11-08T23:52:41.902 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 --force --keep-logs 2023-11-08T23:52:59.204 DEBUG:teuthology.orchestra.run.smithi104:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T23:52:59.241 DEBUG:teuthology.orchestra.run.smithi124:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T23:52:59.272 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-08T23:52:59.275 DEBUG:teuthology.misc:Transferring archived files from smithi104:/var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452138/remote/smithi104/crash 2023-11-08T23:52:59.276 DEBUG:teuthology.orchestra.run.smithi104:> sudo tar c -f - -C /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/crash -- . 2023-11-08T23:52:59.321 INFO:teuthology.orchestra.run.smithi104.stderr:tar: /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-08T23:52:59.322 INFO:teuthology.orchestra.run.smithi104.stderr:tar: Error is not recoverable: exiting now 2023-11-08T23:52:59.324 DEBUG:teuthology.misc:Transferring archived files from smithi124:/var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452138/remote/smithi124/crash 2023-11-08T23:52:59.326 DEBUG:teuthology.orchestra.run.smithi124:> sudo tar c -f - -C /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/crash -- . 2023-11-08T23:52:59.359 INFO:teuthology.orchestra.run.smithi124.stderr:tar: /var/lib/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-08T23:52:59.359 INFO:teuthology.orchestra.run.smithi124.stderr:tar: Error is not recoverable: exiting now 2023-11-08T23:52:59.360 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-08T23:52:59.361 DEBUG:teuthology.orchestra.run.smithi104:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-08T23:52:59.394 INFO:teuthology.orchestra.run.smithi104.stderr:grep: /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph.log: No such file or directory 2023-11-08T23:52:59.395 INFO:tasks.cephadm:Compressing logs... 2023-11-08T23:52:59.396 DEBUG:teuthology.orchestra.run.smithi104:> 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-08T23:52:59.438 DEBUG:teuthology.orchestra.run.smithi124:> 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-08T23:52:59.464 INFO:teuthology.orchestra.run.smithi104.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-08T23:52:59.465 INFO:teuthology.orchestra.run.smithi104.stderr:: No such file or directory 2023-11-08T23:52:59.467 INFO:teuthology.orchestra.run.smithi104.stderr:gzip -5 --verbose -- /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-volume.log 2023-11-08T23:52:59.468 INFO:teuthology.orchestra.run.smithi104.stderr:gzip -5 --verbose -- /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.2.log 2023-11-08T23:52:59.468 INFO:teuthology.orchestra.run.smithi104.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.3.log 2023-11-08T23:52:59.468 INFO:teuthology.orchestra.run.smithi104.stderr:gzip -5 --verbose -- /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.0.log 2023-11-08T23:52:59.469 INFO:teuthology.orchestra.run.smithi104.stderr:/var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.2.log: /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi104.kxwemz.log 2023-11-08T23:52:59.469 INFO:teuthology.orchestra.run.smithi124.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-08T23:52:59.469 INFO:teuthology.orchestra.run.smithi124.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-08T23:52:59.470 INFO:teuthology.orchestra.run.smithi124.stderr:gzip -5 --verbose -- /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi124.xydlqy.log 2023-11-08T23:52:59.470 INFO:teuthology.orchestra.run.smithi124.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.6.log 2023-11-08T23:52:59.470 INFO:teuthology.orchestra.run.smithi124.stderr:/var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi124.xydlqy.log: gzip -5 --verbose -- /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-volume.log 2023-11-08T23:52:59.471 INFO:teuthology.orchestra.run.smithi124.stderr:/var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-mon.smithi124.log 2023-11-08T23:52:59.471 INFO:teuthology.orchestra.run.smithi124.stderr:/var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.7.log 2023-11-08T23:52:59.473 INFO:teuthology.orchestra.run.smithi124.stderr:/var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-mon.smithi124.log: /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.7.log: 89.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-08T23:52:59.473 INFO:teuthology.orchestra.run.smithi124.stderr:gzip -5 --verbose -- /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi124.elebcx.log 2023-11-08T23:52:59.474 INFO:teuthology.orchestra.run.smithi124.stderr:gzip -5 --verbose -- /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.4.log 2023-11-08T23:52:59.474 INFO:teuthology.orchestra.run.smithi124.stderr:/var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi124.elebcx.log: 60.4% -- replaced with /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi124.elebcx.log.gz 2023-11-08T23:52:59.474 INFO:teuthology.orchestra.run.smithi124.stderr:/var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.4.log: 91.1% -- replaced with /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-volume.log.gz 2023-11-08T23:52:59.475 INFO:teuthology.orchestra.run.smithi124.stderr:gzip -5 --verbose -- /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.5.log 2023-11-08T23:52:59.475 INFO:teuthology.orchestra.run.smithi104.stderr:/var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.0.log: /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi104.kxwemz.log: 90.9% -- replaced with /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-volume.log.gz 2023-11-08T23:52:59.475 INFO:teuthology.orchestra.run.smithi104.stderr:gzip -5 --verbose -- /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-mon.smithi104.log 2023-11-08T23:52:59.476 INFO:teuthology.orchestra.run.smithi104.stderr:gzip -5 --verbose -- /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi104.dnntgp.log 2023-11-08T23:52:59.476 INFO:teuthology.orchestra.run.smithi104.stderr:/var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-mon.smithi104.log: /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi104.dnntgp.log: 80.1% -- replaced with /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi104.dnntgp.log.gz 2023-11-08T23:52:59.476 INFO:teuthology.orchestra.run.smithi104.stderr:gzip -5 --verbose -- /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.1.log 2023-11-08T23:52:59.479 INFO:teuthology.orchestra.run.smithi104.stderr:/var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.1.log: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-08T23:52:59.589 INFO:teuthology.orchestra.run.smithi124.stderr:/var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.5.log: 91.1% -- replaced with /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi124.xydlqy.log.gz 2023-11-08T23:52:59.600 INFO:teuthology.orchestra.run.smithi104.stderr: 88.5% -- replaced with /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi104.kxwemz.log.gz 2023-11-08T23:52:59.837 INFO:teuthology.orchestra.run.smithi124.stderr: 92.3% -- replaced with /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-mon.smithi124.log.gz 2023-11-08T23:53:00.492 INFO:teuthology.orchestra.run.smithi104.stderr: 91.7% -- replaced with /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-mon.smithi104.log.gz 2023-11-08T23:53:08.054 INFO:teuthology.orchestra.run.smithi104.stderr: 94.5% -- replaced with /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.2.log.gz 2023-11-08T23:53:09.803 INFO:teuthology.orchestra.run.smithi124.stderr: 94.0% -- replaced with /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.4.log.gz 2023-11-08T23:53:11.069 INFO:teuthology.orchestra.run.smithi124.stderr: 94.3% -- replaced with /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.6.log.gz 2023-11-08T23:53:12.047 INFO:teuthology.orchestra.run.smithi104.stderr: 94.1% -- replaced with /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.0.log.gz 2023-11-08T23:53:12.421 INFO:teuthology.orchestra.run.smithi104.stderr: 94.1% -- replaced with /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.3.log.gz 2023-11-08T23:53:13.098 INFO:teuthology.orchestra.run.smithi104.stderr: 94.3% -- replaced with /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.1.log.gz 2023-11-08T23:53:13.100 INFO:teuthology.orchestra.run.smithi104.stderr: 2023-11-08T23:53:13.100 INFO:teuthology.orchestra.run.smithi104.stderr:real 0m13.646s 2023-11-08T23:53:13.100 INFO:teuthology.orchestra.run.smithi104.stderr:user 0m46.990s 2023-11-08T23:53:13.101 INFO:teuthology.orchestra.run.smithi104.stderr:sys 0m1.878s 2023-11-08T23:53:14.404 INFO:teuthology.orchestra.run.smithi124.stderr: 94.3% -- replaced with /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.5.log.gz 2023-11-08T23:53:18.421 INFO:teuthology.orchestra.run.smithi124.stderr: 94.2% -- replaced with /var/log/ceph/b7718266-7e8e-11ee-8dbb-212e2dc638e7/ceph-osd.7.log.gz 2023-11-08T23:53:18.423 INFO:teuthology.orchestra.run.smithi124.stderr: 2023-11-08T23:53:18.423 INFO:teuthology.orchestra.run.smithi124.stderr:real 0m18.968s 2023-11-08T23:53:18.424 INFO:teuthology.orchestra.run.smithi124.stderr:user 0m54.083s 2023-11-08T23:53:18.424 INFO:teuthology.orchestra.run.smithi124.stderr:sys 0m2.177s 2023-11-08T23:53:18.424 INFO:tasks.cephadm:Archiving logs... 2023-11-08T23:53:18.425 DEBUG:teuthology.misc:Transferring archived files from smithi104:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452138/remote/smithi104/log 2023-11-08T23:53:18.426 DEBUG:teuthology.orchestra.run.smithi104:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-08T23:53:25.316 DEBUG:teuthology.misc:Transferring archived files from smithi124:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452138/remote/smithi124/log 2023-11-08T23:53:25.318 DEBUG:teuthology.orchestra.run.smithi124:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-08T23:53:33.212 INFO:tasks.cephadm:Removing cluster... 2023-11-08T23:53:33.214 DEBUG:teuthology.orchestra.run.smithi104:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 --force 2023-11-08T23:53:33.593 DEBUG:teuthology.orchestra.run.smithi124:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b7718266-7e8e-11ee-8dbb-212e2dc638e7 --force 2023-11-08T23:53:33.973 INFO:tasks.cephadm:Removing cephadm ... 2023-11-08T23:53:33.974 DEBUG:teuthology.orchestra.run.smithi104:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-08T23:53:33.995 DEBUG:teuthology.orchestra.run.smithi124:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-08T23:53:34.013 INFO:tasks.cephadm:Teardown complete 2023-11-08T23:53:34.014 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-08T23:53:34.024 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-08T23:53:34.025 DEBUG:teuthology.orchestra.run.smithi104:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T23:53:34.037 DEBUG:teuthology.orchestra.run.smithi124:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T23:53:34.053 INFO:teuthology.orchestra.run.smithi104.stderr:bash: ntpq: command not found 2023-11-08T23:53:34.058 INFO:teuthology.orchestra.run.smithi104.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T23:53:34.058 INFO:teuthology.orchestra.run.smithi104.stdout:=============================================================================== 2023-11-08T23:53:34.059 INFO:teuthology.orchestra.run.smithi104.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 9 +613us[ +605us] +/- 81ms 2023-11-08T23:53:34.059 INFO:teuthology.orchestra.run.smithi104.stdout:^* hv02.front.sepia.ceph.com 3 6 377 7 -1764us[-1773us] +/- 52ms 2023-11-08T23:53:34.059 INFO:teuthology.orchestra.run.smithi104.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 11 +2529us[+2520us] +/- 92ms 2023-11-08T23:53:34.059 INFO:teuthology.orchestra.run.smithi104.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:53:34.069 INFO:teuthology.orchestra.run.smithi124.stderr:bash: ntpq: command not found 2023-11-08T23:53:34.073 INFO:teuthology.orchestra.run.smithi124.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-08T23:53:34.074 INFO:teuthology.orchestra.run.smithi124.stdout:=============================================================================== 2023-11-08T23:53:34.074 INFO:teuthology.orchestra.run.smithi124.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 8 +570us[ +566us] +/- 81ms 2023-11-08T23:53:34.074 INFO:teuthology.orchestra.run.smithi124.stdout:^* hv02.front.sepia.ceph.com 3 6 377 7 -1794us[-1798us] +/- 52ms 2023-11-08T23:53:34.074 INFO:teuthology.orchestra.run.smithi124.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 9 +2515us[+2512us] +/- 92ms 2023-11-08T23:53:34.075 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-11-08T23:53:34.076 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-08T23:53:34.092 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-08T23:53:34.093 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-08T23:53:34.102 DEBUG:teuthology.orchestra.run.smithi104:> 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-08T23:53:34.198 DEBUG:teuthology.orchestra.run.smithi124:> 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-08T23:53:34.290 DEBUG:teuthology.orchestra.run.smithi104:> 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-08T23:53:34.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T23:53:34.323 DEBUG:teuthology.orchestra.run.smithi124:> 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-08T23:53:34.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T23:53:34.357 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-08T23:53:34.372 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-08T23:53:34.384 INFO:teuthology.task.internal:Duration was 1882.624800 seconds 2023-11-08T23:53:34.384 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-08T23:53:34.398 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-08T23:53:34.398 DEBUG:teuthology.orchestra.run.smithi104:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-08T23:53:34.401 DEBUG:teuthology.orchestra.run.smithi124:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-08T23:53:34.445 INFO:teuthology.orchestra.run.smithi104.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T23:53:34.446 INFO:teuthology.orchestra.run.smithi124.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-08T23:53:34.753 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-08T23:53:34.754 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi104.front.sepia.ceph.com 2023-11-08T23:53:34.754 DEBUG:teuthology.orchestra.run.smithi104:> 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-08T23:53:34.779 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi124.front.sepia.ceph.com 2023-11-08T23:53:34.780 DEBUG:teuthology.orchestra.run.smithi124:> 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-08T23:53:34.803 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-08T23:53:34.804 DEBUG:teuthology.orchestra.run.smithi104:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-08T23:53:34.821 DEBUG:teuthology.orchestra.run.smithi124:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-08T23:53:34.896 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-08T23:53:34.897 DEBUG:teuthology.orchestra.run.smithi104:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-08T23:53:34.899 DEBUG:teuthology.orchestra.run.smithi124:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-08T23:53:43.730 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-08T23:53:43.741 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-08T23:53:43.742 DEBUG:teuthology.orchestra.run.smithi104:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-08T23:53:43.770 DEBUG:teuthology.orchestra.run.smithi124:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-08T23:53:43.804 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-08T23:53:43.816 DEBUG:teuthology.orchestra.run.smithi104:> 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-08T23:53:43.819 DEBUG:teuthology.orchestra.run.smithi124:> 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-08T23:53:43.843 INFO:teuthology.orchestra.run.smithi104.stdout:kernel.core_pattern = core 2023-11-08T23:53:43.877 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern = core 2023-11-08T23:53:43.976 DEBUG:teuthology.orchestra.run.smithi104:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-08T23:53:43.993 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T23:53:43.994 DEBUG:teuthology.orchestra.run.smithi124:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-08T23:53:44.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T23:53:44.037 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-08T23:53:44.049 INFO:teuthology.task.internal:Transferring archived files... 2023-11-08T23:53:44.050 DEBUG:teuthology.misc:Transferring archived files from smithi104:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452138/remote/smithi104 2023-11-08T23:53:44.051 DEBUG:teuthology.orchestra.run.smithi104:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-08T23:53:44.114 DEBUG:teuthology.misc:Transferring archived files from smithi124:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452138/remote/smithi124 2023-11-08T23:53:44.114 DEBUG:teuthology.orchestra.run.smithi124:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-08T23:53:44.159 INFO:teuthology.task.internal:Removing archive directory... 2023-11-08T23:53:44.159 DEBUG:teuthology.orchestra.run.smithi104:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-08T23:53:44.162 DEBUG:teuthology.orchestra.run.smithi124:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-08T23:53:44.215 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-08T23:53:44.228 INFO:teuthology.task.internal:Not uploading archives. 2023-11-08T23:53:44.228 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-08T23:53:44.240 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-08T23:53:44.240 DEBUG:teuthology.orchestra.run.smithi104:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-08T23:53:44.243 DEBUG:teuthology.orchestra.run.smithi124:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-08T23:53:44.258 INFO:teuthology.orchestra.run.smithi104.stdout: 525364 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 8 23:53 /home/ubuntu/cephtest 2023-11-08T23:53:44.275 INFO:teuthology.orchestra.run.smithi124.stdout: 525364 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 8 23:53 /home/ubuntu/cephtest 2023-11-08T23:53:44.277 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-08T23:53:44.288 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-08T23:53:44.311 INFO:teuthology.nuke:Checking targets against current locks 2023-11-08T23:53:44.338 DEBUG:teuthology.nuke:shortname: smithi104 2023-11-08T23:53:44.339 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T23:53:44.363 DEBUG:teuthology.nuke:shortname: smithi124 2023-11-08T23:53:44.364 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T23:53:44.368 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi104.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452138', '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-08 22:37:19.043069', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBawQ7oT/CuK4djYVEvVfiumJHXJ7MFBKuWKbat1VAlzafJVZEg1Oe0TbfNwwTwVujNTMxA/rn2K5ByfyMfJHfU='} 2023-11-08T23:53:44.390 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi124.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-08_22:36:18-orch:cephadm-wip-cv-revert-52429-main-distro-default-smithi/7452138', '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-08 22:37:19.045261', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIym7eOgMgRXUOsLBxaKrVlVNty1MBMurmEjjlccKwKiHs5uS+SaH336YTpX9BW7azIaJxpf0lnXDxVbbPuaLgc='} 2023-11-08T23:53:44.428 INFO:teuthology.orchestra.console.smithi104:Power off 2023-11-08T23:53:44.429 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T23:53:44.448 INFO:teuthology.orchestra.console.smithi124:Power off 2023-11-08T23:53:44.449 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T23:53:44.459 DEBUG:teuthology.orchestra.console.smithi104:power off output: Chassis Power Control: Down/Off 2023-11-08T23:53:44.459 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T23:53:44.474 DEBUG:teuthology.orchestra.console.smithi124:power off output: Chassis Power Control: Down/Off 2023-11-08T23:53:44.475 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T23:53:44.487 DEBUG:teuthology.orchestra.console.smithi104:check power output: Chassis Power is on 2023-11-08T23:53:44.499 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is on 2023-11-08T23:53:48.489 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T23:53:48.501 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T23:53:48.600 DEBUG:teuthology.orchestra.console.smithi104:check power output: Chassis Power is on 2023-11-08T23:53:48.612 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is on 2023-11-08T23:53:52.602 DEBUG:teuthology.orchestra.console.smithi104:pexpect command: ipmitool -H smithi104.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T23:53:52.613 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T23:53:52.713 DEBUG:teuthology.orchestra.console.smithi104:check power output: Chassis Power is off 2023-11-08T23:53:52.725 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is off 2023-11-08T23:53:52.816 INFO:teuthology.orchestra.console.smithi104:Power off completed 2023-11-08T23:53:52.826 INFO:teuthology.orchestra.console.smithi124:Power off completed 2023-11-08T23:53:52.931 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: 1882.6247997283936 failure_reason: 'Command failed on smithi104 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 b7718266-7e8e-11ee-8dbb-212e2dc638e7 -e sha1=c5dca1b39843ab5db10818164a43fe9d7a0543db -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ba9f88b409b34a0faa0fa6a8a425080d status: fail success: false 2023-11-08T23:53:52.932 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T23:53:53.020 INFO:teuthology.run:FAIL