2023-09-22T22:04:49.636 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-09-22T22:04:49.637 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401264 --owner scheduled_adking@teuthology --name adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --verbose -- /home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401264/orig.config.yaml 2023-09-22T22:04:49.672 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-22T22:04:49.738 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401264 branch: wip-adk-testing-2023-09-22-1218 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: '7401264' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-adk-testing-2023-09-22-1218 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: e658726abb668aaae1c42e72d314001acd82ce18 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: e658726abb668aaae1c42e72d314001acd82ce18 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-09-22-1218 sha1: e658726abb668aaae1c42e72d314001acd82ce18 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: 9275 sha1: e658726abb668aaae1c42e72d314001acd82ce18 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-09-22-1218 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_e658726abb668aaae1c42e72d314001acd82ce18/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: e658726abb668aaae1c42e72d314001acd82ce18 targets: smithi110.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDhpi5mCX4M9WegFtTeNyKcTLBUqDQspQaxe8Iy0oEM1RJl7RzAXCq6he7bbgB5HnCPM/GmEsvB361U83Z8gj5E= smithi190.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCrltIeThG3fhTXNryh+O2vKTpP79Shqka2LXRvU0Yet6pZNifzZKf/+ft6XM6TPZtQYM2CuCo8OizEyeAcpQ+4= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - cephadm.shell: host.a: - 'set -ex [[ `ceph config get mgr mgr/cephadm/migration_current` -gt 2 ]] ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-09-22_21:58:46 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.2830 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-09-22T22:04:49.738 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_e658726abb668aaae1c42e72d314001acd82ce18/qa; will attempt to use it 2023-09-22T22:04:49.739 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_e658726abb668aaae1c42e72d314001acd82ce18/qa/tasks 2023-09-22T22:04:49.739 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-09-22T22:04:49.741 INFO:teuthology.task.internal:Checking packages... 2023-09-22T22:04:49.760 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e658726abb668aaae1c42e72d314001acd82ce18' 2023-09-22T22:04:49.760 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-09-22T22:04:49.760 INFO:teuthology.packaging:ref: None 2023-09-22T22:04:49.760 INFO:teuthology.packaging:tag: None 2023-09-22T22:04:49.760 INFO:teuthology.packaging:branch: wip-adk-testing-2023-09-22-1218 2023-09-22T22:04:49.760 INFO:teuthology.packaging:sha1: e658726abb668aaae1c42e72d314001acd82ce18 2023-09-22T22:04:49.760 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-09-22-1218 2023-09-22T22:04:49.898 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6358.ge658726a 2023-09-22T22:04:49.898 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-09-22T22:04:49.905 INFO:teuthology.task.internal:no buildpackages task found 2023-09-22T22:04:49.905 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-09-22T22:04:49.954 INFO:teuthology.task.internal:Saving configuration 2023-09-22T22:04:49.968 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-09-22T22:04:49.987 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-22T22:04:50.010 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401264', '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-09-22 21:59:40.685014', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDhpi5mCX4M9WegFtTeNyKcTLBUqDQspQaxe8Iy0oEM1RJl7RzAXCq6he7bbgB5HnCPM/GmEsvB361U83Z8gj5E='} 2023-09-22T22:04:50.033 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401264', '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-09-22 21:59:40.683448', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCrltIeThG3fhTXNryh+O2vKTpP79Shqka2LXRvU0Yet6pZNifzZKf/+ft6XM6TPZtQYM2CuCo8OizEyeAcpQ+4='} 2023-09-22T22:04:50.033 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-09-22T22:04:50.040 INFO:teuthology.task.internal:roles: ubuntu@smithi110.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-09-22T22:04:50.040 INFO:teuthology.task.internal:roles: ubuntu@smithi190.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-09-22T22:04:50.041 INFO:teuthology.run_tasks:Running task console_log... 2023-09-22T22:04:50.132 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4968550b80>, signals=[15]) 2023-09-22T22:04:50.133 INFO:teuthology.run_tasks:Running task internal.connect... 2023-09-22T22:04:50.139 INFO:teuthology.task.internal:Opening connections... 2023-09-22T22:04:50.139 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi110.front.sepia.ceph.com 2023-09-22T22:04:50.142 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-22T22:04:50.209 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi190.front.sepia.ceph.com 2023-09-22T22:04:50.209 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-22T22:04:50.278 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-09-22T22:04:50.285 DEBUG:teuthology.orchestra.run.smithi110:> uname -m 2023-09-22T22:04:50.307 INFO:teuthology.orchestra.run.smithi110.stdout:x86_64 2023-09-22T22:04:50.307 DEBUG:teuthology.orchestra.run.smithi110:> cat /etc/os-release 2023-09-22T22:04:50.369 INFO:teuthology.orchestra.run.smithi110.stdout:NAME="CentOS Stream" 2023-09-22T22:04:50.369 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION="8" 2023-09-22T22:04:50.370 INFO:teuthology.orchestra.run.smithi110.stdout:ID="centos" 2023-09-22T22:04:50.370 INFO:teuthology.orchestra.run.smithi110.stdout:ID_LIKE="rhel fedora" 2023-09-22T22:04:50.370 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_ID="8" 2023-09-22T22:04:50.370 INFO:teuthology.orchestra.run.smithi110.stdout:PLATFORM_ID="platform:el8" 2023-09-22T22:04:50.370 INFO:teuthology.orchestra.run.smithi110.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-22T22:04:50.370 INFO:teuthology.orchestra.run.smithi110.stdout:ANSI_COLOR="0;31" 2023-09-22T22:04:50.370 INFO:teuthology.orchestra.run.smithi110.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-22T22:04:50.370 INFO:teuthology.orchestra.run.smithi110.stdout:HOME_URL="https://centos.org/" 2023-09-22T22:04:50.370 INFO:teuthology.orchestra.run.smithi110.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-22T22:04:50.370 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-22T22:04:50.371 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-22T22:04:50.371 INFO:teuthology.lock.ops:Updating smithi110.front.sepia.ceph.com on lock server 2023-09-22T22:04:50.392 DEBUG:teuthology.orchestra.run.smithi190:> uname -m 2023-09-22T22:04:50.414 INFO:teuthology.orchestra.run.smithi190.stdout:x86_64 2023-09-22T22:04:50.415 DEBUG:teuthology.orchestra.run.smithi190:> cat /etc/os-release 2023-09-22T22:04:50.475 INFO:teuthology.orchestra.run.smithi190.stdout:NAME="CentOS Stream" 2023-09-22T22:04:50.475 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION="8" 2023-09-22T22:04:50.475 INFO:teuthology.orchestra.run.smithi190.stdout:ID="centos" 2023-09-22T22:04:50.475 INFO:teuthology.orchestra.run.smithi190.stdout:ID_LIKE="rhel fedora" 2023-09-22T22:04:50.476 INFO:teuthology.orchestra.run.smithi190.stdout:VERSION_ID="8" 2023-09-22T22:04:50.476 INFO:teuthology.orchestra.run.smithi190.stdout:PLATFORM_ID="platform:el8" 2023-09-22T22:04:50.476 INFO:teuthology.orchestra.run.smithi190.stdout:PRETTY_NAME="CentOS Stream 8" 2023-09-22T22:04:50.476 INFO:teuthology.orchestra.run.smithi190.stdout:ANSI_COLOR="0;31" 2023-09-22T22:04:50.476 INFO:teuthology.orchestra.run.smithi190.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-09-22T22:04:50.476 INFO:teuthology.orchestra.run.smithi190.stdout:HOME_URL="https://centos.org/" 2023-09-22T22:04:50.476 INFO:teuthology.orchestra.run.smithi190.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-09-22T22:04:50.476 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-09-22T22:04:50.476 INFO:teuthology.orchestra.run.smithi190.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-09-22T22:04:50.477 INFO:teuthology.lock.ops:Updating smithi190.front.sepia.ceph.com on lock server 2023-09-22T22:04:50.501 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-09-22T22:04:50.510 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-09-22T22:04:50.574 INFO:teuthology.task.internal:Checking for old test directory... 2023-09-22T22:04:50.575 DEBUG:teuthology.orchestra.run.smithi110:> test '!' -e /home/ubuntu/cephtest 2023-09-22T22:04:50.577 DEBUG:teuthology.orchestra.run.smithi190:> test '!' -e /home/ubuntu/cephtest 2023-09-22T22:04:50.598 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-09-22T22:04:50.603 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-09-22T22:04:50.603 DEBUG:teuthology.orchestra.run.smithi110:> test -z $(ls -A /var/lib/ceph) 2023-09-22T22:04:50.638 DEBUG:teuthology.orchestra.run.smithi190:> test -z $(ls -A /var/lib/ceph) 2023-09-22T22:04:50.665 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-09-22T22:04:50.722 INFO:teuthology.run_tasks:Running task kernel... 2023-09-22T22:04:50.736 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-09-22T22:04:50.736 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-09-22T22:04:50.736 DEBUG:teuthology.orchestra.run.smithi110:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-22T22:04:50.737 DEBUG:teuthology.orchestra.run.smithi190:> test -f /run/.containerenv -o -f /.dockerenv 2023-09-22T22:04:50.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-22T22:04:50.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-22T22:04:50.757 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2023-09-22T22:04:50.758 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2023-09-22T22:04:50.819 INFO:teuthology.orchestra.run.smithi190.stdout:4.18.0-489.el8.x86_64 2023-09-22T22:04:50.819 INFO:teuthology.orchestra.run.smithi110.stdout:4.18.0-489.el8.x86_64 2023-09-22T22:04:50.819 INFO:teuthology.task.kernel:Running kernel on smithi190: 4.18.0-489.el8.x86_64 2023-09-22T22:04:50.819 DEBUG:teuthology.orchestra.run.smithi190:> sudo yum install -y kernel 2023-09-22T22:04:50.820 INFO:teuthology.task.kernel:Running kernel on smithi110: 4.18.0-489.el8.x86_64 2023-09-22T22:04:50.820 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum install -y kernel 2023-09-22T22:04:54.458 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 8 - AppStream 31 MB/s | 33 MB 00:01 2023-09-22T22:04:54.553 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - AppStream 28 MB/s | 33 MB 00:01 2023-09-22T22:05:03.336 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - BaseOS 17 MB/s | 47 MB 00:02 2023-09-22T22:05:04.616 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 8 - BaseOS 11 MB/s | 47 MB 00:04 2023-09-22T22:05:10.253 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - Extras 88 kB/s | 18 kB 00:00 2023-09-22T22:05:10.728 INFO:teuthology.orchestra.run.smithi190.stdout:CentOS Stream 8 - Extras common packages 23 kB/s | 6.9 kB 00:00 2023-09-22T22:05:11.005 INFO:teuthology.orchestra.run.smithi190.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-09-22T22:05:11.833 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 8 - Extras 47 kB/s | 18 kB 00:00 2023-09-22T22:05:11.989 INFO:teuthology.orchestra.run.smithi190.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-09-22T22:05:12.309 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 8 - Extras common packages 23 kB/s | 6.9 kB 00:00 2023-09-22T22:05:12.669 INFO:teuthology.orchestra.run.smithi110.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2023-09-22T22:05:14.011 INFO:teuthology.orchestra.run.smithi110.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-09-22T22:05:15.739 INFO:teuthology.orchestra.run.smithi190.stdout:lab-extras 563 kB/s | 24 kB 00:00 2023-09-22T22:05:17.811 INFO:teuthology.orchestra.run.smithi110.stdout:lab-extras 422 kB/s | 24 kB 00:00 2023-09-22T22:05:19.396 INFO:teuthology.orchestra.run.smithi190.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-22T22:05:19.397 INFO:teuthology.orchestra.run.smithi190.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-22T22:05:19.640 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-09-22T22:05:19.641 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-09-22T22:05:19.641 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2023-09-22T22:05:19.641 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-09-22T22:05:19.641 INFO:teuthology.orchestra.run.smithi190.stdout:Installing: 2023-09-22T22:05:19.641 INFO:teuthology.orchestra.run.smithi190.stdout: kernel x86_64 4.18.0-513.el8 baseos 10 M 2023-09-22T22:05:19.641 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2023-09-22T22:05:19.642 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-core x86_64 4.18.0-513.el8 baseos 43 M 2023-09-22T22:05:19.642 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules x86_64 4.18.0-513.el8 baseos 35 M 2023-09-22T22:05:19.642 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:05:19.642 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-09-22T22:05:19.642 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-09-22T22:05:19.642 INFO:teuthology.orchestra.run.smithi190.stdout:Install 3 Packages 2023-09-22T22:05:19.642 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:05:19.643 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 88 M 2023-09-22T22:05:19.643 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 96 M 2023-09-22T22:05:19.643 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-09-22T22:05:21.293 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-09-22T22:05:21.293 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-09-22T22:05:21.539 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2023-09-22T22:05:21.539 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2023-09-22T22:05:21.540 INFO:teuthology.orchestra.run.smithi110.stdout: Package Architecture Version Repository Size 2023-09-22T22:05:21.540 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2023-09-22T22:05:21.540 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2023-09-22T22:05:21.540 INFO:teuthology.orchestra.run.smithi110.stdout: kernel x86_64 4.18.0-513.el8 baseos 10 M 2023-09-22T22:05:21.540 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2023-09-22T22:05:21.540 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-core x86_64 4.18.0-513.el8 baseos 43 M 2023-09-22T22:05:21.540 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-modules x86_64 4.18.0-513.el8 baseos 35 M 2023-09-22T22:05:21.540 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:05:21.540 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2023-09-22T22:05:21.540 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2023-09-22T22:05:21.541 INFO:teuthology.orchestra.run.smithi110.stdout:Install 3 Packages 2023-09-22T22:05:21.541 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:05:21.541 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 88 M 2023-09-22T22:05:21.541 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 96 M 2023-09-22T22:05:21.541 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2023-09-22T22:05:22.990 INFO:teuthology.orchestra.run.smithi190.stdout:(1/3): kernel-4.18.0-513.el8.x86_64.rpm 3.3 MB/s | 10 MB 00:03 2023-09-22T22:05:23.670 INFO:teuthology.orchestra.run.smithi110.stdout:(1/3): kernel-4.18.0-513.el8.x86_64.rpm 5.4 MB/s | 10 MB 00:01 2023-09-22T22:05:24.348 INFO:teuthology.orchestra.run.smithi190.stdout:(2/3): kernel-modules-4.18.0-513.el8.x86_64.rpm 8.0 MB/s | 35 MB 00:04 2023-09-22T22:05:24.928 INFO:teuthology.orchestra.run.smithi190.stdout:(3/3): kernel-core-4.18.0-513.el8.x86_64.rpm 8.5 MB/s | 43 MB 00:05 2023-09-22T22:05:24.929 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-09-22T22:05:24.929 INFO:teuthology.orchestra.run.smithi190.stdout:Total 17 MB/s | 88 MB 00:05 2023-09-22T22:05:25.062 INFO:teuthology.orchestra.run.smithi110.stdout:(2/3): kernel-core-4.18.0-513.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2023-09-22T22:05:25.602 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-09-22T22:05:26.034 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-09-22T22:05:26.034 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-09-22T22:05:27.263 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-09-22T22:05:27.283 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-09-22T22:05:30.032 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-09-22T22:05:30.412 INFO:teuthology.orchestra.run.smithi110.stdout:(3/3): kernel-modules-4.18.0-513.el8.x86_64.rpm 4.1 MB/s | 35 MB 00:08 2023-09-22T22:05:30.413 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2023-09-22T22:05:30.413 INFO:teuthology.orchestra.run.smithi110.stdout:Total 9.9 MB/s | 88 MB 00:08 2023-09-22T22:05:30.579 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-core-4.18.0-513.el8.x86_64 1/3 2023-09-22T22:05:31.079 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2023-09-22T22:05:31.525 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2023-09-22T22:05:31.525 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2023-09-22T22:05:32.743 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2023-09-22T22:05:32.766 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2023-09-22T22:05:34.147 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-core-4.18.0-513.el8.x86_64 1/3 2023-09-22T22:05:34.536 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-modules-4.18.0-513.el8.x86_64 2/3 2023-09-22T22:05:35.498 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2023-09-22T22:05:36.093 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-core-4.18.0-513.el8.x86_64 1/3 2023-09-22T22:05:37.913 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-modules-4.18.0-513.el8.x86_64 2/3 2023-09-22T22:05:38.199 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : kernel-4.18.0-513.el8.x86_64 3/3 2023-09-22T22:05:39.731 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-core-4.18.0-513.el8.x86_64 1/3 2023-09-22T22:05:40.285 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-modules-4.18.0-513.el8.x86_64 2/3 2023-09-22T22:05:43.657 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-modules-4.18.0-513.el8.x86_64 2/3 2023-09-22T22:05:43.956 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : kernel-4.18.0-513.el8.x86_64 3/3 2023-09-22T22:05:59.980 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-core-4.18.0-513.el8.x86_64 3/3 2023-09-22T22:06:00.005 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-modules-4.18.0-513.el8.x86_64 3/3 2023-09-22T22:06:00.428 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: kernel-4.18.0-513.el8.x86_64 3/3 2023-09-22T22:06:00.428 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-4.18.0-513.el8.x86_64 1/3 2023-09-22T22:06:00.429 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-core-4.18.0-513.el8.x86_64 2/3 2023-09-22T22:06:01.460 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : kernel-modules-4.18.0-513.el8.x86_64 3/3 2023-09-22T22:06:01.460 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:06:01.460 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-09-22T22:06:01.461 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-4.18.0-513.el8.x86_64 kernel-core-4.18.0-513.el8.x86_64 2023-09-22T22:06:01.461 INFO:teuthology.orchestra.run.smithi190.stdout: kernel-modules-4.18.0-513.el8.x86_64 2023-09-22T22:06:01.461 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:06:01.461 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-09-22T22:06:01.625 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q kernel | sort -rV | head -n 1 2023-09-22T22:06:01.838 INFO:teuthology.orchestra.run.smithi190.stdout:kernel-4.18.0-513.el8.x86_64 2023-09-22T22:06:01.838 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.el8.x86_64 2023-09-22T22:06:01.838 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-513.el8.x86_64 2023-09-22T22:06:01.838 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-22T22:06:01.839 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-22T22:06:01.839 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-09-22T22:06:01.839 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi190.front.sepia.ceph.com, path=None, version=distro) 2023-09-22T22:06:01.839 DEBUG:teuthology.orchestra.run.smithi190:> rpm -q kernel | sort -rV | head -n 1 2023-09-22T22:06:02.047 INFO:teuthology.orchestra.run.smithi190.stdout:kernel-4.18.0-513.el8.x86_64 2023-09-22T22:06:02.047 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.el8.x86_64 2023-09-22T22:06:02.047 DEBUG:teuthology.orchestra.run.smithi190:> sudo rpm -qi grub2-tools 2023-09-22T22:06:02.080 INFO:teuthology.orchestra.run.smithi190.stdout:Name : grub2-tools 2023-09-22T22:06:02.081 INFO:teuthology.orchestra.run.smithi190.stdout:Epoch : 1 2023-09-22T22:06:02.081 INFO:teuthology.orchestra.run.smithi190.stdout:Version : 2.02 2023-09-22T22:06:02.081 INFO:teuthology.orchestra.run.smithi190.stdout:Release : 129.el8 2023-09-22T22:06:02.081 INFO:teuthology.orchestra.run.smithi190.stdout:Architecture: x86_64 2023-09-22T22:06:02.081 INFO:teuthology.orchestra.run.smithi190.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-22T22:06:02.081 INFO:teuthology.orchestra.run.smithi190.stdout:Group : System Environment/Base 2023-09-22T22:06:02.081 INFO:teuthology.orchestra.run.smithi190.stdout:Size : 9265586 2023-09-22T22:06:02.081 INFO:teuthology.orchestra.run.smithi190.stdout:License : GPLv3+ 2023-09-22T22:06:02.081 INFO:teuthology.orchestra.run.smithi190.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-22T22:06:02.081 INFO:teuthology.orchestra.run.smithi190.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-22T22:06:02.081 INFO:teuthology.orchestra.run.smithi190.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-22T22:06:02.082 INFO:teuthology.orchestra.run.smithi190.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-22T22:06:02.082 INFO:teuthology.orchestra.run.smithi190.stdout:Relocations : (not relocatable) 2023-09-22T22:06:02.082 INFO:teuthology.orchestra.run.smithi190.stdout:Packager : CentOS BuildSystem 2023-09-22T22:06:02.082 INFO:teuthology.orchestra.run.smithi190.stdout:Vendor : CentOS 2023-09-22T22:06:02.082 INFO:teuthology.orchestra.run.smithi190.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-22T22:06:02.082 INFO:teuthology.orchestra.run.smithi190.stdout:Summary : Support tools for GRUB. 2023-09-22T22:06:02.082 INFO:teuthology.orchestra.run.smithi190.stdout:Description : 2023-09-22T22:06:02.082 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:06:02.082 INFO:teuthology.orchestra.run.smithi190.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-22T22:06:02.082 INFO:teuthology.orchestra.run.smithi190.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-22T22:06:02.082 INFO:teuthology.orchestra.run.smithi190.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-22T22:06:02.083 INFO:teuthology.orchestra.run.smithi190.stdout:hardware devices. 2023-09-22T22:06:02.083 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:06:02.083 INFO:teuthology.orchestra.run.smithi190.stdout:This subpackage provides tools for support of all platforms. 2023-09-22T22:06:02.083 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-22T22:06:02.084 INFO:teuthology.task.kernel:Updating grub on smithi190 to boot 4.18.0-513.el8.x86_64 2023-09-22T22:06:02.084 DEBUG:teuthology.orchestra.run.smithi190:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-22T22:06:03.426 INFO:teuthology.orchestra.run.smithi190.stderr:Generating grub configuration file ... 2023-09-22T22:06:05.246 INFO:teuthology.orchestra.run.smithi190.stderr:done 2023-09-22T22:06:05.248 DEBUG:teuthology.orchestra.run.smithi190:> mktemp 2023-09-22T22:06:05.311 INFO:teuthology.orchestra.run.smithi190.stdout:/tmp/tmp.iI4kYDsiDD 2023-09-22T22:06:05.311 DEBUG:teuthology.orchestra.run.smithi190:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.iI4kYDsiDD 2023-09-22T22:06:05.405 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 0666 /tmp/tmp.iI4kYDsiDD 2023-09-22T22:06:05.507 DEBUG:teuthology.orchestra.remote:smithi190:/tmp/tmp.iI4kYDsiDD is 6KB 2023-09-22T22:06:05.529 DEBUG:teuthology.orchestra.run.smithi190:> rm -fr /tmp/tmp.iI4kYDsiDD 2023-09-22T22:06:05.546 DEBUG:teuthology.orchestra.run.smithi190:> sudo /bin/ls /boot/loader/entries || true 2023-09-22T22:06:05.590 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-core-4.18.0-513.el8.x86_64 3/3 2023-09-22T22:06:05.614 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-modules-4.18.0-513.el8.x86_64 3/3 2023-09-22T22:06:05.624 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-22T22:06:05.624 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-22T22:06:05.624 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-22T22:06:05.624 INFO:teuthology.orchestra.run.smithi190.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-513.el8.x86_64.conf 2023-09-22T22:06:05.625 DEBUG:teuthology.orchestra.run.smithi190:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-513.el8.x86_64 2023-09-22T22:06:05.832 DEBUG:teuthology.orchestra.run.smithi190:> sudo shutdown -r now 2023-09-22T22:06:05.966 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-4.18.0-513.el8.x86_64 3/3 2023-09-22T22:06:05.966 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-4.18.0-513.el8.x86_64 1/3 2023-09-22T22:06:05.966 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-core-4.18.0-513.el8.x86_64 2/3 2023-09-22T22:06:06.667 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-modules-4.18.0-513.el8.x86_64 3/3 2023-09-22T22:06:06.668 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:06:06.668 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2023-09-22T22:06:06.668 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-4.18.0-513.el8.x86_64 kernel-core-4.18.0-513.el8.x86_64 2023-09-22T22:06:06.668 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-modules-4.18.0-513.el8.x86_64 2023-09-22T22:06:06.668 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:06:06.668 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2023-09-22T22:06:06.831 DEBUG:teuthology.orchestra.run.smithi110:> rpm -q kernel | sort -rV | head -n 1 2023-09-22T22:06:07.043 INFO:teuthology.orchestra.run.smithi110.stdout:kernel-4.18.0-513.el8.x86_64 2023-09-22T22:06:07.043 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.el8.x86_64 2023-09-22T22:06:07.044 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-513.el8.x86_64 2023-09-22T22:06:07.044 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-09-22T22:06:07.044 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-09-22T22:06:07.044 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-09-22T22:06:07.044 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi110.front.sepia.ceph.com, path=None, version=distro) 2023-09-22T22:06:07.044 DEBUG:teuthology.orchestra.run.smithi110:> rpm -q kernel | sort -rV | head -n 1 2023-09-22T22:06:07.252 INFO:teuthology.orchestra.run.smithi110.stdout:kernel-4.18.0-513.el8.x86_64 2023-09-22T22:06:07.253 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.el8.x86_64 2023-09-22T22:06:07.253 DEBUG:teuthology.orchestra.run.smithi110:> sudo rpm -qi grub2-tools 2023-09-22T22:06:07.286 INFO:teuthology.orchestra.run.smithi110.stdout:Name : grub2-tools 2023-09-22T22:06:07.287 INFO:teuthology.orchestra.run.smithi110.stdout:Epoch : 1 2023-09-22T22:06:07.287 INFO:teuthology.orchestra.run.smithi110.stdout:Version : 2.02 2023-09-22T22:06:07.287 INFO:teuthology.orchestra.run.smithi110.stdout:Release : 129.el8 2023-09-22T22:06:07.287 INFO:teuthology.orchestra.run.smithi110.stdout:Architecture: x86_64 2023-09-22T22:06:07.287 INFO:teuthology.orchestra.run.smithi110.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-09-22T22:06:07.287 INFO:teuthology.orchestra.run.smithi110.stdout:Group : System Environment/Base 2023-09-22T22:06:07.287 INFO:teuthology.orchestra.run.smithi110.stdout:Size : 9265586 2023-09-22T22:06:07.287 INFO:teuthology.orchestra.run.smithi110.stdout:License : GPLv3+ 2023-09-22T22:06:07.287 INFO:teuthology.orchestra.run.smithi110.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-09-22T22:06:07.287 INFO:teuthology.orchestra.run.smithi110.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-09-22T22:06:07.287 INFO:teuthology.orchestra.run.smithi110.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-09-22T22:06:07.288 INFO:teuthology.orchestra.run.smithi110.stdout:Build Host : kbuilder.bsys.centos.org 2023-09-22T22:06:07.288 INFO:teuthology.orchestra.run.smithi110.stdout:Relocations : (not relocatable) 2023-09-22T22:06:07.288 INFO:teuthology.orchestra.run.smithi110.stdout:Packager : CentOS BuildSystem 2023-09-22T22:06:07.288 INFO:teuthology.orchestra.run.smithi110.stdout:Vendor : CentOS 2023-09-22T22:06:07.288 INFO:teuthology.orchestra.run.smithi110.stdout:URL : http://www.gnu.org/software/grub/ 2023-09-22T22:06:07.288 INFO:teuthology.orchestra.run.smithi110.stdout:Summary : Support tools for GRUB. 2023-09-22T22:06:07.288 INFO:teuthology.orchestra.run.smithi110.stdout:Description : 2023-09-22T22:06:07.288 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:06:07.288 INFO:teuthology.orchestra.run.smithi110.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-09-22T22:06:07.288 INFO:teuthology.orchestra.run.smithi110.stdout:customizable bootloader with modular architecture. It supports a rich 2023-09-22T22:06:07.288 INFO:teuthology.orchestra.run.smithi110.stdout:variety of kernel formats, file systems, computer architectures and 2023-09-22T22:06:07.288 INFO:teuthology.orchestra.run.smithi110.stdout:hardware devices. 2023-09-22T22:06:07.288 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:06:07.289 INFO:teuthology.orchestra.run.smithi110.stdout:This subpackage provides tools for support of all platforms. 2023-09-22T22:06:07.289 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-09-22T22:06:07.289 INFO:teuthology.task.kernel:Updating grub on smithi110 to boot 4.18.0-513.el8.x86_64 2023-09-22T22:06:07.289 DEBUG:teuthology.orchestra.run.smithi110:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-09-22T22:06:08.812 INFO:teuthology.orchestra.run.smithi110.stderr:Generating grub configuration file ... 2023-09-22T22:06:11.030 INFO:teuthology.orchestra.run.smithi110.stderr:done 2023-09-22T22:06:11.032 DEBUG:teuthology.orchestra.run.smithi110:> mktemp 2023-09-22T22:06:11.059 INFO:teuthology.orchestra.run.smithi110.stdout:/tmp/tmp.37T5vWPe4P 2023-09-22T22:06:11.059 DEBUG:teuthology.orchestra.run.smithi110:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.37T5vWPe4P 2023-09-22T22:06:11.133 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0666 /tmp/tmp.37T5vWPe4P 2023-09-22T22:06:11.270 DEBUG:teuthology.orchestra.remote:smithi110:/tmp/tmp.37T5vWPe4P is 6KB 2023-09-22T22:06:11.318 DEBUG:teuthology.orchestra.run.smithi110:> rm -fr /tmp/tmp.37T5vWPe4P 2023-09-22T22:06:11.335 DEBUG:teuthology.orchestra.run.smithi110:> sudo /bin/ls /boot/loader/entries || true 2023-09-22T22:06:11.403 INFO:teuthology.orchestra.run.smithi110.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-09-22T22:06:11.403 INFO:teuthology.orchestra.run.smithi110.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-09-22T22:06:11.403 INFO:teuthology.orchestra.run.smithi110.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-09-22T22:06:11.404 INFO:teuthology.orchestra.run.smithi110.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-513.el8.x86_64.conf 2023-09-22T22:06:11.404 DEBUG:teuthology.orchestra.run.smithi110:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-513.el8.x86_64 2023-09-22T22:06:11.542 DEBUG:teuthology.orchestra.run.smithi110:> sudo shutdown -r now 2023-09-22T22:06:35.859 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-09-22T22:06:35.859 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-09-22T22:06:35.860 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-22T22:06:41.545 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-09-22T22:06:41.545 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-09-22T22:06:41.546 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-22T22:07:35.914 DEBUG:teuthology.orchestra.remote:timed out 2023-09-22T22:07:41.552 DEBUG:teuthology.orchestra.remote:timed out 2023-09-22T22:07:44.918 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-09-22T22:07:44.919 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-22T22:07:45.186 DEBUG:teuthology.orchestra.run.smithi190:> true 2023-09-22T22:07:45.464 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-09-22T22:07:45.464 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-513.el8.x86_64"... 2023-09-22T22:07:45.465 DEBUG:teuthology.orchestra.run.smithi190:> uname -r 2023-09-22T22:07:45.481 INFO:teuthology.orchestra.run.smithi190.stdout:4.18.0-513.el8.x86_64 2023-09-22T22:07:45.482 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-513.el8.x86_64 vs 4.18.0-513.el8.x86_64 2023-09-22T22:07:45.482 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-22T22:07:45.482 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-22T22:07:46.483 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-09-22T22:07:46.483 DEBUG:teuthology.orchestra.run.smithi190:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-22T22:07:46.586 INFO:teuthology.orchestra.run.smithi190.stdout:ttyS1 2023-09-22T22:07:46.600 DEBUG:teuthology.parallel:result is None 2023-09-22T22:07:50.553 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-09-22T22:07:50.554 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-22T22:07:50.969 DEBUG:teuthology.orchestra.run.smithi110:> true 2023-09-22T22:07:51.239 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-09-22T22:07:51.239 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-513.el8.x86_64"... 2023-09-22T22:07:51.239 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2023-09-22T22:07:51.256 INFO:teuthology.orchestra.run.smithi110.stdout:4.18.0-513.el8.x86_64 2023-09-22T22:07:51.256 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-513.el8.x86_64 vs 4.18.0-513.el8.x86_64 2023-09-22T22:07:51.257 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-09-22T22:07:51.257 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-09-22T22:07:52.258 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-09-22T22:07:52.258 DEBUG:teuthology.orchestra.run.smithi110:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-09-22T22:07:52.347 INFO:teuthology.orchestra.run.smithi110.stdout:ttyS1 2023-09-22T22:07:52.369 DEBUG:teuthology.parallel:result is None 2023-09-22T22:07:52.369 INFO:teuthology.run_tasks:Running task internal.base... 2023-09-22T22:07:52.376 INFO:teuthology.task.internal:Creating test directory... 2023-09-22T22:07:52.377 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-22T22:07:52.378 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-09-22T22:07:52.403 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-09-22T22:07:52.418 INFO:teuthology.run_tasks:Running task internal.archive... 2023-09-22T22:07:52.461 INFO:teuthology.task.internal:Creating archive directory... 2023-09-22T22:07:52.461 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-22T22:07:52.464 DEBUG:teuthology.orchestra.run.smithi190:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-09-22T22:07:52.509 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-09-22T22:07:52.516 INFO:teuthology.task.internal:Enabling coredump saving... 2023-09-22T22:07:52.516 DEBUG:teuthology.orchestra.run.smithi110:> 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-09-22T22:07:52.540 DEBUG:teuthology.orchestra.run.smithi190:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-09-22T22:07:52.589 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-22T22:07:52.600 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-22T22:07:52.676 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-22T22:07:52.685 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-09-22T22:07:52.687 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-09-22T22:07:52.694 INFO:teuthology.task.internal:Configuring sudo... 2023-09-22T22:07:52.694 DEBUG:teuthology.orchestra.run.smithi110:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-22T22:07:52.697 DEBUG:teuthology.orchestra.run.smithi190:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-09-22T22:07:52.728 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-09-22T22:07:52.737 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-09-22T22:07:52.737 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-22T22:07:52.764 DEBUG:teuthology.orchestra.run.smithi190:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-09-22T22:07:52.788 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-22T22:07:52.866 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-22T22:07:52.948 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-22T22:07:53.045 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-22T22:07:53.084 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-22T22:07:53.084 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-22T22:07:53.469 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-22T22:07:53.517 DEBUG:teuthology.orchestra.run.smithi190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-09-22T22:07:53.571 DEBUG:teuthology.orchestra.run.smithi190:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-22T22:07:53.657 DEBUG:teuthology.orchestra.run.smithi190:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-09-22T22:07:53.705 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-09-22T22:07:53.706 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-09-22T22:07:53.775 DEBUG:teuthology.orchestra.run.smithi110:> sudo service rsyslog restart 2023-09-22T22:07:53.798 DEBUG:teuthology.orchestra.run.smithi190:> sudo service rsyslog restart 2023-09-22T22:07:53.883 INFO:teuthology.orchestra.run.smithi190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-22T22:07:54.220 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-22T22:07:54.586 INFO:teuthology.run_tasks:Running task internal.timer... 2023-09-22T22:07:54.593 INFO:teuthology.task.internal:Starting timer... 2023-09-22T22:07:54.593 INFO:teuthology.run_tasks:Running task pcp... 2023-09-22T22:07:54.641 INFO:teuthology.run_tasks:Running task selinux... 2023-09-22T22:07:54.679 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-09-22T22:07:54.679 DEBUG:teuthology.orchestra.run.smithi110:> sudo service auditd rotate 2023-09-22T22:07:54.761 INFO:teuthology.orchestra.run.smithi110.stdout:Rotating logs: 2023-09-22T22:07:54.763 DEBUG:teuthology.orchestra.run.smithi190:> sudo service auditd rotate 2023-09-22T22:07:54.860 INFO:teuthology.orchestra.run.smithi190.stdout:Rotating logs: 2023-09-22T22:07:54.861 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-09-22T22:07:54.861 DEBUG:teuthology.orchestra.run.smithi110:> /usr/sbin/getenforce 2023-09-22T22:07:55.008 INFO:teuthology.orchestra.run.smithi110.stdout:Permissive 2023-09-22T22:07:55.008 DEBUG:teuthology.orchestra.run.smithi190:> /usr/sbin/getenforce 2023-09-22T22:07:55.044 INFO:teuthology.orchestra.run.smithi190.stdout:Permissive 2023-09-22T22:07:55.044 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi110.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi190.front.sepia.ceph.com': 'permissive'} 2023-09-22T22:07:55.044 DEBUG:teuthology.orchestra.run.smithi110:> 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-09-22T22:07:55.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-22T22:07:55.073 DEBUG:teuthology.orchestra.run.smithi190:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-22T22:07:55.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-22T22:07:55.114 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-09-22T22:07:55.115 DEBUG:teuthology.orchestra.run.smithi110:> sudo /usr/sbin/setenforce permissive 2023-09-22T22:07:55.203 DEBUG:teuthology.orchestra.run.smithi190:> sudo /usr/sbin/setenforce permissive 2023-09-22T22:07:55.233 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-09-22T22:07:55.242 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-09-22T22:07:55.243 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-09-22T22:07:55.258 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-09-22T22:07:55.259 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi110.front.sepia.ceph.com,smithi190.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-09-22T22:15:10.092 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi110.front.sepia.ceph.com'), Remote(name='ubuntu@smithi190.front.sepia.ceph.com')] 2023-09-22T22:15:10.093 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-09-22T22:15:10.094 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-22T22:15:10.162 DEBUG:teuthology.orchestra.run.smithi110:> true 2023-09-22T22:15:10.233 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-09-22T22:15:10.234 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-09-22T22:15:10.234 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi190.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-09-22T22:15:10.303 DEBUG:teuthology.orchestra.run.smithi190:> true 2023-09-22T22:15:10.372 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi190.front.sepia.ceph.com' 2023-09-22T22:15:10.372 INFO:teuthology.run_tasks:Running task clock... 2023-09-22T22:15:10.384 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-09-22T22:15:10.384 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-22T22:15:10.385 DEBUG:teuthology.orchestra.run.smithi110:> 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-09-22T22:15:10.387 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-09-22T22:15:10.387 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-22T22:15:10.418 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-22T22:15:10.433 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-22T22:15:10.444 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-09-22T22:15:10.458 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-09-22T22:15:10.500 INFO:teuthology.orchestra.run.smithi110.stderr:sudo: ntpd: command not found 2023-09-22T22:15:10.510 INFO:teuthology.orchestra.run.smithi110.stdout:506 Cannot talk to daemon 2023-09-22T22:15:10.525 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-22T22:15:10.533 INFO:teuthology.orchestra.run.smithi190.stderr:sudo: ntpd: command not found 2023-09-22T22:15:10.538 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-22T22:15:10.544 INFO:teuthology.orchestra.run.smithi190.stdout:506 Cannot talk to daemon 2023-09-22T22:15:10.558 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-09-22T22:15:10.572 INFO:teuthology.orchestra.run.smithi190.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-09-22T22:15:10.616 INFO:teuthology.orchestra.run.smithi110.stderr:bash: ntpq: command not found 2023-09-22T22:15:10.619 INFO:teuthology.orchestra.run.smithi110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-22T22:15:10.619 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================== 2023-09-22T22:15:10.619 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-22T22:15:10.619 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-22T22:15:10.620 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-22T22:15:10.620 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-22T22:15:10.642 INFO:teuthology.orchestra.run.smithi190.stderr:bash: ntpq: command not found 2023-09-22T22:15:10.646 INFO:teuthology.orchestra.run.smithi190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-22T22:15:10.646 INFO:teuthology.orchestra.run.smithi190.stdout:=============================================================================== 2023-09-22T22:15:10.646 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-22T22:15:10.646 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-22T22:15:10.646 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-22T22:15:10.646 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-09-22T22:15:10.647 INFO:teuthology.run_tasks:Running task pexec... 2023-09-22T22:15:10.656 INFO:teuthology.task.pexec:Executing custom commands... 2023-09-22T22:15:10.657 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi110.front.sepia.ceph.com 2023-09-22T22:15:10.657 DEBUG:teuthology.orchestra.run.smithi110:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-22T22:15:10.657 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi190.front.sepia.ceph.com 2023-09-22T22:15:10.657 DEBUG:teuthology.orchestra.run.smithi190:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-09-22T22:15:11.530 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:01:34 ago on Fri 22 Sep 2023 10:13:37 PM UTC. 2023-09-22T22:15:11.566 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:34 ago on Fri 22 Sep 2023 10:13:37 PM UTC. 2023-09-22T22:15:13.537 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2023-09-22T22:15:13.538 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2023-09-22T22:15:13.538 INFO:teuthology.orchestra.run.smithi110.stdout: Package Architecture Version Repository Size 2023-09-22T22:15:13.538 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2023-09-22T22:15:13.538 INFO:teuthology.orchestra.run.smithi110.stdout:Resetting modules: 2023-09-22T22:15:13.538 INFO:teuthology.orchestra.run.smithi110.stdout: container-tools 2023-09-22T22:15:13.539 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:15:13.539 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2023-09-22T22:15:13.539 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2023-09-22T22:15:13.539 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:15:13.590 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-09-22T22:15:13.591 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-09-22T22:15:13.592 INFO:teuthology.orchestra.run.smithi190.stdout: Package Architecture Version Repository Size 2023-09-22T22:15:13.592 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-09-22T22:15:13.592 INFO:teuthology.orchestra.run.smithi190.stdout:Resetting modules: 2023-09-22T22:15:13.592 INFO:teuthology.orchestra.run.smithi190.stdout: container-tools 2023-09-22T22:15:13.592 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:15:13.592 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-09-22T22:15:13.592 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-09-22T22:15:13.592 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:15:13.777 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2023-09-22T22:15:13.851 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-09-22T22:15:14.707 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:01:37 ago on Fri 22 Sep 2023 10:13:37 PM UTC. 2023-09-22T22:15:14.812 INFO:teuthology.orchestra.run.smithi190.stdout:Last metadata expiration check: 0:01:37 ago on Fri 22 Sep 2023 10:13:37 PM UTC. 2023-09-22T22:15:16.716 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2023-09-22T22:15:16.812 INFO:teuthology.orchestra.run.smithi190.stdout:Dependencies resolved. 2023-09-22T22:15:16.867 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2023-09-22T22:15:16.867 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repository Size 2023-09-22T22:15:16.867 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2023-09-22T22:15:16.867 INFO:teuthology.orchestra.run.smithi110.stdout:Installing group/module packages: 2023-09-22T22:15:16.867 INFO:teuthology.orchestra.run.smithi110.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-22T22:15:16.867 INFO:teuthology.orchestra.run.smithi110.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-22T22:15:16.867 INFO:teuthology.orchestra.run.smithi110.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-22T22:15:16.867 INFO:teuthology.orchestra.run.smithi110.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-22T22:15:16.868 INFO:teuthology.orchestra.run.smithi110.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-22T22:15:16.868 INFO:teuthology.orchestra.run.smithi110.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-22T22:15:16.868 INFO:teuthology.orchestra.run.smithi110.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-22T22:15:16.868 INFO:teuthology.orchestra.run.smithi110.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-22T22:15:16.868 INFO:teuthology.orchestra.run.smithi110.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-22T22:15:16.868 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2023-09-22T22:15:16.868 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-22T22:15:16.868 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-22T22:15:16.868 INFO:teuthology.orchestra.run.smithi110.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-22T22:15:16.868 INFO:teuthology.orchestra.run.smithi110.stdout:Installing weak dependencies: 2023-09-22T22:15:16.868 INFO:teuthology.orchestra.run.smithi110.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-22T22:15:16.868 INFO:teuthology.orchestra.run.smithi110.stdout:Installing module profiles: 2023-09-22T22:15:16.868 INFO:teuthology.orchestra.run.smithi110.stdout: container-tools/common 2023-09-22T22:15:16.869 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:15:16.869 INFO:teuthology.orchestra.run.smithi110.stdout:Enabling module streams: 2023-09-22T22:15:16.869 INFO:teuthology.orchestra.run.smithi110.stdout: container-tools rhel8 2023-09-22T22:15:16.869 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:15:16.869 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2023-09-22T22:15:16.869 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2023-09-22T22:15:16.869 INFO:teuthology.orchestra.run.smithi110.stdout:Install 13 Packages 2023-09-22T22:15:16.869 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:15:16.870 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 26 M 2023-09-22T22:15:16.870 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 87 M 2023-09-22T22:15:16.870 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2023-09-22T22:15:16.961 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-09-22T22:15:16.961 INFO:teuthology.orchestra.run.smithi190.stdout: Package Arch Version Repository Size 2023-09-22T22:15:16.961 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-09-22T22:15:16.961 INFO:teuthology.orchestra.run.smithi190.stdout:Installing group/module packages: 2023-09-22T22:15:16.961 INFO:teuthology.orchestra.run.smithi190.stdout: aardvark-dns x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 1.0 M 2023-09-22T22:15:16.962 INFO:teuthology.orchestra.run.smithi190.stdout: buildah x86_64 1:1.31.3-1.module_el8+664+4072b3ae appstream 8.8 M 2023-09-22T22:15:16.962 INFO:teuthology.orchestra.run.smithi190.stdout: cockpit-podman noarch 75-1.module_el8+664+4072b3ae appstream 739 k 2023-09-22T22:15:16.962 INFO:teuthology.orchestra.run.smithi190.stdout: crun x86_64 1.8.7-1.module_el8+661+d1afb926 appstream 239 k 2023-09-22T22:15:16.962 INFO:teuthology.orchestra.run.smithi190.stdout: netavark x86_64 2:1.7.0-1.module_el8+487+8e42a277 appstream 3.7 M 2023-09-22T22:15:16.962 INFO:teuthology.orchestra.run.smithi190.stdout: python3-podman noarch 4.6.0-1.module_el8+582+a2558ae2 appstream 177 k 2023-09-22T22:15:16.962 INFO:teuthology.orchestra.run.smithi190.stdout: skopeo x86_64 2:1.13.3-1.module_el8+664+4072b3ae appstream 8.1 M 2023-09-22T22:15:16.962 INFO:teuthology.orchestra.run.smithi190.stdout: toolbox x86_64 0.0.99.4-5.module_el8+649+e2deac1d appstream 2.5 M 2023-09-22T22:15:16.962 INFO:teuthology.orchestra.run.smithi190.stdout: udica noarch 0.2.6-20.module_el8+487+8e42a277 appstream 53 k 2023-09-22T22:15:16.962 INFO:teuthology.orchestra.run.smithi190.stdout:Installing dependencies: 2023-09-22T22:15:16.962 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-09-22T22:15:16.962 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-09-22T22:15:16.963 INFO:teuthology.orchestra.run.smithi190.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-09-22T22:15:16.963 INFO:teuthology.orchestra.run.smithi190.stdout:Installing weak dependencies: 2023-09-22T22:15:16.963 INFO:teuthology.orchestra.run.smithi190.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-09-22T22:15:16.963 INFO:teuthology.orchestra.run.smithi190.stdout:Installing module profiles: 2023-09-22T22:15:16.963 INFO:teuthology.orchestra.run.smithi190.stdout: container-tools/common 2023-09-22T22:15:16.963 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:15:16.963 INFO:teuthology.orchestra.run.smithi190.stdout:Enabling module streams: 2023-09-22T22:15:16.963 INFO:teuthology.orchestra.run.smithi190.stdout: container-tools rhel8 2023-09-22T22:15:16.963 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:15:16.963 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction Summary 2023-09-22T22:15:16.963 INFO:teuthology.orchestra.run.smithi190.stdout:================================================================================ 2023-09-22T22:15:16.963 INFO:teuthology.orchestra.run.smithi190.stdout:Install 13 Packages 2023-09-22T22:15:16.963 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:15:16.964 INFO:teuthology.orchestra.run.smithi190.stdout:Total download size: 26 M 2023-09-22T22:15:16.964 INFO:teuthology.orchestra.run.smithi190.stdout:Installed size: 87 M 2023-09-22T22:15:16.964 INFO:teuthology.orchestra.run.smithi190.stdout:Downloading Packages: 2023-09-22T22:15:17.297 INFO:teuthology.orchestra.run.smithi190.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 2.6 MB/s | 739 kB 00:00 2023-09-22T22:15:17.339 INFO:teuthology.orchestra.run.smithi190.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 3.1 MB/s | 1.0 MB 00:00 2023-09-22T22:15:17.342 INFO:teuthology.orchestra.run.smithi110.stdout:(1/13): cockpit-podman-75-1.module_el8+664+4072 2.6 MB/s | 739 kB 00:00 2023-09-22T22:15:17.364 INFO:teuthology.orchestra.run.smithi190.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 566 kB/s | 38 kB 00:00 2023-09-22T22:15:17.376 INFO:teuthology.orchestra.run.smithi110.stdout:(2/13): aardvark-dns-1.7.0-1.module_el8+487+8e4 3.2 MB/s | 1.0 MB 00:00 2023-09-22T22:15:17.393 INFO:teuthology.orchestra.run.smithi110.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 754 kB/s | 38 kB 00:00 2023-09-22T22:15:17.398 INFO:teuthology.orchestra.run.smithi190.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 4.0 MB/s | 239 kB 00:00 2023-09-22T22:15:17.435 INFO:teuthology.orchestra.run.smithi110.stdout:(4/13): crun-1.8.7-1.module_el8+661+d1afb926.x8 4.0 MB/s | 239 kB 00:00 2023-09-22T22:15:17.457 INFO:teuthology.orchestra.run.smithi190.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 3.0 MB/s | 177 kB 00:00 2023-09-22T22:15:17.493 INFO:teuthology.orchestra.run.smithi110.stdout:(5/13): python3-podman-4.6.0-1.module_el8+582+a 3.0 MB/s | 177 kB 00:00 2023-09-22T22:15:17.540 INFO:teuthology.orchestra.run.smithi190.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 297 kB/s | 25 kB 00:00 2023-09-22T22:15:17.560 INFO:teuthology.orchestra.run.smithi110.stdout:(6/13): netavark-1.7.0-1.module_el8+487+8e42a27 22 MB/s | 3.7 MB 00:00 2023-09-22T22:15:17.577 INFO:teuthology.orchestra.run.smithi110.stdout:(7/13): python3-pytoml-0.1.14-5.git7dea353.el8. 296 kB/s | 25 kB 00:00 2023-09-22T22:15:17.641 INFO:teuthology.orchestra.run.smithi190.stdout:(7/13): buildah-1.31.3-1.module_el8+664+4072b3a 14 MB/s | 8.8 MB 00:00 2023-09-22T22:15:17.666 INFO:teuthology.orchestra.run.smithi190.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 748 kB/s | 94 kB 00:00 2023-09-22T22:15:17.678 INFO:teuthology.orchestra.run.smithi110.stdout:(8/13): buildah-1.31.3-1.module_el8+664+4072b3a 14 MB/s | 8.8 MB 00:00 2023-09-22T22:15:17.695 INFO:teuthology.orchestra.run.smithi110.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 701 kB/s | 94 kB 00:00 2023-09-22T22:15:17.725 INFO:teuthology.orchestra.run.smithi190.stdout:(9/13): netavark-1.7.0-1.module_el8+487+8e42a27 10 MB/s | 3.7 MB 00:00 2023-09-22T22:15:17.762 INFO:teuthology.orchestra.run.smithi110.stdout:(10/13): toolbox-0.0.99.4-5.module_el8+649+e2de 30 MB/s | 2.5 MB 00:00 2023-09-22T22:15:17.787 INFO:teuthology.orchestra.run.smithi110.stdout:(11/13): udica-0.2.6-20.module_el8+487+8e42a277 572 kB/s | 53 kB 00:00 2023-09-22T22:15:17.816 INFO:teuthology.orchestra.run.smithi190.stdout:(10/13): toolbox-0.0.99.4-5.module_el8+649+e2de 17 MB/s | 2.5 MB 00:00 2023-09-22T22:15:17.821 INFO:teuthology.orchestra.run.smithi110.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 699 kB/s | 41 kB 00:00 2023-09-22T22:15:17.842 INFO:teuthology.orchestra.run.smithi190.stdout:(11/13): udica-0.2.6-20.module_el8+487+8e42a277 450 kB/s | 53 kB 00:00 2023-09-22T22:15:17.875 INFO:teuthology.orchestra.run.smithi190.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 700 kB/s | 41 kB 00:00 2023-09-22T22:15:17.967 INFO:teuthology.orchestra.run.smithi190.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 25 MB/s | 8.1 MB 00:00 2023-09-22T22:15:17.968 INFO:teuthology.orchestra.run.smithi190.stdout:-------------------------------------------------------------------------------- 2023-09-22T22:15:17.968 INFO:teuthology.orchestra.run.smithi190.stdout:Total 25 MB/s | 26 MB 00:01 2023-09-22T22:15:18.231 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction check 2023-09-22T22:15:18.252 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction check succeeded. 2023-09-22T22:15:18.252 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction test 2023-09-22T22:15:18.262 INFO:teuthology.orchestra.run.smithi110.stdout:(13/13): skopeo-1.13.3-1.module_el8+664+4072b3a 12 MB/s | 8.1 MB 00:00 2023-09-22T22:15:18.263 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2023-09-22T22:15:18.263 INFO:teuthology.orchestra.run.smithi110.stdout:Total 18 MB/s | 26 MB 00:01 2023-09-22T22:15:18.527 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2023-09-22T22:15:18.540 INFO:teuthology.orchestra.run.smithi190.stdout:Transaction test succeeded. 2023-09-22T22:15:18.543 INFO:teuthology.orchestra.run.smithi190.stdout:Running transaction 2023-09-22T22:15:18.548 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2023-09-22T22:15:18.548 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2023-09-22T22:15:18.813 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2023-09-22T22:15:18.816 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2023-09-22T22:15:19.233 INFO:teuthology.orchestra.run.smithi190.stdout: Preparing : 1/1 2023-09-22T22:15:19.489 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-22T22:15:19.493 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2023-09-22T22:15:19.668 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-22T22:15:19.741 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-09-22T22:15:19.896 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-22T22:15:19.919 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-09-22T22:15:20.095 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-22T22:15:20.114 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-09-22T22:15:20.338 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-22T22:15:20.656 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-22T22:15:20.863 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 5/13 2023-09-22T22:15:21.625 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-22T22:15:21.803 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-22T22:15:21.899 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-22T22:15:22.030 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 7/13 2023-09-22T22:15:22.096 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-22T22:15:22.268 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 8/13 2023-09-22T22:15:22.791 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-22T22:15:22.791 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 9/13 2023-09-22T22:15:22.792 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-22T22:15:22.931 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : udica-0.2.6-20.module_el8+487+8e42a277.noarch 10/13 2023-09-22T22:15:23.636 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-22T22:15:23.796 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-22T22:15:23.868 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-22T22:15:24.019 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 12/13 2023-09-22T22:15:24.066 INFO:teuthology.orchestra.run.smithi190.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-22T22:15:24.234 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-22T22:15:24.499 INFO:teuthology.orchestra.run.smithi190.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-22T22:15:24.499 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-22T22:15:24.499 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-22T22:15:24.499 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-22T22:15:24.499 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-22T22:15:24.500 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-22T22:15:24.500 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-22T22:15:24.500 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-22T22:15:24.500 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-22T22:15:24.500 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-22T22:15:24.500 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-22T22:15:24.500 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-22T22:15:24.500 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-22T22:15:24.650 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 13/13 2023-09-22T22:15:24.650 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86 1/13 2023-09-22T22:15:24.650 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2/13 2023-09-22T22:15:24.650 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 3/13 2023-09-22T22:15:24.650 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-09-22T22:15:24.650 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : crun-1.8.7-1.module_el8+661+d1afb926.x86_64 5/13 2023-09-22T22:15:24.650 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 6/13 2023-09-22T22:15:24.650 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-podman-4.6.0-1.module_el8+582+a2558ae2.noa 7/13 2023-09-22T22:15:24.651 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-09-22T22:15:24.651 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-09-22T22:15:24.651 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 10/13 2023-09-22T22:15:24.651 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 11/13 2023-09-22T22:15:24.651 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : udica-0.2.6-20.module_el8+487+8e42a277.noarch 12/13 2023-09-22T22:15:25.266 INFO:teuthology.orchestra.run.smithi190.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-22T22:15:25.266 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:15:25.266 INFO:teuthology.orchestra.run.smithi190.stdout:Installed: 2023-09-22T22:15:25.267 INFO:teuthology.orchestra.run.smithi190.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-22T22:15:25.267 INFO:teuthology.orchestra.run.smithi190.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-22T22:15:25.267 INFO:teuthology.orchestra.run.smithi190.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-22T22:15:25.267 INFO:teuthology.orchestra.run.smithi190.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-22T22:15:25.267 INFO:teuthology.orchestra.run.smithi190.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-22T22:15:25.267 INFO:teuthology.orchestra.run.smithi190.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-22T22:15:25.267 INFO:teuthology.orchestra.run.smithi190.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-22T22:15:25.267 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-22T22:15:25.267 INFO:teuthology.orchestra.run.smithi190.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-22T22:15:25.267 INFO:teuthology.orchestra.run.smithi190.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-22T22:15:25.267 INFO:teuthology.orchestra.run.smithi190.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-22T22:15:25.267 INFO:teuthology.orchestra.run.smithi190.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-22T22:15:25.267 INFO:teuthology.orchestra.run.smithi190.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-22T22:15:25.268 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:15:25.268 INFO:teuthology.orchestra.run.smithi190.stdout:Complete! 2023-09-22T22:15:25.414 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-09-22T22:15:25.415 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:15:25.415 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2023-09-22T22:15:25.415 INFO:teuthology.orchestra.run.smithi110.stdout: aardvark-dns-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-22T22:15:25.415 INFO:teuthology.orchestra.run.smithi110.stdout: buildah-1:1.31.3-1.module_el8+664+4072b3ae.x86_64 2023-09-22T22:15:25.415 INFO:teuthology.orchestra.run.smithi110.stdout: cockpit-podman-75-1.module_el8+664+4072b3ae.noarch 2023-09-22T22:15:25.415 INFO:teuthology.orchestra.run.smithi110.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-09-22T22:15:25.415 INFO:teuthology.orchestra.run.smithi110.stdout: crun-1.8.7-1.module_el8+661+d1afb926.x86_64 2023-09-22T22:15:25.415 INFO:teuthology.orchestra.run.smithi110.stdout: netavark-2:1.7.0-1.module_el8+487+8e42a277.x86_64 2023-09-22T22:15:25.415 INFO:teuthology.orchestra.run.smithi110.stdout: python3-podman-4.6.0-1.module_el8+582+a2558ae2.noarch 2023-09-22T22:15:25.415 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-09-22T22:15:25.416 INFO:teuthology.orchestra.run.smithi110.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-09-22T22:15:25.416 INFO:teuthology.orchestra.run.smithi110.stdout: skopeo-2:1.13.3-1.module_el8+664+4072b3ae.x86_64 2023-09-22T22:15:25.416 INFO:teuthology.orchestra.run.smithi110.stdout: toolbox-0.0.99.4-5.module_el8+649+e2deac1d.x86_64 2023-09-22T22:15:25.416 INFO:teuthology.orchestra.run.smithi110.stdout: udica-0.2.6-20.module_el8+487+8e42a277.noarch 2023-09-22T22:15:25.416 INFO:teuthology.orchestra.run.smithi110.stdout: yajl-2.1.0-12.el8.x86_64 2023-09-22T22:15:25.416 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:15:25.416 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2023-09-22T22:15:25.548 DEBUG:teuthology.parallel:result is None 2023-09-22T22:15:25.699 DEBUG:teuthology.parallel:result is None 2023-09-22T22:15:25.700 INFO:teuthology.run_tasks:Running task cephadm... 2023-09-22T22:15:25.777 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': 'e658726abb668aaae1c42e72d314001acd82ce18'} 2023-09-22T22:15:25.777 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-09-22T22:15:25.778 INFO:tasks.cephadm:Cluster fsid is 87c32f6a-5995-11ee-8db4-212e2dc638e7 2023-09-22T22:15:25.778 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-09-22T22:15:25.778 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-09-22T22:15:25.778 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi110': '172.21.15.110', 'mon.smithi190': '172.21.15.190'} 2023-09-22T22:15:25.778 INFO:tasks.cephadm:Normalizing hostnames... 2023-09-22T22:15:25.778 DEBUG:teuthology.orchestra.run.smithi110:> sudo hostname $(hostname -s) 2023-09-22T22:15:25.807 DEBUG:teuthology.orchestra.run.smithi190:> sudo hostname $(hostname -s) 2023-09-22T22:15:25.835 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-09-22T22:15:25.836 DEBUG:teuthology.orchestra.run.smithi110:> 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-09-22T22:15:26.105 INFO:teuthology.orchestra.run.smithi110.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Sep 22 22:15 /home/ubuntu/cephtest/cephadm 2023-09-22T22:15:26.105 DEBUG:teuthology.orchestra.run.smithi190:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-09-22T22:15:26.258 INFO:teuthology.orchestra.run.smithi190.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Sep 22 22:15 /home/ubuntu/cephtest/cephadm 2023-09-22T22:15:26.258 DEBUG:teuthology.orchestra.run.smithi110:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-22T22:15:26.277 DEBUG:teuthology.orchestra.run.smithi190:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-09-22T22:15:26.304 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-09-22T22:15:26.304 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-09-22T22:15:26.319 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-09-22T22:15:28.064 INFO:teuthology.orchestra.run.smithi110.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-09-22T22:15:28.178 INFO:teuthology.orchestra.run.smithi190.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-09-22T22:15:49.995 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:15:49.995 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-09-22T22:15:49.995 INFO:teuthology.orchestra.run.smithi110.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-09-22T22:15:49.995 INFO:teuthology.orchestra.run.smithi110.stdout: "repo_digests": [ 2023-09-22T22:15:49.995 INFO:teuthology.orchestra.run.smithi110.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-09-22T22:15:49.995 INFO:teuthology.orchestra.run.smithi110.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-09-22T22:15:49.995 INFO:teuthology.orchestra.run.smithi110.stdout: ] 2023-09-22T22:15:49.995 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:15:50.217 INFO:teuthology.orchestra.run.smithi190.stdout:{ 2023-09-22T22:15:50.217 INFO:teuthology.orchestra.run.smithi190.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-09-22T22:15:50.218 INFO:teuthology.orchestra.run.smithi190.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-09-22T22:15:50.218 INFO:teuthology.orchestra.run.smithi190.stdout: "repo_digests": [ 2023-09-22T22:15:50.218 INFO:teuthology.orchestra.run.smithi190.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-09-22T22:15:50.218 INFO:teuthology.orchestra.run.smithi190.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-09-22T22:15:50.218 INFO:teuthology.orchestra.run.smithi190.stdout: ] 2023-09-22T22:15:50.218 INFO:teuthology.orchestra.run.smithi190.stdout:} 2023-09-22T22:15:50.236 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /etc/ceph 2023-09-22T22:15:50.268 DEBUG:teuthology.orchestra.run.smithi190:> sudo mkdir -p /etc/ceph 2023-09-22T22:15:50.298 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 777 /etc/ceph 2023-09-22T22:15:50.335 DEBUG:teuthology.orchestra.run.smithi190:> sudo chmod 777 /etc/ceph 2023-09-22T22:15:50.365 INFO:tasks.cephadm:Writing seed config... 2023-09-22T22:15:50.367 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-09-22T22:15:50.367 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-09-22T22:15:50.367 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-09-22T22:15:50.367 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-09-22T22:15:50.367 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-09-22T22:15:50.367 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-09-22T22:15:50.367 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-09-22T22:15:50.367 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-09-22T22:15:50.368 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-22T22:15:50.368 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-09-22T22:15:50.393 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 = 87c32f6a-5995-11ee-8db4-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-09-22T22:15:50.394 DEBUG:teuthology.orchestra.run.smithi110:mon.smithi110> sudo journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@mon.smithi110.service 2023-09-22T22:15:50.435 INFO:tasks.cephadm:Bootstrapping... 2023-09-22T22:15:50.436 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 -v bootstrap --fsid 87c32f6a-5995-11ee-8db4-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.110 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-09-22T22:15:50.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:-- Logs begin at Fri 2023-09-22 22:07:32 UTC. -- 2023-09-22T22:15:50.627 INFO:teuthology.orchestra.run.smithi110.stderr:-------------------------------------------------------------------------------- 2023-09-22T22:15:50.700 INFO:teuthology.orchestra.run.smithi110.stderr:cephadm ['--image', 'quay.io/ceph/ceph:v17.2.0', '-v', 'bootstrap', '--fsid', '87c32f6a-5995-11ee-8db4-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.110', '--skip-admin-label'] 2023-09-22T22:15:50.702 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: 4.6.1 2023-09-22T22:15:50.702 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying podman|docker is present... 2023-09-22T22:15:50.702 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: 4.6.1 2023-09-22T22:15:50.702 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying lvm2 is present... 2023-09-22T22:15:50.702 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying time synchronization is in place... 2023-09-22T22:15:50.702 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-09-22T22:15:50.702 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: inactive 2023-09-22T22:15:50.706 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: enabled 2023-09-22T22:15:50.713 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: active 2023-09-22T22:15:50.713 INFO:teuthology.orchestra.run.smithi110.stderr:Unit chronyd.service is enabled and running 2023-09-22T22:15:50.713 INFO:teuthology.orchestra.run.smithi110.stderr:Repeating the final host check... 2023-09-22T22:15:50.731 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: 4.6.1 2023-09-22T22:15:50.741 INFO:teuthology.orchestra.run.smithi110.stderr:podman (/bin/podman) version 4.6.1 is present 2023-09-22T22:15:50.741 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl is present 2023-09-22T22:15:50.741 INFO:teuthology.orchestra.run.smithi110.stderr:lvcreate is present 2023-09-22T22:15:50.746 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-09-22T22:15:50.752 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: inactive 2023-09-22T22:15:50.758 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: enabled 2023-09-22T22:15:50.763 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: active 2023-09-22T22:15:50.764 INFO:teuthology.orchestra.run.smithi110.stderr:Unit chronyd.service is enabled and running 2023-09-22T22:15:50.764 INFO:teuthology.orchestra.run.smithi110.stderr:Host looks OK 2023-09-22T22:15:50.764 INFO:teuthology.orchestra.run.smithi110.stderr:Cluster fsid: 87c32f6a-5995-11ee-8db4-212e2dc638e7 2023-09-22T22:15:50.764 INFO:teuthology.orchestra.run.smithi110.stderr:Acquiring lock 140624434950272 on /run/cephadm/87c32f6a-5995-11ee-8db4-212e2dc638e7.lock 2023-09-22T22:15:50.764 INFO:teuthology.orchestra.run.smithi110.stderr:Lock 140624434950272 acquired on /run/cephadm/87c32f6a-5995-11ee-8db4-212e2dc638e7.lock 2023-09-22T22:15:50.765 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying IP 172.21.15.110 port 3300 ... 2023-09-22T22:15:50.765 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying IP 172.21.15.110 port 6789 ... 2023-09-22T22:15:50.765 INFO:teuthology.orchestra.run.smithi110.stderr:Base mon IP is 172.21.15.110, final addrv is [v2:172.21.15.110:3300,v1:172.21.15.110:6789] 2023-09-22T22:15:50.768 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.110 metric 100 2023-09-22T22:15:50.768 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.110 metric 100 2023-09-22T22:15:50.770 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-09-22T22:15:50.771 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-09-22T22:15:50.771 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1796sec hoplimit 64 pref medium 2023-09-22T22:15:50.773 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-09-22T22:15:50.773 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-09-22T22:15:50.773 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-09-22T22:15:50.773 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-09-22T22:15:50.773 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe8f:cc35/64 scope link 2023-09-22T22:15:50.774 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-09-22T22:15:50.774 INFO:teuthology.orchestra.run.smithi110.stderr:Mon IP `172.21.15.110` is in CIDR network `172.21.0.0/20` 2023-09-22T22:15:50.774 INFO:teuthology.orchestra.run.smithi110.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-09-22T22:15:50.775 INFO:teuthology.orchestra.run.smithi110.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-09-22T22:15:50.852 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-09-22T22:15:51.202 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Getting image source signatures 2023-09-22T22:15:51.202 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Copying blob sha256:33ca8fff7868c4dc0c11e09bca97c720eb9cfbab7221216754367dd8de70388a 2023-09-22T22:15:51.202 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Copying blob sha256:c32ab78b488d0c72f64eded765c0cf6b5bf2c75dab66cb62a9d367fa6ec42513 2023-09-22T22:15:51.203 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Copying blob sha256:599d07cb321ff0a3c82224e1138fc685793fa69b93ed5780415751a5f7e4b8c2 2023-09-22T22:15:51.203 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Copying blob sha256:89b4a75bc2d8500f15463747507c9623df43886c134463e7f0527e70900e7a7b 2023-09-22T22:15:51.203 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Copying blob sha256:a70843738bb77e1ab9c1f85969ebdfa55f178e746be081d1cb4f94011f69eb7c 2023-09-22T22:15:51.203 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Copying config sha256:e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-09-22T22:15:51.269 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Writing manifest to image destination 2023-09-22T22:15:51.375 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9 2023-09-22T22:15:51.739 INFO:teuthology.orchestra.run.smithi110.stderr:ceph: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-09-22T22:15:52.093 INFO:teuthology.orchestra.run.smithi110.stderr:Ceph version: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable) 2023-09-22T22:15:52.093 INFO:teuthology.orchestra.run.smithi110.stderr:Extracting ceph user uid/gid from container image... 2023-09-22T22:15:52.411 INFO:teuthology.orchestra.run.smithi110.stderr:stat: 167 167 2023-09-22T22:15:52.730 INFO:teuthology.orchestra.run.smithi110.stderr:Creating initial keys... 2023-09-22T22:15:53.036 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-authtool: AQAYEg5lmuMDOhAA02QrMq4HAnPW9qyW6H+D3g== 2023-09-22T22:15:53.660 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-authtool: AQAZEg5l46qeJRAAqGHIfUzuBMdapFe9ipcvYg== 2023-09-22T22:15:54.302 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-authtool: AQAaEg5lupSMDhAA7v6EQ/uiqYPWyzz1Z94xAA== 2023-09-22T22:15:54.635 INFO:teuthology.orchestra.run.smithi110.stderr:Creating initial monmap... 2023-09-22T22:15:54.959 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-22T22:15:54.960 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/monmaptool: setting min_mon_release = octopus 2023-09-22T22:15:54.960 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 87c32f6a-5995-11ee-8db4-212e2dc638e7 2023-09-22T22:15:54.960 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-22T22:15:55.310 INFO:teuthology.orchestra.run.smithi110.stderr:monmaptool for smithi110 [v2:172.21.15.110:3300,v1:172.21.15.110:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-09-22T22:15:55.310 INFO:teuthology.orchestra.run.smithi110.stderr:setting min_mon_release = octopus 2023-09-22T22:15:55.311 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/monmaptool: set fsid to 87c32f6a-5995-11ee-8db4-212e2dc638e7 2023-09-22T22:15:55.311 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-09-22T22:15:55.311 INFO:teuthology.orchestra.run.smithi110.stderr: 2023-09-22T22:15:55.311 INFO:teuthology.orchestra.run.smithi110.stderr:Creating mon... 2023-09-22T22:15:55.976 INFO:teuthology.orchestra.run.smithi110.stderr:create mon.smithi110 on 2023-09-22T22:15:56.079 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-09-22T22:15:56.175 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7.target → /etc/systemd/system/ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7.target. 2023-09-22T22:15:56.175 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7.target → /etc/systemd/system/ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7.target. 2023-09-22T22:15:56.374 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Failed to reset failed state of unit ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@mon.smithi110.service: Unit ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@mon.smithi110.service not loaded. 2023-09-22T22:15:56.380 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Created symlink /etc/systemd/system/ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7.target.wants/ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@mon.smithi110.service → /etc/systemd/system/ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@.service. 2023-09-22T22:15:56.899 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: disabled 2023-09-22T22:15:56.906 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: inactive 2023-09-22T22:15:56.906 INFO:teuthology.orchestra.run.smithi110.stderr:firewalld.service is not enabled 2023-09-22T22:15:56.907 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to enable service . firewalld.service is not available 2023-09-22T22:15:56.907 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mon to start... 2023-09-22T22:15:56.907 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mon... 2023-09-22T22:15:57.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:15:56 smithi110 ceph-mon[106936]: mon.smithi110 is new leader, mons smithi110 in quorum (ranks 0) 2023-09-22T22:15:57.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: cluster: 2023-09-22T22:15:57.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: id: 87c32f6a-5995-11ee-8db4-212e2dc638e7 2023-09-22T22:15:57.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-09-22T22:15:57.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2023-09-22T22:15:57.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: services: 2023-09-22T22:15:57.384 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi110 (age 0.471191s) 2023-09-22T22:15:57.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mgr: no daemons active 2023-09-22T22:15:57.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-09-22T22:15:57.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2023-09-22T22:15:57.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: data: 2023-09-22T22:15:57.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-09-22T22:15:57.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-09-22T22:15:57.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-09-22T22:15:57.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: pgs: 2023-09-22T22:15:57.385 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2023-09-22T22:15:57.754 INFO:teuthology.orchestra.run.smithi110.stderr:mon is available 2023-09-22T22:15:57.754 INFO:teuthology.orchestra.run.smithi110.stderr:Assimilating anything we can from ceph.conf... 2023-09-22T22:15:57.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:15:57 smithi110 ceph-mon[106936]: mon.smithi110 is new leader, mons smithi110 in quorum (ranks 0) 2023-09-22T22:15:57.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:15:57 smithi110 ceph-mon[106936]: monmap e1: 1 mons at {smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0]} 2023-09-22T22:15:57.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:15:57 smithi110 ceph-mon[106936]: fsmap 2023-09-22T22:15:57.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:15:57 smithi110 ceph-mon[106936]: osdmap e1: 0 total, 0 up, 0 in 2023-09-22T22:15:57.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:15:57 smithi110 ceph-mon[106936]: mgrmap e1: no daemons active 2023-09-22T22:15:57.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:15:57 smithi110 ceph-mon[106936]: from='client.? 172.21.15.110:0/1979833448' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-09-22T22:15:58.209 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2023-09-22T22:15:58.209 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: [global] 2023-09-22T22:15:58.209 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: fsid = 87c32f6a-5995-11ee-8db4-212e2dc638e7 2023-09-22T22:15:58.209 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.110:3300,v1:172.21.15.110:6789] 2023-09-22T22:15:58.209 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-09-22T22:15:58.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-09-22T22:15:58.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-09-22T22:15:58.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-09-22T22:15:58.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2023-09-22T22:15:58.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: [mgr] 2023-09-22T22:15:58.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-09-22T22:15:58.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2023-09-22T22:15:58.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: [osd] 2023-09-22T22:15:58.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-09-22T22:15:58.210 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-09-22T22:15:58.578 INFO:teuthology.orchestra.run.smithi110.stderr:Generating new minimal ceph.conf... 2023-09-22T22:15:59.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:15:58 smithi110 ceph-mon[106936]: from='client.? 172.21.15.110:0/2348403382' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-22T22:15:59.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:15:58 smithi110 ceph-mon[106936]: from='client.? 172.21.15.110:0/2348403382' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-09-22T22:15:59.737 INFO:teuthology.orchestra.run.smithi110.stderr:Restarting the monitor... 2023-09-22T22:15:59.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:15:59 smithi110 systemd[1]: Stopping Ceph mon.smithi110 for 87c32f6a-5995-11ee-8db4-212e2dc638e7... 2023-09-22T22:15:59.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:15:59 smithi110 bash[107233]: Error: no container with name or ID "ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-mon.smithi110" found: no such container 2023-09-22T22:15:59.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:15:59 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-mon-smithi110[106907]: 2023-09-22T22:15:59.843+0000 7f1c8a762700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi110 -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-09-22T22:15:59.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:15:59 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-mon-smithi110[106907]: 2023-09-22T22:15:59.843+0000 7f1c8a762700 -1 mon.smithi110@0(leader) e1 *** Got Signal Terminated *** 2023-09-22T22:16:00.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 bash[107245]: ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-mon-smithi110 2023-09-22T22:16:00.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 bash[107283]: Error: no container with name or ID "ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-mon.smithi110" found: no such container 2023-09-22T22:16:00.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 systemd[1]: ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@mon.smithi110.service: Succeeded. 2023-09-22T22:16:00.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 systemd[1]: Stopped Ceph mon.smithi110 for 87c32f6a-5995-11ee-8db4-212e2dc638e7. 2023-09-22T22:16:00.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 systemd[1]: Starting Ceph mon.smithi110 for 87c32f6a-5995-11ee-8db4-212e2dc638e7... 2023-09-22T22:16:00.729 INFO:teuthology.orchestra.run.smithi110.stderr:Setting mon public_network to 172.21.0.0/20 2023-09-22T22:16:01.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: set uid:gid to 167:167 (ceph:ceph) 2023-09-22T22:16:01.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-09-22T22:16:01.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: pidfile_write: ignore empty --pid-file 2023-09-22T22:16:01.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: load: jerasure load: lrc 2023-09-22T22:16:01.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: RocksDB version: 6.15.5 2023-09-22T22:16:01.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-22T22:16:01.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Compile date Apr 18 2022 2023-09-22T22:16:01.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: DB SUMMARY 2023-09-22T22:16:01.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: DB Session ID: XKGVYSYAZK2SNJBSDDR4 2023-09-22T22:16:01.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: CURRENT file: CURRENT 2023-09-22T22:16:01.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: IDENTITY file: IDENTITY 2023-09-22T22:16:01.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: MANIFEST file: MANIFEST-000009 size: 131 Bytes 2023-09-22T22:16:01.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi110/store.db dir, Total Num: 1, files: 000008.sst 2023-09-22T22:16:01.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi110/store.db: 000010.log size: 80791 ; 2023-09-22T22:16:01.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.error_if_exists: 0 2023-09-22T22:16:01.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.create_if_missing: 0 2023-09-22T22:16:01.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.paranoid_checks: 1 2023-09-22T22:16:01.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 bash[107353]: 8016a9a618312e9448cb8ebf83ecd79802f8ad70de86babce541e19605a8fdbf 2023-09-22T22:16:01.001 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-22T22:16:01.002 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.env: 0x555b09fbe860 2023-09-22T22:16:01.002 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.fs: Posix File System 2023-09-22T22:16:01.002 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.info_log: 0x555b0b35dfa0 2023-09-22T22:16:01.002 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_file_opening_threads: 16 2023-09-22T22:16:01.002 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.statistics: (nil) 2023-09-22T22:16:01.002 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.use_fsync: 0 2023-09-22T22:16:01.002 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_log_file_size: 0 2023-09-22T22:16:01.002 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-22T22:16:01.002 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-22T22:16:01.002 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.keep_log_file_num: 1000 2023-09-22T22:16:01.002 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.recycle_log_file_num: 0 2023-09-22T22:16:01.002 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.allow_fallocate: 1 2023-09-22T22:16:01.003 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.allow_mmap_reads: 0 2023-09-22T22:16:01.003 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.allow_mmap_writes: 0 2023-09-22T22:16:01.003 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.use_direct_reads: 0 2023-09-22T22:16:01.003 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-22T22:16:01.003 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.create_missing_column_families: 0 2023-09-22T22:16:01.003 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.db_log_dir: 2023-09-22T22:16:01.003 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi110/store.db 2023-09-22T22:16:01.003 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-22T22:16:01.003 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-22T22:16:01.003 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-22T22:16:01.003 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-22T22:16:01.003 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-22T22:16:01.003 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-22T22:16:01.004 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.advise_random_on_open: 1 2023-09-22T22:16:01.004 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.db_write_buffer_size: 0 2023-09-22T22:16:01.004 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.write_buffer_manager: 0x555b0b44e2d0 2023-09-22T22:16:01.004 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-22T22:16:01.004 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-22T22:16:01.004 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-22T22:16:01.004 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-22T22:16:01.004 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.rate_limiter: (nil) 2023-09-22T22:16:01.004 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-22T22:16:01.004 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.wal_recovery_mode: 2 2023-09-22T22:16:01.004 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.enable_thread_tracking: 0 2023-09-22T22:16:01.004 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.enable_pipelined_write: 0 2023-09-22T22:16:01.005 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.unordered_write: 0 2023-09-22T22:16:01.005 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-22T22:16:01.005 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-22T22:16:01.005 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-22T22:16:01.005 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-22T22:16:01.005 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.row_cache: None 2023-09-22T22:16:01.005 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.wal_filter: None 2023-09-22T22:16:01.005 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-22T22:16:01.005 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.allow_ingest_behind: 0 2023-09-22T22:16:01.005 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.preserve_deletes: 0 2023-09-22T22:16:01.005 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.two_write_queues: 0 2023-09-22T22:16:01.005 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.manual_wal_flush: 0 2023-09-22T22:16:01.006 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.atomic_flush: 0 2023-09-22T22:16:01.006 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-22T22:16:01.006 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-22T22:16:01.006 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-22T22:16:01.006 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.log_readahead_size: 0 2023-09-22T22:16:01.006 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-22T22:16:01.006 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.best_efforts_recovery: 0 2023-09-22T22:16:01.006 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-22T22:16:01.006 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-22T22:16:01.006 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.allow_data_in_errors: 0 2023-09-22T22:16:01.006 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.db_host_id: __hostname__ 2023-09-22T22:16:01.007 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_background_jobs: 2 2023-09-22T22:16:01.007 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_background_compactions: -1 2023-09-22T22:16:01.007 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_subcompactions: 1 2023-09-22T22:16:01.007 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-22T22:16:01.007 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-22T22:16:01.007 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-22T22:16:01.007 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_total_wal_size: 0 2023-09-22T22:16:01.007 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-22T22:16:01.007 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-22T22:16:01.007 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-22T22:16:01.007 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-22T22:16:01.007 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_open_files: -1 2023-09-22T22:16:01.007 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.bytes_per_sync: 0 2023-09-22T22:16:01.008 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-22T22:16:01.008 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-22T22:16:01.008 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compaction_readahead_size: 0 2023-09-22T22:16:01.008 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_background_flushes: -1 2023-09-22T22:16:01.008 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Compression algorithms supported: 2023-09-22T22:16:01.008 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-22T22:16:01.008 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: kZSTD supported: 0 2023-09-22T22:16:01.008 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: kXpressCompression supported: 0 2023-09-22T22:16:01.008 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: kLZ4HCCompression supported: 1 2023-09-22T22:16:01.008 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: kLZ4Compression supported: 1 2023-09-22T22:16:01.008 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: kBZip2Compression supported: 0 2023-09-22T22:16:01.008 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: kZlibCompression supported: 1 2023-09-22T22:16:01.009 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: kSnappyCompression supported: 1 2023-09-22T22:16:01.009 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-22T22:16:01.009 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi110/store.db/MANIFEST-000009 2023-09-22T22:16:01.009 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-09-22T22:16:01.009 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-22T22:16:01.009 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.merge_operator: 2023-09-22T22:16:01.009 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compaction_filter: None 2023-09-22T22:16:01.009 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compaction_filter_factory: None 2023-09-22T22:16:01.009 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.sst_partitioner_factory: None 2023-09-22T22:16:01.009 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-22T22:16:01.009 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-22T22:16:01.009 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555b0b329d00) 2023-09-22T22:16:01.009 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: cache_index_and_filter_blocks: 1 2023-09-22T22:16:01.010 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-22T22:16:01.010 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-22T22:16:01.010 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: pin_top_level_index_and_filter: 1 2023-09-22T22:16:01.010 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: index_type: 0 2023-09-22T22:16:01.010 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: data_block_index_type: 0 2023-09-22T22:16:01.010 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: index_shortening: 1 2023-09-22T22:16:01.010 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-22T22:16:01.010 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: hash_index_allow_collision: 1 2023-09-22T22:16:01.010 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: checksum: 1 2023-09-22T22:16:01.010 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: no_block_cache: 0 2023-09-22T22:16:01.010 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_cache: 0x555b0b394170 2023-09-22T22:16:01.010 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_cache_name: BinnedLRUCache 2023-09-22T22:16:01.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_cache_options: 2023-09-22T22:16:01.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: capacity : 536870912 2023-09-22T22:16:01.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: num_shard_bits : 4 2023-09-22T22:16:01.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: strict_capacity_limit : 0 2023-09-22T22:16:01.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: high_pri_pool_ratio: 0.000 2023-09-22T22:16:01.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_cache_compressed: (nil) 2023-09-22T22:16:01.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: persistent_cache: (nil) 2023-09-22T22:16:01.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_size: 4096 2023-09-22T22:16:01.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_size_deviation: 10 2023-09-22T22:16:01.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_restart_interval: 16 2023-09-22T22:16:01.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: index_block_restart_interval: 1 2023-09-22T22:16:01.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: metadata_block_size: 4096 2023-09-22T22:16:01.011 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: partition_filters: 0 2023-09-22T22:16:01.012 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: use_delta_encoding: 1 2023-09-22T22:16:01.012 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-22T22:16:01.012 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: whole_key_filtering: 1 2023-09-22T22:16:01.012 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: verify_compression: 0 2023-09-22T22:16:01.012 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: read_amp_bytes_per_bit: 0 2023-09-22T22:16:01.012 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: format_version: 4 2023-09-22T22:16:01.012 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: enable_index_compression: 1 2023-09-22T22:16:01.012 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_align: 0 2023-09-22T22:16:01.012 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.write_buffer_size: 33554432 2023-09-22T22:16:01.012 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_write_buffer_number: 2 2023-09-22T22:16:01.012 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compression: NoCompression 2023-09-22T22:16:01.012 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.bottommost_compression: Disabled 2023-09-22T22:16:01.012 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.prefix_extractor: nullptr 2023-09-22T22:16:01.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-22T22:16:01.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.num_levels: 7 2023-09-22T22:16:01.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-22T22:16:01.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-22T22:16:01.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-22T22:16:01.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-22T22:16:01.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-22T22:16:01.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-22T22:16:01.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-22T22:16:01.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-22T22:16:01.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-22T22:16:01.013 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-22T22:16:01.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-22T22:16:01.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compression_opts.level: 32767 2023-09-22T22:16:01.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compression_opts.strategy: 0 2023-09-22T22:16:01.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-22T22:16:01.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-22T22:16:01.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-22T22:16:01.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compression_opts.enabled: false 2023-09-22T22:16:01.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-22T22:16:01.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-22T22:16:01.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-22T22:16:01.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.target_file_size_base: 67108864 2023-09-22T22:16:01.014 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-22T22:16:01.015 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-22T22:16:01.015 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-22T22:16:01.015 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-22T22:16:01.015 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-22T22:16:01.015 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-22T22:16:01.015 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-22T22:16:01.015 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-22T22:16:01.015 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-22T22:16:01.015 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-22T22:16:01.015 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-22T22:16:01.015 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-22T22:16:01.015 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-22T22:16:01.015 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.arena_block_size: 4194304 2023-09-22T22:16:01.016 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-22T22:16:01.016 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-22T22:16:01.016 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-22T22:16:01.016 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.disable_auto_compactions: 0 2023-09-22T22:16:01.016 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-22T22:16:01.016 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-22T22:16:01.016 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-22T22:16:01.016 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-22T22:16:01.016 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-22T22:16:01.016 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-22T22:16:01.016 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-22T22:16:01.016 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-22T22:16:01.016 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-22T22:16:01.017 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-22T22:16:01.017 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.table_properties_collectors: 2023-09-22T22:16:01.017 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.inplace_update_support: 0 2023-09-22T22:16:01.017 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-22T22:16:01.017 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-22T22:16:01.017 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-22T22:16:01.017 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-22T22:16:01.017 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.bloom_locality: 0 2023-09-22T22:16:01.017 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.max_successive_merges: 0 2023-09-22T22:16:01.017 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-22T22:16:01.017 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.paranoid_file_checks: 0 2023-09-22T22:16:01.017 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.force_consistency_checks: 1 2023-09-22T22:16:01.017 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.report_bg_io_stats: 0 2023-09-22T22:16:01.018 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.ttl: 2592000 2023-09-22T22:16:01.018 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-22T22:16:01.018 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.enable_blob_files: false 2023-09-22T22:16:01.018 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.min_blob_size: 0 2023-09-22T22:16:01.018 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.blob_file_size: 268435456 2023-09-22T22:16:01.018 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-22T22:16:01.018 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-22T22:16:01.018 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-22T22:16:01.018 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi110/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-09-22T22:16:01.018 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 5 2023-09-22T22:16:01.018 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: [db/version_set.cc:4083] Creating manifest 13 2023-09-22T22:16:01.018 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: EVENT_LOG_v1 {"time_micros": 1695420960727823, "job": 1, "event": "recovery_started", "wal_files": [10]} 2023-09-22T22:16:01.018 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #10 mode 2 2023-09-22T22:16:01.019 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: 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-09-22T22:16:01.019 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: EVENT_LOG_v1 {"time_micros": 1695420960728794, "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": 1695420960, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "703127fc-8fdd-4832-835d-2616adbb1800", "db_session_id": "XKGVYSYAZK2SNJBSDDR4"}} 2023-09-22T22:16:01.019 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: [db/version_set.cc:4083] Creating manifest 15 2023-09-22T22:16:01.019 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 systemd[1]: Started Ceph mon.smithi110 for 87c32f6a-5995-11ee-8db4-212e2dc638e7. 2023-09-22T22:16:01.019 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: EVENT_LOG_v1 {"time_micros": 1695420960729166, "job": 1, "event": "recovery_finished"} 2023-09-22T22:16:01.019 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi110/store.db/000010.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-22T22:16:01.019 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x555b0b37aa80 2023-09-22T22:16:01.019 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: DB pointer 0x555b0b38a000 2023-09-22T22:16:01.019 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-09-22T22:16:01.019 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-09-22T22:16:01.019 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ** DB Stats ** 2023-09-22T22:16:01.019 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-22T22:16:01.020 INFO:journalctl@ceph.mon.smithi110.smithi110.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-09-22T22:16:01.020 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-22T22:16:01.020 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-22T22:16:01.020 INFO:journalctl@ceph.mon.smithi110.smithi110.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-09-22T22:16:01.020 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-22T22:16:01.020 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-22T22:16:01.020 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2023-09-22T22:16:01.020 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ** Compaction Stats [default] ** 2023-09-22T22:16:01.020 INFO:journalctl@ceph.mon.smithi110.smithi110.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-09-22T22:16:01.020 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-22T22:16:01.020 INFO:journalctl@ceph.mon.smithi110.smithi110.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 135.4 0.00 0.00 1 0.001 0 0 2023-09-22T22:16:01.020 INFO:journalctl@ceph.mon.smithi110.smithi110.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 135.4 0.00 0.00 1 0.001 0 0 2023-09-22T22:16:01.020 INFO:journalctl@ceph.mon.smithi110.smithi110.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 135.4 0.00 0.00 1 0.001 0 0 2023-09-22T22:16:01.021 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2023-09-22T22:16:01.021 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ** Compaction Stats [default] ** 2023-09-22T22:16:01.021 INFO:journalctl@ceph.mon.smithi110.smithi110.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-09-22T22:16:01.021 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-22T22:16:01.021 INFO:journalctl@ceph.mon.smithi110.smithi110.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 135.4 0.00 0.00 1 0.001 0 0 2023-09-22T22:16:01.021 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-22T22:16:01.021 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-22T22:16:01.021 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-22T22:16:01.021 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-22T22:16:01.021 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-22T22:16:01.021 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-22T22:16:01.021 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Cumulative compaction: 0.00 GB write, 19.76 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-22T22:16:01.022 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Interval compaction: 0.00 GB write, 19.76 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-22T22:16:01.022 INFO:journalctl@ceph.mon.smithi110.smithi110.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-09-22T22:16:01.022 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2023-09-22T22:16:01.022 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-22T22:16:01.022 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2023-09-22T22:16:01.022 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ** Compaction Stats [default] ** 2023-09-22T22:16:01.022 INFO:journalctl@ceph.mon.smithi110.smithi110.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-09-22T22:16:01.022 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-22T22:16:01.022 INFO:journalctl@ceph.mon.smithi110.smithi110.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 135.4 0.00 0.00 1 0.001 0 0 2023-09-22T22:16:01.022 INFO:journalctl@ceph.mon.smithi110.smithi110.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 135.4 0.00 0.00 1 0.001 0 0 2023-09-22T22:16:01.022 INFO:journalctl@ceph.mon.smithi110.smithi110.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-09-22T22:16:01.022 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2023-09-22T22:16:01.023 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ** Compaction Stats [default] ** 2023-09-22T22:16:01.023 INFO:journalctl@ceph.mon.smithi110.smithi110.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-09-22T22:16:01.023 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-22T22:16:01.023 INFO:journalctl@ceph.mon.smithi110.smithi110.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 135.4 0.00 0.00 1 0.001 0 0 2023-09-22T22:16:01.023 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-22T22:16:01.023 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-22T22:16:01.023 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-22T22:16:01.023 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-22T22:16:01.023 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-22T22:16:01.023 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-22T22:16:01.023 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Cumulative compaction: 0.00 GB write, 19.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-22T22:16:01.023 INFO:journalctl@ceph.mon.smithi110.smithi110.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-09-22T22:16:01.023 INFO:journalctl@ceph.mon.smithi110.smithi110.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-09-22T22:16:01.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2023-09-22T22:16:01.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-22T22:16:01.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: starting mon.smithi110 rank 0 at public addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] at bind addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi110 fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 2023-09-22T22:16:01.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: mon.smithi110@-1(???) e1 preinit fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 2023-09-22T22:16:01.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: mon.smithi110@-1(???).mds e1 new map 2023-09-22T22:16:01.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: mon.smithi110@-1(???).mds e1 print_map 2023-09-22T22:16:01.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: e1 2023-09-22T22:16:01.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-22T22:16:01.024 INFO:journalctl@ceph.mon.smithi110.smithi110.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-09-22T22:16:01.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: legacy client fscid: -1 2023-09-22T22:16:01.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2023-09-22T22:16:01.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: No filesystems configured 2023-09-22T22:16:01.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: mon.smithi110@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-22T22:16:01.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: mon.smithi110@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-22T22:16:01.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: mon.smithi110@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-22T22:16:01.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: mon.smithi110@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-09-22T22:16:01.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: mon.smithi110@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-09-22T22:16:01.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: mon.smithi110 is new leader, mons smithi110 in quorum (ranks 0) 2023-09-22T22:16:01.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: monmap e1: 1 mons at {smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0]} 2023-09-22T22:16:01.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: fsmap 2023-09-22T22:16:01.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: osdmap e1: 0 total, 0 up, 0 in 2023-09-22T22:16:01.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:00 smithi110 ceph-mon[107391]: mgrmap e1: no daemons active 2023-09-22T22:16:01.579 INFO:teuthology.orchestra.run.smithi110.stderr:Wrote config to /etc/ceph/ceph.conf 2023-09-22T22:16:01.579 INFO:teuthology.orchestra.run.smithi110.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-09-22T22:16:01.579 INFO:teuthology.orchestra.run.smithi110.stderr:Creating mgr... 2023-09-22T22:16:01.579 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying port 9283 ... 2023-09-22T22:16:01.710 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Failed to reset failed state of unit ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@mgr.smithi110.ntddcx.service: Unit ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@mgr.smithi110.ntddcx.service not loaded. 2023-09-22T22:16:01.717 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Created symlink /etc/systemd/system/ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7.target.wants/ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@mgr.smithi110.ntddcx.service → /etc/systemd/system/ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@.service. 2023-09-22T22:16:02.189 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: disabled 2023-09-22T22:16:02.196 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: inactive 2023-09-22T22:16:02.197 INFO:teuthology.orchestra.run.smithi110.stderr:firewalld.service is not enabled 2023-09-22T22:16:02.197 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to enable service . firewalld.service is not available 2023-09-22T22:16:02.205 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: disabled 2023-09-22T22:16:02.212 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: inactive 2023-09-22T22:16:02.213 INFO:teuthology.orchestra.run.smithi110.stderr:firewalld.service is not enabled 2023-09-22T22:16:02.213 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-09-22T22:16:02.213 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mgr to start... 2023-09-22T22:16:02.213 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mgr... 2023-09-22T22:16:02.403 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:02 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/4068985244' entity='client.admin' 2023-09-22T22:16:02.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2023-09-22T22:16:02.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2023-09-22T22:16:02.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsid": "87c32f6a-5995-11ee-8db4-212e2dc638e7", 2023-09-22T22:16:02.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "health": { 2023-09-22T22:16:02.746 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-22T22:16:02.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "checks": {}, 2023-09-22T22:16:02.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mutes": [] 2023-09-22T22:16:02.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:02.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-22T22:16:02.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum": [ 2023-09-22T22:16:02.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 0 2023-09-22T22:16:02.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2023-09-22T22:16:02.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-22T22:16:02.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "smithi110" 2023-09-22T22:16:02.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2023-09-22T22:16:02.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_age": 1, 2023-09-22T22:16:02.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "monmap": { 2023-09-22T22:16:02.747 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-22T22:16:02.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-09-22T22:16:02.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-22T22:16:02.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:02.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osdmap": { 2023-09-22T22:16:02.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-22T22:16:02.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-22T22:16:02.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-22T22:16:02.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-22T22:16:02.748 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-22T22:16:02.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-22T22:16:02.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-22T22:16:02.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:02.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgmap": { 2023-09-22T22:16:02.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-22T22:16:02.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-22T22:16:02.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-22T22:16:02.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-22T22:16:02.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-22T22:16:02.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-22T22:16:02.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-22T22:16:02.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-22T22:16:02.752 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:02.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsmap": { 2023-09-22T22:16:02.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-22T22:16:02.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-22T22:16:02.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-22T22:16:02.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:02.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-22T22:16:02.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "available": false, 2023-09-22T22:16:02.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-22T22:16:02.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modules": [ 2023-09-22T22:16:02.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "iostat", 2023-09-22T22:16:02.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "nfs", 2023-09-22T22:16:02.753 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "restful" 2023-09-22T22:16:02.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2023-09-22T22:16:02.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2023-09-22T22:16:02.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:02.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "servicemap": { 2023-09-22T22:16:02.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-22T22:16:02.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modified": "2023-09-22T22:15:56.913667+0000", 2023-09-22T22:16:02.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2023-09-22T22:16:02.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:02.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-22T22:16:02.754 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2023-09-22T22:16:03.103 INFO:teuthology.orchestra.run.smithi110.stderr:mgr not available, waiting (1/15)... 2023-09-22T22:16:03.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:03 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/2250262097' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-22T22:16:05.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2023-09-22T22:16:05.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2023-09-22T22:16:05.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsid": "87c32f6a-5995-11ee-8db4-212e2dc638e7", 2023-09-22T22:16:05.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "health": { 2023-09-22T22:16:05.582 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-22T22:16:05.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "checks": {}, 2023-09-22T22:16:05.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mutes": [] 2023-09-22T22:16:05.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:05.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-22T22:16:05.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum": [ 2023-09-22T22:16:05.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 0 2023-09-22T22:16:05.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2023-09-22T22:16:05.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-22T22:16:05.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "smithi110" 2023-09-22T22:16:05.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2023-09-22T22:16:05.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-09-22T22:16:05.583 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "monmap": { 2023-09-22T22:16:05.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-22T22:16:05.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-09-22T22:16:05.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-22T22:16:05.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:05.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osdmap": { 2023-09-22T22:16:05.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-22T22:16:05.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-22T22:16:05.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-22T22:16:05.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-22T22:16:05.584 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-22T22:16:05.587 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-22T22:16:05.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-22T22:16:05.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:05.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgmap": { 2023-09-22T22:16:05.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-22T22:16:05.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-22T22:16:05.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-22T22:16:05.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-22T22:16:05.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-22T22:16:05.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-22T22:16:05.588 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-22T22:16:05.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-22T22:16:05.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:05.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsmap": { 2023-09-22T22:16:05.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-22T22:16:05.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-22T22:16:05.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-22T22:16:05.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:05.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-22T22:16:05.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "available": false, 2023-09-22T22:16:05.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-22T22:16:05.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modules": [ 2023-09-22T22:16:05.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "iostat", 2023-09-22T22:16:05.589 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "nfs", 2023-09-22T22:16:05.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "restful" 2023-09-22T22:16:05.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2023-09-22T22:16:05.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2023-09-22T22:16:05.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:05.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "servicemap": { 2023-09-22T22:16:05.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-22T22:16:05.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modified": "2023-09-22T22:15:56.913667+0000", 2023-09-22T22:16:05.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2023-09-22T22:16:05.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:05.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-22T22:16:05.590 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2023-09-22T22:16:05.902 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:05 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/326073902' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-22T22:16:05.944 INFO:teuthology.orchestra.run.smithi110.stderr:mgr not available, waiting (2/15)... 2023-09-22T22:16:08.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2023-09-22T22:16:08.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2023-09-22T22:16:08.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsid": "87c32f6a-5995-11ee-8db4-212e2dc638e7", 2023-09-22T22:16:08.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "health": { 2023-09-22T22:16:08.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-22T22:16:08.375 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "checks": {}, 2023-09-22T22:16:08.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mutes": [] 2023-09-22T22:16:08.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:08.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-22T22:16:08.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum": [ 2023-09-22T22:16:08.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 0 2023-09-22T22:16:08.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2023-09-22T22:16:08.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-22T22:16:08.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "smithi110" 2023-09-22T22:16:08.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2023-09-22T22:16:08.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-09-22T22:16:08.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "monmap": { 2023-09-22T22:16:08.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-22T22:16:08.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-09-22T22:16:08.376 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-22T22:16:08.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:08.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osdmap": { 2023-09-22T22:16:08.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-22T22:16:08.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-22T22:16:08.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-22T22:16:08.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-22T22:16:08.377 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-22T22:16:08.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-22T22:16:08.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-22T22:16:08.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:08.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgmap": { 2023-09-22T22:16:08.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-22T22:16:08.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-22T22:16:08.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-22T22:16:08.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-22T22:16:08.380 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-22T22:16:08.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-22T22:16:08.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-22T22:16:08.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-22T22:16:08.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:08.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsmap": { 2023-09-22T22:16:08.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-22T22:16:08.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-22T22:16:08.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-22T22:16:08.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:08.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-22T22:16:08.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "available": false, 2023-09-22T22:16:08.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-22T22:16:08.381 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modules": [ 2023-09-22T22:16:08.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "iostat", 2023-09-22T22:16:08.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "nfs", 2023-09-22T22:16:08.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "restful" 2023-09-22T22:16:08.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2023-09-22T22:16:08.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2023-09-22T22:16:08.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:08.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "servicemap": { 2023-09-22T22:16:08.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-22T22:16:08.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modified": "2023-09-22T22:15:56.913667+0000", 2023-09-22T22:16:08.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2023-09-22T22:16:08.382 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:08.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-22T22:16:08.383 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2023-09-22T22:16:08.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:08 smithi110 ceph-mon[107391]: Activating manager daemon smithi110.ntddcx 2023-09-22T22:16:08.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:08 smithi110 ceph-mon[107391]: mgrmap e2: smithi110.ntddcx(active, starting, since 0.00295746s) 2023-09-22T22:16:08.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:08 smithi110 ceph-mon[107391]: from='mgr.14100 172.21.15.110:0/4074154349' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-22T22:16:08.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:08 smithi110 ceph-mon[107391]: from='mgr.14100 172.21.15.110:0/4074154349' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-22T22:16:08.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:08 smithi110 ceph-mon[107391]: from='mgr.14100 172.21.15.110:0/4074154349' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-22T22:16:08.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:08 smithi110 ceph-mon[107391]: from='mgr.14100 172.21.15.110:0/4074154349' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-22T22:16:08.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:08 smithi110 ceph-mon[107391]: from='mgr.14100 172.21.15.110:0/4074154349' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mgr metadata", "who": "smithi110.ntddcx", "id": "smithi110.ntddcx"}]: dispatch 2023-09-22T22:16:08.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:08 smithi110 ceph-mon[107391]: Manager daemon smithi110.ntddcx is now available 2023-09-22T22:16:08.401 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:08 smithi110 ceph-mon[107391]: from='mgr.14100 172.21.15.110:0/4074154349' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/mirror_snapshot_schedule"}]: dispatch 2023-09-22T22:16:08.401 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:08 smithi110 ceph-mon[107391]: from='mgr.14100 172.21.15.110:0/4074154349' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/trash_purge_schedule"}]: dispatch 2023-09-22T22:16:08.401 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:08 smithi110 ceph-mon[107391]: from='mgr.14100 172.21.15.110:0/4074154349' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:08.401 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:08 smithi110 ceph-mon[107391]: from='mgr.14100 172.21.15.110:0/4074154349' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:08.401 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:08 smithi110 ceph-mon[107391]: from='mgr.14100 172.21.15.110:0/4074154349' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:08.727 INFO:teuthology.orchestra.run.smithi110.stderr:mgr not available, waiting (3/15)... 2023-09-22T22:16:09.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:09 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/2837223842' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-22T22:16:09.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:09 smithi110 ceph-mon[107391]: mgrmap e3: smithi110.ntddcx(active, since 1.00576s) 2023-09-22T22:16:11.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:11 smithi110 ceph-mon[107391]: mgrmap e4: smithi110.ntddcx(active, since 2s) 2023-09-22T22:16:12.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2023-09-22T22:16:12.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2023-09-22T22:16:12.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsid": "87c32f6a-5995-11ee-8db4-212e2dc638e7", 2023-09-22T22:16:12.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "health": { 2023-09-22T22:16:12.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-09-22T22:16:12.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "checks": {}, 2023-09-22T22:16:12.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mutes": [] 2023-09-22T22:16:12.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:12.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-09-22T22:16:12.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum": [ 2023-09-22T22:16:12.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 0 2023-09-22T22:16:12.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2023-09-22T22:16:12.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_names": [ 2023-09-22T22:16:12.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "smithi110" 2023-09-22T22:16:12.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2023-09-22T22:16:12.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_age": 12, 2023-09-22T22:16:12.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "monmap": { 2023-09-22T22:16:12.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-22T22:16:12.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "min_mon_release_name": "quincy", 2023-09-22T22:16:12.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_mons": 1 2023-09-22T22:16:12.789 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:12.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osdmap": { 2023-09-22T22:16:12.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-22T22:16:12.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_osds": 0, 2023-09-22T22:16:12.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-09-22T22:16:12.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-09-22T22:16:12.790 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-09-22T22:16:12.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-09-22T22:16:12.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-09-22T22:16:12.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:12.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgmap": { 2023-09-22T22:16:12.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-09-22T22:16:12.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-09-22T22:16:12.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pools": 0, 2023-09-22T22:16:12.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_objects": 0, 2023-09-22T22:16:12.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-09-22T22:16:12.794 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-09-22T22:16:12.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-09-22T22:16:12.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_total": 0 2023-09-22T22:16:12.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:12.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsmap": { 2023-09-22T22:16:12.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-22T22:16:12.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "by_rank": [], 2023-09-22T22:16:12.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "up:standby": 0 2023-09-22T22:16:12.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:12.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mgrmap": { 2023-09-22T22:16:12.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "available": true, 2023-09-22T22:16:12.795 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-09-22T22:16:12.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modules": [ 2023-09-22T22:16:12.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "iostat", 2023-09-22T22:16:12.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "nfs", 2023-09-22T22:16:12.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "restful" 2023-09-22T22:16:12.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2023-09-22T22:16:12.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2023-09-22T22:16:12.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:12.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "servicemap": { 2023-09-22T22:16:12.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2023-09-22T22:16:12.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modified": "2023-09-22T22:15:56.913667+0000", 2023-09-22T22:16:12.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2023-09-22T22:16:12.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2023-09-22T22:16:12.796 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "progress_events": {} 2023-09-22T22:16:12.797 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2023-09-22T22:16:13.120 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:12 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/3623870887' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-09-22T22:16:13.168 INFO:teuthology.orchestra.run.smithi110.stderr:mgr is available 2023-09-22T22:16:13.679 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2023-09-22T22:16:13.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: [global] 2023-09-22T22:16:13.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: fsid = 87c32f6a-5995-11ee-8db4-212e2dc638e7 2023-09-22T22:16:13.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-09-22T22:16:13.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-09-22T22:16:13.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-09-22T22:16:13.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-09-22T22:16:13.680 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2023-09-22T22:16:13.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: [mgr] 2023-09-22T22:16:13.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-09-22T22:16:13.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2023-09-22T22:16:13.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: [osd] 2023-09-22T22:16:13.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-09-22T22:16:13.681 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-09-22T22:16:13.962 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:13 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/1008265114' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-09-22T22:16:14.034 INFO:teuthology.orchestra.run.smithi110.stderr:Enabling cephadm module... 2023-09-22T22:16:15.155 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:14 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/2972654465' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-09-22T22:16:15.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2023-09-22T22:16:15.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 5, 2023-09-22T22:16:15.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "available": true, 2023-09-22T22:16:15.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "active_name": "smithi110.ntddcx", 2023-09-22T22:16:15.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_standby": 0 2023-09-22T22:16:15.771 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2023-09-22T22:16:16.061 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:15 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/2972654465' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-09-22T22:16:16.062 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:15 smithi110 ceph-mon[107391]: mgrmap e5: smithi110.ntddcx(active, since 6s) 2023-09-22T22:16:16.062 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:15 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/951704068' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-22T22:16:16.118 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for the mgr to restart... 2023-09-22T22:16:16.118 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mgr epoch 5... 2023-09-22T22:16:22.141 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:21 smithi110 ceph-mon[107391]: Active manager daemon smithi110.ntddcx restarted 2023-09-22T22:16:22.142 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:21 smithi110 ceph-mon[107391]: Activating manager daemon smithi110.ntddcx 2023-09-22T22:16:22.142 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:21 smithi110 ceph-mon[107391]: osdmap e2: 0 total, 0 up, 0 in 2023-09-22T22:16:22.142 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:21 smithi110 ceph-mon[107391]: mgrmap e6: smithi110.ntddcx(active, starting, since 0.864883s) 2023-09-22T22:16:22.142 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:21 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-22T22:16:22.142 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:21 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mgr metadata", "who": "smithi110.ntddcx", "id": "smithi110.ntddcx"}]: dispatch 2023-09-22T22:16:22.142 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:21 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-22T22:16:22.142 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:21 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-22T22:16:22.142 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:21 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-22T22:16:22.142 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:21 smithi110 ceph-mon[107391]: Manager daemon smithi110.ntddcx is now available 2023-09-22T22:16:22.143 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:21 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:22.143 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:21 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:22.143 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:21 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:16:22.143 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:21 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:16:22.143 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:21 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:16:22.143 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:21 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/mirror_snapshot_schedule"}]: dispatch 2023-09-22T22:16:22.143 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:21 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/trash_purge_schedule"}]: dispatch 2023-09-22T22:16:22.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2023-09-22T22:16:22.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-09-22T22:16:22.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "initialized": true 2023-09-22T22:16:22.751 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2023-09-22T22:16:23.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:23 smithi110 ceph-mon[107391]: [22/Sep/2023:22:16:22] ENGINE Bus STARTING 2023-09-22T22:16:23.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:23 smithi110 ceph-mon[107391]: [22/Sep/2023:22:16:22] ENGINE Serving on https://172.21.15.110:7150 2023-09-22T22:16:23.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:23 smithi110 ceph-mon[107391]: [22/Sep/2023:22:16:22] ENGINE Bus STARTED 2023-09-22T22:16:23.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:23 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:23.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:23 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:16:23.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:23 smithi110 ceph-mon[107391]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-22T22:16:23.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:23 smithi110 ceph-mon[107391]: mgrmap e7: smithi110.ntddcx(active, since 1.86773s) 2023-09-22T22:16:23.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:23 smithi110 ceph-mon[107391]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-22T22:16:24.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:24 smithi110 ceph-mon[107391]: mgrmap e8: smithi110.ntddcx(active, since 2s) 2023-09-22T22:16:25.175 INFO:teuthology.orchestra.run.smithi110.stderr:mgr epoch 5 is available 2023-09-22T22:16:25.175 INFO:teuthology.orchestra.run.smithi110.stderr:Setting orchestrator backend to cephadm... 2023-09-22T22:16:27.137 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: value unchanged 2023-09-22T22:16:27.443 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:27 smithi110 ceph-mon[107391]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:16:27.444 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:27 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:27.444 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:27 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:16:27.499 INFO:teuthology.orchestra.run.smithi110.stderr:Generating ssh key... 2023-09-22T22:16:28.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:28 smithi110 ceph-mon[107391]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:16:28.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:28 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:28.410 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:28 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:29.029 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/XyGm5mEJcigLQHqkuAOMlOULvfwhGEgYFN2vtyibRvZ+M/eOJ8+dPAhUmW1yJQveGED3K4HQ2jH9KhovOjeLhoHFIx9LENmLMLSDI2BK9D5QgoXhzIFPZjAdkcIru7frWP68sMGxHVcODGNsMheH8OzHjYJO6vdbA0+H9V2o5jLT3y5WdDadLDYbS/rXzS2CdfPRduKeN1VSR4pj5MX9AmTap9yroLIg7hSC7XXEb+iQofGb7hXUMnuXUGQZNjm0ML8wymvBiTORvPlep5Qcx3dyE6wyBCh32WVdUhrdNZfuPOuAofTB090DNHuWJOvbVVviqWSiop2/k6RaBhvTMutlvN6w/1KTRelp4B02qlq+RpHEj/FJrkxlUrbu6DSV+zotw8uthlRZfuQeSb83bXdWYQdid4Apalxrsw7Zs3aMIg4f5jni+x4dR1HYf1P5T2eITbOsmWC4tyJnQs8PkDEhSBIiHGWPv77hwM6D1/iksJyIK2qEROpobGrH0hk= ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7 2023-09-22T22:16:29.360 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:29 smithi110 ceph-mon[107391]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:16:29.360 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:29 smithi110 ceph-mon[107391]: Generating ssh key... 2023-09-22T22:16:29.400 INFO:teuthology.orchestra.run.smithi110.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-09-22T22:16:29.400 INFO:teuthology.orchestra.run.smithi110.stderr:Adding key to root@localhost authorized_keys... 2023-09-22T22:16:29.400 INFO:teuthology.orchestra.run.smithi110.stderr:Adding host smithi110... 2023-09-22T22:16:30.485 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:30 smithi110 ceph-mon[107391]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:16:30.726 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Added host 'smithi110' with addr '172.21.15.110' 2023-09-22T22:16:31.027 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying mon service with default placement... 2023-09-22T22:16:31.724 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled mon update... 2023-09-22T22:16:31.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:31 smithi110 ceph-mon[107391]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi110", "addr": "172.21.15.110", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:16:31.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:31 smithi110 ceph-mon[107391]: Deploying cephadm binary to smithi110 2023-09-22T22:16:31.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:31 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:31.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:31 smithi110 ceph-mon[107391]: Added host smithi110 2023-09-22T22:16:31.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:31 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:16:32.116 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying mgr service with default placement... 2023-09-22T22:16:32.791 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-09-22T22:16:32.987 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:32 smithi110 ceph-mon[107391]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:16:32.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:32 smithi110 ceph-mon[107391]: Saving service mon spec with placement count:5 2023-09-22T22:16:32.988 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:32 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:33.141 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying crash service with default placement... 2023-09-22T22:16:33.712 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled crash update... 2023-09-22T22:16:33.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:33 smithi110 ceph-mon[107391]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:16:33.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:33 smithi110 ceph-mon[107391]: Saving service mgr spec with placement count:2 2023-09-22T22:16:33.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:33 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:33.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:33 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:33.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:33 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:33.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:33 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:34.224 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying prometheus service with default placement... 2023-09-22T22:16:34.841 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-09-22T22:16:34.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:34 smithi110 ceph-mon[107391]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:16:34.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:34 smithi110 ceph-mon[107391]: Saving service crash spec with placement * 2023-09-22T22:16:34.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:34 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:34.965 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:34 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:35.157 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying grafana service with default placement... 2023-09-22T22:16:35.869 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-09-22T22:16:36.150 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:35 smithi110 ceph-mon[107391]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:16:36.151 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:35 smithi110 ceph-mon[107391]: Saving service prometheus spec with placement count:1 2023-09-22T22:16:36.151 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:35 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:36.215 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying node-exporter service with default placement... 2023-09-22T22:16:36.750 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-09-22T22:16:37.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:36 smithi110 ceph-mon[107391]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:16:37.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:36 smithi110 ceph-mon[107391]: Saving service grafana spec with placement count:1 2023-09-22T22:16:37.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:36 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:37.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:36 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:37.107 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying alertmanager service with default placement... 2023-09-22T22:16:37.649 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-09-22T22:16:37.942 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:37 smithi110 ceph-mon[107391]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:16:37.942 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:37 smithi110 ceph-mon[107391]: Saving service node-exporter spec with placement * 2023-09-22T22:16:37.943 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:37 smithi110 ceph-mon[107391]: from='mgr.14120 172.21.15.110:0/864091773' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:39.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:38 smithi110 ceph-mon[107391]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:16:39.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:38 smithi110 ceph-mon[107391]: Saving service alertmanager spec with placement count:1 2023-09-22T22:16:39.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:38 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/4029423588' entity='client.admin' 2023-09-22T22:16:39.781 INFO:teuthology.orchestra.run.smithi110.stderr:Enabling the dashboard module... 2023-09-22T22:16:40.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:40 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/1233808310' entity='client.admin' 2023-09-22T22:16:40.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:40 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/2178709475' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-09-22T22:16:41.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2023-09-22T22:16:41.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 9, 2023-09-22T22:16:41.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "available": true, 2023-09-22T22:16:41.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "active_name": "smithi110.ntddcx", 2023-09-22T22:16:41.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_standby": 0 2023-09-22T22:16:41.460 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2023-09-22T22:16:41.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:41 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/2178709475' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-09-22T22:16:41.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:41 smithi110 ceph-mon[107391]: mgrmap e9: smithi110.ntddcx(active, since 19s) 2023-09-22T22:16:41.823 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for the mgr to restart... 2023-09-22T22:16:41.823 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mgr epoch 9... 2023-09-22T22:16:42.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:42 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/436508344' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-09-22T22:16:46.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:46 smithi110 ceph-mon[107391]: Active manager daemon smithi110.ntddcx restarted 2023-09-22T22:16:47.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:46 smithi110 ceph-mon[107391]: Activating manager daemon smithi110.ntddcx 2023-09-22T22:16:47.043 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:46 smithi110 ceph-mon[107391]: osdmap e3: 0 total, 0 up, 0 in 2023-09-22T22:16:47.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2023-09-22T22:16:47.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-09-22T22:16:47.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "initialized": true 2023-09-22T22:16:47.755 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2023-09-22T22:16:48.072 INFO:teuthology.orchestra.run.smithi110.stderr:mgr epoch 9 is available 2023-09-22T22:16:48.072 INFO:teuthology.orchestra.run.smithi110.stderr:Generating a dashboard self-signed certificate... 2023-09-22T22:16:48.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:47 smithi110 ceph-mon[107391]: mgrmap e10: smithi110.ntddcx(active, starting, since 0.20349s) 2023-09-22T22:16:48.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:47 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-22T22:16:48.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:47 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mgr metadata", "who": "smithi110.ntddcx", "id": "smithi110.ntddcx"}]: dispatch 2023-09-22T22:16:48.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:47 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-22T22:16:48.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:47 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-22T22:16:48.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:47 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-22T22:16:48.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:47 smithi110 ceph-mon[107391]: Manager daemon smithi110.ntddcx is now available 2023-09-22T22:16:48.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:47 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:16:48.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:47 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:16:48.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:47 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/mirror_snapshot_schedule"}]: dispatch 2023-09-22T22:16:48.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:47 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/trash_purge_schedule"}]: dispatch 2023-09-22T22:16:48.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:47 smithi110 ceph-mon[107391]: [22/Sep/2023:22:16:46] ENGINE Bus STARTING 2023-09-22T22:16:48.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:47 smithi110 ceph-mon[107391]: [22/Sep/2023:22:16:47] ENGINE Serving on https://172.21.15.110:7150 2023-09-22T22:16:48.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:47 smithi110 ceph-mon[107391]: [22/Sep/2023:22:16:47] ENGINE Bus STARTED 2023-09-22T22:16:48.075 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:47 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:48.076 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:47 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:48.793 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Self-signed certificate created 2023-09-22T22:16:48.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:48 smithi110 ceph-mon[107391]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-09-22T22:16:48.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:48 smithi110 ceph-mon[107391]: mgrmap e11: smithi110.ntddcx(active, since 1.20607s) 2023-09-22T22:16:48.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:48 smithi110 ceph-mon[107391]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-09-22T22:16:48.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:48 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:49.290 INFO:teuthology.orchestra.run.smithi110.stderr:Creating initial admin user... 2023-09-22T22:16:50.169 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$MrbnGOrHEu72hx6Fwd4jKejkWEaYzOJWNnljfkPl/i9x.uUAcXZW.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1695421010, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-09-22T22:16:50.198 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:49 smithi110 ceph-mon[107391]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:16:50.198 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:49 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:50.198 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:49 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:50.198 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:49 smithi110 ceph-mon[107391]: mgrmap e12: smithi110.ntddcx(active, since 2s) 2023-09-22T22:16:50.538 INFO:teuthology.orchestra.run.smithi110.stderr:Fetching dashboard port number... 2023-09-22T22:16:51.069 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 8443 2023-09-22T22:16:51.365 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:51 smithi110 ceph-mon[107391]: 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-09-22T22:16:51.365 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:51 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:51.365 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:51 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/3879519241' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-09-22T22:16:51.439 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: disabled 2023-09-22T22:16:51.446 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: inactive 2023-09-22T22:16:51.447 INFO:teuthology.orchestra.run.smithi110.stderr:firewalld.service is not enabled 2023-09-22T22:16:51.447 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-09-22T22:16:51.449 INFO:teuthology.orchestra.run.smithi110.stderr:Ceph Dashboard is now available at: 2023-09-22T22:16:51.449 INFO:teuthology.orchestra.run.smithi110.stderr: 2023-09-22T22:16:51.450 INFO:teuthology.orchestra.run.smithi110.stderr: URL: https://smithi110.front.sepia.ceph.com:8443/ 2023-09-22T22:16:51.450 INFO:teuthology.orchestra.run.smithi110.stderr: User: admin 2023-09-22T22:16:51.450 INFO:teuthology.orchestra.run.smithi110.stderr: Password: n952rpjjc6 2023-09-22T22:16:51.450 INFO:teuthology.orchestra.run.smithi110.stderr: 2023-09-22T22:16:51.450 INFO:teuthology.orchestra.run.smithi110.stderr:Enabling autotune for osd_memory_target 2023-09-22T22:16:52.994 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-09-22T22:16:53.355 INFO:teuthology.orchestra.run.smithi110.stderr:You can access the Ceph CLI with: 2023-09-22T22:16:53.355 INFO:teuthology.orchestra.run.smithi110.stderr: 2023-09-22T22:16:53.355 INFO:teuthology.orchestra.run.smithi110.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-09-22T22:16:53.355 INFO:teuthology.orchestra.run.smithi110.stderr: 2023-09-22T22:16:53.355 INFO:teuthology.orchestra.run.smithi110.stderr:Please consider enabling telemetry to help improve Ceph: 2023-09-22T22:16:53.355 INFO:teuthology.orchestra.run.smithi110.stderr: 2023-09-22T22:16:53.355 INFO:teuthology.orchestra.run.smithi110.stderr: ceph telemetry on 2023-09-22T22:16:53.355 INFO:teuthology.orchestra.run.smithi110.stderr: 2023-09-22T22:16:53.356 INFO:teuthology.orchestra.run.smithi110.stderr:For more information see: 2023-09-22T22:16:53.356 INFO:teuthology.orchestra.run.smithi110.stderr: 2023-09-22T22:16:53.356 INFO:teuthology.orchestra.run.smithi110.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2023-09-22T22:16:53.356 INFO:teuthology.orchestra.run.smithi110.stderr: 2023-09-22T22:16:53.356 INFO:teuthology.orchestra.run.smithi110.stderr:Bootstrap complete. 2023-09-22T22:16:53.389 INFO:tasks.cephadm:Fetching config... 2023-09-22T22:16:53.389 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-22T22:16:53.389 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-09-22T22:16:53.408 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-09-22T22:16:53.408 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-22T22:16:53.408 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-09-22T22:16:53.466 INFO:tasks.cephadm:Fetching mon keyring... 2023-09-22T22:16:53.466 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-22T22:16:53.467 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/keyring of=/dev/stdout 2023-09-22T22:16:53.536 INFO:tasks.cephadm:Fetching pub ssh key... 2023-09-22T22:16:53.536 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-22T22:16:53.536 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-09-22T22:16:53.595 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-09-22T22:16:53.595 DEBUG:teuthology.orchestra.run.smithi110:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/XyGm5mEJcigLQHqkuAOMlOULvfwhGEgYFN2vtyibRvZ+M/eOJ8+dPAhUmW1yJQveGED3K4HQ2jH9KhovOjeLhoHFIx9LENmLMLSDI2BK9D5QgoXhzIFPZjAdkcIru7frWP68sMGxHVcODGNsMheH8OzHjYJO6vdbA0+H9V2o5jLT3y5WdDadLDYbS/rXzS2CdfPRduKeN1VSR4pj5MX9AmTap9yroLIg7hSC7XXEb+iQofGb7hXUMnuXUGQZNjm0ML8wymvBiTORvPlep5Qcx3dyE6wyBCh32WVdUhrdNZfuPOuAofTB090DNHuWJOvbVVviqWSiop2/k6RaBhvTMutlvN6w/1KTRelp4B02qlq+RpHEj/FJrkxlUrbu6DSV+zotw8uthlRZfuQeSb83bXdWYQdid4Apalxrsw7Zs3aMIg4f5jni+x4dR1HYf1P5T2eITbOsmWC4tyJnQs8PkDEhSBIiHGWPv77hwM6D1/iksJyIK2qEROpobGrH0hk= ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-22T22:16:53.672 INFO:teuthology.orchestra.run.smithi110.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/XyGm5mEJcigLQHqkuAOMlOULvfwhGEgYFN2vtyibRvZ+M/eOJ8+dPAhUmW1yJQveGED3K4HQ2jH9KhovOjeLhoHFIx9LENmLMLSDI2BK9D5QgoXhzIFPZjAdkcIru7frWP68sMGxHVcODGNsMheH8OzHjYJO6vdbA0+H9V2o5jLT3y5WdDadLDYbS/rXzS2CdfPRduKeN1VSR4pj5MX9AmTap9yroLIg7hSC7XXEb+iQofGb7hXUMnuXUGQZNjm0ML8wymvBiTORvPlep5Qcx3dyE6wyBCh32WVdUhrdNZfuPOuAofTB090DNHuWJOvbVVviqWSiop2/k6RaBhvTMutlvN6w/1KTRelp4B02qlq+RpHEj/FJrkxlUrbu6DSV+zotw8uthlRZfuQeSb83bXdWYQdid4Apalxrsw7Zs3aMIg4f5jni+x4dR1HYf1P5T2eITbOsmWC4tyJnQs8PkDEhSBIiHGWPv77hwM6D1/iksJyIK2qEROpobGrH0hk= ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7 2023-09-22T22:16:53.683 DEBUG:teuthology.orchestra.run.smithi190:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/XyGm5mEJcigLQHqkuAOMlOULvfwhGEgYFN2vtyibRvZ+M/eOJ8+dPAhUmW1yJQveGED3K4HQ2jH9KhovOjeLhoHFIx9LENmLMLSDI2BK9D5QgoXhzIFPZjAdkcIru7frWP68sMGxHVcODGNsMheH8OzHjYJO6vdbA0+H9V2o5jLT3y5WdDadLDYbS/rXzS2CdfPRduKeN1VSR4pj5MX9AmTap9yroLIg7hSC7XXEb+iQofGb7hXUMnuXUGQZNjm0ML8wymvBiTORvPlep5Qcx3dyE6wyBCh32WVdUhrdNZfuPOuAofTB090DNHuWJOvbVVviqWSiop2/k6RaBhvTMutlvN6w/1KTRelp4B02qlq+RpHEj/FJrkxlUrbu6DSV+zotw8uthlRZfuQeSb83bXdWYQdid4Apalxrsw7Zs3aMIg4f5jni+x4dR1HYf1P5T2eITbOsmWC4tyJnQs8PkDEhSBIiHGWPv77hwM6D1/iksJyIK2qEROpobGrH0hk= ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-09-22T22:16:53.730 INFO:teuthology.orchestra.run.smithi190.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/XyGm5mEJcigLQHqkuAOMlOULvfwhGEgYFN2vtyibRvZ+M/eOJ8+dPAhUmW1yJQveGED3K4HQ2jH9KhovOjeLhoHFIx9LENmLMLSDI2BK9D5QgoXhzIFPZjAdkcIru7frWP68sMGxHVcODGNsMheH8OzHjYJO6vdbA0+H9V2o5jLT3y5WdDadLDYbS/rXzS2CdfPRduKeN1VSR4pj5MX9AmTap9yroLIg7hSC7XXEb+iQofGb7hXUMnuXUGQZNjm0ML8wymvBiTORvPlep5Qcx3dyE6wyBCh32WVdUhrdNZfuPOuAofTB090DNHuWJOvbVVviqWSiop2/k6RaBhvTMutlvN6w/1KTRelp4B02qlq+RpHEj/FJrkxlUrbu6DSV+zotw8uthlRZfuQeSb83bXdWYQdid4Apalxrsw7Zs3aMIg4f5jni+x4dR1HYf1P5T2eITbOsmWC4tyJnQs8PkDEhSBIiHGWPv77hwM6D1/iksJyIK2qEROpobGrH0hk= ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7 2023-09-22T22:16:53.742 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-09-22T22:16:53.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:53 smithi110 ceph-mon[107391]: mgrmap e13: smithi110.ntddcx(active, since 6s) 2023-09-22T22:16:53.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:53 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/2709218575' entity='client.admin' 2023-09-22T22:16:55.850 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-09-22T22:16:55.851 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-09-22T22:16:56.110 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:55 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:56.110 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:55 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd/host:smithi110", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:16:56.111 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:55 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:16:56.111 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:55 smithi110 ceph-mon[107391]: Deploying daemon alertmanager.smithi110 on smithi110 2023-09-22T22:16:56.111 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:55 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/2935484642' entity='client.admin' 2023-09-22T22:16:57.812 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi190 2023-09-22T22:16:57.812 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-09-22T22:16:57.812 DEBUG:teuthology.orchestra.run.smithi190:> dd of=/etc/ceph/ceph.conf 2023-09-22T22:16:57.834 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-09-22T22:16:57.834 DEBUG:teuthology.orchestra.run.smithi190:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-22T22:16:57.895 INFO:tasks.cephadm:Adding host smithi190 to orchestrator... 2023-09-22T22:16:57.895 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph orch host add smithi190 2023-09-22T22:16:58.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:58 smithi110 ceph-mon[107391]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:16:58.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:16:58 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:01.745 INFO:teuthology.orchestra.run.smithi110.stdout:Added host 'smithi190' with addr '172.21.15.190' 2023-09-22T22:17:01.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:01 smithi110 ceph-mon[107391]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi190", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:17:01.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:01 smithi110 ceph-mon[107391]: Deploying cephadm binary to smithi190 2023-09-22T22:17:01.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:01 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:02.158 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph orch host ls --format=json 2023-09-22T22:17:02.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:02 smithi110 ceph-mon[107391]: Added host smithi190 2023-09-22T22:17:02.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:02 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:02.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:02 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-22T22:17:02.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:02 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-22T22:17:02.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:02 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:17:03.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:03 smithi110 ceph-mon[107391]: Deploying daemon crash.smithi110 on smithi110 2023-09-22T22:17:04.284 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:17:04.285 INFO:teuthology.orchestra.run.smithi110.stdout:[{"addr": "172.21.15.110", "hostname": "smithi110", "labels": [], "status": ""}, {"addr": "172.21.15.190", "hostname": "smithi190", "labels": [], "status": ""}] 2023-09-22T22:17:04.769 INFO:tasks.cephadm:Setting crush tunables to default 2023-09-22T22:17:04.770 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph osd crush tunables default 2023-09-22T22:17:04.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:04 smithi110 ceph-mon[107391]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-22T22:17:04.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:04 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:04.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:04 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:04.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:04 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:04.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:04 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-22T22:17:04.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:04 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:06.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:05 smithi110 ceph-mon[107391]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-22T22:17:06.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:05 smithi110 ceph-mon[107391]: Deploying daemon grafana.smithi110 on smithi110 2023-09-22T22:17:06.756 INFO:teuthology.orchestra.run.smithi110.stderr:adjusted tunables profile to default 2023-09-22T22:17:07.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:06 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/4045290189' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-09-22T22:17:07.137 INFO:tasks.cephadm:Adding mon.smithi110 on smithi110 2023-09-22T22:17:07.137 INFO:tasks.cephadm:Adding mon.smithi190 on smithi190 2023-09-22T22:17:07.137 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph orch apply mon '2;smithi110:172.21.15.110=smithi110;smithi190:172.21.15.190=smithi190' 2023-09-22T22:17:08.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:07 smithi110 ceph-mon[107391]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:08.298 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:07 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/4045290189' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-09-22T22:17:08.299 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:07 smithi110 ceph-mon[107391]: osdmap e4: 0 total, 0 up, 0 in 2023-09-22T22:17:08.299 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:07 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:08.492 INFO:teuthology.orchestra.run.smithi190.stdout:Scheduled mon update... 2023-09-22T22:17:08.875 DEBUG:teuthology.orchestra.run.smithi190:mon.smithi190> sudo journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@mon.smithi190.service 2023-09-22T22:17:08.877 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-22T22:17:08.877 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-22T22:17:08.906 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:-- Logs begin at Fri 2023-09-22 22:07:26 UTC. -- 2023-09-22T22:17:09.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:09 smithi110 ceph-mon[107391]: from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi110:172.21.15.110=smithi110;smithi190:172.21.15.190=smithi190", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:17:09.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:09 smithi110 ceph-mon[107391]: Saving service mon spec with placement smithi110:172.21.15.110=smithi110;smithi190:172.21.15.190=smithi190;count:2 2023-09-22T22:17:09.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:09 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:09.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:09 smithi110 ceph-mon[107391]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:10.285 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:17:10.286 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"87c32f6a-5995-11ee-8db4-212e2dc638e7","modified":"2023-09-22T22:15:54.949368Z","created":"2023-09-22T22:15:54.949368Z","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":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-22T22:17:10.287 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-09-22T22:17:10.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:10 smithi110 ceph-mon[107391]: from='client.? 172.21.15.190:0/4132505181' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-22T22:17:11.664 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-22T22:17:11.664 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-22T22:17:11.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:11 smithi110 ceph-mon[107391]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:13.072 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:17:13.073 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"87c32f6a-5995-11ee-8db4-212e2dc638e7","modified":"2023-09-22T22:15:54.949368Z","created":"2023-09-22T22:15:54.949368Z","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":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-22T22:17:13.074 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-09-22T22:17:14.150 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:13 smithi110 ceph-mon[107391]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:14.151 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:13 smithi110 ceph-mon[107391]: from='client.? 172.21.15.190:0/2370892832' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-22T22:17:14.453 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-22T22:17:14.454 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-22T22:17:15.899 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:15 smithi110 ceph-mon[107391]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:15.899 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:15 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:15.949 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:17:16.090 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"87c32f6a-5995-11ee-8db4-212e2dc638e7","modified":"2023-09-22T22:15:54.949368Z","created":"2023-09-22T22:15:54.949368Z","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":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-22T22:17:16.090 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-09-22T22:17:17.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:16 smithi110 ceph-mon[107391]: Deploying daemon node-exporter.smithi110 on smithi110 2023-09-22T22:17:17.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:16 smithi110 ceph-mon[107391]: from='client.? 172.21.15.190:0/3610464432' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-22T22:17:17.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:16 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:17.334 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-22T22:17:17.334 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-22T22:17:18.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:17 smithi110 ceph-mon[107391]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:18.811 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:17:18.811 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"87c32f6a-5995-11ee-8db4-212e2dc638e7","modified":"2023-09-22T22:15:54.949368Z","created":"2023-09-22T22:15:54.949368Z","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":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-22T22:17:18.812 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-09-22T22:17:19.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:19 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:19.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:19 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-09-22T22:17:19.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:19 smithi110 ceph-mon[107391]: from='client.? 172.21.15.190:0/1558835550' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-22T22:17:20.220 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-22T22:17:20.221 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-22T22:17:20.479 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:20 smithi110 ceph-mon[107391]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-09-22T22:17:20.479 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:20 smithi110 ceph-mon[107391]: mgrmap e14: smithi110.ntddcx(active, since 32s) 2023-09-22T22:17:21.686 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:17:21.686 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"87c32f6a-5995-11ee-8db4-212e2dc638e7","modified":"2023-09-22T22:15:54.949368Z","created":"2023-09-22T22:15:54.949368Z","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":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-22T22:17:21.688 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-09-22T22:17:21.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:21 smithi110 ceph-mon[107391]: from='client.? 172.21.15.190:0/2560431570' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-22T22:17:23.080 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-22T22:17:23.080 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-22T22:17:24.604 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:17:24.604 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"87c32f6a-5995-11ee-8db4-212e2dc638e7","modified":"2023-09-22T22:15:54.949368Z","created":"2023-09-22T22:15:54.949368Z","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":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-22T22:17:24.606 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-09-22T22:17:24.963 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:24 smithi110 ceph-mon[107391]: from='client.? 172.21.15.190:0/480079514' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-22T22:17:25.993 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-22T22:17:25.993 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-22T22:17:26.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:25 smithi110 ceph-mon[107391]: Active manager daemon smithi110.ntddcx restarted 2023-09-22T22:17:26.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:25 smithi110 ceph-mon[107391]: Activating manager daemon smithi110.ntddcx 2023-09-22T22:17:26.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:25 smithi110 ceph-mon[107391]: osdmap e5: 0 total, 0 up, 0 in 2023-09-22T22:17:26.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:25 smithi110 ceph-mon[107391]: mgrmap e15: smithi110.ntddcx(active, starting, since 0.681396s) 2023-09-22T22:17:26.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:25 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-22T22:17:26.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:25 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mgr metadata", "who": "smithi110.ntddcx", "id": "smithi110.ntddcx"}]: dispatch 2023-09-22T22:17:26.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:25 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-22T22:17:26.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:25 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-22T22:17:26.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:25 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-22T22:17:26.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:25 smithi110 ceph-mon[107391]: Manager daemon smithi110.ntddcx is now available 2023-09-22T22:17:26.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:25 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:17:26.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:25 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:17:26.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:25 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:17:26.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:25 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:17:26.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:25 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:26.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:25 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/mirror_snapshot_schedule"}]: dispatch 2023-09-22T22:17:26.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:25 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/trash_purge_schedule"}]: dispatch 2023-09-22T22:17:27.450 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:17:27.450 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"87c32f6a-5995-11ee-8db4-212e2dc638e7","modified":"2023-09-22T22:15:54.949368Z","created":"2023-09-22T22:15:54.949368Z","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":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-22T22:17:27.452 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-09-22T22:17:27.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:27 smithi110 ceph-mon[107391]: [22/Sep/2023:22:17:26] ENGINE Bus STARTING 2023-09-22T22:17:27.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:27 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:27.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:27 smithi110 ceph-mon[107391]: [22/Sep/2023:22:17:26] ENGINE Serving on https://172.21.15.110:7150 2023-09-22T22:17:27.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:27 smithi110 ceph-mon[107391]: [22/Sep/2023:22:17:26] ENGINE Bus STARTED 2023-09-22T22:17:27.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:27 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:27.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:27 smithi110 ceph-mon[107391]: mgrmap e16: smithi110.ntddcx(active, since 1.68368s) 2023-09-22T22:17:27.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:27 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:28.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:28 smithi110 ceph-mon[107391]: from='client.? 172.21.15.190:0/2467462648' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-22T22:17:28.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:28 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:28.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:28 smithi110 ceph-mon[107391]: mgrmap e17: smithi110.ntddcx(active, since 2s) 2023-09-22T22:17:28.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:28 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:28.858 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-22T22:17:29.218 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-22T22:17:29.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:29 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:30.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:29 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd/host:smithi110", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:17:30.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:29 smithi110 ceph-mon[107391]: Updating smithi110:/etc/ceph/ceph.conf 2023-09-22T22:17:30.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:29 smithi110 ceph-mon[107391]: Updating smithi110:/etc/ceph/ceph.client.admin.keyring 2023-09-22T22:17:30.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:29 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:30.772 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:17:30.772 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"87c32f6a-5995-11ee-8db4-212e2dc638e7","modified":"2023-09-22T22:15:54.949368Z","created":"2023-09-22T22:15:54.949368Z","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":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-22T22:17:30.774 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-09-22T22:17:31.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:31 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:31.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:31 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:31.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:31 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:17:31.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:31 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:31.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:31 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-22T22:17:31.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:31 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-22T22:17:31.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:31 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:17:31.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:31 smithi110 ceph-mon[107391]: Deploying daemon crash.smithi190 on smithi190 2023-09-22T22:17:31.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:31 smithi110 ceph-mon[107391]: from='client.? 172.21.15.190:0/1098950038' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-22T22:17:32.456 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-22T22:17:32.457 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-22T22:17:33.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:33 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:33.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:33 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.rgckme", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-22T22:17:33.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:33 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.rgckme", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-22T22:17:33.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:33 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-22T22:17:33.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:33 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:17:33.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:33 smithi110 ceph-mon[107391]: Deploying daemon mgr.smithi190.rgckme on smithi190 2023-09-22T22:17:34.427 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:17:34.427 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":1,"fsid":"87c32f6a-5995-11ee-8db4-212e2dc638e7","modified":"2023-09-22T22:15:54.949368Z","created":"2023-09-22T22:15:54.949368Z","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":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-09-22T22:17:34.428 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 1 2023-09-22T22:17:34.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:34 smithi110 ceph-mon[107391]: from='client.? 172.21.15.190:0/2992358181' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-22T22:17:35.850 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-09-22T22:17:35.850 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph mon dump -f json 2023-09-22T22:17:35.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:35 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:35.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:35 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-22T22:17:35.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:35 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:17:35.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:35 smithi110 ceph-mon[107391]: Deploying daemon mon.smithi190 on smithi190 2023-09-22T22:17:36.517 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:36 smithi190 systemd[1]: Starting Ceph mon.smithi190 for 87c32f6a-5995-11ee-8db4-212e2dc638e7... 2023-09-22T22:17:36.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:36 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:37.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: set uid:gid to 167:167 (ceph:ceph) 2023-09-22T22:17:37.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable), process ceph-mon, pid 7 2023-09-22T22:17:37.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: pidfile_write: ignore empty --pid-file 2023-09-22T22:17:37.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: load: jerasure load: lrc 2023-09-22T22:17:37.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: RocksDB version: 6.15.5 2023-09-22T22:17:37.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-09-22T22:17:37.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Compile date Apr 18 2022 2023-09-22T22:17:37.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: DB SUMMARY 2023-09-22T22:17:37.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: DB Session ID: PISNJTVRPO84XOUTYVT0 2023-09-22T22:17:37.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: CURRENT file: CURRENT 2023-09-22T22:17:37.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: IDENTITY file: IDENTITY 2023-09-22T22:17:37.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: MANIFEST file: MANIFEST-000003 size: 57 Bytes 2023-09-22T22:17:37.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi190/store.db dir, Total Num: 0, files: 2023-09-22T22:17:37.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi190/store.db: 000004.log size: 511 ; 2023-09-22T22:17:37.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.error_if_exists: 0 2023-09-22T22:17:37.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.create_if_missing: 0 2023-09-22T22:17:37.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.paranoid_checks: 1 2023-09-22T22:17:37.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-09-22T22:17:37.540 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.env: 0x55a5a93a8860 2023-09-22T22:17:37.540 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.fs: Posix File System 2023-09-22T22:17:37.540 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.info_log: 0x55a5aa87ffa0 2023-09-22T22:17:37.540 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_file_opening_threads: 16 2023-09-22T22:17:37.540 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.statistics: (nil) 2023-09-22T22:17:37.540 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.use_fsync: 0 2023-09-22T22:17:37.540 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_log_file_size: 0 2023-09-22T22:17:37.540 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-09-22T22:17:37.540 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.log_file_time_to_roll: 0 2023-09-22T22:17:37.540 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.keep_log_file_num: 1000 2023-09-22T22:17:37.540 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.recycle_log_file_num: 0 2023-09-22T22:17:37.540 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.allow_fallocate: 1 2023-09-22T22:17:37.540 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.allow_mmap_reads: 0 2023-09-22T22:17:37.541 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.allow_mmap_writes: 0 2023-09-22T22:17:37.541 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.use_direct_reads: 0 2023-09-22T22:17:37.541 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-09-22T22:17:37.541 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.create_missing_column_families: 0 2023-09-22T22:17:37.541 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.db_log_dir: 2023-09-22T22:17:37.541 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi190/store.db 2023-09-22T22:17:37.541 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.table_cache_numshardbits: 6 2023-09-22T22:17:37.541 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.WAL_ttl_seconds: 0 2023-09-22T22:17:37.541 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.WAL_size_limit_MB: 0 2023-09-22T22:17:37.541 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-09-22T22:17:37.541 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-09-22T22:17:37.541 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.is_fd_close_on_exec: 1 2023-09-22T22:17:37.542 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.advise_random_on_open: 1 2023-09-22T22:17:37.542 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.db_write_buffer_size: 0 2023-09-22T22:17:37.542 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.write_buffer_manager: 0x55a5aa9702d0 2023-09-22T22:17:37.542 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-09-22T22:17:37.542 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-09-22T22:17:37.542 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-09-22T22:17:37.542 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.use_adaptive_mutex: 0 2023-09-22T22:17:37.542 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.rate_limiter: (nil) 2023-09-22T22:17:37.542 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-09-22T22:17:37.542 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.wal_recovery_mode: 2 2023-09-22T22:17:37.542 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.enable_thread_tracking: 0 2023-09-22T22:17:37.542 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.enable_pipelined_write: 0 2023-09-22T22:17:37.543 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.unordered_write: 0 2023-09-22T22:17:37.543 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-09-22T22:17:37.543 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-09-22T22:17:37.543 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-09-22T22:17:37.543 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-09-22T22:17:37.543 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.row_cache: None 2023-09-22T22:17:37.543 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.wal_filter: None 2023-09-22T22:17:37.543 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-09-22T22:17:37.543 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.allow_ingest_behind: 0 2023-09-22T22:17:37.543 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.preserve_deletes: 0 2023-09-22T22:17:37.543 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.two_write_queues: 0 2023-09-22T22:17:37.543 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.manual_wal_flush: 0 2023-09-22T22:17:37.543 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.atomic_flush: 0 2023-09-22T22:17:37.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-09-22T22:17:37.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.persist_stats_to_disk: 0 2023-09-22T22:17:37.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.write_dbid_to_manifest: 0 2023-09-22T22:17:37.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.log_readahead_size: 0 2023-09-22T22:17:37.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-09-22T22:17:37.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.best_efforts_recovery: 0 2023-09-22T22:17:37.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-09-22T22:17:37.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-09-22T22:17:37.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.allow_data_in_errors: 0 2023-09-22T22:17:37.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.db_host_id: __hostname__ 2023-09-22T22:17:37.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_background_jobs: 2 2023-09-22T22:17:37.544 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_background_compactions: -1 2023-09-22T22:17:37.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_subcompactions: 1 2023-09-22T22:17:37.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-09-22T22:17:37.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-09-22T22:17:37.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.delayed_write_rate : 16777216 2023-09-22T22:17:37.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_total_wal_size: 0 2023-09-22T22:17:37.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-09-22T22:17:37.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.stats_dump_period_sec: 600 2023-09-22T22:17:37.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.stats_persist_period_sec: 600 2023-09-22T22:17:37.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-09-22T22:17:37.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_open_files: -1 2023-09-22T22:17:37.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.bytes_per_sync: 0 2023-09-22T22:17:37.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.wal_bytes_per_sync: 0 2023-09-22T22:17:37.545 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.strict_bytes_per_sync: 0 2023-09-22T22:17:37.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compaction_readahead_size: 0 2023-09-22T22:17:37.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_background_flushes: -1 2023-09-22T22:17:37.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Compression algorithms supported: 2023-09-22T22:17:37.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-09-22T22:17:37.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: kZSTD supported: 0 2023-09-22T22:17:37.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: kXpressCompression supported: 0 2023-09-22T22:17:37.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: kLZ4HCCompression supported: 1 2023-09-22T22:17:37.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: kLZ4Compression supported: 1 2023-09-22T22:17:37.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: kBZip2Compression supported: 0 2023-09-22T22:17:37.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: kZlibCompression supported: 1 2023-09-22T22:17:37.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: kSnappyCompression supported: 1 2023-09-22T22:17:37.546 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Fast CRC32 supported: Supported on x86 2023-09-22T22:17:37.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: [db/version_set.cc:4725] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi190/store.db/MANIFEST-000003 2023-09-22T22:17:37.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: [db/column_family.cc:597] --------------- Options for column family [default]: 2023-09-22T22:17:37.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-09-22T22:17:37.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.merge_operator: 2023-09-22T22:17:37.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compaction_filter: None 2023-09-22T22:17:37.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compaction_filter_factory: None 2023-09-22T22:17:37.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.sst_partitioner_factory: None 2023-09-22T22:17:37.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.memtable_factory: SkipListFactory 2023-09-22T22:17:37.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.table_factory: BlockBasedTable 2023-09-22T22:17:37.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a5aa84bd00) 2023-09-22T22:17:37.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: cache_index_and_filter_blocks: 1 2023-09-22T22:17:37.547 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-09-22T22:17:37.548 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-09-22T22:17:37.548 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: pin_top_level_index_and_filter: 1 2023-09-22T22:17:37.548 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: index_type: 0 2023-09-22T22:17:37.548 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: data_block_index_type: 0 2023-09-22T22:17:37.548 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: index_shortening: 1 2023-09-22T22:17:37.548 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: data_block_hash_table_util_ratio: 0.750000 2023-09-22T22:17:37.548 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: hash_index_allow_collision: 1 2023-09-22T22:17:37.548 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: checksum: 1 2023-09-22T22:17:37.548 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: no_block_cache: 0 2023-09-22T22:17:37.548 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: block_cache: 0x55a5aa8b6170 2023-09-22T22:17:37.548 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: block_cache_name: BinnedLRUCache 2023-09-22T22:17:37.549 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: block_cache_options: 2023-09-22T22:17:37.549 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: capacity : 536870912 2023-09-22T22:17:37.549 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: num_shard_bits : 4 2023-09-22T22:17:37.549 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: strict_capacity_limit : 0 2023-09-22T22:17:37.549 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: high_pri_pool_ratio: 0.000 2023-09-22T22:17:37.549 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: block_cache_compressed: (nil) 2023-09-22T22:17:37.549 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: persistent_cache: (nil) 2023-09-22T22:17:37.549 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: block_size: 4096 2023-09-22T22:17:37.549 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: block_size_deviation: 10 2023-09-22T22:17:37.549 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: block_restart_interval: 16 2023-09-22T22:17:37.549 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: index_block_restart_interval: 1 2023-09-22T22:17:37.549 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: metadata_block_size: 4096 2023-09-22T22:17:37.550 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: partition_filters: 0 2023-09-22T22:17:37.550 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: use_delta_encoding: 1 2023-09-22T22:17:37.550 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: filter_policy: rocksdb.BuiltinBloomFilter 2023-09-22T22:17:37.550 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: whole_key_filtering: 1 2023-09-22T22:17:37.550 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: verify_compression: 0 2023-09-22T22:17:37.550 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: read_amp_bytes_per_bit: 0 2023-09-22T22:17:37.550 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: format_version: 4 2023-09-22T22:17:37.550 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: enable_index_compression: 1 2023-09-22T22:17:37.550 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: block_align: 0 2023-09-22T22:17:37.550 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.write_buffer_size: 33554432 2023-09-22T22:17:37.550 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_write_buffer_number: 2 2023-09-22T22:17:37.550 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compression: NoCompression 2023-09-22T22:17:37.551 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.bottommost_compression: Disabled 2023-09-22T22:17:37.551 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.prefix_extractor: nullptr 2023-09-22T22:17:37.551 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-09-22T22:17:37.551 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.num_levels: 7 2023-09-22T22:17:37.551 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-09-22T22:17:37.551 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-09-22T22:17:37.551 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-09-22T22:17:37.551 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-09-22T22:17:37.551 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-09-22T22:17:37.551 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-09-22T22:17:37.551 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-09-22T22:17:37.551 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-09-22T22:17:37.551 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-09-22T22:17:37.552 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-09-22T22:17:37.552 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compression_opts.window_bits: -14 2023-09-22T22:17:37.553 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compression_opts.level: 32767 2023-09-22T22:17:37.553 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compression_opts.strategy: 0 2023-09-22T22:17:37.553 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-09-22T22:17:37.553 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-09-22T22:17:37.553 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-09-22T22:17:37.553 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compression_opts.enabled: false 2023-09-22T22:17:37.554 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-09-22T22:17:37.554 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-09-22T22:17:37.554 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-09-22T22:17:37.554 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.target_file_size_base: 67108864 2023-09-22T22:17:37.554 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.target_file_size_multiplier: 1 2023-09-22T22:17:37.554 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-09-22T22:17:37.554 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-09-22T22:17:37.554 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-09-22T22:17:37.554 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-09-22T22:17:37.554 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-09-22T22:17:37.554 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-09-22T22:17:37.554 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-09-22T22:17:37.555 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-09-22T22:17:37.555 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-09-22T22:17:37.555 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-09-22T22:17:37.555 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-09-22T22:17:37.555 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-09-22T22:17:37.555 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.arena_block_size: 4194304 2023-09-22T22:17:37.555 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-09-22T22:17:37.555 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-09-22T22:17:37.555 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-09-22T22:17:37.555 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.disable_auto_compactions: 0 2023-09-22T22:17:37.555 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-09-22T22:17:37.555 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-09-22T22:17:37.555 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-09-22T22:17:37.556 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-09-22T22:17:37.556 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-09-22T22:17:37.556 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-09-22T22:17:37.556 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-09-22T22:17:37.556 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-09-22T22:17:37.556 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-09-22T22:17:37.556 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-09-22T22:17:37.556 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.table_properties_collectors: 2023-09-22T22:17:37.556 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.inplace_update_support: 0 2023-09-22T22:17:37.556 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.inplace_update_num_locks: 10000 2023-09-22T22:17:37.556 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-09-22T22:17:37.556 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-09-22T22:17:37.557 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.memtable_huge_page_size: 0 2023-09-22T22:17:37.557 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.bloom_locality: 0 2023-09-22T22:17:37.557 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.max_successive_merges: 0 2023-09-22T22:17:37.557 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.optimize_filters_for_hits: 0 2023-09-22T22:17:37.557 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.paranoid_file_checks: 0 2023-09-22T22:17:37.557 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.force_consistency_checks: 1 2023-09-22T22:17:37.557 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.report_bg_io_stats: 0 2023-09-22T22:17:37.557 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.ttl: 2592000 2023-09-22T22:17:37.557 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.periodic_compaction_seconds: 0 2023-09-22T22:17:37.557 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.enable_blob_files: false 2023-09-22T22:17:37.557 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.min_blob_size: 0 2023-09-22T22:17:37.558 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.blob_file_size: 268435456 2023-09-22T22:17:37.558 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.blob_compression_type: NoCompression 2023-09-22T22:17:37.558 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.enable_blob_garbage_collection: false 2023-09-22T22:17:37.558 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-09-22T22:17:37.558 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: [db/version_set.cc:4773] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi190/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-09-22T22:17:37.558 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: [db/version_set.cc:4782] Column family [default] (ID 0), log number is 0 2023-09-22T22:17:37.558 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: [db/version_set.cc:4083] Creating manifest 7 2023-09-22T22:17:37.558 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: EVENT_LOG_v1 {"time_micros": 1695421057230148, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-09-22T22:17:37.558 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: [db/db_impl/db_impl_open.cc:847] Recovering log #4 mode 2 2023-09-22T22:17:37.558 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: 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-09-22T22:17:37.558 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: EVENT_LOG_v1 {"time_micros": 1695421057230424, "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": 1695421057, "oldest_key_time": 0, "file_creation_time": 0, "db_id": "45c68d8b-41ac-4011-a073-1bd0e9715419", "db_session_id": "PISNJTVRPO84XOUTYVT0"}} 2023-09-22T22:17:37.559 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: [db/version_set.cc:4083] Creating manifest 9 2023-09-22T22:17:37.559 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: EVENT_LOG_v1 {"time_micros": 1695421057230748, "job": 1, "event": "recovery_finished"} 2023-09-22T22:17:37.559 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: [file/delete_scheduler.cc:73] Deleted file /var/lib/ceph/mon/ceph-smithi190/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-09-22T22:17:37.559 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: [db/db_impl/db_impl_open.cc:1701] SstFileManager instance 0x55a5aa89ca80 2023-09-22T22:17:37.559 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: DB pointer 0x55a5aa8ac000 2023-09-22T22:17:37.559 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: [db/db_impl/db_impl.cc:902] ------- DUMPING STATS ------- 2023-09-22T22:17:37.559 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: rocksdb: [db/db_impl/db_impl.cc:903] 2023-09-22T22:17:37.559 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ** DB Stats ** 2023-09-22T22:17:37.559 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-22T22:17:37.559 INFO:journalctl@ceph.mon.smithi190.smithi190.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-09-22T22:17:37.559 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-09-22T22:17:37.559 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-22T22:17:37.560 INFO:journalctl@ceph.mon.smithi190.smithi190.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-09-22T22:17:37.560 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-09-22T22:17:37.560 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-09-22T22:17:37.560 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: 2023-09-22T22:17:37.560 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ** Compaction Stats [default] ** 2023-09-22T22:17:37.560 INFO:journalctl@ceph.mon.smithi190.smithi190.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-09-22T22:17:37.560 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-22T22:17:37.560 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.7 0.00 0.00 1 0.000 0 0 2023-09-22T22:17:37.560 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.7 0.00 0.00 1 0.000 0 0 2023-09-22T22:17:37.560 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.7 0.00 0.00 1 0.000 0 0 2023-09-22T22:17:37.560 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: 2023-09-22T22:17:37.560 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ** Compaction Stats [default] ** 2023-09-22T22:17:37.560 INFO:journalctl@ceph.mon.smithi190.smithi190.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-09-22T22:17:37.561 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-22T22:17:37.561 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.7 0.00 0.00 1 0.000 0 0 2023-09-22T22:17:37.561 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-22T22:17:37.561 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-22T22:17:37.561 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-22T22:17:37.561 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-22T22:17:37.561 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-22T22:17:37.561 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-22T22:17:37.561 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Cumulative compaction: 0.00 GB write, 0.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-22T22:17:37.561 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Interval compaction: 0.00 GB write, 0.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-22T22:17:37.561 INFO:journalctl@ceph.mon.smithi190.smithi190.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-09-22T22:17:37.561 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: 2023-09-22T22:17:37.562 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-22T22:17:37.562 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: 2023-09-22T22:17:37.562 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ** Compaction Stats [default] ** 2023-09-22T22:17:37.562 INFO:journalctl@ceph.mon.smithi190.smithi190.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-09-22T22:17:37.562 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-22T22:17:37.562 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: L0 1/0 1.51 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.7 0.00 0.00 1 0.000 0 0 2023-09-22T22:17:37.562 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Sum 1/0 1.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.7 0.00 0.00 1 0.000 0 0 2023-09-22T22:17:37.562 INFO:journalctl@ceph.mon.smithi190.smithi190.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-09-22T22:17:37.562 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: 2023-09-22T22:17:37.562 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ** Compaction Stats [default] ** 2023-09-22T22:17:37.562 INFO:journalctl@ceph.mon.smithi190.smithi190.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-09-22T22:17:37.562 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-09-22T22:17:37.563 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.7 0.00 0.00 1 0.000 0 0 2023-09-22T22:17:37.563 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-09-22T22:17:37.563 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-09-22T22:17:37.563 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-09-22T22:17:37.563 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-09-22T22:17:37.563 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-09-22T22:17:37.563 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: AddFile(Keys): cumulative 0, interval 0 2023-09-22T22:17:37.563 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: Cumulative compaction: 0.00 GB write, 0.53 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-09-22T22:17:37.563 INFO:journalctl@ceph.mon.smithi190.smithi190.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-09-22T22:17:37.563 INFO:journalctl@ceph.mon.smithi190.smithi190.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-09-22T22:17:37.563 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: 2023-09-22T22:17:37.563 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: ** File Read Latency Histogram By Level [default] ** 2023-09-22T22:17:37.564 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mon.smithi190 does not exist in monmap, will attempt to join an existing cluster 2023-09-22T22:17:37.564 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: using public_addr v2:172.21.15.190:0/0 -> [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] 2023-09-22T22:17:37.564 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: starting mon.smithi190 rank -1 at public addrs [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] at bind addrs [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi190 fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 2023-09-22T22:17:37.564 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mon.smithi190@-1(???) e0 preinit fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 2023-09-22T22:17:37.564 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mon.smithi190@-1(synchronizing).mds e1 new map 2023-09-22T22:17:37.564 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mon.smithi190@-1(synchronizing).mds e1 print_map 2023-09-22T22:17:37.564 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: e1 2023-09-22T22:17:37.564 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-09-22T22:17:37.564 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-09-22T22:17:37.564 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: legacy client fscid: -1 2023-09-22T22:17:37.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: 2023-09-22T22:17:37.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout: No filesystems configured 2023-09-22T22:17:37.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mon.smithi190@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-09-22T22:17:37.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mon.smithi190@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-09-22T22:17:37.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mon.smithi190@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-09-22T22:17:37.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mon.smithi190@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-09-22T22:17:37.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mon.smithi190@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-09-22T22:17:37.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mon.smithi190@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-09-22T22:17:37.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mon.smithi190@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-09-22T22:17:37.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mon.smithi190@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-09-22T22:17:37.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mon.smithi190@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-22T22:17:37.565 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mon.smithi190@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-22T22:17:37.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mon.smithi190@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-09-22T22:17:37.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:37.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='client.? 172.21.15.190:0/2370892832' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-22T22:17:37.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:37.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:37.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: Deploying daemon node-exporter.smithi110 on smithi110 2023-09-22T22:17:37.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='client.? 172.21.15.190:0/3610464432' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-22T22:17:37.566 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:37.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:37.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:37.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-09-22T22:17:37.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='client.? 172.21.15.190:0/1558835550' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-22T22:17:37.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14162 172.21.15.110:0/2021510329' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-09-22T22:17:37.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mgrmap e14: smithi110.ntddcx(active, since 32s) 2023-09-22T22:17:37.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='client.? 172.21.15.190:0/2560431570' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-22T22:17:37.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='client.? 172.21.15.190:0/480079514' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-22T22:17:37.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: Active manager daemon smithi110.ntddcx restarted 2023-09-22T22:17:37.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: Activating manager daemon smithi110.ntddcx 2023-09-22T22:17:37.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: osdmap e5: 0 total, 0 up, 0 in 2023-09-22T22:17:37.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mgrmap e15: smithi110.ntddcx(active, starting, since 0.681396s) 2023-09-22T22:17:37.567 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-22T22:17:37.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mgr metadata", "who": "smithi110.ntddcx", "id": "smithi110.ntddcx"}]: dispatch 2023-09-22T22:17:37.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-22T22:17:37.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-22T22:17:37.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-22T22:17:37.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: Manager daemon smithi110.ntddcx is now available 2023-09-22T22:17:37.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:17:37.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:17:37.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:17:37.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:17:37.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:37.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/mirror_snapshot_schedule"}]: dispatch 2023-09-22T22:17:37.568 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/trash_purge_schedule"}]: dispatch 2023-09-22T22:17:37.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: [22/Sep/2023:22:17:26] ENGINE Bus STARTING 2023-09-22T22:17:37.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:37.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: [22/Sep/2023:22:17:26] ENGINE Serving on https://172.21.15.110:7150 2023-09-22T22:17:37.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: [22/Sep/2023:22:17:26] ENGINE Bus STARTED 2023-09-22T22:17:37.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:37.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mgrmap e16: smithi110.ntddcx(active, since 1.68368s) 2023-09-22T22:17:37.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:37.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='client.? 172.21.15.190:0/2467462648' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-22T22:17:37.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:37.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mgrmap e17: smithi110.ntddcx(active, since 2s) 2023-09-22T22:17:37.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:37.569 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:37.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd/host:smithi110", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:17:37.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: Updating smithi110:/etc/ceph/ceph.conf 2023-09-22T22:17:37.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: Updating smithi110:/etc/ceph/ceph.client.admin.keyring 2023-09-22T22:17:37.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:37.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:37.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:37.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd/host:smithi190", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:17:37.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:37.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-22T22:17:37.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-09-22T22:17:37.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:17:37.570 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: Deploying daemon crash.smithi190 on smithi190 2023-09-22T22:17:37.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='client.? 172.21.15.190:0/1098950038' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-22T22:17:37.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:37.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.rgckme", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-22T22:17:37.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.rgckme", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-09-22T22:17:37.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-22T22:17:37.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:17:37.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: Deploying daemon mgr.smithi190.rgckme on smithi190 2023-09-22T22:17:37.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='client.? 172.21.15.190:0/2992358181' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-22T22:17:37.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:37.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-22T22:17:37.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:17:37.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: Deploying daemon mon.smithi190 on smithi190 2023-09-22T22:17:37.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:37.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mon.smithi190@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-09-22T22:17:37.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 ceph-mon[110035]: mon.smithi190@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-09-22T22:17:37.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 bash[109930]: e268eb6807b289ada52d0e637e32fd08b96c1ddf951326349e62fad6a8698f5e 2023-09-22T22:17:37.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:37 smithi190 systemd[1]: Started Ceph mon.smithi190 for 87c32f6a-5995-11ee-8db4-212e2dc638e7. 2023-09-22T22:17:42.609 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-22T22:17:42.609 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: mon.smithi110 calling monitor election 2023-09-22T22:17:42.609 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:17:42.609 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:17:42.609 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:17:42.610 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: mon.smithi190 calling monitor election 2023-09-22T22:17:42.610 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:17:42.610 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: from='mgr.? 172.21.15.190:0/1008716116' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.rgckme/crt"}]: dispatch 2023-09-22T22:17:42.610 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:17:42.610 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:17:42.610 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: mon.smithi110 is new leader, mons smithi110,smithi190 in quorum (ranks 0,1) 2023-09-22T22:17:42.610 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: monmap e2: 2 mons at {smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0],smithi190=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} 2023-09-22T22:17:42.610 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: fsmap 2023-09-22T22:17:42.610 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: osdmap e5: 0 total, 0 up, 0 in 2023-09-22T22:17:42.610 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: mgrmap e17: smithi110.ntddcx(active, since 17s) 2023-09-22T22:17:42.610 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: Standby manager daemon smithi190.rgckme started 2023-09-22T22:17:42.611 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: from='mgr.? 172.21.15.190:0/1008716116' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-22T22:17:42.611 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: from='mgr.? 172.21.15.190:0/1008716116' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.rgckme/key"}]: dispatch 2023-09-22T22:17:42.611 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: from='mgr.? 172.21.15.190:0/1008716116' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-22T22:17:42.611 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: overall HEALTH_OK 2023-09-22T22:17:42.611 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:42.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-22T22:17:42.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: mon.smithi110 calling monitor election 2023-09-22T22:17:42.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:17:42.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:17:42.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:17:42.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: mon.smithi190 calling monitor election 2023-09-22T22:17:42.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:17:42.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: from='mgr.? 172.21.15.190:0/1008716116' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.rgckme/crt"}]: dispatch 2023-09-22T22:17:42.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:17:42.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:17:42.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: mon.smithi110 is new leader, mons smithi110,smithi190 in quorum (ranks 0,1) 2023-09-22T22:17:42.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: monmap e2: 2 mons at {smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0],smithi190=[v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0]} 2023-09-22T22:17:42.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: fsmap 2023-09-22T22:17:42.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: osdmap e5: 0 total, 0 up, 0 in 2023-09-22T22:17:42.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: mgrmap e17: smithi110.ntddcx(active, since 17s) 2023-09-22T22:17:42.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: Standby manager daemon smithi190.rgckme started 2023-09-22T22:17:42.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: from='mgr.? 172.21.15.190:0/1008716116' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-22T22:17:42.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: from='mgr.? 172.21.15.190:0/1008716116' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.rgckme/key"}]: dispatch 2023-09-22T22:17:42.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: from='mgr.? 172.21.15.190:0/1008716116' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-22T22:17:42.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: overall HEALTH_OK 2023-09-22T22:17:42.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:43.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:43 smithi110 ceph-mon[107391]: Deploying daemon node-exporter.smithi190 on smithi190 2023-09-22T22:17:43.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:43 smithi110 ceph-mon[107391]: mgrmap e18: smithi110.ntddcx(active, since 17s), standbys: smithi190.rgckme 2023-09-22T22:17:43.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:43 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mgr metadata", "who": "smithi190.rgckme", "id": "smithi190.rgckme"}]: dispatch 2023-09-22T22:17:43.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:43 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:17:43.750 INFO:teuthology.orchestra.run.smithi190.stdout: 2023-09-22T22:17:43.750 INFO:teuthology.orchestra.run.smithi190.stdout:{"epoch":2,"fsid":"87c32f6a-5995-11ee-8db4-212e2dc638e7","modified":"2023-09-22T22:17:37.261541Z","created":"2023-09-22T22:15:54.949368Z","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":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi190","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:3300","nonce":0},{"type":"v1","addr":"172.21.15.190:6789","nonce":0}]},"addr":"172.21.15.190:6789/0","public_addr":"172.21.15.190:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-09-22T22:17:43.752 INFO:teuthology.orchestra.run.smithi190.stderr:dumped monmap epoch 2 2023-09-22T22:17:43.774 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:43 smithi190 ceph-mon[110035]: Deploying daemon node-exporter.smithi190 on smithi190 2023-09-22T22:17:43.774 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:43 smithi190 ceph-mon[110035]: mgrmap e18: smithi110.ntddcx(active, since 17s), standbys: smithi190.rgckme 2023-09-22T22:17:43.774 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:43 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mgr metadata", "who": "smithi190.rgckme", "id": "smithi190.rgckme"}]: dispatch 2023-09-22T22:17:43.774 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:43 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:17:44.571 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-09-22T22:17:44.572 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph config generate-minimal-conf 2023-09-22T22:17:44.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:44 smithi110 ceph-mon[107391]: from='client.? 172.21.15.190:0/2237379922' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-22T22:17:44.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:44 smithi190 ceph-mon[110035]: from='client.? 172.21.15.190:0/2237379922' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-09-22T22:17:46.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:46 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:46.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:46 smithi110 ceph-mon[107391]: Deploying daemon prometheus.smithi110 on smithi110 2023-09-22T22:17:46.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:46 smithi110 ceph-mon[107391]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:46.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:46 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:46.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:46 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:46.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:46 smithi190 ceph-mon[110035]: Deploying daemon prometheus.smithi110 on smithi110 2023-09-22T22:17:46.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:46 smithi190 ceph-mon[110035]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:46.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:46 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:48.044 INFO:teuthology.orchestra.run.smithi110.stdout:# minimal ceph.conf for 87c32f6a-5995-11ee-8db4-212e2dc638e7 2023-09-22T22:17:48.045 INFO:teuthology.orchestra.run.smithi110.stdout:[global] 2023-09-22T22:17:48.045 INFO:teuthology.orchestra.run.smithi110.stdout: fsid = 87c32f6a-5995-11ee-8db4-212e2dc638e7 2023-09-22T22:17:48.045 INFO:teuthology.orchestra.run.smithi110.stdout: mon_host = [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] [v2:172.21.15.190:3300/0,v1:172.21.15.190:6789/0] 2023-09-22T22:17:48.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:48 smithi110 ceph-mon[107391]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:48.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:48 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/2618700824' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:17:48.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:48 smithi190 ceph-mon[110035]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:48.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:48 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/2618700824' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:17:50.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:50 smithi110 ceph-mon[107391]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:51.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:50 smithi190 ceph-mon[110035]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:52.628 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-09-22T22:17:52.628 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-22T22:17:52.628 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.conf 2023-09-22T22:17:52.658 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-22T22:17:52.659 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-22T22:17:52.726 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-09-22T22:17:52.726 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/ceph/ceph.conf 2023-09-22T22:17:52.765 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-09-22T22:17:52.765 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-09-22T22:17:52.837 INFO:tasks.cephadm:Deploying OSDs... 2023-09-22T22:17:52.837 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-22T22:17:52.837 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2023-09-22T22:17:52.855 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-09-22T22:17:52.855 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_1 2023-09-22T22:17:52.913 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-22T22:17:52.914 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-22T22:17:52.914 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 393450 Links: 1 2023-09-22T22:17:52.914 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-22T22:17:52.914 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2023-09-22T22:17:52.914 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-09-22 22:17:16.183079399 +0000 2023-09-22T22:17:52.914 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-09-22 22:14:33.140241932 +0000 2023-09-22T22:17:52.914 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-09-22 22:14:33.140241932 +0000 2023-09-22T22:17:52.914 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-09-22T22:17:52.915 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-22T22:17:52.977 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:52 smithi110 ceph-mon[107391]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:52.979 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-09-22T22:17:52.979 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-09-22T22:17:52.979 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000113053 s, 4.5 MB/s 2023-09-22T22:17:52.980 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-22T22:17:53.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:52 smithi190 ceph-mon[110035]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:53.039 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_2 2023-09-22T22:17:53.098 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-22T22:17:53.098 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-22T22:17:53.098 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 384558 Links: 1 2023-09-22T22:17:53.098 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-22T22:17:53.098 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2023-09-22T22:17:53.099 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-09-22 22:17:16.183079399 +0000 2023-09-22T22:17:53.099 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-09-22 22:14:33.647233655 +0000 2023-09-22T22:17:53.099 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-09-22 22:14:33.647233655 +0000 2023-09-22T22:17:53.099 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-09-22T22:17:53.099 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-22T22:17:53.164 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-09-22T22:17:53.165 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-09-22T22:17:53.165 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000119185 s, 4.3 MB/s 2023-09-22T22:17:53.166 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-22T22:17:53.225 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_3 2023-09-22T22:17:53.284 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-22T22:17:53.284 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-22T22:17:53.284 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 393601 Links: 1 2023-09-22T22:17:53.284 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-22T22:17:53.284 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2023-09-22T22:17:53.284 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-09-22 22:17:16.183079399 +0000 2023-09-22T22:17:53.284 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-09-22 22:14:34.147225493 +0000 2023-09-22T22:17:53.284 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-09-22 22:14:34.147225493 +0000 2023-09-22T22:17:53.284 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-09-22T22:17:53.285 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-22T22:17:53.349 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-09-22T22:17:53.349 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-09-22T22:17:53.349 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 8.4862e-05 s, 6.0 MB/s 2023-09-22T22:17:53.350 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-22T22:17:53.411 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_4 2023-09-22T22:17:53.469 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-22T22:17:53.470 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-22T22:17:53.470 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 389730 Links: 1 2023-09-22T22:17:53.470 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-22T22:17:53.470 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2023-09-22T22:17:53.470 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2023-09-22 22:17:16.183079399 +0000 2023-09-22T22:17:53.470 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2023-09-22 22:14:34.643217395 +0000 2023-09-22T22:17:53.470 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2023-09-22 22:14:34.643217395 +0000 2023-09-22T22:17:53.470 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2023-09-22T22:17:53.471 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-22T22:17:53.540 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2023-09-22T22:17:53.541 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2023-09-22T22:17:53.541 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000107233 s, 4.8 MB/s 2023-09-22T22:17:53.541 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-22T22:17:53.599 DEBUG:teuthology.orchestra.run.smithi190:> set -ex 2023-09-22T22:17:53.599 DEBUG:teuthology.orchestra.run.smithi190:> dd if=/scratch_devs of=/dev/stdout 2023-09-22T22:17:53.621 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-09-22T22:17:53.621 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_1 2023-09-22T22:17:53.683 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-09-22T22:17:53.683 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-22T22:17:53.683 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 389622 Links: 1 2023-09-22T22:17:53.683 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-22T22:17:53.683 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-09-22T22:17:53.683 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-09-22 22:17:42.798522055 +0000 2023-09-22T22:17:53.683 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-09-22 22:14:33.306776672 +0000 2023-09-22T22:17:53.684 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-09-22 22:14:33.306776672 +0000 2023-09-22T22:17:53.684 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-09-22T22:17:53.684 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-09-22T22:17:53.753 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-09-22T22:17:53.753 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-09-22T22:17:53.754 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000238855 s, 2.1 MB/s 2023-09-22T22:17:53.755 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-09-22T22:17:53.817 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_2 2023-09-22T22:17:53.877 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-09-22T22:17:53.877 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-22T22:17:53.877 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 393686 Links: 1 2023-09-22T22:17:53.878 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-22T22:17:53.878 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-09-22T22:17:53.878 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-09-22 22:17:42.798522055 +0000 2023-09-22T22:17:53.878 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-09-22 22:14:33.814762488 +0000 2023-09-22T22:17:53.878 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-09-22 22:14:33.814762488 +0000 2023-09-22T22:17:53.878 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-09-22T22:17:53.878 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-09-22T22:17:53.946 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-09-22T22:17:53.946 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-09-22T22:17:53.946 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000199897 s, 2.6 MB/s 2023-09-22T22:17:53.947 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-09-22T22:17:54.007 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_3 2023-09-22T22:17:54.180 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-09-22T22:17:54.180 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-22T22:17:54.180 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 393800 Links: 1 2023-09-22T22:17:54.180 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-22T22:17:54.180 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-09-22T22:17:54.180 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-09-22 22:17:42.798522055 +0000 2023-09-22T22:17:54.181 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-09-22 22:14:34.328748137 +0000 2023-09-22T22:17:54.181 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-09-22 22:14:34.328748137 +0000 2023-09-22T22:17:54.181 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-09-22T22:17:54.181 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-09-22T22:17:54.247 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-09-22T22:17:54.248 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-09-22T22:17:54.248 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000204107 s, 2.5 MB/s 2023-09-22T22:17:54.249 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-09-22T22:17:54.309 DEBUG:teuthology.orchestra.run.smithi190:> stat /dev/vg_nvme/lv_4 2023-09-22T22:17:54.368 INFO:teuthology.orchestra.run.smithi190.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-09-22T22:17:54.368 INFO:teuthology.orchestra.run.smithi190.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-09-22T22:17:54.368 INFO:teuthology.orchestra.run.smithi190.stdout:Device: 6h/6d Inode: 395150 Links: 1 2023-09-22T22:17:54.368 INFO:teuthology.orchestra.run.smithi190.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-09-22T22:17:54.368 INFO:teuthology.orchestra.run.smithi190.stdout:Context: system_u:object_r:device_t:s0 2023-09-22T22:17:54.368 INFO:teuthology.orchestra.run.smithi190.stdout:Access: 2023-09-22 22:17:42.798522055 +0000 2023-09-22T22:17:54.368 INFO:teuthology.orchestra.run.smithi190.stdout:Modify: 2023-09-22 22:14:34.821734372 +0000 2023-09-22T22:17:54.368 INFO:teuthology.orchestra.run.smithi190.stdout:Change: 2023-09-22 22:14:34.821734372 +0000 2023-09-22T22:17:54.368 INFO:teuthology.orchestra.run.smithi190.stdout: Birth: - 2023-09-22T22:17:54.369 DEBUG:teuthology.orchestra.run.smithi190:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-09-22T22:17:54.434 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records in 2023-09-22T22:17:54.435 INFO:teuthology.orchestra.run.smithi190.stderr:1+0 records out 2023-09-22T22:17:54.435 INFO:teuthology.orchestra.run.smithi190.stderr:512 bytes copied, 0.000310335 s, 1.6 MB/s 2023-09-22T22:17:54.436 DEBUG:teuthology.orchestra.run.smithi190:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-09-22T22:17:54.495 INFO:tasks.cephadm:Deploying osd.0 on smithi110 with /dev/vg_nvme/lv_4... 2023-09-22T22:17:54.495 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-22T22:17:54.887 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:54 smithi110 ceph-mon[107391]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:55.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:54 smithi190 ceph-mon[110035]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:56.930 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-22T22:17:56.931 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-09-22T22:17:56.931 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10+0 records in 2023-09-22T22:17:56.931 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2023-09-22T22:17:56.931 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0132017 s, 794 MB/s 2023-09-22T22:17:56.931 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping successful for: 2023-09-22T22:17:57.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:56 smithi190 ceph-mon[110035]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:57.054 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:56 smithi110 ceph-mon[107391]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:57.316 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi110:vg_nvme/lv_4 2023-09-22T22:17:58.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:58 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:58.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:58 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:17:58.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:58 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:17:58.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:58 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:17:58.417 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:58 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:58.417 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:58 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:17:58.417 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:58 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:17:58.417 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:58 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:17:59.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:59 smithi110 ceph-mon[107391]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:59.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:59 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:59.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:59 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:59.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:59 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-22T22:17:59.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:59 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-22T22:17:59.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:17:59 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:17:59.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:59 smithi190 ceph-mon[110035]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:17:59.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:59 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:59.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:59 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:17:59.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:59 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-22T22:17:59.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:59 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-22T22:17:59.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:17:59 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:00.356 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:00 smithi110 ceph-mon[107391]: Updating smithi190:/etc/ceph/ceph.conf 2023-09-22T22:18:00.357 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:00 smithi110 ceph-mon[107391]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2023-09-22T22:18:00.357 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:00 smithi110 ceph-mon[107391]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:18:00.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:00 smithi190 ceph-mon[110035]: Updating smithi190:/etc/ceph/ceph.conf 2023-09-22T22:18:00.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:00 smithi190 ceph-mon[110035]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2023-09-22T22:18:00.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:00 smithi190 ceph-mon[110035]: from='client.14234 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:18:01.187 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:01 smithi110 ceph-mon[107391]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:01.187 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:01 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:01.187 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:01 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:01.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:01 smithi190 ceph-mon[110035]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:01.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:01 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:01.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:01 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:02.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:02 smithi110 ceph-mon[107391]: Updating smithi110:/etc/ceph/ceph.conf 2023-09-22T22:18:02.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:02.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:02.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-22T22:18:02.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-22T22:18:02.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:02.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:02 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/2674633501' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67d5f2b7-2bdc-42e1-a239-29b343fc6316"}]: dispatch 2023-09-22T22:18:02.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:02 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/2674633501' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67d5f2b7-2bdc-42e1-a239-29b343fc6316"}]': finished 2023-09-22T22:18:02.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:02 smithi110 ceph-mon[107391]: osdmap e6: 1 total, 0 up, 1 in 2023-09-22T22:18:02.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-22T22:18:02.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:02 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/641257473' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-22T22:18:02.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:02 smithi190 ceph-mon[110035]: Updating smithi110:/etc/ceph/ceph.conf 2023-09-22T22:18:02.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:02.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:02.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-22T22:18:02.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-22T22:18:02.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:02.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:02 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/2674633501' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67d5f2b7-2bdc-42e1-a239-29b343fc6316"}]: dispatch 2023-09-22T22:18:02.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:02 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/2674633501' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67d5f2b7-2bdc-42e1-a239-29b343fc6316"}]': finished 2023-09-22T22:18:02.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:02 smithi190 ceph-mon[110035]: osdmap e6: 1 total, 0 up, 1 in 2023-09-22T22:18:02.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-22T22:18:02.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:02 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/641257473' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-22T22:18:03.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:03 smithi110 ceph-mon[107391]: Reconfiguring mon.smithi110 (unknown last config time)... 2023-09-22T22:18:03.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:03 smithi110 ceph-mon[107391]: Reconfiguring daemon mon.smithi110 on smithi110 2023-09-22T22:18:03.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:03 smithi110 ceph-mon[107391]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:03.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:03 smithi190 ceph-mon[110035]: Reconfiguring mon.smithi110 (unknown last config time)... 2023-09-22T22:18:03.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:03 smithi190 ceph-mon[110035]: Reconfiguring daemon mon.smithi110 on smithi110 2023-09-22T22:18:03.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:03 smithi190 ceph-mon[110035]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:05.233 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:05 smithi110 ceph-mon[107391]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:05.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:05 smithi190 ceph-mon[110035]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:06.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:06 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:06.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:06 smithi110 ceph-mon[107391]: Reconfiguring mgr.smithi110.ntddcx (unknown last config time)... 2023-09-22T22:18:06.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:06 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.ntddcx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-22T22:18:06.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:06 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-22T22:18:06.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:06 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:06.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:06 smithi110 ceph-mon[107391]: Reconfiguring daemon mgr.smithi110.ntddcx on smithi110 2023-09-22T22:18:06.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:06 smithi110 ceph-mon[107391]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:06.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:06 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:06.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:06 smithi190 ceph-mon[110035]: Reconfiguring mgr.smithi110.ntddcx (unknown last config time)... 2023-09-22T22:18:06.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:06 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.ntddcx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-22T22:18:06.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:06 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-22T22:18:06.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:06 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:06.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:06 smithi190 ceph-mon[110035]: Reconfiguring daemon mgr.smithi110.ntddcx on smithi110 2023-09-22T22:18:06.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:06 smithi190 ceph-mon[110035]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:07.971 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:07 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:07.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:07 smithi110 ceph-mon[107391]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2023-09-22T22:18:07.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:07 smithi110 ceph-mon[107391]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2023-09-22T22:18:07.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:07 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-22T22:18:07.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:07 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:08.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:07 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:08.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:07 smithi190 ceph-mon[110035]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2023-09-22T22:18:08.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:07 smithi190 ceph-mon[110035]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2023-09-22T22:18:08.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:07 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-09-22T22:18:08.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:07 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:08.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:08 smithi110 ceph-mon[107391]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:08.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:08 smithi110 ceph-mon[107391]: Deploying daemon osd.0 on smithi110 2023-09-22T22:18:09.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:08 smithi190 ceph-mon[110035]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:09.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:08 smithi190 ceph-mon[110035]: Deploying daemon osd.0 on smithi110 2023-09-22T22:18:11.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:10 smithi110 ceph-mon[107391]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:11.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:10 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:11.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:10 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-22T22:18:11.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:10 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:11.526 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:10 smithi190 ceph-mon[110035]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:11.526 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:10 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:11.526 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:10 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-22T22:18:11.526 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:10 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:11.888 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:11 smithi110 ceph-mon[107391]: Reconfiguring crash.smithi110 (monmap changed)... 2023-09-22T22:18:11.888 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:11 smithi110 ceph-mon[107391]: Reconfiguring daemon crash.smithi110 on smithi110 2023-09-22T22:18:12.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:11 smithi190 ceph-mon[110035]: Reconfiguring crash.smithi110 (monmap changed)... 2023-09-22T22:18:12.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:11 smithi190 ceph-mon[110035]: Reconfiguring daemon crash.smithi110 on smithi110 2023-09-22T22:18:12.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:12 smithi110 ceph-mon[107391]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:13.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:12 smithi190 ceph-mon[110035]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:15.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:14 smithi110 ceph-mon[107391]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:15.079 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:14 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:15.080 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:14 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:15.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:14 smithi190 ceph-mon[110035]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:15.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:14 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:15.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:14 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:16.153 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:15 smithi110 ceph-mon[107391]: Reconfiguring grafana.smithi110 (dependencies changed)... 2023-09-22T22:18:16.153 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:15 smithi110 ceph-mon[107391]: Reconfiguring daemon grafana.smithi110 on smithi110 2023-09-22T22:18:16.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:15 smithi190 ceph-mon[110035]: Reconfiguring grafana.smithi110 (dependencies changed)... 2023-09-22T22:18:16.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:15 smithi190 ceph-mon[110035]: Reconfiguring daemon grafana.smithi110 on smithi110 2023-09-22T22:18:16.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:16 smithi110 ceph-mon[107391]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:16.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:16 smithi110 ceph-mon[107391]: from='osd.0 [v2:172.21.15.110:6802/137565007,v1:172.21.15.110:6803/137565007]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-22T22:18:17.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:16 smithi190 ceph-mon[110035]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:17.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:16 smithi190 ceph-mon[110035]: from='osd.0 [v2:172.21.15.110:6802/137565007,v1:172.21.15.110:6803/137565007]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-09-22T22:18:18.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:17 smithi190 ceph-mon[110035]: from='osd.0 [v2:172.21.15.110:6802/137565007,v1:172.21.15.110:6803/137565007]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-22T22:18:18.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:17 smithi190 ceph-mon[110035]: osdmap e7: 1 total, 0 up, 1 in 2023-09-22T22:18:18.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:17 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-22T22:18:18.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:17 smithi190 ceph-mon[110035]: from='osd.0 [v2:172.21.15.110:6802/137565007,v1:172.21.15.110:6803/137565007]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-22T22:18:18.071 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:17 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:18.072 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:17 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-22T22:18:18.072 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:17 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:18.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:17 smithi110 ceph-mon[107391]: from='osd.0 [v2:172.21.15.110:6802/137565007,v1:172.21.15.110:6803/137565007]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-09-22T22:18:18.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:17 smithi110 ceph-mon[107391]: osdmap e7: 1 total, 0 up, 1 in 2023-09-22T22:18:18.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:17 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-22T22:18:18.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:17 smithi110 ceph-mon[107391]: from='osd.0 [v2:172.21.15.110:6802/137565007,v1:172.21.15.110:6803/137565007]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-22T22:18:18.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:17 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:18.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:17 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi190", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-09-22T22:18:18.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:17 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:18.524 INFO:teuthology.orchestra.run.smithi110.stdout:Created osd(s) 0 on host 'smithi110' 2023-09-22T22:18:18.895 DEBUG:teuthology.orchestra.run.smithi110:osd.0> sudo journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.0.service 2023-09-22T22:18:18.898 INFO:tasks.cephadm:Deploying osd.1 on smithi110 with /dev/vg_nvme/lv_3... 2023-09-22T22:18:18.898 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-09-22T22:18:18.928 INFO:journalctl@ceph.osd.0.smithi110.stdout:-- Logs begin at Fri 2023-09-22 22:07:32 UTC. -- 2023-09-22T22:18:19.203 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:18 smithi190 ceph-mon[110035]: Reconfiguring crash.smithi190 (monmap changed)... 2023-09-22T22:18:19.203 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:18 smithi190 ceph-mon[110035]: Reconfiguring daemon crash.smithi190 on smithi190 2023-09-22T22:18:19.204 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:18 smithi190 ceph-mon[110035]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:19.204 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:18 smithi190 ceph-mon[110035]: from='osd.0 [v2:172.21.15.110:6802/137565007,v1:172.21.15.110:6803/137565007]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2023-09-22T22:18:19.204 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:18 smithi190 ceph-mon[110035]: osdmap e8: 1 total, 0 up, 1 in 2023-09-22T22:18:19.204 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:18 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-22T22:18:19.204 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:18 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-22T22:18:19.204 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:18 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:19.204 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:18 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.rgckme", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-22T22:18:19.204 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:18 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-22T22:18:19.204 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:18 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:19.204 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:18 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:19.232 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:18 smithi110 ceph-mon[107391]: Reconfiguring crash.smithi190 (monmap changed)... 2023-09-22T22:18:19.232 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:18 smithi110 ceph-mon[107391]: Reconfiguring daemon crash.smithi190 on smithi190 2023-09-22T22:18:19.233 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:18 smithi110 ceph-mon[107391]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:19.233 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:18 smithi110 ceph-mon[107391]: from='osd.0 [v2:172.21.15.110:6802/137565007,v1:172.21.15.110:6803/137565007]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2023-09-22T22:18:19.233 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:18 smithi110 ceph-mon[107391]: osdmap e8: 1 total, 0 up, 1 in 2023-09-22T22:18:19.233 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:18 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-22T22:18:19.233 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:18 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-22T22:18:19.233 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:18 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:19.233 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:18 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.rgckme", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-22T22:18:19.233 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:18 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-22T22:18:19.233 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:18 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:19.233 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:18 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:20.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:19 smithi190 ceph-mon[110035]: purged_snaps scrub starts 2023-09-22T22:18:20.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:19 smithi190 ceph-mon[110035]: purged_snaps scrub ok 2023-09-22T22:18:20.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:19 smithi190 ceph-mon[110035]: Reconfiguring mgr.smithi190.rgckme (monmap changed)... 2023-09-22T22:18:20.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:19 smithi190 ceph-mon[110035]: Reconfiguring daemon mgr.smithi190.rgckme on smithi190 2023-09-22T22:18:20.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-22T22:18:20.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:19 smithi190 ceph-mon[110035]: osd.0 [v2:172.21.15.110:6802/137565007,v1:172.21.15.110:6803/137565007] boot 2023-09-22T22:18:20.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:19 smithi190 ceph-mon[110035]: osdmap e9: 1 total, 1 up, 1 in 2023-09-22T22:18:20.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-22T22:18:20.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:20.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-22T22:18:20.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-22T22:18:20.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:20.235 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:19 smithi110 ceph-mon[107391]: purged_snaps scrub starts 2023-09-22T22:18:20.235 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:19 smithi110 ceph-mon[107391]: purged_snaps scrub ok 2023-09-22T22:18:20.235 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:19 smithi110 ceph-mon[107391]: Reconfiguring mgr.smithi190.rgckme (monmap changed)... 2023-09-22T22:18:20.235 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:19 smithi110 ceph-mon[107391]: Reconfiguring daemon mgr.smithi190.rgckme on smithi190 2023-09-22T22:18:20.235 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-22T22:18:20.235 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:19 smithi110 ceph-mon[107391]: osd.0 [v2:172.21.15.110:6802/137565007,v1:172.21.15.110:6803/137565007] boot 2023-09-22T22:18:20.236 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:19 smithi110 ceph-mon[107391]: osdmap e9: 1 total, 1 up, 1 in 2023-09-22T22:18:20.236 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-22T22:18:20.236 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:20.236 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-09-22T22:18:20.236 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-09-22T22:18:20.236 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:20.394 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-09-22T22:18:20.395 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-09-22T22:18:20.395 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10+0 records in 2023-09-22T22:18:20.395 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2023-09-22T22:18:20.395 INFO:teuthology.orchestra.run.smithi110.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0119295 s, 879 MB/s 2023-09-22T22:18:20.395 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping successful for: 2023-09-22T22:18:20.805 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi110:vg_nvme/lv_3 2023-09-22T22:18:20.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:20 smithi110 ceph-mon[107391]: Reconfiguring mon.smithi190 (monmap changed)... 2023-09-22T22:18:20.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:20 smithi110 ceph-mon[107391]: Reconfiguring daemon mon.smithi190 on smithi190 2023-09-22T22:18:20.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:20 smithi110 ceph-mon[107391]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:20.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:20.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-22T22:18:20.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.110:9093"}]: dispatch 2023-09-22T22:18:20.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:20.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-22T22:18:20.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.110:3000"}]: dispatch 2023-09-22T22:18:20.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:20.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-22T22:18:20.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.110:9095"}]: dispatch 2023-09-22T22:18:20.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:21.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:18:21.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:21.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:18:21.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:20 smithi110 ceph-mon[107391]: osdmap e10: 1 total, 1 up, 1 in 2023-09-22T22:18:21.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:20 smithi190 ceph-mon[110035]: Reconfiguring mon.smithi190 (monmap changed)... 2023-09-22T22:18:21.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:20 smithi190 ceph-mon[110035]: Reconfiguring daemon mon.smithi190 on smithi190 2023-09-22T22:18:21.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:20 smithi190 ceph-mon[110035]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-09-22T22:18:21.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:21.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-22T22:18:21.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.110:9093"}]: dispatch 2023-09-22T22:18:21.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:21.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-22T22:18:21.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.110:3000"}]: dispatch 2023-09-22T22:18:21.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:21.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-22T22:18:21.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.110:9095"}]: dispatch 2023-09-22T22:18:21.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:21.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:18:21.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:21.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:18:21.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:20 smithi190 ceph-mon[110035]: osdmap e10: 1 total, 1 up, 1 in 2023-09-22T22:18:22.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:21 smithi110 ceph-mon[107391]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-22T22:18:22.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:21 smithi110 ceph-mon[107391]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.110:9093"}]: dispatch 2023-09-22T22:18:22.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:21 smithi110 ceph-mon[107391]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-22T22:18:22.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:21 smithi110 ceph-mon[107391]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.110:3000"}]: dispatch 2023-09-22T22:18:22.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:21 smithi110 ceph-mon[107391]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-22T22:18:22.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:21 smithi110 ceph-mon[107391]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.110:9095"}]: dispatch 2023-09-22T22:18:22.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:21 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:22.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:21 smithi190 ceph-mon[110035]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-22T22:18:22.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:21 smithi190 ceph-mon[110035]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://172.21.15.110:9093"}]: dispatch 2023-09-22T22:18:22.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:21 smithi190 ceph-mon[110035]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-22T22:18:22.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:21 smithi190 ceph-mon[110035]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://172.21.15.110:3000"}]: dispatch 2023-09-22T22:18:22.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:21 smithi190 ceph-mon[110035]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-22T22:18:22.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:21 smithi190 ceph-mon[110035]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://172.21.15.110:9095"}]: dispatch 2023-09-22T22:18:22.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:21 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:22.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:22 smithi110 ceph-mon[107391]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:22.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:22 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-22T22:18:22.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:22 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-22T22:18:22.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:22 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:23.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:22 smithi190 ceph-mon[110035]: pgmap v26: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:23.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:22 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-22T22:18:23.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:22 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-22T22:18:23.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:22 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:23.944 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:23 smithi110 ceph-mon[107391]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:18:24.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:23 smithi190 ceph-mon[110035]: from='client.14252 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:18:25.132 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:24 smithi110 ceph-mon[107391]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:25.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:24 smithi190 ceph-mon[110035]: pgmap v27: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:26.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:26.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:26 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/4136349716' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98f2d0ba-8c04-4ce7-a80d-1691010e86a7"}]: dispatch 2023-09-22T22:18:26.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:26 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/4136349716' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98f2d0ba-8c04-4ce7-a80d-1691010e86a7"}]': finished 2023-09-22T22:18:26.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:26 smithi110 ceph-mon[107391]: osdmap e11: 2 total, 1 up, 2 in 2023-09-22T22:18:26.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-22T22:18:26.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:26 smithi110 ceph-mon[107391]: pgmap v29: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:26.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/mirror_snapshot_schedule"}]: dispatch 2023-09-22T22:18:26.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/trash_purge_schedule"}]: dispatch 2023-09-22T22:18:26.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:26 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/1303932155' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-22T22:18:26.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:26.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:26 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/4136349716' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98f2d0ba-8c04-4ce7-a80d-1691010e86a7"}]: dispatch 2023-09-22T22:18:26.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:26 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/4136349716' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98f2d0ba-8c04-4ce7-a80d-1691010e86a7"}]': finished 2023-09-22T22:18:26.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:26 smithi190 ceph-mon[110035]: osdmap e11: 2 total, 1 up, 2 in 2023-09-22T22:18:26.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-22T22:18:26.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:26 smithi190 ceph-mon[110035]: pgmap v29: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:26.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/mirror_snapshot_schedule"}]: dispatch 2023-09-22T22:18:26.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/trash_purge_schedule"}]: dispatch 2023-09-22T22:18:26.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:26 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/1303932155' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-22T22:18:28.816 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:28 smithi110 ceph-mon[107391]: pgmap v30: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:29.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:28 smithi190 ceph-mon[110035]: pgmap v30: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:31.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:31 smithi110 ceph-mon[107391]: pgmap v31: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:31.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:31 smithi110 ceph-mon[107391]: Detected new or changed devices on smithi110 2023-09-22T22:18:31.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:31 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:31.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:31 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:18:31.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:31 smithi110 ceph-mon[107391]: Adjusting osd_memory_target on smithi110 to 12889M 2023-09-22T22:18:31.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:31 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:31.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:31 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:31.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:31 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:18:31.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:31 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:31.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:31 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:18:31.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:31 smithi190 ceph-mon[110035]: pgmap v31: 0 pgs: ; 0 B data, 4.8 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:31.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:31 smithi190 ceph-mon[110035]: Detected new or changed devices on smithi110 2023-09-22T22:18:31.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:31 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:31.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:31 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:18:31.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:31 smithi190 ceph-mon[110035]: Adjusting osd_memory_target on smithi110 to 12889M 2023-09-22T22:18:31.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:31 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:31.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:31 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:31.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:31 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:18:31.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:31 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:31.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:31 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:18:32.302 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:32 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:32.648 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:32 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-22T22:18:32.648 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:32 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:32.648 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:32 smithi110 ceph-mon[107391]: Deploying daemon osd.1 on smithi110 2023-09-22T22:18:32.648 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:32 smithi110 ceph-mon[107391]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:32.649 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:32 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:32.649 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:32 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-09-22T22:18:32.649 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:32 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:32.649 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:32 smithi190 ceph-mon[110035]: Deploying daemon osd.1 on smithi110 2023-09-22T22:18:32.649 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:32 smithi190 ceph-mon[110035]: pgmap v32: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:35.149 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:34 smithi110 ceph-mon[107391]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:35.150 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:34 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:35.150 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:34 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:35.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:34 smithi190 ceph-mon[110035]: pgmap v33: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:35.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:34 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:35.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:34 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:36.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:36 smithi110 ceph-mon[107391]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:36.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:36 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:36.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:36 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:18:36.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:36 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:36.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:36 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:18:37.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:36 smithi190 ceph-mon[110035]: pgmap v34: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:37.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:36 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:37.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:36 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:18:37.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:36 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:37.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:36 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:18:38.132 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:37 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:38.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:38.288 INFO:teuthology.orchestra.run.smithi110.stdout:Created osd(s) 1 on host 'smithi110' 2023-09-22T22:18:38.811 DEBUG:teuthology.orchestra.run.smithi110:osd.1> sudo journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.1.service 2023-09-22T22:18:38.813 INFO:tasks.cephadm:Deploying osd.2 on smithi110 with /dev/vg_nvme/lv_2... 2023-09-22T22:18:38.814 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-09-22T22:18:38.847 INFO:journalctl@ceph.osd.1.smithi110.stdout:-- Logs begin at Fri 2023-09-22 22:07:32 UTC. -- 2023-09-22T22:18:39.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:38 smithi110 ceph-mon[107391]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:39.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:38 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:39.248 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 22 22:18:38 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-1[124955]: 2023-09-22T22:18:38.846+0000 7f08f2dbf3c0 -1 osd.1 0 log_to_monitors true 2023-09-22T22:18:39.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:38 smithi190 ceph-mon[110035]: pgmap v35: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:39.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:38 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:40.069 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:39 smithi110 ceph-mon[107391]: from='osd.1 [v2:172.21.15.110:6810/4140582954,v1:172.21.15.110:6811/4140582954]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-22T22:18:40.069 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:39 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:40.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:39 smithi190 ceph-mon[110035]: from='osd.1 [v2:172.21.15.110:6810/4140582954,v1:172.21.15.110:6811/4140582954]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-09-22T22:18:40.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:39 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:40.612 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-09-22T22:18:40.612 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-09-22T22:18:40.612 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10+0 records in 2023-09-22T22:18:40.612 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2023-09-22T22:18:40.612 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00866902 s, 1.2 GB/s 2023-09-22T22:18:40.613 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping successful for: 2023-09-22T22:18:40.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:40 smithi110 ceph-mon[107391]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:40.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:40 smithi110 ceph-mon[107391]: from='osd.1 [v2:172.21.15.110:6810/4140582954,v1:172.21.15.110:6811/4140582954]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-22T22:18:40.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:40 smithi110 ceph-mon[107391]: osdmap e12: 2 total, 1 up, 2 in 2023-09-22T22:18:40.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:40 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-22T22:18:40.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:40 smithi110 ceph-mon[107391]: from='osd.1 [v2:172.21.15.110:6810/4140582954,v1:172.21.15.110:6811/4140582954]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-22T22:18:40.999 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 22 22:18:40 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-1[124955]: 2023-09-22T22:18:40.807+0000 7f08e97c2700 -1 osd.1 0 waiting for initial osdmap 2023-09-22T22:18:40.999 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 22 22:18:40 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-1[124955]: 2023-09-22T22:18:40.810+0000 7f08e3958700 -1 osd.1 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-22T22:18:41.048 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi110:vg_nvme/lv_2 2023-09-22T22:18:41.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:40 smithi190 ceph-mon[110035]: pgmap v36: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:41.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:40 smithi190 ceph-mon[110035]: from='osd.1 [v2:172.21.15.110:6810/4140582954,v1:172.21.15.110:6811/4140582954]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-09-22T22:18:41.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:40 smithi190 ceph-mon[110035]: osdmap e12: 2 total, 1 up, 2 in 2023-09-22T22:18:41.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:40 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-22T22:18:41.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:40 smithi190 ceph-mon[110035]: from='osd.1 [v2:172.21.15.110:6810/4140582954,v1:172.21.15.110:6811/4140582954]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-22T22:18:41.981 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:41 smithi110 ceph-mon[107391]: from='osd.1 [v2:172.21.15.110:6810/4140582954,v1:172.21.15.110:6811/4140582954]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2023-09-22T22:18:41.982 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:41 smithi110 ceph-mon[107391]: osdmap e13: 2 total, 1 up, 2 in 2023-09-22T22:18:41.982 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:41 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-22T22:18:41.982 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:41 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-22T22:18:42.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:41 smithi190 ceph-mon[110035]: from='osd.1 [v2:172.21.15.110:6810/4140582954,v1:172.21.15.110:6811/4140582954]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2023-09-22T22:18:42.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:41 smithi190 ceph-mon[110035]: osdmap e13: 2 total, 1 up, 2 in 2023-09-22T22:18:42.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:41 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-22T22:18:42.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:41 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-22T22:18:42.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:42 smithi110 ceph-mon[107391]: purged_snaps scrub starts 2023-09-22T22:18:42.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:42 smithi110 ceph-mon[107391]: purged_snaps scrub ok 2023-09-22T22:18:42.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:42 smithi110 ceph-mon[107391]: pgmap v39: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:42.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-22T22:18:42.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:42 smithi110 ceph-mon[107391]: osd.1 [v2:172.21.15.110:6810/4140582954,v1:172.21.15.110:6811/4140582954] boot 2023-09-22T22:18:42.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:42 smithi110 ceph-mon[107391]: osdmap e14: 2 total, 2 up, 2 in 2023-09-22T22:18:42.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-22T22:18:42.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:42.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:18:42.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:18:42.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:42.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:42.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:18:42.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:43.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:18:43.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-22T22:18:43.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-22T22:18:43.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:43.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:42 smithi190 ceph-mon[110035]: purged_snaps scrub starts 2023-09-22T22:18:43.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:42 smithi190 ceph-mon[110035]: purged_snaps scrub ok 2023-09-22T22:18:43.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:42 smithi190 ceph-mon[110035]: pgmap v39: 0 pgs: ; 0 B data, 4.9 MiB used, 89 GiB / 89 GiB avail 2023-09-22T22:18:43.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-22T22:18:43.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:42 smithi190 ceph-mon[110035]: osd.1 [v2:172.21.15.110:6810/4140582954,v1:172.21.15.110:6811/4140582954] boot 2023-09-22T22:18:43.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:42 smithi190 ceph-mon[110035]: osdmap e14: 2 total, 2 up, 2 in 2023-09-22T22:18:43.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-22T22:18:43.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:43.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:18:43.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:18:43.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:43.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:43.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:18:43.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:43.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:18:43.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-22T22:18:43.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-22T22:18:43.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:44.063 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:43 smithi110 ceph-mon[107391]: Adjusting osd_memory_target on smithi110 to 6444M 2023-09-22T22:18:44.064 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:43 smithi110 ceph-mon[107391]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:18:44.064 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:43 smithi110 ceph-mon[107391]: osdmap e15: 2 total, 2 up, 2 in 2023-09-22T22:18:44.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:43 smithi190 ceph-mon[110035]: Adjusting osd_memory_target on smithi110 to 6444M 2023-09-22T22:18:44.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:43 smithi190 ceph-mon[110035]: from='client.14270 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:18:44.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:43 smithi190 ceph-mon[110035]: osdmap e15: 2 total, 2 up, 2 in 2023-09-22T22:18:45.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:44 smithi110 ceph-mon[107391]: pgmap v42: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-09-22T22:18:45.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:44 smithi190 ceph-mon[110035]: pgmap v42: 0 pgs: ; 0 B data, 9.7 MiB used, 179 GiB / 179 GiB avail 2023-09-22T22:18:45.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:45 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/916091626' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aa4536c8-6e82-49e0-9b83-db32d580be49"}]: dispatch 2023-09-22T22:18:45.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:45 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/916091626' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aa4536c8-6e82-49e0-9b83-db32d580be49"}]': finished 2023-09-22T22:18:45.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:45 smithi110 ceph-mon[107391]: osdmap e16: 3 total, 2 up, 3 in 2023-09-22T22:18:45.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:45 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-22T22:18:45.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:45 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:45.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:45 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:45.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:45 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/3118524969' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-22T22:18:46.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:45 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/916091626' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aa4536c8-6e82-49e0-9b83-db32d580be49"}]: dispatch 2023-09-22T22:18:46.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:45 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/916091626' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aa4536c8-6e82-49e0-9b83-db32d580be49"}]': finished 2023-09-22T22:18:46.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:45 smithi190 ceph-mon[110035]: osdmap e16: 3 total, 2 up, 3 in 2023-09-22T22:18:46.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:45 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-22T22:18:46.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:45 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:46.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:45 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:46.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:45 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/3118524969' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-22T22:18:47.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:46 smithi110 ceph-mon[107391]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-22T22:18:47.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:46 smithi190 ceph-mon[110035]: pgmap v44: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-22T22:18:49.147 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:48 smithi110 ceph-mon[107391]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-22T22:18:49.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:48 smithi190 ceph-mon[110035]: pgmap v45: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-22T22:18:51.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:50 smithi110 ceph-mon[107391]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-22T22:18:51.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:50 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-22T22:18:51.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:50 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:51.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:50 smithi190 ceph-mon[110035]: pgmap v46: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-22T22:18:51.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:50 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-09-22T22:18:51.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:50 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:52.150 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:51 smithi110 ceph-mon[107391]: Deploying daemon osd.2 on smithi110 2023-09-22T22:18:52.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:51 smithi190 ceph-mon[110035]: Deploying daemon osd.2 on smithi110 2023-09-22T22:18:53.187 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:52 smithi110 ceph-mon[107391]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-22T22:18:53.780 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:52 smithi190 ceph-mon[110035]: pgmap v47: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-22T22:18:55.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:54 smithi110 ceph-mon[107391]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-22T22:18:55.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:54 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:55.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:54 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:18:55.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:54 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:55.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:54 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:18:55.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:54 smithi190 ceph-mon[110035]: pgmap v48: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-22T22:18:55.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:54 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:55.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:54 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:18:55.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:54 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:18:55.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:54 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:18:57.118 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:56 smithi110 ceph-mon[107391]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-22T22:18:57.127 INFO:teuthology.orchestra.run.smithi110.stdout:Created osd(s) 2 on host 'smithi110' 2023-09-22T22:18:57.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:56 smithi190 ceph-mon[110035]: pgmap v49: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-22T22:18:57.743 DEBUG:teuthology.orchestra.run.smithi110:osd.2> sudo journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.2.service 2023-09-22T22:18:57.745 INFO:tasks.cephadm:Deploying osd.3 on smithi110 with /dev/vg_nvme/lv_1... 2023-09-22T22:18:57.745 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-09-22T22:18:57.780 INFO:journalctl@ceph.osd.2.smithi110.stdout:-- Logs begin at Fri 2023-09-22 22:07:32 UTC. -- 2023-09-22T22:18:58.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:58 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:58.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:58 smithi110 ceph-mon[107391]: from='osd.2 [v2:172.21.15.110:6818/3688441758,v1:172.21.15.110:6819/3688441758]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-22T22:18:58.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:58 smithi110 ceph-mon[107391]: pgmap v50: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-22T22:18:58.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:58 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:58.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:58 smithi190 ceph-mon[110035]: from='osd.2 [v2:172.21.15.110:6818/3688441758,v1:172.21.15.110:6819/3688441758]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-09-22T22:18:58.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:58 smithi190 ceph-mon[110035]: pgmap v50: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-22T22:18:59.248 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 22 22:18:59 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-2[129215]: 2023-09-22T22:18:59.135+0000 7f2a7aa09700 -1 osd.2 0 waiting for initial osdmap 2023-09-22T22:18:59.248 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 22 22:18:59 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-2[129215]: 2023-09-22T22:18:59.139+0000 7f2a76ba3700 -1 osd.2 18 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-22T22:18:59.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:59 smithi110 ceph-mon[107391]: from='osd.2 [v2:172.21.15.110:6818/3688441758,v1:172.21.15.110:6819/3688441758]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-22T22:18:59.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:59 smithi110 ceph-mon[107391]: osdmap e17: 3 total, 2 up, 3 in 2023-09-22T22:18:59.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:59 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-22T22:18:59.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:59 smithi110 ceph-mon[107391]: from='osd.2 [v2:172.21.15.110:6818/3688441758,v1:172.21.15.110:6819/3688441758]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-22T22:18:59.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:18:59 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:18:59.463 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-09-22T22:18:59.463 INFO:teuthology.orchestra.run.smithi110.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-09-22T22:18:59.463 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10+0 records in 2023-09-22T22:18:59.463 INFO:teuthology.orchestra.run.smithi110.stderr:10+0 records out 2023-09-22T22:18:59.463 INFO:teuthology.orchestra.run.smithi110.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0134615 s, 779 MB/s 2023-09-22T22:18:59.463 INFO:teuthology.orchestra.run.smithi110.stderr:--> Zapping successful for: 2023-09-22T22:18:59.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:59 smithi190 ceph-mon[110035]: from='osd.2 [v2:172.21.15.110:6818/3688441758,v1:172.21.15.110:6819/3688441758]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-09-22T22:18:59.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:59 smithi190 ceph-mon[110035]: osdmap e17: 3 total, 2 up, 3 in 2023-09-22T22:18:59.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:59 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-22T22:18:59.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:59 smithi190 ceph-mon[110035]: from='osd.2 [v2:172.21.15.110:6818/3688441758,v1:172.21.15.110:6819/3688441758]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-22T22:18:59.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:18:59 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:00.071 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi110:vg_nvme/lv_1 2023-09-22T22:19:00.419 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:00 smithi190 ceph-mon[110035]: from='osd.2 [v2:172.21.15.110:6818/3688441758,v1:172.21.15.110:6819/3688441758]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2023-09-22T22:19:00.420 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:00 smithi190 ceph-mon[110035]: osdmap e18: 3 total, 2 up, 3 in 2023-09-22T22:19:00.420 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:00 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-22T22:19:00.420 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:00 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-22T22:19:00.420 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:00 smithi190 ceph-mon[110035]: pgmap v53: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-22T22:19:00.420 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:00 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-22T22:19:00.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:00 smithi110 ceph-mon[107391]: from='osd.2 [v2:172.21.15.110:6818/3688441758,v1:172.21.15.110:6819/3688441758]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2023-09-22T22:19:00.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:00 smithi110 ceph-mon[107391]: osdmap e18: 3 total, 2 up, 3 in 2023-09-22T22:19:00.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:00 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-22T22:19:00.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:00 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-22T22:19:00.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:00 smithi110 ceph-mon[107391]: pgmap v53: 0 pgs: ; 0 B data, 9.8 MiB used, 179 GiB / 179 GiB avail 2023-09-22T22:19:00.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:00 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-22T22:19:01.491 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:01 smithi110 ceph-mon[107391]: purged_snaps scrub starts 2023-09-22T22:19:01.491 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:01 smithi110 ceph-mon[107391]: purged_snaps scrub ok 2023-09-22T22:19:01.491 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:01 smithi110 ceph-mon[107391]: osd.2 [v2:172.21.15.110:6818/3688441758,v1:172.21.15.110:6819/3688441758] boot 2023-09-22T22:19:01.491 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:01 smithi110 ceph-mon[107391]: osdmap e19: 3 total, 3 up, 3 in 2023-09-22T22:19:01.491 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:01 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-22T22:19:01.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:01 smithi190 ceph-mon[110035]: purged_snaps scrub starts 2023-09-22T22:19:01.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:01 smithi190 ceph-mon[110035]: purged_snaps scrub ok 2023-09-22T22:19:01.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:01 smithi190 ceph-mon[110035]: osd.2 [v2:172.21.15.110:6818/3688441758,v1:172.21.15.110:6819/3688441758] boot 2023-09-22T22:19:01.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:01 smithi190 ceph-mon[110035]: osdmap e19: 3 total, 3 up, 3 in 2023-09-22T22:19:01.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:01 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-22T22:19:02.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:02 smithi110 ceph-mon[107391]: osdmap e20: 3 total, 3 up, 3 in 2023-09-22T22:19:02.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:02 smithi110 ceph-mon[107391]: Detected new or changed devices on smithi110 2023-09-22T22:19:02.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:02.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:02.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:02.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:02.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:02 smithi110 ceph-mon[107391]: Adjusting osd_memory_target on smithi110 to 4296M 2023-09-22T22:19:02.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:02.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:02.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:19:02.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:02.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:19:02.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:02 smithi110 ceph-mon[107391]: pgmap v56: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-22T22:19:02.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:02.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-09-22T22:19:02.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:02 smithi110 ceph-mon[107391]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:19:02.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-22T22:19:02.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-22T22:19:02.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:02 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:02.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:02 smithi190 ceph-mon[110035]: osdmap e20: 3 total, 3 up, 3 in 2023-09-22T22:19:02.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:02 smithi190 ceph-mon[110035]: Detected new or changed devices on smithi110 2023-09-22T22:19:02.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:02.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:02.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:02.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:02.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:02 smithi190 ceph-mon[110035]: Adjusting osd_memory_target on smithi110 to 4296M 2023-09-22T22:19:02.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:02.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:02.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:19:02.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:02.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:19:02.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:02 smithi190 ceph-mon[110035]: pgmap v56: 0 pgs: ; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-22T22:19:02.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:02.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-09-22T22:19:02.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:02 smithi190 ceph-mon[110035]: from='client.14288 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi110:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:19:02.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-22T22:19:02.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-22T22:19:02.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:02 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:03.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:03 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-09-22T22:19:03.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:03 smithi110 ceph-mon[107391]: osdmap e21: 3 total, 3 up, 3 in 2023-09-22T22:19:03.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:03 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-22T22:19:04.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:03 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-09-22T22:19:04.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:03 smithi190 ceph-mon[110035]: osdmap e21: 3 total, 3 up, 3 in 2023-09-22T22:19:04.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:03 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-09-22T22:19:04.479 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 22 22:19:04 smithi110 sudo[131411]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-22T22:19:04.479 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 22 22:19:04 smithi110 sudo[131411]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-22T22:19:04.479 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 22 22:19:04 smithi110 sudo[131411]: pam_unix(sudo:session): session closed for user root 2023-09-22T22:19:04.735 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 22 22:19:04 smithi110 sudo[131464]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-22T22:19:04.736 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 22 22:19:04 smithi110 sudo[131464]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-22T22:19:04.736 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 22 22:19:04 smithi110 sudo[131464]: pam_unix(sudo:session): session closed for user root 2023-09-22T22:19:04.736 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:04 smithi110 ceph-mon[107391]: pgmap v58: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-22T22:19:04.736 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:04 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-22T22:19:04.736 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:04 smithi110 ceph-mon[107391]: osdmap e22: 3 total, 3 up, 3 in 2023-09-22T22:19:04.736 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:04 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/3748120895' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3d1d5e1-cd9b-4596-9088-61d3457e8f0e"}]: dispatch 2023-09-22T22:19:04.736 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:04 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/3748120895' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a3d1d5e1-cd9b-4596-9088-61d3457e8f0e"}]': finished 2023-09-22T22:19:04.736 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:04 smithi110 ceph-mon[107391]: osdmap e23: 4 total, 3 up, 4 in 2023-09-22T22:19:04.737 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:04 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-22T22:19:04.737 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:04 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/3987929197' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-22T22:19:04.737 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:04 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:04.998 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 22 22:19:04 smithi110 sudo[131469]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-22T22:19:04.998 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 22 22:19:04 smithi110 sudo[131469]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-22T22:19:04.998 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 22 22:19:04 smithi110 sudo[131469]: pam_unix(sudo:session): session closed for user root 2023-09-22T22:19:04.998 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 22 22:19:04 smithi110 sudo[131658]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-22T22:19:04.998 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 22 22:19:04 smithi110 sudo[131658]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-22T22:19:04.999 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 22 22:19:04 smithi110 sudo[131658]: pam_unix(sudo:session): session closed for user root 2023-09-22T22:19:05.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:04 smithi190 ceph-mon[110035]: pgmap v58: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-22T22:19:05.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:04 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-09-22T22:19:05.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:04 smithi190 ceph-mon[110035]: osdmap e22: 3 total, 3 up, 3 in 2023-09-22T22:19:05.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:04 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/3748120895' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a3d1d5e1-cd9b-4596-9088-61d3457e8f0e"}]: dispatch 2023-09-22T22:19:05.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:04 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/3748120895' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a3d1d5e1-cd9b-4596-9088-61d3457e8f0e"}]': finished 2023-09-22T22:19:05.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:04 smithi190 ceph-mon[110035]: osdmap e23: 4 total, 3 up, 4 in 2023-09-22T22:19:05.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:04 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-22T22:19:05.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:04 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/3987929197' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-22T22:19:05.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:04 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:05.472 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 22 22:19:05 smithi110 sudo[131665]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-22T22:19:05.472 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 22 22:19:05 smithi110 sudo[131665]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-22T22:19:05.472 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 22 22:19:05 smithi110 sudo[131665]: pam_unix(sudo:session): session closed for user root 2023-09-22T22:19:05.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:05 smithi110 sudo[131891]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-22T22:19:05.858 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:05 smithi110 sudo[131891]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-22T22:19:05.858 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:05 smithi110 sudo[131891]: pam_unix(sudo:session): session closed for user root 2023-09-22T22:19:05.859 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 22 22:19:05 smithi110 sudo[131849]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-22T22:19:05.859 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 22 22:19:05 smithi110 sudo[131849]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-22T22:19:05.859 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 22 22:19:05 smithi110 sudo[131849]: pam_unix(sudo:session): session closed for user root 2023-09-22T22:19:05.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:05 smithi110 sudo[132045]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-22T22:19:05.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:05 smithi110 sudo[132045]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-22T22:19:05.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:05 smithi110 sudo[132045]: pam_unix(sudo:session): session closed for user root 2023-09-22T22:19:05.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:05 smithi110 ceph-mon[107391]: osdmap e24: 4 total, 3 up, 4 in 2023-09-22T22:19:05.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:05 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-22T22:19:05.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:05 smithi110 ceph-mon[107391]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-22T22:19:06.227 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:05 smithi190 ceph-mon[110035]: osdmap e24: 4 total, 3 up, 4 in 2023-09-22T22:19:06.227 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:05 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-22T22:19:06.227 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:05 smithi190 ceph-mon[110035]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-22T22:19:06.227 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:06 smithi190 sudo[112611]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-09-22T22:19:06.227 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:06 smithi190 sudo[112611]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-22T22:19:06.227 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:06 smithi190 sudo[112611]: pam_unix(sudo:session): session closed for user root 2023-09-22T22:19:06.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:06 smithi190 sudo[112614]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-09-22T22:19:06.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:06 smithi190 sudo[112614]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-09-22T22:19:06.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:06 smithi190 sudo[112614]: pam_unix(sudo:session): session closed for user root 2023-09-22T22:19:07.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:06 smithi110 ceph-mon[107391]: pgmap v62: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-22T22:19:07.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:06 smithi110 ceph-mon[107391]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-22T22:19:07.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:06 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-22T22:19:07.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:06 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:19:07.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:06 smithi110 ceph-mon[107391]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-22T22:19:07.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:06 smithi110 ceph-mon[107391]: mgrmap e19: smithi110.ntddcx(active, since 101s), standbys: smithi190.rgckme 2023-09-22T22:19:07.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:06 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-22T22:19:07.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:06 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:19:07.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:06 smithi110 ceph-mon[107391]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-22T22:19:07.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:06 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:07.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:06 smithi190 ceph-mon[110035]: pgmap v62: 1 pgs: 1 unknown; 0 B data, 15 MiB used, 268 GiB / 268 GiB avail 2023-09-22T22:19:07.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:06 smithi190 ceph-mon[110035]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-22T22:19:07.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:06 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-22T22:19:07.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:06 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:19:07.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:06 smithi190 ceph-mon[110035]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-09-22T22:19:07.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:06 smithi190 ceph-mon[110035]: mgrmap e19: smithi110.ntddcx(active, since 101s), standbys: smithi190.rgckme 2023-09-22T22:19:07.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:06 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-22T22:19:07.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:06 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:19:07.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:06 smithi190 ceph-mon[110035]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-09-22T22:19:07.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:06 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:09.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:08 smithi110 ceph-mon[107391]: pgmap v63: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-09-22T22:19:09.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:08 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-22T22:19:09.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:08 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:09.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:08 smithi190 ceph-mon[110035]: pgmap v63: 1 pgs: 1 unknown; 0 B data, 16 MiB used, 268 GiB / 268 GiB avail 2023-09-22T22:19:09.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:08 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-09-22T22:19:09.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:08 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:10.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:09 smithi110 ceph-mon[107391]: Deploying daemon osd.3 on smithi110 2023-09-22T22:19:10.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:09 smithi190 ceph-mon[110035]: Deploying daemon osd.3 on smithi110 2023-09-22T22:19:11.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:10 smithi110 ceph-mon[107391]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-09-22T22:19:11.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:10 smithi190 ceph-mon[110035]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 17 MiB used, 268 GiB / 268 GiB avail 2023-09-22T22:19:13.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:12 smithi110 ceph-mon[107391]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-22T22:19:13.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:12 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:13.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:12 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:19:13.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:12 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:13.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:12 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:19:13.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:12 smithi190 ceph-mon[110035]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-22T22:19:13.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:12 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:13.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:12 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:19:13.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:12 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:13.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:12 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:19:15.131 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:14 smithi110 ceph-mon[107391]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-22T22:19:15.141 INFO:teuthology.orchestra.run.smithi110.stdout:Created osd(s) 3 on host 'smithi110' 2023-09-22T22:19:15.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:14 smithi190 ceph-mon[110035]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-22T22:19:15.735 DEBUG:teuthology.orchestra.run.smithi110:osd.3> sudo journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.3.service 2023-09-22T22:19:15.737 INFO:tasks.cephadm:Deploying osd.4 on smithi190 with /dev/vg_nvme/lv_4... 2023-09-22T22:19:15.737 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-09-22T22:19:15.774 INFO:journalctl@ceph.osd.3.smithi110.stdout:-- Logs begin at Fri 2023-09-22 22:07:32 UTC. -- 2023-09-22T22:19:16.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:16 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:16.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:16 smithi110 ceph-mon[107391]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-22T22:19:16.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:16 smithi110 ceph-mon[107391]: from='osd.3 [v2:172.21.15.110:6826/834948333,v1:172.21.15.110:6827/834948333]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-22T22:19:16.430 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:16 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:16.430 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:16 smithi190 ceph-mon[110035]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-22T22:19:16.430 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:16 smithi190 ceph-mon[110035]: from='osd.3 [v2:172.21.15.110:6826/834948333,v1:172.21.15.110:6827/834948333]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-09-22T22:19:17.150 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:17 smithi110 ceph-mon[107391]: from='osd.3 [v2:172.21.15.110:6826/834948333,v1:172.21.15.110:6827/834948333]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-22T22:19:17.150 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:17 smithi110 ceph-mon[107391]: osdmap e25: 4 total, 3 up, 4 in 2023-09-22T22:19:17.150 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:17 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-22T22:19:17.150 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:17 smithi110 ceph-mon[107391]: from='osd.3 [v2:172.21.15.110:6826/834948333,v1:172.21.15.110:6827/834948333]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-22T22:19:17.150 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:17 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:17.195 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-09-22T22:19:17.195 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-09-22T22:19:17.195 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2023-09-22T22:19:17.195 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2023-09-22T22:19:17.196 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112134 s, 935 MB/s 2023-09-22T22:19:17.196 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2023-09-22T22:19:17.403 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:17 smithi190 ceph-mon[110035]: from='osd.3 [v2:172.21.15.110:6826/834948333,v1:172.21.15.110:6827/834948333]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-09-22T22:19:17.403 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:17 smithi190 ceph-mon[110035]: osdmap e25: 4 total, 3 up, 4 in 2023-09-22T22:19:17.403 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:17 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-22T22:19:17.403 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:17 smithi190 ceph-mon[110035]: from='osd.3 [v2:172.21.15.110:6826/834948333,v1:172.21.15.110:6827/834948333]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2023-09-22T22:19:17.403 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:17 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:17.431 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 22 22:19:17 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-3[132995]: 2023-09-22T22:19:17.152+0000 7fbdfd7ad700 -1 osd.3 0 waiting for initial osdmap 2023-09-22T22:19:17.432 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 22 22:19:17 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-3[132995]: 2023-09-22T22:19:17.157+0000 7fbdf7142700 -1 osd.3 26 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-22T22:19:17.557 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi190:vg_nvme/lv_4 2023-09-22T22:19:18.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:18 smithi110 ceph-mon[107391]: from='osd.3 [v2:172.21.15.110:6826/834948333,v1:172.21.15.110:6827/834948333]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2023-09-22T22:19:18.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:18 smithi110 ceph-mon[107391]: osdmap e26: 4 total, 3 up, 4 in 2023-09-22T22:19:18.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:18 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-22T22:19:18.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:18 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-22T22:19:18.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:18 smithi110 ceph-mon[107391]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-22T22:19:18.519 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:18 smithi190 ceph-mon[110035]: from='osd.3 [v2:172.21.15.110:6826/834948333,v1:172.21.15.110:6827/834948333]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2023-09-22T22:19:18.519 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:18 smithi190 ceph-mon[110035]: osdmap e26: 4 total, 3 up, 4 in 2023-09-22T22:19:18.520 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:18 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-22T22:19:18.520 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:18 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-22T22:19:18.520 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:18 smithi190 ceph-mon[110035]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 19 MiB used, 268 GiB / 268 GiB avail 2023-09-22T22:19:19.275 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: purged_snaps scrub starts 2023-09-22T22:19:19.275 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: purged_snaps scrub ok 2023-09-22T22:19:19.275 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: osd.3 [v2:172.21.15.110:6826/834948333,v1:172.21.15.110:6827/834948333] boot 2023-09-22T22:19:19.275 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: osdmap e27: 4 total, 4 up, 4 in 2023-09-22T22:19:19.275 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-22T22:19:19.275 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: from='client.24147 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:19:19.275 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-22T22:19:19.276 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-22T22:19:19.276 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:19.276 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:19.276 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:19.276 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:19.276 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:19.276 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:19.276 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:19.276 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:19.276 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:19:19.276 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:19.276 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:19:19.277 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:19.395 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: purged_snaps scrub starts 2023-09-22T22:19:19.395 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: purged_snaps scrub ok 2023-09-22T22:19:19.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: osd.3 [v2:172.21.15.110:6826/834948333,v1:172.21.15.110:6827/834948333] boot 2023-09-22T22:19:19.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: osdmap e27: 4 total, 4 up, 4 in 2023-09-22T22:19:19.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-22T22:19:19.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: from='client.24147 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:19:19.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-22T22:19:19.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-22T22:19:19.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:19.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:19.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:19.397 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:19.397 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:19.397 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:19.397 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:19.397 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:19.397 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:19:19.397 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:19.397 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:19:19.397 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:20.420 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:20 smithi190 ceph-mon[110035]: Detected new or changed devices on smithi110 2023-09-22T22:19:20.420 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:20 smithi190 ceph-mon[110035]: Adjusting osd_memory_target on smithi110 to 3222M 2023-09-22T22:19:20.420 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:20 smithi190 ceph-mon[110035]: osdmap e28: 4 total, 4 up, 4 in 2023-09-22T22:19:20.420 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:20 smithi190 ceph-mon[110035]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-22T22:19:20.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:20 smithi110 ceph-mon[107391]: Detected new or changed devices on smithi110 2023-09-22T22:19:20.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:20 smithi110 ceph-mon[107391]: Adjusting osd_memory_target on smithi110 to 3222M 2023-09-22T22:19:20.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:20 smithi110 ceph-mon[107391]: osdmap e28: 4 total, 4 up, 4 in 2023-09-22T22:19:20.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:20 smithi110 ceph-mon[107391]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 24 MiB used, 358 GiB / 358 GiB avail 2023-09-22T22:19:21.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:21 smithi110 ceph-mon[107391]: from='client.? 172.21.15.190:0/1970265336' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4b08fc6-e977-4e8f-a19a-d5f3c96af4db"}]: dispatch 2023-09-22T22:19:21.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:21 smithi110 ceph-mon[107391]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4b08fc6-e977-4e8f-a19a-d5f3c96af4db"}]: dispatch 2023-09-22T22:19:21.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:21 smithi110 ceph-mon[107391]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a4b08fc6-e977-4e8f-a19a-d5f3c96af4db"}]': finished 2023-09-22T22:19:21.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:21 smithi110 ceph-mon[107391]: osdmap e29: 5 total, 4 up, 5 in 2023-09-22T22:19:21.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:21 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-22T22:19:21.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:21 smithi110 ceph-mon[107391]: from='client.? 172.21.15.190:0/2523068127' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-22T22:19:21.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:21 smithi190 ceph-mon[110035]: from='client.? 172.21.15.190:0/1970265336' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4b08fc6-e977-4e8f-a19a-d5f3c96af4db"}]: dispatch 2023-09-22T22:19:21.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:21 smithi190 ceph-mon[110035]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a4b08fc6-e977-4e8f-a19a-d5f3c96af4db"}]: dispatch 2023-09-22T22:19:21.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:21 smithi190 ceph-mon[110035]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a4b08fc6-e977-4e8f-a19a-d5f3c96af4db"}]': finished 2023-09-22T22:19:21.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:21 smithi190 ceph-mon[110035]: osdmap e29: 5 total, 4 up, 5 in 2023-09-22T22:19:21.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:21 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-22T22:19:21.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:21 smithi190 ceph-mon[110035]: from='client.? 172.21.15.190:0/2523068127' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-22T22:19:22.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:22 smithi110 ceph-mon[107391]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-22T22:19:22.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:22 smithi190 ceph-mon[110035]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-22T22:19:24.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:24 smithi110 ceph-mon[107391]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-22T22:19:25.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:24 smithi190 ceph-mon[110035]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-22T22:19:25.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:25 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-22T22:19:25.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:25 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:25.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:25 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/mirror_snapshot_schedule"}]: dispatch 2023-09-22T22:19:25.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:25 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/trash_purge_schedule"}]: dispatch 2023-09-22T22:19:25.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:25 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-09-22T22:19:25.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:25 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:25.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:25 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/mirror_snapshot_schedule"}]: dispatch 2023-09-22T22:19:25.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:25 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/trash_purge_schedule"}]: dispatch 2023-09-22T22:19:27.204 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:26 smithi190 ceph-mon[110035]: Deploying daemon osd.4 on smithi190 2023-09-22T22:19:27.204 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:26 smithi190 ceph-mon[110035]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-22T22:19:27.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:26 smithi110 ceph-mon[107391]: Deploying daemon osd.4 on smithi190 2023-09-22T22:19:27.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:26 smithi110 ceph-mon[107391]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-22T22:19:29.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:28 smithi110 ceph-mon[107391]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-22T22:19:29.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:28 smithi190 ceph-mon[110035]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-22T22:19:30.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:29 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:30.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:29 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:19:30.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:29 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:30.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:29 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:19:30.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:29 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:30.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:29 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:19:30.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:29 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:30.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:29 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:19:31.098 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:30 smithi190 ceph-mon[110035]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-22T22:19:31.098 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:30 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:31.098 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:30 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:31.169 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 4 on host 'smithi190' 2023-09-22T22:19:31.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:30 smithi110 ceph-mon[107391]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-22T22:19:31.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:30 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:31.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:30 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:31.504 DEBUG:teuthology.orchestra.run.smithi190:osd.4> sudo journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.4.service 2023-09-22T22:19:31.507 INFO:tasks.cephadm:Deploying osd.5 on smithi190 with /dev/vg_nvme/lv_3... 2023-09-22T22:19:31.507 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2023-09-22T22:19:31.535 INFO:journalctl@ceph.osd.4.smithi190.stdout:-- Logs begin at Fri 2023-09-22 22:07:26 UTC. -- 2023-09-22T22:19:32.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:32 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:32.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:32 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:19:32.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:32 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:32.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:32 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:19:32.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:32 smithi110 ceph-mon[107391]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-22T22:19:32.538 INFO:journalctl@ceph.osd.4.smithi190.stdout:Sep 22 22:19:32 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-4[114762]: 2023-09-22T22:19:32.174+0000 7f3263e1c3c0 -1 osd.4 0 log_to_monitors true 2023-09-22T22:19:32.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:32 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:32.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:32 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:19:32.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:32 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:32.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:32 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:19:32.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:32 smithi190 ceph-mon[110035]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-22T22:19:33.326 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_3 2023-09-22T22:19:33.326 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2023-09-22T22:19:33.326 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2023-09-22T22:19:33.327 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2023-09-22T22:19:33.327 INFO:teuthology.orchestra.run.smithi190.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0111728 s, 939 MB/s 2023-09-22T22:19:33.327 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2023-09-22T22:19:33.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:33 smithi110 ceph-mon[107391]: from='osd.4 [v2:172.21.15.190:6800/2197152495,v1:172.21.15.190:6801/2197152495]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-22T22:19:33.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:33 smithi110 ceph-mon[107391]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-22T22:19:33.515 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:33 smithi190 ceph-mon[110035]: from='osd.4 [v2:172.21.15.190:6800/2197152495,v1:172.21.15.190:6801/2197152495]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-22T22:19:33.515 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:33 smithi190 ceph-mon[110035]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-09-22T22:19:33.763 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi190:vg_nvme/lv_3 2023-09-22T22:19:34.348 INFO:journalctl@ceph.osd.4.smithi190.stdout:Sep 22 22:19:34 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-4[114762]: 2023-09-22T22:19:34.187+0000 7f325a81f700 -1 osd.4 0 waiting for initial osdmap 2023-09-22T22:19:34.348 INFO:journalctl@ceph.osd.4.smithi190.stdout:Sep 22 22:19:34 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-4[114762]: 2023-09-22T22:19:34.191+0000 7f32551b6700 -1 osd.4 31 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-22T22:19:34.348 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:34 smithi190 ceph-mon[110035]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-22T22:19:34.348 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:34 smithi190 ceph-mon[110035]: osdmap e30: 5 total, 4 up, 5 in 2023-09-22T22:19:34.349 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:34 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-22T22:19:34.349 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:34 smithi190 ceph-mon[110035]: from='osd.4 [v2:172.21.15.190:6800/2197152495,v1:172.21.15.190:6801/2197152495]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-09-22T22:19:34.349 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:34 smithi190 ceph-mon[110035]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-09-22T22:19:34.349 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:34 smithi190 ceph-mon[110035]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-22T22:19:34.349 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:34 smithi190 ceph-mon[110035]: Detected new or changed devices on smithi190 2023-09-22T22:19:34.349 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:34 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:34.349 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:34 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:34.349 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:34 smithi190 ceph-mon[110035]: Adjusting osd_memory_target on smithi190 to 15962M 2023-09-22T22:19:34.349 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:34 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:34.349 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:34 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:34.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:34 smithi110 ceph-mon[107391]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-09-22T22:19:34.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:34 smithi110 ceph-mon[107391]: osdmap e30: 5 total, 4 up, 5 in 2023-09-22T22:19:34.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:34 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-22T22:19:34.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:34 smithi110 ceph-mon[107391]: from='osd.4 [v2:172.21.15.190:6800/2197152495,v1:172.21.15.190:6801/2197152495]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-09-22T22:19:34.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:34 smithi110 ceph-mon[107391]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-09-22T22:19:34.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:34 smithi110 ceph-mon[107391]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-22T22:19:34.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:34 smithi110 ceph-mon[107391]: Detected new or changed devices on smithi190 2023-09-22T22:19:34.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:34 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:34.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:34 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:34.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:34 smithi110 ceph-mon[107391]: Adjusting osd_memory_target on smithi190 to 15962M 2023-09-22T22:19:34.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:34 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:34.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:34 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:35.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:35 smithi110 ceph-mon[107391]: purged_snaps scrub starts 2023-09-22T22:19:36.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:35 smithi110 ceph-mon[107391]: purged_snaps scrub ok 2023-09-22T22:19:36.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:35 smithi110 ceph-mon[107391]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-09-22T22:19:36.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:35 smithi110 ceph-mon[107391]: osdmap e31: 5 total, 4 up, 5 in 2023-09-22T22:19:36.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:35 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-22T22:19:36.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:35 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-22T22:19:36.061 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:35 smithi190 ceph-mon[110035]: purged_snaps scrub starts 2023-09-22T22:19:36.061 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:35 smithi190 ceph-mon[110035]: purged_snaps scrub ok 2023-09-22T22:19:36.061 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:35 smithi190 ceph-mon[110035]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-09-22T22:19:36.062 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:35 smithi190 ceph-mon[110035]: osdmap e31: 5 total, 4 up, 5 in 2023-09-22T22:19:36.062 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:35 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-22T22:19:36.062 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:35 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-22T22:19:36.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:36 smithi110 ceph-mon[107391]: osd.4 [v2:172.21.15.190:6800/2197152495,v1:172.21.15.190:6801/2197152495] boot 2023-09-22T22:19:36.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:36 smithi110 ceph-mon[107391]: osdmap e32: 5 total, 5 up, 5 in 2023-09-22T22:19:36.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:36 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-22T22:19:36.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:36 smithi110 ceph-mon[107391]: from='client.24165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:19:36.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:36 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-22T22:19:36.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:36 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-22T22:19:36.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:36 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:36.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:36 smithi110 ceph-mon[107391]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-22T22:19:36.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:36 smithi110 ceph-mon[107391]: osdmap e33: 5 total, 5 up, 5 in 2023-09-22T22:19:36.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:36 smithi190 ceph-mon[110035]: osd.4 [v2:172.21.15.190:6800/2197152495,v1:172.21.15.190:6801/2197152495] boot 2023-09-22T22:19:36.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:36 smithi190 ceph-mon[110035]: osdmap e32: 5 total, 5 up, 5 in 2023-09-22T22:19:36.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:36 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-22T22:19:36.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:36 smithi190 ceph-mon[110035]: from='client.24165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:19:36.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:36 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-22T22:19:36.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:36 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-22T22:19:36.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:36 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:36.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:36 smithi190 ceph-mon[110035]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 23 MiB used, 358 GiB / 358 GiB avail 2023-09-22T22:19:36.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:36 smithi190 ceph-mon[110035]: osdmap e33: 5 total, 5 up, 5 in 2023-09-22T22:19:37.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:37 smithi110 ceph-mon[107391]: from='client.? 172.21.15.190:0/628553706' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f9044a6-ad72-4382-a4e2-24ef6516cd6e"}]: dispatch 2023-09-22T22:19:37.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:37 smithi110 ceph-mon[107391]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f9044a6-ad72-4382-a4e2-24ef6516cd6e"}]: dispatch 2023-09-22T22:19:37.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:37 smithi110 ceph-mon[107391]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2f9044a6-ad72-4382-a4e2-24ef6516cd6e"}]': finished 2023-09-22T22:19:37.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:37 smithi110 ceph-mon[107391]: osdmap e34: 6 total, 5 up, 6 in 2023-09-22T22:19:37.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:37 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-22T22:19:37.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:37 smithi190 ceph-mon[110035]: from='client.? 172.21.15.190:0/628553706' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f9044a6-ad72-4382-a4e2-24ef6516cd6e"}]: dispatch 2023-09-22T22:19:37.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:37 smithi190 ceph-mon[110035]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2f9044a6-ad72-4382-a4e2-24ef6516cd6e"}]: dispatch 2023-09-22T22:19:37.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:37 smithi190 ceph-mon[110035]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2f9044a6-ad72-4382-a4e2-24ef6516cd6e"}]': finished 2023-09-22T22:19:37.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:37 smithi190 ceph-mon[110035]: osdmap e34: 6 total, 5 up, 6 in 2023-09-22T22:19:37.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:37 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-22T22:19:38.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:38 smithi110 ceph-mon[107391]: from='client.? 172.21.15.190:0/272086755' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-22T22:19:38.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:38 smithi110 ceph-mon[107391]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-09-22T22:19:38.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:38 smithi110 ceph-mon[107391]: osdmap e35: 6 total, 5 up, 6 in 2023-09-22T22:19:38.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:38 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-22T22:19:38.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:38 smithi190 ceph-mon[110035]: from='client.? 172.21.15.190:0/272086755' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-22T22:19:38.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:38 smithi190 ceph-mon[110035]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail 2023-09-22T22:19:38.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:38 smithi190 ceph-mon[110035]: osdmap e35: 6 total, 5 up, 6 in 2023-09-22T22:19:38.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:38 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-22T22:19:40.120 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:39 smithi190 ceph-mon[110035]: osdmap e36: 6 total, 5 up, 6 in 2023-09-22T22:19:40.120 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:39 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-22T22:19:40.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:39 smithi110 ceph-mon[107391]: osdmap e36: 6 total, 5 up, 6 in 2023-09-22T22:19:40.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:39 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-22T22:19:41.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:40 smithi190 ceph-mon[110035]: pgmap v91: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-09-22T22:19:41.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:40 smithi110 ceph-mon[107391]: pgmap v91: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 28 MiB used, 447 GiB / 447 GiB avail; 129 KiB/s, 0 objects/s recovering 2023-09-22T22:19:43.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:42 smithi190 ceph-mon[110035]: pgmap v92: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 91 KiB/s, 0 objects/s recovering 2023-09-22T22:19:43.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-22T22:19:43.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:42 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:43.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:42 smithi190 ceph-mon[110035]: Deploying daemon osd.5 on smithi190 2023-09-22T22:19:43.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:42 smithi110 ceph-mon[107391]: pgmap v92: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 91 KiB/s, 0 objects/s recovering 2023-09-22T22:19:43.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-09-22T22:19:43.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:42 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:43.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:42 smithi110 ceph-mon[107391]: Deploying daemon osd.5 on smithi190 2023-09-22T22:19:45.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:44 smithi190 ceph-mon[110035]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 77 KiB/s, 0 objects/s recovering 2023-09-22T22:19:45.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:44 smithi110 ceph-mon[107391]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 77 KiB/s, 0 objects/s recovering 2023-09-22T22:19:46.738 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:46 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:46.738 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:46 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:19:46.738 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:46 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:46.738 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:46 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:19:46.738 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:46 smithi190 ceph-mon[110035]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-09-22T22:19:46.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:46 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:46.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:46 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:19:46.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:46 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:46.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:46 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:19:46.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:46 smithi110 ceph-mon[107391]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-09-22T22:19:47.711 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 5 on host 'smithi190' 2023-09-22T22:19:48.201 DEBUG:teuthology.orchestra.run.smithi190:osd.5> sudo journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.5.service 2023-09-22T22:19:48.204 INFO:tasks.cephadm:Deploying osd.6 on smithi190 with /dev/vg_nvme/lv_2... 2023-09-22T22:19:48.204 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2023-09-22T22:19:48.235 INFO:journalctl@ceph.osd.5.smithi190.stdout:-- Logs begin at Fri 2023-09-22 22:07:26 UTC. -- 2023-09-22T22:19:48.906 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:48 smithi190 ceph-mon[110035]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-22T22:19:48.906 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:48 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:48.906 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:48 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:48.906 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:19:48 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:19:48.725+0000 7f18f764a3c0 -1 osd.5 0 log_to_monitors true 2023-09-22T22:19:48.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:48 smithi110 ceph-mon[107391]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-22T22:19:48.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:48 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:48.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:48 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:49.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:49 smithi190 ceph-mon[110035]: from='osd.5 [v2:172.21.15.190:6808/3355068339,v1:172.21.15.190:6809/3355068339]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-22T22:19:49.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:49 smithi190 ceph-mon[110035]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-22T22:19:49.817 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_2 2023-09-22T22:19:49.817 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2023-09-22T22:19:49.818 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2023-09-22T22:19:49.818 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2023-09-22T22:19:49.818 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0112442 s, 933 MB/s 2023-09-22T22:19:49.818 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2023-09-22T22:19:49.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:49 smithi110 ceph-mon[107391]: from='osd.5 [v2:172.21.15.190:6808/3355068339,v1:172.21.15.190:6809/3355068339]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-22T22:19:49.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:49 smithi110 ceph-mon[107391]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-09-22T22:19:50.488 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi190:vg_nvme/lv_2 2023-09-22T22:19:50.722 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:50 smithi190 ceph-mon[110035]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-22T22:19:50.722 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:50 smithi190 ceph-mon[110035]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-22T22:19:50.722 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:50 smithi190 ceph-mon[110035]: osdmap e37: 6 total, 5 up, 6 in 2023-09-22T22:19:50.722 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:50 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-22T22:19:50.722 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:50 smithi190 ceph-mon[110035]: from='osd.5 [v2:172.21.15.190:6808/3355068339,v1:172.21.15.190:6809/3355068339]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-09-22T22:19:50.722 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:50 smithi190 ceph-mon[110035]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-09-22T22:19:50.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:50 smithi110 ceph-mon[107391]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-22T22:19:50.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:50 smithi110 ceph-mon[107391]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-09-22T22:19:50.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:50 smithi110 ceph-mon[107391]: osdmap e37: 6 total, 5 up, 6 in 2023-09-22T22:19:50.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:50 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-22T22:19:50.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:50 smithi110 ceph-mon[107391]: from='osd.5 [v2:172.21.15.190:6808/3355068339,v1:172.21.15.190:6809/3355068339]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-09-22T22:19:50.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:50 smithi110 ceph-mon[107391]: from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-09-22T22:19:51.021 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:19:50 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:19:50.723+0000 7f18ee04d700 -1 osd.5 0 waiting for initial osdmap 2023-09-22T22:19:51.021 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:19:50 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:19:50.729+0000 7f18e89e4700 -1 osd.5 38 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-22T22:19:51.818 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:51 smithi190 ceph-mon[110035]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-09-22T22:19:51.818 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:51 smithi190 ceph-mon[110035]: osdmap e38: 6 total, 5 up, 6 in 2023-09-22T22:19:51.819 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:51 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-22T22:19:51.819 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:51 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-22T22:19:51.819 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:51 smithi190 ceph-mon[110035]: osd.5 [v2:172.21.15.190:6808/3355068339,v1:172.21.15.190:6809/3355068339] boot 2023-09-22T22:19:51.819 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:51 smithi190 ceph-mon[110035]: osdmap e39: 6 total, 6 up, 6 in 2023-09-22T22:19:51.819 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:51 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-22T22:19:51.819 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:51 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:51.819 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:51 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:51.819 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:51 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:51.819 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:51 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:51.819 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:51 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:51.819 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:51 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:19:51.819 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:51 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:51.819 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:51 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:19:51.820 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:51 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:51.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:51 smithi110 ceph-mon[107391]: from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-09-22T22:19:51.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:51 smithi110 ceph-mon[107391]: osdmap e38: 6 total, 5 up, 6 in 2023-09-22T22:19:51.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:51 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-22T22:19:51.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:51 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-22T22:19:51.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:51 smithi110 ceph-mon[107391]: osd.5 [v2:172.21.15.190:6808/3355068339,v1:172.21.15.190:6809/3355068339] boot 2023-09-22T22:19:51.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:51 smithi110 ceph-mon[107391]: osdmap e39: 6 total, 6 up, 6 in 2023-09-22T22:19:51.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:51 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-22T22:19:51.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:51 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:51.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:51 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:51.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:51 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:19:51.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:51 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:51.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:51 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:51.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:51 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:19:52.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:51 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:52.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:51 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:19:52.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:51 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:19:52.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:52 smithi190 ceph-mon[110035]: purged_snaps scrub starts 2023-09-22T22:19:52.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:52 smithi190 ceph-mon[110035]: purged_snaps scrub ok 2023-09-22T22:19:52.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:52 smithi190 ceph-mon[110035]: Detected new or changed devices on smithi190 2023-09-22T22:19:52.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:52 smithi190 ceph-mon[110035]: Adjusting osd_memory_target on smithi190 to 7981M 2023-09-22T22:19:52.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:52 smithi190 ceph-mon[110035]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-22T22:19:52.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:52 smithi190 ceph-mon[110035]: osdmap e40: 6 total, 6 up, 6 in 2023-09-22T22:19:52.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:52 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-22T22:19:52.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:52 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-22T22:19:52.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:52 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:52.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:52 smithi110 ceph-mon[107391]: purged_snaps scrub starts 2023-09-22T22:19:52.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:52 smithi110 ceph-mon[107391]: purged_snaps scrub ok 2023-09-22T22:19:52.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:52 smithi110 ceph-mon[107391]: Detected new or changed devices on smithi190 2023-09-22T22:19:52.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:52 smithi110 ceph-mon[107391]: Adjusting osd_memory_target on smithi190 to 7981M 2023-09-22T22:19:52.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:52 smithi110 ceph-mon[107391]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 29 MiB used, 447 GiB / 447 GiB avail 2023-09-22T22:19:52.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:52 smithi110 ceph-mon[107391]: osdmap e40: 6 total, 6 up, 6 in 2023-09-22T22:19:52.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:52 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-22T22:19:52.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:52 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-22T22:19:52.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:52 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:54.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:53 smithi110 ceph-mon[107391]: from='client.24183 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:19:54.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:53 smithi110 ceph-mon[107391]: osdmap e41: 6 total, 6 up, 6 in 2023-09-22T22:19:54.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:53 smithi110 ceph-mon[107391]: from='client.? 172.21.15.190:0/2702215178' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "16001cd7-afda-4ea7-b968-900e355991b3"}]: dispatch 2023-09-22T22:19:54.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:53 smithi110 ceph-mon[107391]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "16001cd7-afda-4ea7-b968-900e355991b3"}]: dispatch 2023-09-22T22:19:54.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:53 smithi110 ceph-mon[107391]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "16001cd7-afda-4ea7-b968-900e355991b3"}]': finished 2023-09-22T22:19:54.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:53 smithi110 ceph-mon[107391]: osdmap e42: 7 total, 6 up, 7 in 2023-09-22T22:19:54.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:53 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-22T22:19:54.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:53 smithi190 ceph-mon[110035]: from='client.24183 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:19:54.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:53 smithi190 ceph-mon[110035]: osdmap e41: 6 total, 6 up, 6 in 2023-09-22T22:19:54.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:53 smithi190 ceph-mon[110035]: from='client.? 172.21.15.190:0/2702215178' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "16001cd7-afda-4ea7-b968-900e355991b3"}]: dispatch 2023-09-22T22:19:54.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:53 smithi190 ceph-mon[110035]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "16001cd7-afda-4ea7-b968-900e355991b3"}]: dispatch 2023-09-22T22:19:54.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:53 smithi190 ceph-mon[110035]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "16001cd7-afda-4ea7-b968-900e355991b3"}]': finished 2023-09-22T22:19:54.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:53 smithi190 ceph-mon[110035]: osdmap e42: 7 total, 6 up, 7 in 2023-09-22T22:19:54.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:53 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-22T22:19:55.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:54 smithi110 ceph-mon[107391]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-09-22T22:19:55.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:54 smithi110 ceph-mon[107391]: from='client.? 172.21.15.190:0/1133860928' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-22T22:19:55.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:54 smithi110 ceph-mon[107391]: osdmap e43: 7 total, 6 up, 7 in 2023-09-22T22:19:55.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:54 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-22T22:19:55.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:54 smithi190 ceph-mon[110035]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-09-22T22:19:55.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:54 smithi190 ceph-mon[110035]: from='client.? 172.21.15.190:0/1133860928' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-22T22:19:55.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:54 smithi190 ceph-mon[110035]: osdmap e43: 7 total, 6 up, 7 in 2023-09-22T22:19:55.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:54 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-22T22:19:57.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:56 smithi110 ceph-mon[107391]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-09-22T22:19:57.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:56 smithi190 ceph-mon[110035]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 34 MiB used, 536 GiB / 536 GiB avail 2023-09-22T22:19:59.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:59 smithi190 ceph-mon[110035]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-22T22:19:59.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:59 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-22T22:19:59.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:19:59 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:19:59.394 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:59 smithi110 ceph-mon[107391]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-22T22:19:59.394 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:59 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-09-22T22:19:59.394 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:19:59 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:20:00.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:00 smithi190 ceph-mon[110035]: Deploying daemon osd.6 on smithi190 2023-09-22T22:20:00.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:00 smithi190 ceph-mon[110035]: overall HEALTH_OK 2023-09-22T22:20:00.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:00 smithi110 ceph-mon[107391]: Deploying daemon osd.6 on smithi190 2023-09-22T22:20:00.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:00 smithi110 ceph-mon[107391]: overall HEALTH_OK 2023-09-22T22:20:01.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:01 smithi190 ceph-mon[110035]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-22T22:20:01.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:01 smithi110 ceph-mon[107391]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-22T22:20:03.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:03 smithi190 ceph-mon[110035]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-22T22:20:03.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:03 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:03.129 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:03 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:20:03.130 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:03 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:20:03.130 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:03 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:20:03.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:03 smithi110 ceph-mon[107391]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-22T22:20:03.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:03 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:03.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:03 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:20:03.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:03 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:20:03.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:03 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:20:04.695 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 6 on host 'smithi190' 2023-09-22T22:20:05.053 DEBUG:teuthology.orchestra.run.smithi190:osd.6> sudo journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.6.service 2023-09-22T22:20:05.056 INFO:tasks.cephadm:Deploying osd.7 on smithi190 with /dev/vg_nvme/lv_1... 2023-09-22T22:20:05.056 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2023-09-22T22:20:05.085 INFO:journalctl@ceph.osd.6.smithi190.stdout:-- Logs begin at Fri 2023-09-22 22:07:26 UTC. -- 2023-09-22T22:20:05.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:05 smithi110 ceph-mon[107391]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-22T22:20:05.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:05 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:05.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:05 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:05.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:05 smithi190 ceph-mon[110035]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-22T22:20:05.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:05 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:05.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:05 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:06.021 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:20:05 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:20:05.673+0000 7fb4d86293c0 -1 osd.6 0 log_to_monitors true 2023-09-22T22:20:06.278 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:06 smithi190 ceph-mon[110035]: from='osd.6 [v2:172.21.15.190:6816/2049874702,v1:172.21.15.190:6817/2049874702]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-22T22:20:06.278 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:06 smithi190 ceph-mon[110035]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-22T22:20:06.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:06 smithi110 ceph-mon[107391]: from='osd.6 [v2:172.21.15.190:6816/2049874702,v1:172.21.15.190:6817/2049874702]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-22T22:20:06.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:06 smithi110 ceph-mon[107391]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-09-22T22:20:06.949 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping: /dev/vg_nvme/lv_1 2023-09-22T22:20:06.950 INFO:teuthology.orchestra.run.smithi190.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2023-09-22T22:20:06.950 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10+0 records in 2023-09-22T22:20:06.950 INFO:teuthology.orchestra.run.smithi190.stderr:10+0 records out 2023-09-22T22:20:06.950 INFO:teuthology.orchestra.run.smithi190.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110761 s, 947 MB/s 2023-09-22T22:20:06.950 INFO:teuthology.orchestra.run.smithi190.stderr:--> Zapping successful for: 2023-09-22T22:20:07.287 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:20:07 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:20:07.028+0000 7fb4cf02c700 -1 osd.6 0 waiting for initial osdmap 2023-09-22T22:20:07.411 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:20:07 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:20:07.035+0000 7fb4ca9c5700 -1 osd.6 45 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-22T22:20:07.412 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:07 smithi190 ceph-mon[110035]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-22T22:20:07.412 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:07 smithi190 ceph-mon[110035]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-22T22:20:07.412 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:07 smithi190 ceph-mon[110035]: osdmap e44: 7 total, 6 up, 7 in 2023-09-22T22:20:07.412 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:07 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-22T22:20:07.412 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:07 smithi190 ceph-mon[110035]: from='osd.6 [v2:172.21.15.190:6816/2049874702,v1:172.21.15.190:6817/2049874702]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-09-22T22:20:07.412 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:07 smithi190 ceph-mon[110035]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-09-22T22:20:07.413 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph orch daemon add osd smithi190:vg_nvme/lv_1 2023-09-22T22:20:07.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:07 smithi110 ceph-mon[107391]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-22T22:20:07.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:07 smithi110 ceph-mon[107391]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-09-22T22:20:07.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:07 smithi110 ceph-mon[107391]: osdmap e44: 7 total, 6 up, 7 in 2023-09-22T22:20:07.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:07 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-22T22:20:07.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:07 smithi110 ceph-mon[107391]: from='osd.6 [v2:172.21.15.190:6816/2049874702,v1:172.21.15.190:6817/2049874702]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-09-22T22:20:07.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:07 smithi110 ceph-mon[107391]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-09-22T22:20:08.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:08 smithi190 ceph-mon[110035]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-09-22T22:20:08.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:08 smithi190 ceph-mon[110035]: osdmap e45: 7 total, 6 up, 7 in 2023-09-22T22:20:08.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:08 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-22T22:20:08.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:08 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-22T22:20:08.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:08 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:08.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:08 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:20:08.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:08 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:20:08.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:08 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:20:08.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:08 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:08.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:08 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:08.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:08 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:20:08.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:08 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:20:08.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:08 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:20:08.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:08 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:08.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:08 smithi110 ceph-mon[107391]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-09-22T22:20:08.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:08 smithi110 ceph-mon[107391]: osdmap e45: 7 total, 6 up, 7 in 2023-09-22T22:20:08.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:08 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-22T22:20:08.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:08 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-22T22:20:08.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:08 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:08.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:08 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:20:08.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:08 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:20:08.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:08 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:20:08.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:08 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:08.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:08 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:08.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:08 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:20:08.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:08 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:20:08.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:08 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:20:08.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:08 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:09.034 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:09 smithi190 ceph-mon[110035]: purged_snaps scrub starts 2023-09-22T22:20:09.034 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:09 smithi190 ceph-mon[110035]: purged_snaps scrub ok 2023-09-22T22:20:09.034 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:09 smithi190 ceph-mon[110035]: Detected new or changed devices on smithi190 2023-09-22T22:20:09.034 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:09 smithi190 ceph-mon[110035]: Adjusting osd_memory_target on smithi190 to 5320M 2023-09-22T22:20:09.034 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:09 smithi190 ceph-mon[110035]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-22T22:20:09.034 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:09 smithi190 ceph-mon[110035]: osd.6 [v2:172.21.15.190:6816/2049874702,v1:172.21.15.190:6817/2049874702] boot 2023-09-22T22:20:09.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:09 smithi190 ceph-mon[110035]: osdmap e46: 7 total, 7 up, 7 in 2023-09-22T22:20:09.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:09 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-22T22:20:09.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:09 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-22T22:20:09.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:09 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-22T22:20:09.035 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:09 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:20:09.395 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:09 smithi110 ceph-mon[107391]: purged_snaps scrub starts 2023-09-22T22:20:09.395 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:09 smithi110 ceph-mon[107391]: purged_snaps scrub ok 2023-09-22T22:20:09.395 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:09 smithi110 ceph-mon[107391]: Detected new or changed devices on smithi190 2023-09-22T22:20:09.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:09 smithi110 ceph-mon[107391]: Adjusting osd_memory_target on smithi190 to 5320M 2023-09-22T22:20:09.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:09 smithi110 ceph-mon[107391]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 35 MiB used, 536 GiB / 536 GiB avail 2023-09-22T22:20:09.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:09 smithi110 ceph-mon[107391]: osd.6 [v2:172.21.15.190:6816/2049874702,v1:172.21.15.190:6817/2049874702] boot 2023-09-22T22:20:09.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:09 smithi110 ceph-mon[107391]: osdmap e46: 7 total, 7 up, 7 in 2023-09-22T22:20:09.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:09 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-22T22:20:09.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:09 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-09-22T22:20:09.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:09 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-09-22T22:20:09.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:09 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:20:10.420 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:10 smithi190 ceph-mon[110035]: from='client.24201 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:20:10.420 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:10 smithi190 ceph-mon[110035]: osdmap e47: 7 total, 7 up, 7 in 2023-09-22T22:20:10.420 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:10 smithi190 ceph-mon[110035]: osdmap e48: 7 total, 7 up, 7 in 2023-09-22T22:20:10.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:10 smithi110 ceph-mon[107391]: from='client.24201 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi190:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:20:10.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:10 smithi110 ceph-mon[107391]: osdmap e47: 7 total, 7 up, 7 in 2023-09-22T22:20:10.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:10 smithi110 ceph-mon[107391]: osdmap e48: 7 total, 7 up, 7 in 2023-09-22T22:20:11.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:11 smithi110 ceph-mon[107391]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-09-22T22:20:11.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:11 smithi110 ceph-mon[107391]: from='client.? 172.21.15.190:0/1750749028' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "793c2245-63af-486a-8100-790183ef6c8d"}]: dispatch 2023-09-22T22:20:11.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:11 smithi110 ceph-mon[107391]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "793c2245-63af-486a-8100-790183ef6c8d"}]: dispatch 2023-09-22T22:20:11.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:11 smithi110 ceph-mon[107391]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "793c2245-63af-486a-8100-790183ef6c8d"}]': finished 2023-09-22T22:20:11.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:11 smithi110 ceph-mon[107391]: osdmap e49: 8 total, 7 up, 8 in 2023-09-22T22:20:11.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:11 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-22T22:20:11.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:11 smithi110 ceph-mon[107391]: from='client.? 172.21.15.190:0/1922271815' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-22T22:20:11.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:11 smithi190 ceph-mon[110035]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-09-22T22:20:11.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:11 smithi190 ceph-mon[110035]: from='client.? 172.21.15.190:0/1750749028' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "793c2245-63af-486a-8100-790183ef6c8d"}]: dispatch 2023-09-22T22:20:11.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:11 smithi190 ceph-mon[110035]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "793c2245-63af-486a-8100-790183ef6c8d"}]: dispatch 2023-09-22T22:20:11.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:11 smithi190 ceph-mon[110035]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "793c2245-63af-486a-8100-790183ef6c8d"}]': finished 2023-09-22T22:20:11.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:11 smithi190 ceph-mon[110035]: osdmap e49: 8 total, 7 up, 8 in 2023-09-22T22:20:11.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:11 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-22T22:20:11.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:11 smithi190 ceph-mon[110035]: from='client.? 172.21.15.190:0/1922271815' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-09-22T22:20:12.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:12 smithi110 ceph-mon[107391]: osdmap e50: 8 total, 7 up, 8 in 2023-09-22T22:20:12.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:12 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-22T22:20:12.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:12 smithi110 ceph-mon[107391]: pgmap v121: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-09-22T22:20:12.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:12 smithi190 ceph-mon[110035]: osdmap e50: 8 total, 7 up, 8 in 2023-09-22T22:20:12.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:12 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-22T22:20:12.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:12 smithi190 ceph-mon[110035]: pgmap v121: 1 pgs: 1 remapped+peering; 577 KiB data, 40 MiB used, 626 GiB / 626 GiB avail 2023-09-22T22:20:14.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:14 smithi110 ceph-mon[107391]: pgmap v122: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-09-22T22:20:15.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:14 smithi190 ceph-mon[110035]: pgmap v122: 1 pgs: 1 remapped+peering; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-09-22T22:20:15.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:15 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-22T22:20:15.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:15 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:20:16.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:15 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-09-22T22:20:16.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:15 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:20:17.146 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:16 smithi190 ceph-mon[110035]: Deploying daemon osd.7 on smithi190 2023-09-22T22:20:17.146 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:16 smithi190 ceph-mon[110035]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-09-22T22:20:17.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:16 smithi110 ceph-mon[107391]: Deploying daemon osd.7 on smithi190 2023-09-22T22:20:17.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:16 smithi110 ceph-mon[107391]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-09-22T22:20:19.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:18 smithi110 ceph-mon[107391]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 67 KiB/s, 0 objects/s recovering 2023-09-22T22:20:19.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:18 smithi190 ceph-mon[110035]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 67 KiB/s, 0 objects/s recovering 2023-09-22T22:20:20.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:20.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:20:20.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:20:20.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:20:20.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:20.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:20:20.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:20:20.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:20:21.251 INFO:teuthology.orchestra.run.smithi190.stdout:Created osd(s) 7 on host 'smithi190' 2023-09-22T22:20:21.271 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:21 smithi190 ceph-mon[110035]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-09-22T22:20:21.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:21 smithi110 ceph-mon[107391]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 56 KiB/s, 0 objects/s recovering 2023-09-22T22:20:22.154 DEBUG:teuthology.orchestra.run.smithi190:osd.7> sudo journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.7.service 2023-09-22T22:20:22.156 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-09-22T22:20:22.156 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-22T22:20:22.186 INFO:journalctl@ceph.osd.7.smithi190.stdout:-- Logs begin at Fri 2023-09-22 22:07:26 UTC. -- 2023-09-22T22:20:22.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:22 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:22.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:22 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:22.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:22 smithi110 ceph-mon[107391]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-09-22T22:20:22.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:22 smithi110 ceph-mon[107391]: from='osd.7 [v2:172.21.15.190:6824/4082412647,v1:172.21.15.190:6825/4082412647]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-22T22:20:22.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:22 smithi110 ceph-mon[107391]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-22T22:20:22.501 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:20:22 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:20:22.226+0000 7fc7441ef3c0 -1 osd.7 0 log_to_monitors true 2023-09-22T22:20:22.502 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:22 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:22.502 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:22 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:22.502 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:22 smithi190 ceph-mon[110035]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-09-22T22:20:22.502 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:22 smithi190 ceph-mon[110035]: from='osd.7 [v2:172.21.15.190:6824/4082412647,v1:172.21.15.190:6825/4082412647]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-22T22:20:22.502 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:22 smithi190 ceph-mon[110035]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-09-22T22:20:23.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:23 smithi110 ceph-mon[107391]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-22T22:20:23.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:23 smithi110 ceph-mon[107391]: osdmap e51: 8 total, 7 up, 8 in 2023-09-22T22:20:23.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:23 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-22T22:20:23.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:23 smithi110 ceph-mon[107391]: from='osd.7 [v2:172.21.15.190:6824/4082412647,v1:172.21.15.190:6825/4082412647]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-09-22T22:20:23.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:23 smithi110 ceph-mon[107391]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-09-22T22:20:23.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:23 smithi190 ceph-mon[110035]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-09-22T22:20:23.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:23 smithi190 ceph-mon[110035]: osdmap e51: 8 total, 7 up, 8 in 2023-09-22T22:20:23.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:23 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-22T22:20:23.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:23 smithi190 ceph-mon[110035]: from='osd.7 [v2:172.21.15.190:6824/4082412647,v1:172.21.15.190:6825/4082412647]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-09-22T22:20:23.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:23 smithi190 ceph-mon[110035]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]: dispatch 2023-09-22T22:20:23.539 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:20:23 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:20:23.291+0000 7fc73abf2700 -1 osd.7 0 waiting for initial osdmap 2023-09-22T22:20:23.539 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:20:23 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:20:23.298+0000 7fc733585700 -1 osd.7 52 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-09-22T22:20:23.591 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:20:24.013 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":52,"num_osds":8,"num_up_osds":7,"osd_up_since":1695421208,"num_in_osds":8,"osd_in_since":1695421210,"num_remapped_pgs":0} 2023-09-22T22:20:24.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:24 smithi110 ceph-mon[107391]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-09-22T22:20:24.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:24 smithi110 ceph-mon[107391]: osdmap e52: 8 total, 7 up, 8 in 2023-09-22T22:20:24.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-22T22:20:24.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-22T22:20:24.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:24 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/932302709' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-22T22:20:24.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:24 smithi110 ceph-mon[107391]: Detected new or changed devices on smithi190 2023-09-22T22:20:24.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:24.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:20:24.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:20:24.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:20:24.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:20:24.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:24 smithi110 ceph-mon[107391]: Adjusting osd_memory_target on smithi190 to 3990M 2023-09-22T22:20:24.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:24.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:24.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:20:24.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:20:24.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:20:24.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:24.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:24 smithi110 ceph-mon[107391]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-09-22T22:20:24.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:24 smithi190 ceph-mon[110035]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi190", "root=default"]}]': finished 2023-09-22T22:20:24.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:24 smithi190 ceph-mon[110035]: osdmap e52: 8 total, 7 up, 8 in 2023-09-22T22:20:24.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-22T22:20:24.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-22T22:20:24.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:24 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/932302709' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-22T22:20:24.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:24 smithi190 ceph-mon[110035]: Detected new or changed devices on smithi190 2023-09-22T22:20:24.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:24.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:20:24.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:20:24.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:20:24.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:20:24.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:24 smithi190 ceph-mon[110035]: Adjusting osd_memory_target on smithi190 to 3990M 2023-09-22T22:20:24.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:24.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:24.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:20:24.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:20:24.790 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:20:24.790 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:20:24.790 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:24 smithi190 ceph-mon[110035]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 41 MiB used, 626 GiB / 626 GiB avail 2023-09-22T22:20:25.014 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph osd stat -f json 2023-09-22T22:20:25.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:25 smithi110 ceph-mon[107391]: purged_snaps scrub starts 2023-09-22T22:20:25.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:25 smithi110 ceph-mon[107391]: purged_snaps scrub ok 2023-09-22T22:20:25.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:25 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-22T22:20:25.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:25 smithi110 ceph-mon[107391]: osd.7 [v2:172.21.15.190:6824/4082412647,v1:172.21.15.190:6825/4082412647] boot 2023-09-22T22:20:25.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:25 smithi110 ceph-mon[107391]: osdmap e53: 8 total, 8 up, 8 in 2023-09-22T22:20:25.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:25 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-22T22:20:25.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:25 smithi190 ceph-mon[110035]: purged_snaps scrub starts 2023-09-22T22:20:25.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:25 smithi190 ceph-mon[110035]: purged_snaps scrub ok 2023-09-22T22:20:25.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:25 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-22T22:20:25.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:25 smithi190 ceph-mon[110035]: osd.7 [v2:172.21.15.190:6824/4082412647,v1:172.21.15.190:6825/4082412647] boot 2023-09-22T22:20:25.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:25 smithi190 ceph-mon[110035]: osdmap e53: 8 total, 8 up, 8 in 2023-09-22T22:20:25.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:25 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-22T22:20:26.430 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:20:26.451 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:26 smithi110 ceph-mon[107391]: osdmap e54: 8 total, 8 up, 8 in 2023-09-22T22:20:26.451 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:26 smithi110 ceph-mon[107391]: pgmap v132: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:26.451 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/mirror_snapshot_schedule"}]: dispatch 2023-09-22T22:20:26.451 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/trash_purge_schedule"}]: dispatch 2023-09-22T22:20:26.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:26 smithi190 ceph-mon[110035]: osdmap e54: 8 total, 8 up, 8 in 2023-09-22T22:20:26.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:26 smithi190 ceph-mon[110035]: pgmap v132: 1 pgs: 1 remapped+peering; 577 KiB data, 46 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:26.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/mirror_snapshot_schedule"}]: dispatch 2023-09-22T22:20:26.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/trash_purge_schedule"}]: dispatch 2023-09-22T22:20:26.812 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":55,"num_osds":8,"num_up_osds":8,"osd_up_since":1695421224,"num_in_osds":8,"osd_in_since":1695421210,"num_remapped_pgs":1} 2023-09-22T22:20:26.813 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-22T22:20:27.038 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:27.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:27 smithi110 ceph-mon[107391]: osdmap e55: 8 total, 8 up, 8 in 2023-09-22T22:20:27.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:27 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/2317058073' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-22T22:20:27.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:27 smithi190 ceph-mon[110035]: osdmap e55: 8 total, 8 up, 8 in 2023-09-22T22:20:27.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:27 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/2317058073' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-09-22T22:20:28.193 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:20:28.193 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":56,"fsid":"87c32f6a-5995-11ee-8db4-212e2dc638e7","created":"2023-09-22T22:15:56.912752+0000","modified":"2023-09-22T22:20:27.300753+0000","last_up_change":"2023-09-22T22:20:24.289063+0000","last_in_change":"2023-09-22T22:20:10.418727+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-09-22T22:19:01.956047+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":"67d5f2b7-2bdc-42e1-a239-29b343fc6316","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.110:6802","nonce":137565007},{"type":"v1","addr":"172.21.15.110:6803","nonce":137565007}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":137565007},{"type":"v1","addr":"172.21.15.110:6805","nonce":137565007}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":137565007},{"type":"v1","addr":"172.21.15.110:6809","nonce":137565007}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":137565007},{"type":"v1","addr":"172.21.15.110:6807","nonce":137565007}]},"public_addr":"172.21.15.110:6803/137565007","cluster_addr":"172.21.15.110:6805/137565007","heartbeat_back_addr":"172.21.15.110:6809/137565007","heartbeat_front_addr":"172.21.15.110:6807/137565007","state":["exists","up"]},{"osd":1,"uuid":"98f2d0ba-8c04-4ce7-a80d-1691010e86a7","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.110:6810","nonce":4140582954},{"type":"v1","addr":"172.21.15.110:6811","nonce":4140582954}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":4140582954},{"type":"v1","addr":"172.21.15.110:6813","nonce":4140582954}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":4140582954},{"type":"v1","addr":"172.21.15.110:6817","nonce":4140582954}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":4140582954},{"type":"v1","addr":"172.21.15.110:6815","nonce":4140582954}]},"public_addr":"172.21.15.110:6811/4140582954","cluster_addr":"172.21.15.110:6813/4140582954","heartbeat_back_addr":"172.21.15.110:6817/4140582954","heartbeat_front_addr":"172.21.15.110:6815/4140582954","state":["exists","up"]},{"osd":2,"uuid":"aa4536c8-6e82-49e0-9b83-db32d580be49","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.110:6818","nonce":3688441758},{"type":"v1","addr":"172.21.15.110:6819","nonce":3688441758}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":3688441758},{"type":"v1","addr":"172.21.15.110:6821","nonce":3688441758}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":3688441758},{"type":"v1","addr":"172.21.15.110:6825","nonce":3688441758}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":3688441758},{"type":"v1","addr":"172.21.15.110:6823","nonce":3688441758}]},"public_addr":"172.21.15.110:6819/3688441758","cluster_addr":"172.21.15.110:6821/3688441758","heartbeat_back_addr":"172.21.15.110:6825/3688441758","heartbeat_front_addr":"172.21.15.110:6823/3688441758","state":["exists","up"]},{"osd":3,"uuid":"a3d1d5e1-cd9b-4596-9088-61d3457e8f0e","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.110:6826","nonce":834948333},{"type":"v1","addr":"172.21.15.110:6827","nonce":834948333}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":834948333},{"type":"v1","addr":"172.21.15.110:6829","nonce":834948333}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6832","nonce":834948333},{"type":"v1","addr":"172.21.15.110:6833","nonce":834948333}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":834948333},{"type":"v1","addr":"172.21.15.110:6831","nonce":834948333}]},"public_addr":"172.21.15.110:6827/834948333","cluster_addr":"172.21.15.110:6829/834948333","heartbeat_back_addr":"172.21.15.110:6833/834948333","heartbeat_front_addr":"172.21.15.110:6831/834948333","state":["exists","up"]},{"osd":4,"uuid":"a4b08fc6-e977-4e8f-a19a-d5f3c96af4db","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.190:6800","nonce":2197152495},{"type":"v1","addr":"172.21.15.190:6801","nonce":2197152495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":2197152495},{"type":"v1","addr":"172.21.15.190:6803","nonce":2197152495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":2197152495},{"type":"v1","addr":"172.21.15.190:6807","nonce":2197152495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":2197152495},{"type":"v1","addr":"172.21.15.190:6805","nonce":2197152495}]},"public_addr":"172.21.15.190:6801/2197152495","cluster_addr":"172.21.15.190:6803/2197152495","heartbeat_back_addr":"172.21.15.190:6807/2197152495","heartbeat_front_addr":"172.21.15.190:6805/2197152495","state":["exists","up"]},{"osd":5,"uuid":"2f9044a6-ad72-4382-a4e2-24ef6516cd6e","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.190:6808","nonce":3355068339},{"type":"v1","addr":"172.21.15.190:6809","nonce":3355068339}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":3355068339},{"type":"v1","addr":"172.21.15.190:6811","nonce":3355068339}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":3355068339},{"type":"v1","addr":"172.21.15.190:6815","nonce":3355068339}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":3355068339},{"type":"v1","addr":"172.21.15.190:6813","nonce":3355068339}]},"public_addr":"172.21.15.190:6809/3355068339","cluster_addr":"172.21.15.190:6811/3355068339","heartbeat_back_addr":"172.21.15.190:6815/3355068339","heartbeat_front_addr":"172.21.15.190:6813/3355068339","state":["exists","up"]},{"osd":6,"uuid":"16001cd7-afda-4ea7-b968-900e355991b3","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.190:6816","nonce":2049874702},{"type":"v1","addr":"172.21.15.190:6817","nonce":2049874702}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6818","nonce":2049874702},{"type":"v1","addr":"172.21.15.190:6819","nonce":2049874702}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6822","nonce":2049874702},{"type":"v1","addr":"172.21.15.190:6823","nonce":2049874702}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6820","nonce":2049874702},{"type":"v1","addr":"172.21.15.190:6821","nonce":2049874702}]},"public_addr":"172.21.15.190:6817/2049874702","cluster_addr":"172.21.15.190:6819/2049874702","heartbeat_back_addr":"172.21.15.190:6823/2049874702","heartbeat_front_addr":"172.21.15.190:6821/2049874702","state":["exists","up"]},{"osd":7,"uuid":"793c2245-63af-486a-8100-790183ef6c8d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":53,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6824","nonce":4082412647},{"type":"v1","addr":"172.21.15.190:6825","nonce":4082412647}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6826","nonce":4082412647},{"type":"v1","addr":"172.21.15.190:6827","nonce":4082412647}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6830","nonce":4082412647},{"type":"v1","addr":"172.21.15.190:6831","nonce":4082412647}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6828","nonce":4082412647},{"type":"v1","addr":"172.21.15.190:6829","nonce":4082412647}]},"public_addr":"172.21.15.190:6825/4082412647","cluster_addr":"172.21.15.190:6827/4082412647","heartbeat_back_addr":"172.21.15.190:6831/4082412647","heartbeat_front_addr":"172.21.15.190:6829/4082412647","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-09-22T22:18:17.726773+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-09-22T22:18:39.837368+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-09-22T22:18:58.129155+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-09-22T22:19:16.736782+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-09-22T22:19:33.208649+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-09-22T22:19:49.740810+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-09-22T22:20:06.682944+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-09-22T22:20:23.241242+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.110:0/1036304242":"2023-09-23T22:17:24.976616+0000","172.21.15.110:0/3842070328":"2023-09-23T22:17:24.976616+0000","172.21.15.110:6801/554890768":"2023-09-23T22:17:24.976616+0000","172.21.15.110:0/1638324398":"2023-09-23T22:16:46.542438+0000","172.21.15.110:6800/1878733141":"2023-09-23T22:16:46.542438+0000","172.21.15.110:6801/2266464462":"2023-09-23T22:16:20.876505+0000","172.21.15.110:0/4225073623":"2023-09-23T22:17:24.976616+0000","172.21.15.110:0/3424858789":"2023-09-23T22:16:46.542438+0000","172.21.15.110:0/2668427890":"2023-09-23T22:16:20.876505+0000","172.21.15.110:0/4134953919":"2023-09-23T22:16:46.542438+0000","172.21.15.110:0/1987694736":"2023-09-23T22:16:20.876505+0000","172.21.15.110:6800/554890768":"2023-09-23T22:17:24.976616+0000","172.21.15.110:6801/1878733141":"2023-09-23T22:16:46.542438+0000","172.21.15.110:0/3056373819":"2023-09-23T22:16:20.876505+0000","172.21.15.110:6800/2266464462":"2023-09-23T22:16:20.876505+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-09-22T22:20:28.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:28 smithi110 ceph-mon[107391]: osdmap e56: 8 total, 8 up, 8 in 2023-09-22T22:20:28.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:28 smithi110 ceph-mon[107391]: pgmap v135: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:28.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:28 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/799663534' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-22T22:20:28.587 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-09-22T22:19:01.956047+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-09-22T22:20:28.588 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-09-22T22:20:28.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:28 smithi190 ceph-mon[110035]: osdmap e56: 8 total, 8 up, 8 in 2023-09-22T22:20:28.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:28 smithi190 ceph-mon[110035]: pgmap v135: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:28.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:28 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/799663534' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-22T22:20:28.815 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:29.625 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:29 smithi110 ceph-mon[107391]: osdmap e57: 8 total, 8 up, 8 in 2023-09-22T22:20:29.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:29 smithi190 ceph-mon[110035]: osdmap e57: 8 total, 8 up, 8 in 2023-09-22T22:20:29.994 INFO:teuthology.orchestra.run.smithi110.stdout:pg_num: 1 2023-09-22T22:20:30.404 INFO:tasks.cephadm:Setting up client nodes... 2023-09-22T22:20:30.405 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-09-22T22:20:30.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:30 smithi110 ceph-mon[107391]: pgmap v137: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:30.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:30 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/1606650192' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-22T22:20:30.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:30 smithi190 ceph-mon[110035]: pgmap v137: 1 pgs: 1 remapped+peering; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:30.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:30 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/1606650192' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-09-22T22:20:31.877 INFO:teuthology.orchestra.run.smithi110.stdout:[client.0] 2023-09-22T22:20:31.877 INFO:teuthology.orchestra.run.smithi110.stdout: key = AQAvEw5l2fgeNBAA8Yzbhy3Pbn0wVZgLqzX7nw== 2023-09-22T22:20:32.203 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:31 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/319390928' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-22T22:20:32.203 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:31 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/319390928' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-22T22:20:32.287 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-09-22T22:20:32.287 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-09-22T22:20:32.288 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-09-22T22:20:32.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:31 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/319390928' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-09-22T22:20:32.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:31 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/319390928' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-09-22T22:20:32.329 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-09-22T22:20:32.329 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-09-22T22:20:32.329 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph mgr dump --format=json 2023-09-22T22:20:32.591 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:33.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:33 smithi190 ceph-mon[110035]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-09-22T22:20:33.294 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:33 smithi110 ceph-mon[107391]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 48 MiB used, 715 GiB / 715 GiB avail; 86 KiB/s, 0 objects/s recovering 2023-09-22T22:20:33.854 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:20:34.153 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:34 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/4030073428' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-22T22:20:34.245 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":19,"active_gid":14204,"active_name":"smithi110.ntddcx","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":3520160035},{"type":"v1","addr":"172.21.15.110:6801","nonce":3520160035}]},"active_addr":"172.21.15.110:6801/3520160035","active_change":"2023-09-22T22:17:24.976891+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[{"gid":14222,"name":"smithi190.rgckme","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.110:8443/","prometheus":"http://172.21.15.110: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.110:0","nonce":58331958}]},{"addrvec":[{"type":"v2","addr":"172.21.15.110:0","nonce":662447129}]},{"addrvec":[{"type":"v2","addr":"172.21.15.110:0","nonce":353711448}]},{"addrvec":[{"type":"v2","addr":"172.21.15.110:0","nonce":1910875351}]}]}} 2023-09-22T22:20:34.250 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-09-22T22:20:34.250 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-09-22T22:20:34.250 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-22T22:20:34.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:34 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/4030073428' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-09-22T22:20:34.475 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:35.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:35 smithi110 ceph-mon[107391]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-09-22T22:20:35.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:35 smithi190 ceph-mon[110035]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s, 0 objects/s recovering 2023-09-22T22:20:35.678 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:20:35.678 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":57,"fsid":"87c32f6a-5995-11ee-8db4-212e2dc638e7","created":"2023-09-22T22:15:56.912752+0000","modified":"2023-09-22T22:20:28.306013+0000","last_up_change":"2023-09-22T22:20:24.289063+0000","last_in_change":"2023-09-22T22:20:10.418727+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-09-22T22:19:01.956047+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":"67d5f2b7-2bdc-42e1-a239-29b343fc6316","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.110:6802","nonce":137565007},{"type":"v1","addr":"172.21.15.110:6803","nonce":137565007}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":137565007},{"type":"v1","addr":"172.21.15.110:6805","nonce":137565007}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":137565007},{"type":"v1","addr":"172.21.15.110:6809","nonce":137565007}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":137565007},{"type":"v1","addr":"172.21.15.110:6807","nonce":137565007}]},"public_addr":"172.21.15.110:6803/137565007","cluster_addr":"172.21.15.110:6805/137565007","heartbeat_back_addr":"172.21.15.110:6809/137565007","heartbeat_front_addr":"172.21.15.110:6807/137565007","state":["exists","up"]},{"osd":1,"uuid":"98f2d0ba-8c04-4ce7-a80d-1691010e86a7","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.110:6810","nonce":4140582954},{"type":"v1","addr":"172.21.15.110:6811","nonce":4140582954}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":4140582954},{"type":"v1","addr":"172.21.15.110:6813","nonce":4140582954}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":4140582954},{"type":"v1","addr":"172.21.15.110:6817","nonce":4140582954}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":4140582954},{"type":"v1","addr":"172.21.15.110:6815","nonce":4140582954}]},"public_addr":"172.21.15.110:6811/4140582954","cluster_addr":"172.21.15.110:6813/4140582954","heartbeat_back_addr":"172.21.15.110:6817/4140582954","heartbeat_front_addr":"172.21.15.110:6815/4140582954","state":["exists","up"]},{"osd":2,"uuid":"aa4536c8-6e82-49e0-9b83-db32d580be49","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.110:6818","nonce":3688441758},{"type":"v1","addr":"172.21.15.110:6819","nonce":3688441758}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":3688441758},{"type":"v1","addr":"172.21.15.110:6821","nonce":3688441758}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":3688441758},{"type":"v1","addr":"172.21.15.110:6825","nonce":3688441758}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":3688441758},{"type":"v1","addr":"172.21.15.110:6823","nonce":3688441758}]},"public_addr":"172.21.15.110:6819/3688441758","cluster_addr":"172.21.15.110:6821/3688441758","heartbeat_back_addr":"172.21.15.110:6825/3688441758","heartbeat_front_addr":"172.21.15.110:6823/3688441758","state":["exists","up"]},{"osd":3,"uuid":"a3d1d5e1-cd9b-4596-9088-61d3457e8f0e","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.110:6826","nonce":834948333},{"type":"v1","addr":"172.21.15.110:6827","nonce":834948333}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":834948333},{"type":"v1","addr":"172.21.15.110:6829","nonce":834948333}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6832","nonce":834948333},{"type":"v1","addr":"172.21.15.110:6833","nonce":834948333}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":834948333},{"type":"v1","addr":"172.21.15.110:6831","nonce":834948333}]},"public_addr":"172.21.15.110:6827/834948333","cluster_addr":"172.21.15.110:6829/834948333","heartbeat_back_addr":"172.21.15.110:6833/834948333","heartbeat_front_addr":"172.21.15.110:6831/834948333","state":["exists","up"]},{"osd":4,"uuid":"a4b08fc6-e977-4e8f-a19a-d5f3c96af4db","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.190:6800","nonce":2197152495},{"type":"v1","addr":"172.21.15.190:6801","nonce":2197152495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":2197152495},{"type":"v1","addr":"172.21.15.190:6803","nonce":2197152495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":2197152495},{"type":"v1","addr":"172.21.15.190:6807","nonce":2197152495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":2197152495},{"type":"v1","addr":"172.21.15.190:6805","nonce":2197152495}]},"public_addr":"172.21.15.190:6801/2197152495","cluster_addr":"172.21.15.190:6803/2197152495","heartbeat_back_addr":"172.21.15.190:6807/2197152495","heartbeat_front_addr":"172.21.15.190:6805/2197152495","state":["exists","up"]},{"osd":5,"uuid":"2f9044a6-ad72-4382-a4e2-24ef6516cd6e","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.190:6808","nonce":3355068339},{"type":"v1","addr":"172.21.15.190:6809","nonce":3355068339}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":3355068339},{"type":"v1","addr":"172.21.15.190:6811","nonce":3355068339}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":3355068339},{"type":"v1","addr":"172.21.15.190:6815","nonce":3355068339}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":3355068339},{"type":"v1","addr":"172.21.15.190:6813","nonce":3355068339}]},"public_addr":"172.21.15.190:6809/3355068339","cluster_addr":"172.21.15.190:6811/3355068339","heartbeat_back_addr":"172.21.15.190:6815/3355068339","heartbeat_front_addr":"172.21.15.190:6813/3355068339","state":["exists","up"]},{"osd":6,"uuid":"16001cd7-afda-4ea7-b968-900e355991b3","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.190:6816","nonce":2049874702},{"type":"v1","addr":"172.21.15.190:6817","nonce":2049874702}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6818","nonce":2049874702},{"type":"v1","addr":"172.21.15.190:6819","nonce":2049874702}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6822","nonce":2049874702},{"type":"v1","addr":"172.21.15.190:6823","nonce":2049874702}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6820","nonce":2049874702},{"type":"v1","addr":"172.21.15.190:6821","nonce":2049874702}]},"public_addr":"172.21.15.190:6817/2049874702","cluster_addr":"172.21.15.190:6819/2049874702","heartbeat_back_addr":"172.21.15.190:6823/2049874702","heartbeat_front_addr":"172.21.15.190:6821/2049874702","state":["exists","up"]},{"osd":7,"uuid":"793c2245-63af-486a-8100-790183ef6c8d","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.190:6824","nonce":4082412647},{"type":"v1","addr":"172.21.15.190:6825","nonce":4082412647}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6826","nonce":4082412647},{"type":"v1","addr":"172.21.15.190:6827","nonce":4082412647}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6830","nonce":4082412647},{"type":"v1","addr":"172.21.15.190:6831","nonce":4082412647}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6828","nonce":4082412647},{"type":"v1","addr":"172.21.15.190:6829","nonce":4082412647}]},"public_addr":"172.21.15.190:6825/4082412647","cluster_addr":"172.21.15.190:6827/4082412647","heartbeat_back_addr":"172.21.15.190:6831/4082412647","heartbeat_front_addr":"172.21.15.190:6829/4082412647","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-09-22T22:18:17.726773+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-09-22T22:18:39.837368+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-09-22T22:18:58.129155+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-09-22T22:19:16.736782+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-09-22T22:19:33.208649+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-09-22T22:19:49.740810+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-09-22T22:20:06.682944+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-09-22T22:20:23.241242+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.110:0/1036304242":"2023-09-23T22:17:24.976616+0000","172.21.15.110:0/3842070328":"2023-09-23T22:17:24.976616+0000","172.21.15.110:6801/554890768":"2023-09-23T22:17:24.976616+0000","172.21.15.110:0/1638324398":"2023-09-23T22:16:46.542438+0000","172.21.15.110:6800/1878733141":"2023-09-23T22:16:46.542438+0000","172.21.15.110:6801/2266464462":"2023-09-23T22:16:20.876505+0000","172.21.15.110:0/4225073623":"2023-09-23T22:17:24.976616+0000","172.21.15.110:0/3424858789":"2023-09-23T22:16:46.542438+0000","172.21.15.110:0/2668427890":"2023-09-23T22:16:20.876505+0000","172.21.15.110:0/4134953919":"2023-09-23T22:16:46.542438+0000","172.21.15.110:0/1987694736":"2023-09-23T22:16:20.876505+0000","172.21.15.110:6800/554890768":"2023-09-23T22:17:24.976616+0000","172.21.15.110:6801/1878733141":"2023-09-23T22:16:46.542438+0000","172.21.15.110:0/3056373819":"2023-09-23T22:16:20.876505+0000","172.21.15.110:6800/2266464462":"2023-09-23T22:16:20.876505+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-09-22T22:20:36.064 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-09-22T22:20:36.064 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph osd dump --format=json 2023-09-22T22:20:36.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:36 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/3169178851' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-22T22:20:36.288 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:36.423 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:36 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/3169178851' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-22T22:20:37.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:37 smithi190 ceph-mon[110035]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-09-22T22:20:37.493 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:20:37.493 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":57,"fsid":"87c32f6a-5995-11ee-8db4-212e2dc638e7","created":"2023-09-22T22:15:56.912752+0000","modified":"2023-09-22T22:20:28.306013+0000","last_up_change":"2023-09-22T22:20:24.289063+0000","last_in_change":"2023-09-22T22:20:10.418727+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-09-22T22:19:01.956047+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":"67d5f2b7-2bdc-42e1-a239-29b343fc6316","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.110:6802","nonce":137565007},{"type":"v1","addr":"172.21.15.110:6803","nonce":137565007}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":137565007},{"type":"v1","addr":"172.21.15.110:6805","nonce":137565007}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":137565007},{"type":"v1","addr":"172.21.15.110:6809","nonce":137565007}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":137565007},{"type":"v1","addr":"172.21.15.110:6807","nonce":137565007}]},"public_addr":"172.21.15.110:6803/137565007","cluster_addr":"172.21.15.110:6805/137565007","heartbeat_back_addr":"172.21.15.110:6809/137565007","heartbeat_front_addr":"172.21.15.110:6807/137565007","state":["exists","up"]},{"osd":1,"uuid":"98f2d0ba-8c04-4ce7-a80d-1691010e86a7","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.110:6810","nonce":4140582954},{"type":"v1","addr":"172.21.15.110:6811","nonce":4140582954}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":4140582954},{"type":"v1","addr":"172.21.15.110:6813","nonce":4140582954}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":4140582954},{"type":"v1","addr":"172.21.15.110:6817","nonce":4140582954}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":4140582954},{"type":"v1","addr":"172.21.15.110:6815","nonce":4140582954}]},"public_addr":"172.21.15.110:6811/4140582954","cluster_addr":"172.21.15.110:6813/4140582954","heartbeat_back_addr":"172.21.15.110:6817/4140582954","heartbeat_front_addr":"172.21.15.110:6815/4140582954","state":["exists","up"]},{"osd":2,"uuid":"aa4536c8-6e82-49e0-9b83-db32d580be49","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.110:6818","nonce":3688441758},{"type":"v1","addr":"172.21.15.110:6819","nonce":3688441758}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":3688441758},{"type":"v1","addr":"172.21.15.110:6821","nonce":3688441758}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":3688441758},{"type":"v1","addr":"172.21.15.110:6825","nonce":3688441758}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":3688441758},{"type":"v1","addr":"172.21.15.110:6823","nonce":3688441758}]},"public_addr":"172.21.15.110:6819/3688441758","cluster_addr":"172.21.15.110:6821/3688441758","heartbeat_back_addr":"172.21.15.110:6825/3688441758","heartbeat_front_addr":"172.21.15.110:6823/3688441758","state":["exists","up"]},{"osd":3,"uuid":"a3d1d5e1-cd9b-4596-9088-61d3457e8f0e","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.110:6826","nonce":834948333},{"type":"v1","addr":"172.21.15.110:6827","nonce":834948333}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":834948333},{"type":"v1","addr":"172.21.15.110:6829","nonce":834948333}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6832","nonce":834948333},{"type":"v1","addr":"172.21.15.110:6833","nonce":834948333}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":834948333},{"type":"v1","addr":"172.21.15.110:6831","nonce":834948333}]},"public_addr":"172.21.15.110:6827/834948333","cluster_addr":"172.21.15.110:6829/834948333","heartbeat_back_addr":"172.21.15.110:6833/834948333","heartbeat_front_addr":"172.21.15.110:6831/834948333","state":["exists","up"]},{"osd":4,"uuid":"a4b08fc6-e977-4e8f-a19a-d5f3c96af4db","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.190:6800","nonce":2197152495},{"type":"v1","addr":"172.21.15.190:6801","nonce":2197152495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6802","nonce":2197152495},{"type":"v1","addr":"172.21.15.190:6803","nonce":2197152495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6806","nonce":2197152495},{"type":"v1","addr":"172.21.15.190:6807","nonce":2197152495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6804","nonce":2197152495},{"type":"v1","addr":"172.21.15.190:6805","nonce":2197152495}]},"public_addr":"172.21.15.190:6801/2197152495","cluster_addr":"172.21.15.190:6803/2197152495","heartbeat_back_addr":"172.21.15.190:6807/2197152495","heartbeat_front_addr":"172.21.15.190:6805/2197152495","state":["exists","up"]},{"osd":5,"uuid":"2f9044a6-ad72-4382-a4e2-24ef6516cd6e","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.190:6808","nonce":3355068339},{"type":"v1","addr":"172.21.15.190:6809","nonce":3355068339}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6810","nonce":3355068339},{"type":"v1","addr":"172.21.15.190:6811","nonce":3355068339}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6814","nonce":3355068339},{"type":"v1","addr":"172.21.15.190:6815","nonce":3355068339}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6812","nonce":3355068339},{"type":"v1","addr":"172.21.15.190:6813","nonce":3355068339}]},"public_addr":"172.21.15.190:6809/3355068339","cluster_addr":"172.21.15.190:6811/3355068339","heartbeat_back_addr":"172.21.15.190:6815/3355068339","heartbeat_front_addr":"172.21.15.190:6813/3355068339","state":["exists","up"]},{"osd":6,"uuid":"16001cd7-afda-4ea7-b968-900e355991b3","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.190:6816","nonce":2049874702},{"type":"v1","addr":"172.21.15.190:6817","nonce":2049874702}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6818","nonce":2049874702},{"type":"v1","addr":"172.21.15.190:6819","nonce":2049874702}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6822","nonce":2049874702},{"type":"v1","addr":"172.21.15.190:6823","nonce":2049874702}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6820","nonce":2049874702},{"type":"v1","addr":"172.21.15.190:6821","nonce":2049874702}]},"public_addr":"172.21.15.190:6817/2049874702","cluster_addr":"172.21.15.190:6819/2049874702","heartbeat_back_addr":"172.21.15.190:6823/2049874702","heartbeat_front_addr":"172.21.15.190:6821/2049874702","state":["exists","up"]},{"osd":7,"uuid":"793c2245-63af-486a-8100-790183ef6c8d","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.190:6824","nonce":4082412647},{"type":"v1","addr":"172.21.15.190:6825","nonce":4082412647}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6826","nonce":4082412647},{"type":"v1","addr":"172.21.15.190:6827","nonce":4082412647}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6830","nonce":4082412647},{"type":"v1","addr":"172.21.15.190:6831","nonce":4082412647}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.190:6828","nonce":4082412647},{"type":"v1","addr":"172.21.15.190:6829","nonce":4082412647}]},"public_addr":"172.21.15.190:6825/4082412647","cluster_addr":"172.21.15.190:6827/4082412647","heartbeat_back_addr":"172.21.15.190:6831/4082412647","heartbeat_front_addr":"172.21.15.190:6829/4082412647","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-09-22T22:18:17.726773+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-09-22T22:18:39.837368+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-09-22T22:18:58.129155+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-09-22T22:19:16.736782+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-09-22T22:19:33.208649+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-09-22T22:19:49.740810+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-09-22T22:20:06.682944+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-09-22T22:20:23.241242+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.110:0/1036304242":"2023-09-23T22:17:24.976616+0000","172.21.15.110:0/3842070328":"2023-09-23T22:17:24.976616+0000","172.21.15.110:6801/554890768":"2023-09-23T22:17:24.976616+0000","172.21.15.110:0/1638324398":"2023-09-23T22:16:46.542438+0000","172.21.15.110:6800/1878733141":"2023-09-23T22:16:46.542438+0000","172.21.15.110:6801/2266464462":"2023-09-23T22:16:20.876505+0000","172.21.15.110:0/4225073623":"2023-09-23T22:17:24.976616+0000","172.21.15.110:0/3424858789":"2023-09-23T22:16:46.542438+0000","172.21.15.110:0/2668427890":"2023-09-23T22:16:20.876505+0000","172.21.15.110:0/4134953919":"2023-09-23T22:16:46.542438+0000","172.21.15.110:0/1987694736":"2023-09-23T22:16:20.876505+0000","172.21.15.110:6800/554890768":"2023-09-23T22:17:24.976616+0000","172.21.15.110:6801/1878733141":"2023-09-23T22:16:46.542438+0000","172.21.15.110:0/3056373819":"2023-09-23T22:16:20.876505+0000","172.21.15.110:6800/2266464462":"2023-09-23T22:16:20.876505+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-09-22T22:20:37.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:37 smithi110 ceph-mon[107391]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 62 KiB/s, 0 objects/s recovering 2023-09-22T22:20:37.887 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-09-22T22:20:37.888 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-09-22T22:20:37.888 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-09-22T22:20:37.889 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-09-22T22:20:37.889 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-09-22T22:20:37.890 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-09-22T22:20:37.890 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-09-22T22:20:37.890 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-09-22T22:20:38.253 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:38 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/1585615928' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-22T22:20:38.281 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:38.293 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:38.307 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:38.313 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:38.337 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:38.349 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:38.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:38 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/1585615928' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-09-22T22:20:39.066 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:39 smithi110 ceph-mon[107391]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-09-22T22:20:39.203 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:39.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:39 smithi190 ceph-mon[110035]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 52 KiB/s, 0 objects/s recovering 2023-09-22T22:20:39.957 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:41.437 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:41 smithi110 ceph-mon[107391]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-09-22T22:20:41.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:41 smithi190 ceph-mon[110035]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 45 KiB/s, 0 objects/s recovering 2023-09-22T22:20:41.628 INFO:teuthology.orchestra.run.smithi110.stdout:167503724556 2023-09-22T22:20:41.628 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-09-22T22:20:43.428 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:43 smithi110 ceph-mon[107391]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-09-22T22:20:43.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:43 smithi190 ceph-mon[110035]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail; 43 KiB/s, 0 objects/s recovering 2023-09-22T22:20:43.962 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:44.448 INFO:teuthology.orchestra.run.smithi110.stdout:81604378648 2023-09-22T22:20:44.448 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-09-22T22:20:44.736 INFO:teuthology.orchestra.run.smithi110.stdout:197568495625 2023-09-22T22:20:44.736 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-09-22T22:20:45.160 INFO:teuthology.orchestra.run.smithi110.stdout:115964117010 2023-09-22T22:20:45.161 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-09-22T22:20:45.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:45 smithi110 ceph-mon[107391]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:45.519 INFO:teuthology.orchestra.run.smithi110.stdout:38654705696 2023-09-22T22:20:45.519 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-09-22T22:20:45.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:45 smithi190 ceph-mon[110035]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:45.605 INFO:teuthology.orchestra.run.smithi110.stdout:227633266695 2023-09-22T22:20:45.605 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-09-22T22:20:46.177 INFO:teuthology.orchestra.run.smithi110.stdout:60129542171 2023-09-22T22:20:46.177 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-09-22T22:20:46.293 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:46.306 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:46.310 INFO:teuthology.orchestra.run.smithi110.stdout:137438953488 2023-09-22T22:20:46.310 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-09-22T22:20:46.335 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:46.337 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:46.337 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:47.088 INFO:teuthology.orchestra.run.smithi110.stdout:167503724557 2023-09-22T22:20:47.371 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:47 smithi110 ceph-mon[107391]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:47.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:47 smithi190 ceph-mon[110035]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:48.159 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:48 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/859514206' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-22T22:20:48.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:48 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/859514206' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-09-22T22:20:48.824 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724556 got 167503724557 for osd.5 2023-09-22T22:20:48.824 DEBUG:teuthology.parallel:result is None 2023-09-22T22:20:49.001 INFO:teuthology.orchestra.run.smithi110.stdout:81604378649 2023-09-22T22:20:49.102 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:49.103 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:49.395 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:49 smithi110 ceph-mon[107391]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:49.395 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:49 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/4216490164' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-22T22:20:49.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:49 smithi190 ceph-mon[110035]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:49.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:49 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/4216490164' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-09-22T22:20:49.627 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378648 got 81604378649 for osd.2 2023-09-22T22:20:49.627 DEBUG:teuthology.parallel:result is None 2023-09-22T22:20:49.648 INFO:teuthology.orchestra.run.smithi110.stdout:227633266696 2023-09-22T22:20:49.734 INFO:teuthology.orchestra.run.smithi110.stdout:197568495626 2023-09-22T22:20:50.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:50 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/878545692' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-22T22:20:50.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:50 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/1226571412' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-22T22:20:50.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:50 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/2562947060' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-22T22:20:50.419 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:50 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/878545692' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-09-22T22:20:50.419 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:50 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/1226571412' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-09-22T22:20:50.419 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:50 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/2562947060' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-09-22T22:20:50.434 INFO:tasks.cephadm.ceph_manager.ceph:need seq 227633266695 got 227633266696 for osd.7 2023-09-22T22:20:50.434 DEBUG:teuthology.parallel:result is None 2023-09-22T22:20:50.629 INFO:teuthology.orchestra.run.smithi110.stdout:38654705697 2023-09-22T22:20:50.882 INFO:teuthology.orchestra.run.smithi110.stdout:115964117012 2023-09-22T22:20:50.980 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705696 got 38654705697 for osd.0 2023-09-22T22:20:50.981 DEBUG:teuthology.parallel:result is None 2023-09-22T22:20:51.184 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:51 smithi110 ceph-mon[107391]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:51.184 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:51 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/4201211968' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-22T22:20:51.201 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495625 got 197568495626 for osd.6 2023-09-22T22:20:51.201 DEBUG:teuthology.parallel:result is None 2023-09-22T22:20:51.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:51 smithi190 ceph-mon[110035]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:51.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:51 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/4201211968' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-09-22T22:20:52.110 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117010 got 115964117012 for osd.3 2023-09-22T22:20:52.110 DEBUG:teuthology.parallel:result is None 2023-09-22T22:20:52.551 INFO:teuthology.orchestra.run.smithi110.stdout:137438953490 2023-09-22T22:20:52.970 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953488 got 137438953490 for osd.4 2023-09-22T22:20:52.970 DEBUG:teuthology.parallel:result is None 2023-09-22T22:20:53.209 INFO:teuthology.orchestra.run.smithi110.stdout:60129542173 2023-09-22T22:20:53.231 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:53 smithi110 ceph-mon[107391]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:53.231 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:53 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/3367866311' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-22T22:20:53.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:53 smithi190 ceph-mon[110035]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:53.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:53 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/3367866311' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-09-22T22:20:53.586 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542171 got 60129542173 for osd.1 2023-09-22T22:20:53.586 DEBUG:teuthology.parallel:result is None 2023-09-22T22:20:53.586 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-09-22T22:20:53.586 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph pg dump --format=json 2023-09-22T22:20:53.820 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:54.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:54 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/1007231608' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-22T22:20:54.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:54 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/1007231608' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-09-22T22:20:54.961 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:20:54.962 INFO:teuthology.orchestra.run.smithi110.stderr:dumped all 2023-09-22T22:20:55.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:55 smithi110 ceph-mon[107391]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:55.394 INFO:teuthology.orchestra.run.smithi110.stdout:{"pg_ready":true,"pg_map":{"version":149,"stamp":"2023-09-22T22:20:53.695697+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":48320,"kb_used_data":6080,"kb_used_omap":0,"kb_used_meta":42176,"kb_avail":749912896,"statfs":{"total":767960285184,"available":767910805504,"internally_reserved":0,"allocated":6225920,"data_stored":3459824,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43188224},"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.002052"},"pg_stats":[{"pgid":"1.0","version":"24'117","reported_seq":227,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-09-22T22:20:28.317002+0000","last_change":"2023-09-22T22:20:28.317002+0000","last_active":"2023-09-22T22:20:28.317002+0000","last_peered":"2023-09-22T22:20:28.317002+0000","last_clean":"2023-09-22T22:20:28.317002+0000","last_became_active":"2023-09-22T22:20:28.316619+0000","last_became_peered":"2023-09-22T22:20:28.316619+0000","last_unstale":"2023-09-22T22:20:28.317002+0000","last_undegraded":"2023-09-22T22:20:28.317002+0000","last_fullsized":"2023-09-22T22:20:28.317002+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-09-22T22:19:02.673901+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-22T22:19:02.673901+0000","last_clean_scrub_stamp":"2023-09-22T22:19:02.673901+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-09-24T03:59:30.140420+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":763292,"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.55600000000000005}]},{"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.63100000000000001}]},{"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.65800000000000003}]},{"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.62}]},{"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.42899999999999999}]},{"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.50600000000000001}]},{"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.754}]}]},{"osd":6,"up_from":46,"seq":197568495627,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6080,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739072,"statfs":{"total":95995035648,"available":95988809728,"internally_reserved":0,"allocated":1105920,"data_stored":762668,"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.499}]},{"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.52200000000000002}]},{"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.378}]},{"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.65700000000000003}]},{"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.48699999999999999}]},{"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.59399999999999997}]},{"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.53300000000000003}]}]},{"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":234063,"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":"Fri Sep 22 22:20:44 2023","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.38200000000000001,"15min":0.38400000000000001},"min":{"1min":0.245,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.495,"5min":0.51100000000000001,"15min":0.51100000000000001},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.377,"5min":0.40600000000000003,"15min":0.41099999999999998},"min":{"1min":0.26300000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.48299999999999998,"5min":0.627,"15min":0.627},"last":0.65000000000000002}]},{"osd":2,"last update":"Fri Sep 22 22:20:03 2023","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.36899999999999999}]},{"osd":3,"last update":"Fri Sep 22 22:20:19 2023","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.69799999999999995}]},{"osd":4,"last update":"Fri Sep 22 22:20:37 2023","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.53600000000000003}]},{"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.60699999999999998}]},{"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.66600000000000004}]},{"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.64000000000000001}]}]},{"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":6792,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738360,"statfs":{"total":95995035648,"available":95988080640,"internally_reserved":0,"allocated":1114112,"data_stored":763292,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Sep 22 22:20:48 2023","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.36499999999999999,"15min":0.36199999999999999},"min":{"1min":0.246,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.39700000000000002},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.38300000000000001,"15min":0.377},"min":{"1min":0.29999999999999999,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.33800000000000002}]},{"osd":2,"last update":"Fri Sep 22 22:20:04 2023","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.40899999999999997}]},{"osd":3,"last update":"Fri Sep 22 22:20:21 2023","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.376}]},{"osd":4,"last update":"Fri Sep 22 22:20:38 2023","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.627}]},{"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.65700000000000003}]},{"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.70699999999999996}]},{"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.59599999999999997}]}]},{"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":234364,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Sep 22 22:20:05 2023","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.26600000000000001},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"last":0.28899999999999998}]},{"osd":1,"last update":"Fri Sep 22 22:20:05 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.22500000000000001},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.29699999999999999}]},{"osd":3,"last update":"Fri Sep 22 22:20:23 2023","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.27600000000000002},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.31}]},{"osd":4,"last update":"Fri Sep 22 22:20:40 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.36899999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34799999999999998}]},{"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.38200000000000001}]},{"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.45400000000000001}]}]},{"osd":3,"up_from":27,"seq":115964117012,"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":234041,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Sep 22 22:20:18 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.32900000000000001},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.40300000000000002}]},{"osd":1,"last update":"Fri Sep 22 22:20:18 2023","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.34300000000000003}]},{"osd":2,"last update":"Fri Sep 22 22:20:18 2023","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.46300000000000002},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.38400000000000001}]},{"osd":4,"last update":"Fri Sep 22 22:20:36 2023","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.68100000000000005}]},{"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.63700000000000001}]},{"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.70199999999999996}]},{"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":137438953490,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":234364,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Sep 22 22:20:35 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.68000000000000005}]},{"osd":1,"last update":"Fri Sep 22 22:20:35 2023","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.432},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.57099999999999995}]},{"osd":2,"last update":"Fri Sep 22 22:20:35 2023","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.498},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.52700000000000002}]},{"osd":3,"last update":"Fri Sep 22 22:20:35 2023","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.61399999999999999}]},{"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.64700000000000002}]},{"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.72199999999999998}]},{"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.74299999999999999}]}]},{"osd":5,"up_from":39,"seq":167503724559,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5624,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739528,"statfs":{"total":95995035648,"available":95989276672,"internally_reserved":0,"allocated":573440,"data_stored":233740,"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.443}]},{"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.38}]},{"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.48099999999999998}]},{"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.42599999999999999}]},{"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.40799999999999997}]},{"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.55000000000000004}]},{"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.53300000000000003}]}]}],"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-09-22T22:20:55.396 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph pg dump --format=json 2023-09-22T22:20:55.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:55 smithi190 ceph-mon[110035]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:55.620 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:56.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:56 smithi110 ceph-mon[107391]: from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-22T22:20:56.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:56 smithi190 ceph-mon[110035]: from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-22T22:20:56.776 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:20:56.778 INFO:teuthology.orchestra.run.smithi110.stderr:dumped all 2023-09-22T22:20:57.135 INFO:teuthology.orchestra.run.smithi110.stdout:{"pg_ready":true,"pg_map":{"version":150,"stamp":"2023-09-22T22:20:55.696009+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":116,"num_read_kb":100,"num_write":159,"num_write_kb":2416,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":6,"num_bytes_recovered":1586784,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":117,"ondisk_log_size":117,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":749961216,"kb_used":48320,"kb_used_data":6080,"kb_used_omap":0,"kb_used_meta":42176,"kb_avail":749912896,"statfs":{"total":767960285184,"available":767910805504,"internally_reserved":0,"allocated":6225920,"data_stored":3459824,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":43188224},"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.002077"},"pg_stats":[{"pgid":"1.0","version":"24'117","reported_seq":227,"reported_epoch":57,"state":"active+clean","last_fresh":"2023-09-22T22:20:28.317002+0000","last_change":"2023-09-22T22:20:28.317002+0000","last_active":"2023-09-22T22:20:28.317002+0000","last_peered":"2023-09-22T22:20:28.317002+0000","last_clean":"2023-09-22T22:20:28.317002+0000","last_became_active":"2023-09-22T22:20:28.316619+0000","last_became_peered":"2023-09-22T22:20:28.316619+0000","last_unstale":"2023-09-22T22:20:28.317002+0000","last_undegraded":"2023-09-22T22:20:28.317002+0000","last_fullsized":"2023-09-22T22:20:28.317002+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-09-22T22:19:02.673901+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-09-22T22:19:02.673901+0000","last_clean_scrub_stamp":"2023-09-22T22:19:02.673901+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-09-24T03:59:30.140420+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":227633266698,"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":763292,"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.48699999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55200000000000005}]},{"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.58499999999999996}]},{"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.53700000000000003}]},{"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.57799999999999996}]},{"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.68400000000000005}]},{"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.69299999999999995}]}]},{"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":6080,"kb_used_data":1080,"kb_used_omap":0,"kb_used_meta":4992,"kb_avail":93739072,"statfs":{"total":95995035648,"available":95988809728,"internally_reserved":0,"allocated":1105920,"data_stored":762668,"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.53000000000000003}]},{"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.42999999999999999}]},{"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.51400000000000001}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.63200000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61699999999999999}]},{"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.55000000000000004}]},{"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.60999999999999999}]}]},{"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":234063,"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":"Fri Sep 22 22:20:44 2023","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.38200000000000001,"15min":0.38400000000000001},"min":{"1min":0.245,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.495,"5min":0.51100000000000001,"15min":0.51100000000000001},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.377,"5min":0.40600000000000003,"15min":0.41099999999999998},"min":{"1min":0.26300000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.48299999999999998,"5min":0.627,"15min":0.627},"last":0.65000000000000002}]},{"osd":2,"last update":"Fri Sep 22 22:20:03 2023","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"last":0.36899999999999999}]},{"osd":3,"last update":"Fri Sep 22 22:20:19 2023","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.69799999999999995}]},{"osd":4,"last update":"Fri Sep 22 22:20:37 2023","interfaces":[{"interface":"back","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.53600000000000003}]},{"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.60699999999999998}]},{"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.66600000000000004}]},{"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.64000000000000001}]}]},{"osd":0,"up_from":9,"seq":38654705699,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6792,"kb_used_data":1088,"kb_used_omap":0,"kb_used_meta":5696,"kb_avail":93738360,"statfs":{"total":95995035648,"available":95988080640,"internally_reserved":0,"allocated":1114112,"data_stored":763292,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5832704},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Fri Sep 22 22:20:48 2023","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.36499999999999999,"15min":0.36199999999999999},"min":{"1min":0.246,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.29599999999999999},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.38300000000000001,"15min":0.377},"min":{"1min":0.29999999999999999,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"last":0.38800000000000001}]},{"osd":2,"last update":"Fri Sep 22 22:20:04 2023","interfaces":[{"interface":"back","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.371}]},{"osd":3,"last update":"Fri Sep 22 22:20:21 2023","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.33800000000000002},{"interface":"front","average":{"1min":0.46600000000000003,"5min":0.46600000000000003,"15min":0.46600000000000003},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.32900000000000001}]},{"osd":4,"last update":"Fri Sep 22 22:20:38 2023","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.66600000000000004},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.57299999999999995}]},{"osd":5,"last update":"Fri Sep 22 22:20:53 2023","interfaces":[{"interface":"back","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.72699999999999998},{"interface":"front","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.74399999999999999}]},{"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.61699999999999999}]},{"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.55700000000000005}]}]},{"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":234364,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5767168},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Sep 22 22:20:05 2023","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.26600000000000001},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"last":0.28899999999999998}]},{"osd":1,"last update":"Fri Sep 22 22:20:05 2023","interfaces":[{"interface":"back","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.253,"5min":0.253,"15min":0.253},"max":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.22500000000000001},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.29699999999999999}]},{"osd":3,"last update":"Fri Sep 22 22:20:23 2023","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.27600000000000002},{"interface":"front","average":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.31}]},{"osd":4,"last update":"Fri Sep 22 22:20:40 2023","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.36899999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34799999999999998}]},{"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.38200000000000001}]},{"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.45400000000000001}]}]},{"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":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":234041,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5177344},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Sep 22 22:20:18 2023","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.33000000000000002}]},{"osd":1,"last update":"Fri Sep 22 22:20:18 2023","interfaces":[{"interface":"back","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.33700000000000002}]},{"osd":2,"last update":"Fri Sep 22 22:20:18 2023","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"last":0.316}]},{"osd":4,"last update":"Fri Sep 22 22:20:36 2023","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.871,"5min":0.871,"15min":0.871},"last":0.51000000000000001}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51700000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.624}]},{"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.65800000000000003}]}]},{"osd":4,"up_from":32,"seq":137438953490,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5696,"kb_used_data":568,"kb_used_omap":0,"kb_used_meta":5120,"kb_avail":93739456,"statfs":{"total":95995035648,"available":95989202944,"internally_reserved":0,"allocated":581632,"data_stored":234364,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5242880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Fri Sep 22 22:20:35 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.55300000000000005},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.68000000000000005}]},{"osd":1,"last update":"Fri Sep 22 22:20:35 2023","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.432},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.57099999999999995}]},{"osd":2,"last update":"Fri Sep 22 22:20:35 2023","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.498},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.52700000000000002}]},{"osd":3,"last update":"Fri Sep 22 22:20:35 2023","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.61399999999999999}]},{"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.64700000000000002}]},{"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.72199999999999998}]},{"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.74299999999999999}]}]},{"osd":5,"up_from":39,"seq":167503724559,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5624,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":5056,"kb_avail":93739528,"statfs":{"total":95995035648,"available":95989276672,"internally_reserved":0,"allocated":573440,"data_stored":233740,"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.443}]},{"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.38}]},{"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.48099999999999998}]},{"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.42599999999999999}]},{"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.40799999999999997}]},{"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.55000000000000004}]},{"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.53300000000000003}]}]}],"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-09-22T22:20:57.136 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-09-22T22:20:57.136 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-09-22T22:20:57.137 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-09-22T22:20:57.137 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph health --format=json 2023-09-22T22:20:57.364 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/mon.smithi110/config 2023-09-22T22:20:57.478 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:57 smithi110 ceph-mon[107391]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:57.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:57 smithi190 ceph-mon[110035]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:58.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:58 smithi110 ceph-mon[107391]: from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-22T22:20:58.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:58 smithi190 ceph-mon[110035]: from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-22T22:20:58.569 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:20:58.569 INFO:teuthology.orchestra.run.smithi110.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-09-22T22:20:58.959 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-09-22T22:20:58.959 INFO:tasks.cephadm:Setup complete, yielding 2023-09-22T22:20:58.960 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-22T22:20:58.969 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2023-09-22T22:20:58.969 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch status' 2023-09-22T22:20:59.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:59 smithi110 ceph-mon[107391]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:59.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:20:59 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/2189011591' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-22T22:20:59.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:59 smithi190 ceph-mon[110035]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:20:59.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:20:59 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/2189011591' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-09-22T22:21:00.366 INFO:teuthology.orchestra.run.smithi110.stdout:Backend: cephadm 2023-09-22T22:21:00.367 INFO:teuthology.orchestra.run.smithi110.stdout:Available: Yes 2023-09-22T22:21:00.367 INFO:teuthology.orchestra.run.smithi110.stdout:Paused: No 2023-09-22T22:21:00.742 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-09-22T22:21:01.441 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:01 smithi110 ceph-mon[107391]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:21:01.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:01 smithi190 ceph-mon[110035]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:21:02.150 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-22T22:21:02.151 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (2m) 105s ago 3m - - ba2b418f427c 54b46d9a9194 2023-09-22T22:21:02.151 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (3m) 105s ago 3m - - 17.2.0 e1d6a67b021e 1c5b7bcc7c18 2023-09-22T22:21:02.151 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi190 smithi190 running (3m) 40s ago 3m - - 17.2.0 e1d6a67b021e 70f7e0ffca66 2023-09-22T22:21:02.151 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (2m) 105s ago 3m - - 8.3.5 dad864ee21e9 47d48a046110 2023-09-22T22:21:02.151 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ntddcx smithi110 *:9283 running (5m) 105s ago 4m - - 17.2.0 e1d6a67b021e 5fd4a7713ce9 2023-09-22T22:21:02.151 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi190.rgckme smithi190 *:8443,9283 running (3m) 40s ago 3m - - 17.2.0 e1d6a67b021e 9d3cc4c7e309 2023-09-22T22:21:02.151 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (5m) 105s ago 5m - 2048M 17.2.0 e1d6a67b021e 8016a9a61831 2023-09-22T22:21:02.151 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi190 smithi190 running (3m) 40s ago 3m - 2048M 17.2.0 e1d6a67b021e e268eb6807b2 2023-09-22T22:21:02.152 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (3m) 105s ago 3m - - 1dbe0e931976 801382b4e3f5 2023-09-22T22:21:02.152 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi190 smithi190 *:9100 running (3m) 40s ago 3m - - 1dbe0e931976 3be3ce12141f 2023-09-22T22:21:02.152 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (2m) 105s ago 2m - 3222M 17.2.0 e1d6a67b021e 7367c3b1d484 2023-09-22T22:21:02.152 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (2m) 105s ago 2m - 3222M 17.2.0 e1d6a67b021e 38cb99cb1eaf 2023-09-22T22:21:02.152 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (2m) 105s ago 2m - 3222M 17.2.0 e1d6a67b021e 4c8ced4ef7a2 2023-09-22T22:21:02.152 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (109s) 105s ago 109s - 3222M 17.2.0 e1d6a67b021e 658f6dc4a9d4 2023-09-22T22:21:02.152 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi190 running (93s) 40s ago 93s - 3990M 17.2.0 e1d6a67b021e e93901b924eb 2023-09-22T22:21:02.152 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi190 running (76s) 40s ago 76s - 3990M 17.2.0 e1d6a67b021e 75574d9dfa2a 2023-09-22T22:21:02.152 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi190 running (59s) 40s ago 59s - 3990M 17.2.0 e1d6a67b021e 71e4d339c3e5 2023-09-22T22:21:02.152 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi190 running (43s) 40s ago 43s - 3990M 17.2.0 e1d6a67b021e 7717e6410024 2023-09-22T22:21:02.152 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (3m) 105s ago 3m - - 514e6a882f6e 1311d3a2f2cf 2023-09-22T22:21:02.449 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:02 smithi110 ceph-mon[107391]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:02.532 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-09-22T22:21:02.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:02 smithi190 ceph-mon[110035]: from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:03.196 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:03 smithi110 ceph-mon[107391]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:21:03.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:03 smithi190 ceph-mon[110035]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:21:03.944 INFO:teuthology.orchestra.run.smithi110.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-09-22T22:21:03.945 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager ?:9093,9094 1/1 107s ago 4m count:1 2023-09-22T22:21:03.945 INFO:teuthology.orchestra.run.smithi110.stdout:crash 2/2 107s ago 4m * 2023-09-22T22:21:03.945 INFO:teuthology.orchestra.run.smithi110.stdout:grafana ?:3000 1/1 107s ago 4m count:1 2023-09-22T22:21:03.945 INFO:teuthology.orchestra.run.smithi110.stdout:mgr 2/2 107s ago 4m count:2 2023-09-22T22:21:03.945 INFO:teuthology.orchestra.run.smithi110.stdout:mon 2/2 107s ago 3m smithi110:172.21.15.110=smithi110;smithi190:172.21.15.190=smithi190;count:2 2023-09-22T22:21:03.945 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter ?:9100 2/2 107s ago 4m * 2023-09-22T22:21:03.946 INFO:teuthology.orchestra.run.smithi110.stdout:osd 8 107s ago - 2023-09-22T22:21:03.946 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus ?:9095 1/1 107s ago 4m count:1 2023-09-22T22:21:04.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:04 smithi110 ceph-mon[107391]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:04.333 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-09-22T22:21:04.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:04 smithi190 ceph-mon[110035]: from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:05.387 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:05 smithi110 ceph-mon[107391]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:21:05.387 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:05 smithi110 ceph-mon[107391]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:05.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:05 smithi190 ceph-mon[110035]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:21:05.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:05 smithi190 ceph-mon[110035]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:05.775 INFO:teuthology.orchestra.run.smithi110.stdout:HOST ADDR LABELS STATUS 2023-09-22T22:21:05.775 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 172.21.15.110 2023-09-22T22:21:05.775 INFO:teuthology.orchestra.run.smithi110.stdout:smithi190 172.21.15.190 2023-09-22T22:21:05.775 INFO:teuthology.orchestra.run.smithi110.stdout:2 hosts in cluster 2023-09-22T22:21:06.184 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-09-22T22:21:07.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:07 smithi110 ceph-mon[107391]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:21:07.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:07 smithi110 ceph-mon[107391]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:07.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:07 smithi190 ceph-mon[110035]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:21:07.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:07 smithi190 ceph-mon[110035]: from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:07.643 INFO:teuthology.orchestra.run.smithi110.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2023-09-22T22:21:07.644 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7476002T480DGN 480G LVM detected, locked 2023-09-22T22:21:07.644 INFO:teuthology.orchestra.run.smithi110.stdout:smithi190 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT63210012400BGN 400G LVM detected, locked 2023-09-22T22:21:08.024 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-22T22:21:08.034 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2023-09-22T22:21:08.034 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-22T22:21:08.062 INFO:teuthology.orchestra.run.smithi110.stderr:+ systemctl stop nfs-server 2023-09-22T22:21:08.070 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi190.front.sepia.ceph.com 2023-09-22T22:21:08.070 DEBUG:teuthology.orchestra.run.smithi190:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-09-22T22:21:08.108 INFO:teuthology.orchestra.run.smithi190.stderr:+ systemctl stop nfs-server 2023-09-22T22:21:08.116 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-22T22:21:08.125 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2023-09-22T22:21:08.125 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-09-22T22:21:09.367 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:09 smithi110 ceph-mon[107391]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:09.367 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:09 smithi110 ceph-mon[107391]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:21:09.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:09 smithi190 ceph-mon[110035]: from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:09.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:09 smithi190 ceph-mon[110035]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:21:10.419 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:10 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-09-22T22:21:10.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:10 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-09-22T22:21:11.448 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:11 smithi110 ceph-mon[107391]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:21:11.449 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:11 smithi110 ceph-mon[107391]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:11.449 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:11 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-09-22T22:21:11.449 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:11 smithi110 ceph-mon[107391]: osdmap e58: 8 total, 8 up, 8 in 2023-09-22T22:21:11.449 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:11 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-09-22T22:21:11.449 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:11 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-mon-smithi110[107368]: 2023-09-22T22:21:11.122+0000 7f68ab78a700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-22T22:21:11.484 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:11 smithi190 ceph-mon[110035]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:21:11.484 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:11 smithi190 ceph-mon[110035]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:11.484 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:11 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-09-22T22:21:11.484 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:11 smithi190 ceph-mon[110035]: osdmap e58: 8 total, 8 up, 8 in 2023-09-22T22:21:11.484 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:11 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-09-22T22:21:11.532 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-09-22T22:21:11.542 INFO:tasks.cephadm:Waiting for ceph service mds.foofs to start (timeout 300)... 2023-09-22T22:21:11.542 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph orch ls -f json 2023-09-22T22:21:12.139 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-09-22T22:21:12.139 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: osdmap e59: 8 total, 8 up, 8 in 2023-09-22T22:21:12.139 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-09-22T22:21:12.139 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-22T22:21:12.140 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-09-22T22:21:12.140 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: osdmap e60: 8 total, 8 up, 8 in 2023-09-22T22:21:12.140 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-09-22T22:21:12.140 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: fsmap foofs:0 2023-09-22T22:21:12.140 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: Saving service mds.foofs spec with placement count:2 2023-09-22T22:21:12.140 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:12.140 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:21:12.140 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:12.140 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:21:12.140 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:12.140 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:12.141 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.kmhpkk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-22T22:21:12.141 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.kmhpkk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-22T22:21:12.141 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:12.141 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: Deploying daemon mds.foofs.smithi110.kmhpkk on smithi110 2023-09-22T22:21:12.141 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:12 smithi110 ceph-mon[107391]: pgmap v161: 65 pgs: 3 creating+activating, 6 creating+peering, 49 unknown, 7 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:21:12.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-09-22T22:21:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: osdmap e59: 8 total, 8 up, 8 in 2023-09-22T22:21:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-09-22T22:21:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-09-22T22:21:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-09-22T22:21:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: osdmap e60: 8 total, 8 up, 8 in 2023-09-22T22:21:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-09-22T22:21:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: fsmap foofs:0 2023-09-22T22:21:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: Saving service mds.foofs spec with placement count:2 2023-09-22T22:21:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:21:12.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:12.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:21:12.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:12.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:12.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.kmhpkk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-22T22:21:12.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.kmhpkk", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-22T22:21:12.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:12.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: Deploying daemon mds.foofs.smithi110.kmhpkk on smithi110 2023-09-22T22:21:12.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:12 smithi190 ceph-mon[110035]: pgmap v161: 65 pgs: 3 creating+activating, 6 creating+peering, 49 unknown, 7 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:21:13.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:13 smithi110 ceph-mon[107391]: osdmap e61: 8 total, 8 up, 8 in 2023-09-22T22:21:13.509 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:21:13.509 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-22T22:16:37.647634Z", "last_refresh": "2023-09-22T22:19:16.884002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-22T22:16:33.710541Z", "last_refresh": "2023-09-22T22:19:16.884106Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-09-22T22:16:35.867925Z", "last_refresh": "2023-09-22T22:19:16.884175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-22T22:21:11.143333Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-22T22:21:11.136953Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-22T22:16:32.790179Z", "last_refresh": "2023-09-22T22:19:16.883933Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-22T22:17:08.489052Z", "last_refresh": "2023-09-22T22:19:16.883776Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-22T22:16:36.748144Z", "last_refresh": "2023-09-22T22:19:16.884235Z", "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-09-22T22:19:16.884355Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-22T22:16:34.837728Z", "last_refresh": "2023-09-22T22:19:16.884295Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-22T22:21:13.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:13 smithi190 ceph-mon[110035]: osdmap e61: 8 total, 8 up, 8 in 2023-09-22T22:21:13.991 INFO:tasks.cephadm:mds.foofs has 0/2 2023-09-22T22:21:14.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:14 smithi110 ceph-mon[107391]: osdmap e62: 8 total, 8 up, 8 in 2023-09-22T22:21:14.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:14 smithi110 ceph-mon[107391]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-22T22:21:14.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:14 smithi110 ceph-mon[107391]: pgmap v164: 65 pgs: 3 creating+activating, 11 creating+peering, 30 unknown, 21 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:21:14.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:14 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:14.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:14 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.rwycsq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-22T22:21:14.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:14 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.rwycsq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-22T22:21:14.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:14 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:14.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:14 smithi110 ceph-mon[107391]: Deploying daemon mds.foofs.smithi190.rwycsq on smithi190 2023-09-22T22:21:14.504 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:14 smithi190 ceph-mon[110035]: osdmap e62: 8 total, 8 up, 8 in 2023-09-22T22:21:14.504 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:14 smithi190 ceph-mon[110035]: from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-22T22:21:14.504 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:14 smithi190 ceph-mon[110035]: pgmap v164: 65 pgs: 3 creating+activating, 11 creating+peering, 30 unknown, 21 active+clean; 577 KiB data, 47 MiB used, 715 GiB / 715 GiB avail 2023-09-22T22:21:14.504 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:14 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:14.504 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:14 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.rwycsq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-09-22T22:21:14.504 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:14 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi190.rwycsq", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-09-22T22:21:14.504 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:14 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:14.504 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:14 smithi190 ceph-mon[110035]: Deploying daemon mds.foofs.smithi190.rwycsq on smithi190 2023-09-22T22:21:14.992 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph orch ls -f json 2023-09-22T22:21:15.365 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:15 smithi110 ceph-mon[107391]: mds.? [v2:172.21.15.110:6834/3766235979,v1:172.21.15.110:6835/3766235979] up:boot 2023-09-22T22:21:15.365 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:15 smithi110 ceph-mon[107391]: daemon mds.foofs.smithi110.kmhpkk assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-09-22T22:21:15.365 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:15 smithi110 ceph-mon[107391]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-22T22:21:15.365 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:15 smithi110 ceph-mon[107391]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-09-22T22:21:15.365 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:15 smithi110 ceph-mon[107391]: Cluster is now healthy 2023-09-22T22:21:15.365 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:15 smithi110 ceph-mon[107391]: fsmap foofs:0 1 up:standby 2023-09-22T22:21:15.365 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:15 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.kmhpkk"}]: dispatch 2023-09-22T22:21:15.365 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:15 smithi110 ceph-mon[107391]: fsmap foofs:1 {0=foofs.smithi110.kmhpkk=up:creating} 2023-09-22T22:21:15.365 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:15 smithi110 ceph-mon[107391]: daemon mds.foofs.smithi110.kmhpkk is now active in filesystem foofs as rank 0 2023-09-22T22:21:15.412 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:15 smithi190 ceph-mon[110035]: mds.? [v2:172.21.15.110:6834/3766235979,v1:172.21.15.110:6835/3766235979] up:boot 2023-09-22T22:21:15.412 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:15 smithi190 ceph-mon[110035]: daemon mds.foofs.smithi110.kmhpkk assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-09-22T22:21:15.412 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:15 smithi190 ceph-mon[110035]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-09-22T22:21:15.412 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:15 smithi190 ceph-mon[110035]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-09-22T22:21:15.412 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:15 smithi190 ceph-mon[110035]: Cluster is now healthy 2023-09-22T22:21:15.413 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:15 smithi190 ceph-mon[110035]: fsmap foofs:0 1 up:standby 2023-09-22T22:21:15.413 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:15 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.kmhpkk"}]: dispatch 2023-09-22T22:21:15.413 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:15 smithi190 ceph-mon[110035]: fsmap foofs:1 {0=foofs.smithi110.kmhpkk=up:creating} 2023-09-22T22:21:15.413 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:15 smithi190 ceph-mon[110035]: daemon mds.foofs.smithi110.kmhpkk is now active in filesystem foofs as rank 0 2023-09-22T22:21:16.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:16 smithi190 ceph-mon[110035]: mds.? [v2:172.21.15.110:6834/3766235979,v1:172.21.15.110:6835/3766235979] up:active 2023-09-22T22:21:16.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:16 smithi190 ceph-mon[110035]: fsmap foofs:1 {0=foofs.smithi110.kmhpkk=up:active} 2023-09-22T22:21:16.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:16 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:16.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:16 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:21:16.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:16 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:16.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:16 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:21:16.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:16 smithi190 ceph-mon[110035]: pgmap v165: 65 pgs: 3 creating+activating, 5 creating+peering, 57 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 3 op/s 2023-09-22T22:21:16.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:16 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:16.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:16 smithi190 ceph-mon[110035]: mds.? [v2:172.21.15.190:6832/2321551605,v1:172.21.15.190:6833/2321551605] up:boot 2023-09-22T22:21:16.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:16 smithi190 ceph-mon[110035]: fsmap foofs:1 {0=foofs.smithi110.kmhpkk=up:active} 1 up:standby 2023-09-22T22:21:16.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:16 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.rwycsq"}]: dispatch 2023-09-22T22:21:16.439 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:16 smithi110 ceph-mon[107391]: mds.? [v2:172.21.15.110:6834/3766235979,v1:172.21.15.110:6835/3766235979] up:active 2023-09-22T22:21:16.440 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:16 smithi110 ceph-mon[107391]: fsmap foofs:1 {0=foofs.smithi110.kmhpkk=up:active} 2023-09-22T22:21:16.440 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:16 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:16.440 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:16 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:21:16.440 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:16 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:16.440 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:16 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:21:16.440 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:16 smithi110 ceph-mon[107391]: pgmap v165: 65 pgs: 3 creating+activating, 5 creating+peering, 57 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 3 op/s 2023-09-22T22:21:16.440 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:16 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:16.440 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:16 smithi110 ceph-mon[107391]: mds.? [v2:172.21.15.190:6832/2321551605,v1:172.21.15.190:6833/2321551605] up:boot 2023-09-22T22:21:16.440 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:16 smithi110 ceph-mon[107391]: fsmap foofs:1 {0=foofs.smithi110.kmhpkk=up:active} 1 up:standby 2023-09-22T22:21:16.440 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:16 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.rwycsq"}]: dispatch 2023-09-22T22:21:16.699 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:21:16.700 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-22T22:16:37.647634Z", "last_refresh": "2023-09-22T22:19:16.884002Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-22T22:16:33.710541Z", "last_refresh": "2023-09-22T22:19:16.884106Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-09-22T22:16:35.867925Z", "last_refresh": "2023-09-22T22:19:16.884175Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-22T22:21:11.143333Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-22T22:21:11.136953Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-22T22:16:32.790179Z", "last_refresh": "2023-09-22T22:19:16.883933Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-22T22:17:08.489052Z", "last_refresh": "2023-09-22T22:19:16.883776Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-22T22:16:36.748144Z", "last_refresh": "2023-09-22T22:19:16.884235Z", "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-09-22T22:19:16.884355Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-22T22:16:34.837728Z", "last_refresh": "2023-09-22T22:19:16.884295Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-22T22:21:17.199 INFO:tasks.cephadm:mds.foofs has 0/2 2023-09-22T22:21:17.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:17 smithi110 ceph-mon[107391]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-22T22:21:17.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:17 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:18.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:17 smithi190 ceph-mon[110035]: from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-22T22:21:18.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:17 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:18.199 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- ceph orch ls -f json 2023-09-22T22:21:18.884 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:18 smithi110 ceph-mon[107391]: pgmap v166: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 4 op/s 2023-09-22T22:21:19.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:18 smithi190 ceph-mon[110035]: pgmap v166: 65 pgs: 65 active+clean; 577 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 4 op/s 2023-09-22T22:21:19.896 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:21:19.896 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-09-22T22:16:37.647634Z", "last_refresh": "2023-09-22T22:21:19.433650Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-09-22T22:16:33.710541Z", "last_refresh": "2023-09-22T22:21:16.727365Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-09-22T22:16:35.867925Z", "last_refresh": "2023-09-22T22:21:19.433784Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-09-22T22:21:11.143333Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-09-22T22:21:11.136953Z", "last_refresh": "2023-09-22T22:21:16.727980Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-09-22T22:16:32.790179Z", "last_refresh": "2023-09-22T22:21:16.727507Z", "running": 2, "size": 2}}, {"placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi190:172.21.15.190=smithi190"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-09-22T22:17:08.489052Z", "last_refresh": "2023-09-22T22:21:16.727579Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-09-22T22:16:36.748144Z", "last_refresh": "2023-09-22T22:21:16.727660Z", "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-09-22T22:21:16.727724Z", "running": 8, "size": 8}, "unmanaged": true}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-09-22T22:16:34.837728Z", "last_refresh": "2023-09-22T22:21:19.433910Z", "ports": [9095], "running": 1, "size": 1}}] 2023-09-22T22:21:20.314 INFO:tasks.cephadm:mds.foofs has 2/2 2023-09-22T22:21:20.314 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-09-22T22:21:20.323 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2023-09-22T22:21:20.324 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2' 2023-09-22T22:21:20.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:20.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:20.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:21:20.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:20.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:21:20.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:20 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:20.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:20 smithi110 ceph-mon[107391]: pgmap v167: 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-09-22T22:21:20.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:20 smithi110 ceph-mon[107391]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-22T22:21:20.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:21.151 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:21.151 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:21:21.151 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:21.152 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:21:21.152 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:20 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:21.152 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:20 smithi190 ceph-mon[110035]: pgmap v167: 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-09-22T22:21:21.152 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:20 smithi190 ceph-mon[110035]: from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-09-22T22:21:22.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:22 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-09-22T22:21:22.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:22 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-09-22T22:21:23.052 INFO:teuthology.orchestra.run.smithi110.stdout:NFS Cluster Created Successfully 2023-09-22T22:21:23.266 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:23 smithi110 ceph-mon[107391]: pgmap v168: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-09-22T22:21:23.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:23 smithi110 ceph-mon[107391]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:23.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:23 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-09-22T22:21:23.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:23 smithi110 ceph-mon[107391]: osdmap e63: 8 total, 8 up, 8 in 2023-09-22T22:21:23.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:23 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-22T22:21:23.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:23 smithi190 ceph-mon[110035]: pgmap v168: 65 pgs: 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-09-22T22:21:23.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:23 smithi190 ceph-mon[110035]: from='client.14514 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "placement": "2", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:23.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:23 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-09-22T22:21:23.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:23 smithi190 ceph-mon[110035]: osdmap e63: 8 total, 8 up, 8 in 2023-09-22T22:21:23.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:23 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-09-22T22:21:23.448 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-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-09-22T22:21:24.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-22T22:21:24.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: osdmap e64: 8 total, 8 up, 8 in 2023-09-22T22:21:24.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: Saving service nfs.foo spec with placement count:2 2023-09-22T22:21:24.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:24.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:21:24.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:24.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:21:24.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:24.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:24.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: Creating key for client.nfs.foo.0.0.smithi110.rptyvn 2023-09-22T22:21:24.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.rptyvn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-22T22:21:24.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.rptyvn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-22T22:21:24.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-22T22:21:24.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-22T22:21:24.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:24.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-22T22:21:24.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-22T22:21:24.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.rptyvn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-22T22:21:24.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.rptyvn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-22T22:21:24.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:24 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:24.310 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-09-22T22:21:24.310 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: osdmap e64: 8 total, 8 up, 8 in 2023-09-22T22:21:24.310 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: Saving service nfs.foo spec with placement count:2 2023-09-22T22:21:24.310 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:24.310 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:21:24.310 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:24.310 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:21:24.310 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:24.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:24.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: Creating key for client.nfs.foo.0.0.smithi110.rptyvn 2023-09-22T22:21:24.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.rptyvn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-22T22:21:24.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.rptyvn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-22T22:21:24.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-22T22:21:24.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-22T22:21:24.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:24.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-22T22:21:24.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-22T22:21:24.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.rptyvn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-22T22:21:24.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi110.rptyvn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-22T22:21:24.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:24 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:25.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:25 smithi110 ceph-mon[107391]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-22T22:21:25.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:25 smithi110 ceph-mon[107391]: Rados config object exists: conf-nfs.foo 2023-09-22T22:21:25.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:25 smithi110 ceph-mon[107391]: Creating key for client.nfs.foo.0.0.smithi110.rptyvn-rgw 2023-09-22T22:21:25.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:25 smithi110 ceph-mon[107391]: Deploying daemon nfs.foo.0.0.smithi110.rptyvn on smithi110 2023-09-22T22:21:25.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:25 smithi110 ceph-mon[107391]: pgmap v171: 97 pgs: 5 creating+peering, 27 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 767 B/s wr, 3 op/s 2023-09-22T22:21:25.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:25 smithi110 ceph-mon[107391]: osdmap e65: 8 total, 8 up, 8 in 2023-09-22T22:21:25.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:25 smithi110 ceph-mon[107391]: mgrmap e20: smithi110.ntddcx(active, since 3m), standbys: smithi190.rgckme 2023-09-22T22:21:25.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:25 smithi190 ceph-mon[110035]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-09-22T22:21:25.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:25 smithi190 ceph-mon[110035]: Rados config object exists: conf-nfs.foo 2023-09-22T22:21:25.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:25 smithi190 ceph-mon[110035]: Creating key for client.nfs.foo.0.0.smithi110.rptyvn-rgw 2023-09-22T22:21:25.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:25 smithi190 ceph-mon[110035]: Deploying daemon nfs.foo.0.0.smithi110.rptyvn on smithi110 2023-09-22T22:21:25.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:25 smithi190 ceph-mon[110035]: pgmap v171: 97 pgs: 5 creating+peering, 27 unknown, 65 active+clean; 579 KiB data, 49 MiB used, 715 GiB / 715 GiB avail; 767 B/s wr, 3 op/s 2023-09-22T22:21:25.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:25 smithi190 ceph-mon[110035]: osdmap e65: 8 total, 8 up, 8 in 2023-09-22T22:21:25.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:25 smithi190 ceph-mon[110035]: mgrmap e20: smithi110.ntddcx(active, since 3m), standbys: smithi190.rgckme 2023-09-22T22:21:25.370 INFO:teuthology.orchestra.run.smithi110.stderr:Invalid command: Unexpected argument '--clusterid' 2023-09-22T22:21:25.370 INFO:teuthology.orchestra.run.smithi110.stderr:nfs export create cephfs [] [--readonly] [--client_addr ...] [--squash ] : Create a CephFS export 2023-09-22T22:21:25.370 INFO:teuthology.orchestra.run.smithi110.stderr:Error EINVAL: invalid command 2023-09-22T22:21:25.726 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:21:25.727 INFO:teuthology.orchestra.run.smithi110.stdout: "bind": "/fake", 2023-09-22T22:21:25.727 INFO:teuthology.orchestra.run.smithi110.stdout: "fs": "foofs", 2023-09-22T22:21:25.727 INFO:teuthology.orchestra.run.smithi110.stdout: "path": "/", 2023-09-22T22:21:25.727 INFO:teuthology.orchestra.run.smithi110.stdout: "cluster": "foo", 2023-09-22T22:21:25.727 INFO:teuthology.orchestra.run.smithi110.stdout: "mode": "RW" 2023-09-22T22:21:25.727 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:21:26.073 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -- bash -c 'while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done' 2023-09-22T22:21:26.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:26.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:26 smithi110 ceph-mon[107391]: Creating key for client.nfs.foo.1.0.smithi190.azubih 2023-09-22T22:21:26.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.azubih", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-22T22:21:26.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.azubih", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-22T22:21:26.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:26 smithi110 ceph-mon[107391]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-22T22:21:26.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-22T22:21:26.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-22T22:21:26.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:26.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:26 smithi110 ceph-mon[107391]: 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-09-22T22:21:26.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:26 smithi110 ceph-mon[107391]: pgmap v173: 97 pgs: 5 creating+peering, 12 unknown, 80 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-22T22:21:26.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 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-09-22T22:21:26.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 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-09-22T22:21:26.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/mirror_snapshot_schedule"}]: dispatch 2023-09-22T22:21:26.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/trash_purge_schedule"}]: dispatch 2023-09-22T22:21:27.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:27.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:26 smithi190 ceph-mon[110035]: Creating key for client.nfs.foo.1.0.smithi190.azubih 2023-09-22T22:21:27.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.azubih", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-09-22T22:21:27.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.azubih", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-09-22T22:21:27.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:26 smithi190 ceph-mon[110035]: Ensuring nfs.foo.1 is in the ganesha grace table 2023-09-22T22:21:27.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-09-22T22:21:27.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-09-22T22:21:27.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:27.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:26 smithi190 ceph-mon[110035]: 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-09-22T22:21:27.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:26 smithi190 ceph-mon[110035]: pgmap v173: 97 pgs: 5 creating+peering, 12 unknown, 80 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-22T22:21:27.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 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-09-22T22:21:27.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 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-09-22T22:21:27.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/mirror_snapshot_schedule"}]: dispatch 2023-09-22T22:21:27.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/trash_purge_schedule"}]: dispatch 2023-09-22T22:21:28.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:28 smithi110 ceph-mon[107391]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:28.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:28 smithi110 ceph-mon[107391]: pgmap v174: 97 pgs: 5 creating+peering, 92 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-22T22:21:28.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:28 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-22T22:21:28.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:28 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-22T22:21:28.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:28 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.azubih-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-22T22:21:28.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:28 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.azubih-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-22T22:21:28.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:28 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:29.015 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:28 smithi190 ceph-mon[110035]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:29.015 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:28 smithi190 ceph-mon[110035]: pgmap v174: 97 pgs: 5 creating+peering, 92 active+clean; 579 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-22T22:21:29.015 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:28 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-09-22T22:21:29.015 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:28 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-09-22T22:21:29.015 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:28 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.azubih-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-09-22T22:21:29.015 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:28 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi190.azubih-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-09-22T22:21:29.016 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:28 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:30.023 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:29 smithi190 ceph-mon[110035]: Rados config object exists: conf-nfs.foo 2023-09-22T22:21:30.023 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:29 smithi190 ceph-mon[110035]: Creating key for client.nfs.foo.1.0.smithi190.azubih-rgw 2023-09-22T22:21:30.023 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:29 smithi190 ceph-mon[110035]: Deploying daemon nfs.foo.1.0.smithi190.azubih on smithi190 2023-09-22T22:21:30.023 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:29 smithi190 ceph-mon[110035]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:30.156 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:29 smithi110 ceph-mon[107391]: Rados config object exists: conf-nfs.foo 2023-09-22T22:21:30.156 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:29 smithi110 ceph-mon[107391]: Creating key for client.nfs.foo.1.0.smithi190.azubih-rgw 2023-09-22T22:21:30.156 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:29 smithi110 ceph-mon[107391]: Deploying daemon nfs.foo.1.0.smithi190.azubih on smithi190 2023-09-22T22:21:30.156 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:29 smithi110 ceph-mon[107391]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:31.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:30 smithi190 ceph-mon[110035]: pgmap v175: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2023-09-22T22:21:31.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:30 smithi190 ceph-mon[110035]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:31.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:30 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:31.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:30 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:21:31.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:30 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:31.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:30 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:21:31.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:30 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:31.156 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:30 smithi110 ceph-mon[107391]: pgmap v175: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 1.8 KiB/s wr, 4 op/s 2023-09-22T22:21:31.156 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:30 smithi110 ceph-mon[107391]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:31.156 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:30 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:31.156 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:30 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:21:31.156 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:30 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:31.156 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:30 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:21:31.156 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:30 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:33.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:32 smithi110 ceph-mon[107391]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:33.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:32 smithi110 ceph-mon[107391]: pgmap v176: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2023-09-22T22:21:33.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:32 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:33.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:32 smithi190 ceph-mon[110035]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:33.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:32 smithi190 ceph-mon[110035]: pgmap v176: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2023-09-22T22:21:33.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:32 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:34.035 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo ?:2049 2/2 2s ago 10s count:2 2023-09-22T22:21:34.242 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:33 smithi110 ceph-mon[107391]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:34.242 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:33 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:34.242 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:33 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:34.242 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:33 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:34.242 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:33 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:21:34.243 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:33 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:34.243 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:33 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:21:34.243 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:33 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:34.243 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:33 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:34.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:33 smithi190 ceph-mon[110035]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:34.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:33 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:34.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:33 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:34.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:33 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:34.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:33 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:21:34.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:33 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:34.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:33 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:21:34.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:33 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:34.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:33 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:34.589 INFO:teuthology.run_tasks:Running task vip.exec... 2023-09-22T22:21:34.599 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2023-09-22T22:21:34.599 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-09-22T22:21:34.628 INFO:teuthology.orchestra.run.smithi110.stderr:+ mkdir /mnt/foo 2023-09-22T22:21:34.641 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done' 2023-09-22T22:21:34.708 INFO:teuthology.orchestra.run.smithi110.stderr:++ hostname 2023-09-22T22:21:34.708 INFO:teuthology.orchestra.run.smithi110.stderr:+ mount -t nfs smithi110:/fake /mnt/foo -o sync 2023-09-22T22:21:35.088 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-09-22T22:21:35.156 INFO:teuthology.orchestra.run.smithi110.stderr:+ echo test 2023-09-22T22:21:35.206 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-09-22T22:21:35.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:34 smithi110 ceph-mon[107391]: pgmap v177: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-09-22T22:21:35.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:34 smithi110 ceph-mon[107391]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:35.273 INFO:teuthology.orchestra.run.smithi110.stderr:+ sync 2023-09-22T22:21:35.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:34 smithi190 ceph-mon[110035]: pgmap v177: 97 pgs: 97 active+clean; 580 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.4 KiB/s wr, 3 op/s 2023-09-22T22:21:35.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:34 smithi190 ceph-mon[110035]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:35.642 INFO:teuthology.run_tasks:Running task parallel... 2023-09-22T22:21:35.654 INFO:teuthology.task.parallel:starting parallel... 2023-09-22T22:21:35.654 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-09-22T22:21:35.656 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-09-22T22:21:35.657 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2023-09-22T22:21:35.657 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -e sha1=e658726abb668aaae1c42e72d314001acd82ce18 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2023-09-22T22:21:35.657 INFO:teuthology.task.parallel:In parallel, running task sequential... 2023-09-22T22:21:35.657 INFO:teuthology.task.sequential:In sequential, running task exec... 2023-09-22T22:21:35.658 INFO:teuthology.task.exec:Executing custom commands... 2023-09-22T22:21:35.658 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2023-09-22T22:21:35.658 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 600 || true' 2023-09-22T22:21:35.753 INFO:teuthology.orchestra.run.smithi110.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-09-22T22:21:35.764 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:21:35.764 INFO:teuthology.orchestra.run.smithi110.stdout:Running for 600 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 120 secs 2023-09-22T22:21:35.764 INFO:teuthology.orchestra.run.smithi110.stdout:4 of 5 processes prepared for launch 0 sec 2023-09-22T22:21:35.857 INFO:teuthology.orchestra.run.smithi110.stdout:5 of 5 processes prepared for launch 0 sec 2023-09-22T22:21:35.858 INFO:teuthology.orchestra.run.smithi110.stdout:releasing clients 2023-09-22T22:21:36.858 INFO:teuthology.orchestra.run.smithi110.stdout: 5 144 31.09 MB/sec warmup 1 sec latency 131.417 ms 2023-09-22T22:21:36.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:36 smithi110 ceph-mon[107391]: pgmap v178: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-09-22T22:21:36.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:36 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:37.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:36 smithi190 ceph-mon[110035]: pgmap v178: 97 pgs: 97 active+clean; 581 KiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.6 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-09-22T22:21:37.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:36 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:37.858 INFO:teuthology.orchestra.run.smithi110.stdout: 5 274 25.68 MB/sec warmup 2 sec latency 142.674 ms 2023-09-22T22:21:38.394 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -e sha1=e658726abb668aaae1c42e72d314001acd82ce18 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2023-09-22T22:21:38.861 INFO:teuthology.orchestra.run.smithi110.stdout: 5 398 23.49 MB/sec warmup 3 sec latency 119.996 ms 2023-09-22T22:21:39.028 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:38 smithi110 ceph-mon[107391]: pgmap v179: 97 pgs: 97 active+clean; 5.1 MiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 388 KiB/s wr, 12 op/s 2023-09-22T22:21:39.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:38 smithi190 ceph-mon[110035]: pgmap v179: 97 pgs: 97 active+clean; 5.1 MiB data, 50 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 388 KiB/s wr, 12 op/s 2023-09-22T22:21:39.867 INFO:teuthology.orchestra.run.smithi110.stdout: 5 534 22.94 MB/sec warmup 4 sec latency 132.835 ms 2023-09-22T22:21:40.870 INFO:teuthology.orchestra.run.smithi110.stdout: 5 665 21.10 MB/sec warmup 5 sec latency 392.327 ms 2023-09-22T22:21:40.989 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:40 smithi110 ceph-mon[107391]: pgmap v180: 97 pgs: 97 active+clean; 35 MiB data, 93 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3.0 MiB/s wr, 192 op/s 2023-09-22T22:21:41.102 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -e sha1=e658726abb668aaae1c42e72d314001acd82ce18 -- bash -c 'ceph config set global log_to_journald false --force' 2023-09-22T22:21:41.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:40 smithi190 ceph-mon[110035]: pgmap v180: 97 pgs: 97 active+clean; 35 MiB data, 93 MiB used, 715 GiB / 715 GiB avail; 3.4 KiB/s rd, 3.0 MiB/s wr, 192 op/s 2023-09-22T22:21:41.867 INFO:teuthology.orchestra.run.smithi110.stdout: 5 1025 18.55 MB/sec warmup 6 sec latency 102.049 ms 2023-09-22T22:21:42.874 INFO:teuthology.orchestra.run.smithi110.stdout: 5 1519 18.59 MB/sec warmup 7 sec latency 98.317 ms 2023-09-22T22:21:43.032 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:43 smithi110 ceph-mon[107391]: pgmap v181: 97 pgs: 97 active+clean; 82 MiB data, 109 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 6.9 MiB/s wr, 266 op/s 2023-09-22T22:21:43.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:43 smithi190 ceph-mon[110035]: pgmap v181: 97 pgs: 97 active+clean; 82 MiB data, 109 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 6.9 MiB/s wr, 266 op/s 2023-09-22T22:21:43.874 INFO:teuthology.orchestra.run.smithi110.stdout: 5 2117 16.67 MB/sec warmup 8 sec latency 94.613 ms 2023-09-22T22:21:43.950 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -e sha1=e658726abb668aaae1c42e72d314001acd82ce18 -- bash -c 'ceph mgr module enable nfs --force' 2023-09-22T22:21:44.875 INFO:teuthology.orchestra.run.smithi110.stdout: 5 2499 15.78 MB/sec warmup 9 sec latency 108.564 ms 2023-09-22T22:21:45.305 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:45 smithi110 ceph-mon[107391]: pgmap v182: 97 pgs: 97 active+clean; 97 MiB data, 135 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 8.2 MiB/s wr, 298 op/s 2023-09-22T22:21:45.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:45 smithi190 ceph-mon[110035]: pgmap v182: 97 pgs: 97 active+clean; 97 MiB data, 135 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 8.2 MiB/s wr, 298 op/s 2023-09-22T22:21:45.875 INFO:teuthology.orchestra.run.smithi110.stdout: 5 3015 16.82 MB/sec warmup 10 sec latency 162.266 ms 2023-09-22T22:21:46.875 INFO:teuthology.orchestra.run.smithi110.stdout: 5 3499 16.92 MB/sec warmup 11 sec latency 127.299 ms 2023-09-22T22:21:47.111 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:47 smithi110 ceph-mon[107391]: pgmap v183: 97 pgs: 97 active+clean; 116 MiB data, 171 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 11 MiB/s wr, 571 op/s 2023-09-22T22:21:47.111 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:47 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/1495071287' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-09-22T22:21:47.128 INFO:teuthology.orchestra.run.smithi110.stderr:module 'nfs' is already enabled 2023-09-22T22:21:47.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:47 smithi190 ceph-mon[110035]: pgmap v183: 97 pgs: 97 active+clean; 116 MiB data, 171 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 11 MiB/s wr, 571 op/s 2023-09-22T22:21:47.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:47 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/1495071287' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "nfs", "force": true}]: dispatch 2023-09-22T22:21:47.707 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -e sha1=e658726abb668aaae1c42e72d314001acd82ce18 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2023-09-22T22:21:47.875 INFO:teuthology.orchestra.run.smithi110.stdout: 5 3817 16.56 MB/sec warmup 12 sec latency 192.727 ms 2023-09-22T22:21:48.132 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:48 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/1495071287' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-09-22T22:21:48.133 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:48 smithi110 ceph-mon[107391]: mgrmap e21: smithi110.ntddcx(active, since 4m), standbys: smithi190.rgckme 2023-09-22T22:21:48.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:48 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/1495071287' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "nfs", "force": true}]': finished 2023-09-22T22:21:48.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:48 smithi190 ceph-mon[110035]: mgrmap e21: smithi110.ntddcx(active, since 4m), standbys: smithi190.rgckme 2023-09-22T22:21:48.875 INFO:teuthology.orchestra.run.smithi110.stdout: 5 4103 15.43 MB/sec warmup 13 sec latency 95.797 ms 2023-09-22T22:21:49.143 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:49 smithi110 ceph-mon[107391]: pgmap v184: 97 pgs: 97 active+clean; 118 MiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 11 MiB/s wr, 591 op/s 2023-09-22T22:21:49.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:49 smithi190 ceph-mon[110035]: pgmap v184: 97 pgs: 97 active+clean; 118 MiB data, 210 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 11 MiB/s wr, 591 op/s 2023-09-22T22:21:49.875 INFO:teuthology.orchestra.run.smithi110.stdout: 5 4544 14.67 MB/sec warmup 14 sec latency 161.031 ms 2023-09-22T22:21:50.186 INFO:teuthology.orchestra.run.smithi110.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:e658726abb668aaae1c42e72d314001acd82ce18 2023-09-22T22:21:50.880 INFO:teuthology.orchestra.run.smithi110.stdout: 5 4976 14.83 MB/sec warmup 15 sec latency 132.397 ms 2023-09-22T22:21:50.898 INFO:teuthology.task.sequential:In sequential, running task cephadm.shell... 2023-09-22T22:21:50.899 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2023-09-22T22:21:50.899 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -e sha1=e658726abb668aaae1c42e72d314001acd82ce18 -- 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-09-22T22:21:51.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:51 smithi110 ceph-mon[107391]: pgmap v185: 97 pgs: 97 active+clean; 125 MiB data, 211 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 12 MiB/s wr, 639 op/s 2023-09-22T22:21:51.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:51 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:51.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:51 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:21:51.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:51 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:51.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:51 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:21:51.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:51 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:51.180 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:51 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:51.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:51 smithi190 ceph-mon[110035]: pgmap v185: 97 pgs: 97 active+clean; 125 MiB data, 211 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 12 MiB/s wr, 639 op/s 2023-09-22T22:21:51.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:51 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:51.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:51 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:21:51.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:51 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:21:51.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:51 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:21:51.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:51 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:51.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:51 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:21:51.881 INFO:teuthology.orchestra.run.smithi110.stdout: 5 5258 13.98 MB/sec warmup 16 sec latency 126.765 ms 2023-09-22T22:21:52.206 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:52 smithi110 ceph-mon[107391]: from='client.24399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e658726abb668aaae1c42e72d314001acd82ce18", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:52.206 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:52 smithi110 ceph-mon[107391]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e658726abb668aaae1c42e72d314001acd82ce18 2023-09-22T22:21:52.206 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:52 smithi110 ceph-mon[107391]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e658726abb668aaae1c42e72d314001acd82ce18 2023-09-22T22:21:52.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:52 smithi190 ceph-mon[110035]: from='client.24399 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:e658726abb668aaae1c42e72d314001acd82ce18", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:52.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:52 smithi190 ceph-mon[110035]: Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:e658726abb668aaae1c42e72d314001acd82ce18 2023-09-22T22:21:52.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:52 smithi190 ceph-mon[110035]: Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:e658726abb668aaae1c42e72d314001acd82ce18 2023-09-22T22:21:52.881 INFO:teuthology.orchestra.run.smithi110.stdout: 5 5537 13.41 MB/sec warmup 17 sec latency 137.372 ms 2023-09-22T22:21:53.254 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:53 smithi110 ceph-mon[107391]: pgmap v186: 97 pgs: 97 active+clean; 133 MiB data, 247 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 11 MiB/s wr, 583 op/s 2023-09-22T22:21:53.483 INFO:teuthology.orchestra.run.smithi110.stdout:true 2023-09-22T22:21:53.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:53 smithi190 ceph-mon[110035]: pgmap v186: 97 pgs: 97 active+clean; 133 MiB data, 247 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 11 MiB/s wr, 583 op/s 2023-09-22T22:21:53.881 INFO:teuthology.orchestra.run.smithi110.stdout: 5 5729 12.88 MB/sec warmup 18 sec latency 128.758 ms 2023-09-22T22:21:54.442 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-22T22:21:54.442 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (3m) 21s ago 4m 27.2M - ba2b418f427c 54b46d9a9194 2023-09-22T22:21:54.443 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (4m) 21s ago 4m 7033k - 17.2.0 e1d6a67b021e 1c5b7bcc7c18 2023-09-22T22:21:54.443 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi190 smithi190 running (4m) 22s ago 4m 7147k - 17.2.0 e1d6a67b021e 70f7e0ffca66 2023-09-22T22:21:54.443 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (3m) 21s ago 4m 48.5M - 8.3.5 dad864ee21e9 47d48a046110 2023-09-22T22:21:54.443 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.kmhpkk smithi110 running (41s) 21s ago 40s 14.8M - 17.2.0 e1d6a67b021e a1460f8068d0 2023-09-22T22:21:54.443 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi190.rwycsq smithi190 running (39s) 22s ago 39s 12.4M - 17.2.0 e1d6a67b021e 9de528db6a38 2023-09-22T22:21:54.443 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ntddcx smithi110 *:9283 running (5m) 21s ago 5m 476M - 17.2.0 e1d6a67b021e 5fd4a7713ce9 2023-09-22T22:21:54.443 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi190.rgckme smithi190 *:8443,9283 running (4m) 22s ago 4m 419M - 17.2.0 e1d6a67b021e 9d3cc4c7e309 2023-09-22T22:21:54.443 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (5m) 21s ago 5m 78.1M 2048M 17.2.0 e1d6a67b021e 8016a9a61831 2023-09-22T22:21:54.443 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi190 smithi190 running (4m) 22s ago 4m 61.2M 2048M 17.2.0 e1d6a67b021e e268eb6807b2 2023-09-22T22:21:54.443 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.rptyvn smithi110 *:2049 running (29s) 21s ago 28s 56.1M - 4.0 e1d6a67b021e 061b34e9507b 2023-09-22T22:21:54.443 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi190.azubih smithi190 *:2049 running (24s) 22s ago 24s 51.6M - 4.0 e1d6a67b021e 8d72535b5cb2 2023-09-22T22:21:54.443 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (4m) 21s ago 4m 22.6M - 1dbe0e931976 801382b4e3f5 2023-09-22T22:21:54.444 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi190 smithi190 *:9100 running (4m) 22s ago 4m 22.8M - 1dbe0e931976 3be3ce12141f 2023-09-22T22:21:54.444 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (3m) 21s ago 3m 53.7M 3222M 17.2.0 e1d6a67b021e 7367c3b1d484 2023-09-22T22:21:54.444 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (3m) 21s ago 3m 57.4M 3222M 17.2.0 e1d6a67b021e 38cb99cb1eaf 2023-09-22T22:21:54.444 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (3m) 21s ago 3m 52.2M 3222M 17.2.0 e1d6a67b021e 4c8ced4ef7a2 2023-09-22T22:21:54.444 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (2m) 21s ago 2m 52.4M 3222M 17.2.0 e1d6a67b021e 658f6dc4a9d4 2023-09-22T22:21:54.444 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi190 running (2m) 22s ago 2m 48.9M 3990M 17.2.0 e1d6a67b021e e93901b924eb 2023-09-22T22:21:54.444 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi190 running (2m) 22s ago 2m 48.8M 3990M 17.2.0 e1d6a67b021e 75574d9dfa2a 2023-09-22T22:21:54.444 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi190 running (112s) 22s ago 112s 48.4M 3990M 17.2.0 e1d6a67b021e 71e4d339c3e5 2023-09-22T22:21:54.444 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi190 running (95s) 22s ago 95s 49.6M 3990M 17.2.0 e1d6a67b021e 7717e6410024 2023-09-22T22:21:54.444 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (3m) 21s ago 3m 62.5M - 514e6a882f6e 1311d3a2f2cf 2023-09-22T22:21:54.881 INFO:teuthology.orchestra.run.smithi110.stdout: 5 5859 12.36 MB/sec warmup 19 sec latency 127.061 ms 2023-09-22T22:21:55.046 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:21:55.046 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2023-09-22T22:21:55.046 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:21:55.046 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:21:55.046 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2023-09-22T22:21:55.046 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:21:55.046 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:21:55.046 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2023-09-22T22:21:55.046 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-22T22:21:55.046 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:21:55.047 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2023-09-22T22:21:55.047 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:21:55.047 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:21:55.047 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2023-09-22T22:21:55.047 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-09-22T22:21:55.047 INFO:teuthology.orchestra.run.smithi110.stdout: } 2023-09-22T22:21:55.047 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:21:55.358 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:55 smithi110 ceph-mon[107391]: from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:55.359 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:55 smithi110 ceph-mon[107391]: pgmap v187: 97 pgs: 97 active+clean; 130 MiB data, 241 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 6.9 MiB/s wr, 523 op/s 2023-09-22T22:21:55.359 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:55 smithi110 ceph-mon[107391]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:55.359 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:55 smithi110 ceph-mon[107391]: from='client.24405 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:55.359 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:55 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/4060402818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:21:55.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:55 smithi190 ceph-mon[110035]: from='client.24401 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:55.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:55 smithi190 ceph-mon[110035]: pgmap v187: 97 pgs: 97 active+clean; 130 MiB data, 241 MiB used, 715 GiB / 715 GiB avail; 4.5 KiB/s rd, 6.9 MiB/s wr, 523 op/s 2023-09-22T22:21:55.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:55 smithi190 ceph-mon[110035]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:55.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:55 smithi190 ceph-mon[110035]: from='client.24405 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:55.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:55 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/4060402818' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:21:55.540 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:21:55.540 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:e658726abb668aaae1c42e72d314001acd82ce18", 2023-09-22T22:21:55.540 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2023-09-22T22:21:55.540 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2023-09-22T22:21:55.540 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "", 2023-09-22T22:21:55.540 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Doing first pull of quay.ceph.io/ceph-ci/ceph:e658726abb668aaae1c42e72d314001acd82ce18 image" 2023-09-22T22:21:55.540 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:21:55.889 INFO:teuthology.orchestra.run.smithi110.stdout: 5 6034 12.00 MB/sec warmup 20 sec latency 126.317 ms 2023-09-22T22:21:56.141 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2023-09-22T22:21:56.897 INFO:teuthology.orchestra.run.smithi110.stdout: 5 6288 11.94 MB/sec warmup 21 sec latency 148.805 ms 2023-09-22T22:21:57.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:57 smithi110 ceph-mon[107391]: from='client.24411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:57.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:57 smithi110 ceph-mon[107391]: pgmap v188: 97 pgs: 97 active+clean; 127 MiB data, 284 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 6.7 MiB/s wr, 655 op/s 2023-09-22T22:21:57.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:57 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/3059360613' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:21:57.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:57 smithi190 ceph-mon[110035]: from='client.24411 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:21:57.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:57 smithi190 ceph-mon[110035]: pgmap v188: 97 pgs: 97 active+clean; 127 MiB data, 284 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 6.7 MiB/s wr, 655 op/s 2023-09-22T22:21:57.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:57 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/3059360613' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:21:57.897 INFO:teuthology.orchestra.run.smithi110.stdout: 5 6646 11.98 MB/sec warmup 22 sec latency 125.073 ms 2023-09-22T22:21:58.897 INFO:teuthology.orchestra.run.smithi110.stdout: 5 7064 12.35 MB/sec warmup 23 sec latency 132.939 ms 2023-09-22T22:21:59.210 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:21:59 smithi110 ceph-mon[107391]: pgmap v189: 97 pgs: 97 active+clean; 127 MiB data, 298 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.4 MiB/s wr, 398 op/s 2023-09-22T22:21:59.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:21:59 smithi190 ceph-mon[110035]: pgmap v189: 97 pgs: 97 active+clean; 127 MiB data, 298 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.4 MiB/s wr, 398 op/s 2023-09-22T22:21:59.897 INFO:teuthology.orchestra.run.smithi110.stdout: 5 7342 12.20 MB/sec warmup 24 sec latency 146.887 ms 2023-09-22T22:22:00.906 INFO:teuthology.orchestra.run.smithi110.stdout: 5 7598 11.82 MB/sec warmup 25 sec latency 130.378 ms 2023-09-22T22:22:01.257 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:01 smithi110 ceph-mon[107391]: pgmap v190: 97 pgs: 97 active+clean; 131 MiB data, 316 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 422 op/s 2023-09-22T22:22:01.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:01 smithi190 ceph-mon[110035]: pgmap v190: 97 pgs: 97 active+clean; 131 MiB data, 316 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 422 op/s 2023-09-22T22:22:01.906 INFO:teuthology.orchestra.run.smithi110.stdout: 5 7858 11.46 MB/sec warmup 26 sec latency 89.947 ms 2023-09-22T22:22:02.906 INFO:teuthology.orchestra.run.smithi110.stdout: 5 8127 11.18 MB/sec warmup 27 sec latency 117.374 ms 2023-09-22T22:22:03.301 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:03 smithi110 ceph-mon[107391]: pgmap v191: 97 pgs: 97 active+clean; 142 MiB data, 336 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-09-22T22:22:03.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:03 smithi190 ceph-mon[110035]: pgmap v191: 97 pgs: 97 active+clean; 142 MiB data, 336 MiB used, 715 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.1 MiB/s wr, 493 op/s 2023-09-22T22:22:03.910 INFO:teuthology.orchestra.run.smithi110.stdout: 5 8455 11.14 MB/sec warmup 28 sec latency 106.405 ms 2023-09-22T22:22:04.911 INFO:teuthology.orchestra.run.smithi110.stdout: 5 8858 11.11 MB/sec warmup 29 sec latency 126.369 ms 2023-09-22T22:22:05.327 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:05 smithi110 ceph-mon[107391]: pgmap v192: 97 pgs: 97 active+clean; 143 MiB data, 337 MiB used, 715 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-09-22T22:22:05.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:05 smithi190 ceph-mon[110035]: pgmap v192: 97 pgs: 97 active+clean; 143 MiB data, 337 MiB used, 715 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.8 MiB/s wr, 378 op/s 2023-09-22T22:22:05.911 INFO:teuthology.orchestra.run.smithi110.stdout: 5 9170 10.86 MB/sec warmup 30 sec latency 126.923 ms 2023-09-22T22:22:06.911 INFO:teuthology.orchestra.run.smithi110.stdout: 5 9473 10.73 MB/sec warmup 31 sec latency 136.711 ms 2023-09-22T22:22:07.376 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:07 smithi110 ceph-mon[107391]: pgmap v193: 97 pgs: 97 active+clean; 144 MiB data, 394 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 5.0 MiB/s wr, 530 op/s 2023-09-22T22:22:07.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:07 smithi190 ceph-mon[110035]: pgmap v193: 97 pgs: 97 active+clean; 144 MiB data, 394 MiB used, 715 GiB / 715 GiB avail; 5.1 KiB/s rd, 5.0 MiB/s wr, 530 op/s 2023-09-22T22:22:07.911 INFO:teuthology.orchestra.run.smithi110.stdout: 5 9840 10.82 MB/sec warmup 32 sec latency 142.567 ms 2023-09-22T22:22:08.911 INFO:teuthology.orchestra.run.smithi110.stdout: 5 10198 10.85 MB/sec warmup 33 sec latency 129.805 ms 2023-09-22T22:22:09.141 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:09 smithi110 ceph-mon[107391]: pgmap v194: 97 pgs: 97 active+clean; 139 MiB data, 403 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-09-22T22:22:09.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:09 smithi190 ceph-mon[110035]: pgmap v194: 97 pgs: 97 active+clean; 139 MiB data, 403 MiB used, 715 GiB / 715 GiB avail; 9.0 KiB/s rd, 4.0 MiB/s wr, 390 op/s 2023-09-22T22:22:09.911 INFO:teuthology.orchestra.run.smithi110.stdout: 5 10611 11.07 MB/sec warmup 34 sec latency 133.795 ms 2023-09-22T22:22:10.920 INFO:teuthology.orchestra.run.smithi110.stdout: 5 10742 10.88 MB/sec warmup 35 sec latency 135.900 ms 2023-09-22T22:22:11.199 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:11 smithi110 ceph-mon[107391]: pgmap v195: 97 pgs: 97 active+clean; 138 MiB data, 410 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 398 op/s 2023-09-22T22:22:11.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:11 smithi190 ceph-mon[110035]: pgmap v195: 97 pgs: 97 active+clean; 138 MiB data, 410 MiB used, 715 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 398 op/s 2023-09-22T22:22:11.920 INFO:teuthology.orchestra.run.smithi110.stdout: 5 10994 10.78 MB/sec warmup 36 sec latency 126.822 ms 2023-09-22T22:22:12.920 INFO:teuthology.orchestra.run.smithi110.stdout: 5 11282 10.61 MB/sec warmup 37 sec latency 123.117 ms 2023-09-22T22:22:13.259 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:13 smithi110 ceph-mon[107391]: pgmap v196: 97 pgs: 97 active+clean; 153 MiB data, 437 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.5 MiB/s wr, 519 op/s 2023-09-22T22:22:13.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:13 smithi190 ceph-mon[110035]: pgmap v196: 97 pgs: 97 active+clean; 153 MiB data, 437 MiB used, 715 GiB / 715 GiB avail; 7.6 KiB/s rd, 5.5 MiB/s wr, 519 op/s 2023-09-22T22:22:13.920 INFO:teuthology.orchestra.run.smithi110.stdout: 5 11521 10.45 MB/sec warmup 38 sec latency 126.672 ms 2023-09-22T22:22:14.921 INFO:teuthology.orchestra.run.smithi110.stdout: 5 11807 10.36 MB/sec warmup 39 sec latency 127.028 ms 2023-09-22T22:22:15.318 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:15 smithi110 ceph-mon[107391]: pgmap v197: 97 pgs: 97 active+clean; 153 MiB data, 429 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-09-22T22:22:15.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:15 smithi190 ceph-mon[110035]: pgmap v197: 97 pgs: 97 active+clean; 153 MiB data, 429 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 400 op/s 2023-09-22T22:22:15.921 INFO:teuthology.orchestra.run.smithi110.stdout: 5 12089 10.24 MB/sec warmup 40 sec latency 141.780 ms 2023-09-22T22:22:16.921 INFO:teuthology.orchestra.run.smithi110.stdout: 5 12439 10.15 MB/sec warmup 41 sec latency 117.759 ms 2023-09-22T22:22:17.086 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:17 smithi110 ceph-mon[107391]: pgmap v198: 97 pgs: 97 active+clean; 154 MiB data, 452 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 470 op/s 2023-09-22T22:22:17.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:17 smithi190 ceph-mon[110035]: pgmap v198: 97 pgs: 97 active+clean; 154 MiB data, 452 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.0 MiB/s wr, 470 op/s 2023-09-22T22:22:17.922 INFO:teuthology.orchestra.run.smithi110.stdout: 5 12706 10.01 MB/sec warmup 42 sec latency 123.861 ms 2023-09-22T22:22:18.922 INFO:teuthology.orchestra.run.smithi110.stdout: 5 13135 10.15 MB/sec warmup 43 sec latency 99.581 ms 2023-09-22T22:22:19.146 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:19 smithi110 ceph-mon[107391]: pgmap v199: 97 pgs: 97 active+clean; 155 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 9.6 KiB/s rd, 4.1 MiB/s wr, 374 op/s 2023-09-22T22:22:19.146 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:22:19.147 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:22:19.147 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:19 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:22:19.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:19 smithi190 ceph-mon[110035]: pgmap v199: 97 pgs: 97 active+clean; 155 MiB data, 451 MiB used, 715 GiB / 715 GiB avail; 9.6 KiB/s rd, 4.1 MiB/s wr, 374 op/s 2023-09-22T22:22:19.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:22:19.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:22:19.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:19 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:22:19.922 INFO:teuthology.orchestra.run.smithi110.stdout: 5 13644 10.25 MB/sec warmup 44 sec latency 98.120 ms 2023-09-22T22:22:20.174 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:20 smithi110 ceph-mon[107391]: Upgrade: Target is version 18.0.0-6358-ge658726a (unknown) 2023-09-22T22:22:20.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:20 smithi110 ceph-mon[107391]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:4140e7a8667595b548aab80088e7f8fdc38b9009176e48396a72ab8b93927d18, digests ['quay.ceph.io/ceph-ci/ceph@sha256:4140e7a8667595b548aab80088e7f8fdc38b9009176e48396a72ab8b93927d18'] 2023-09-22T22:22:20.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:20 smithi110 ceph-mon[107391]: Upgrade: Need to upgrade myself (mgr.smithi110.ntddcx) 2023-09-22T22:22:20.175 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:20 smithi110 ceph-mon[107391]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:4140e7a8667595b548aab80088e7f8fdc38b9009176e48396a72ab8b93927d18 on smithi190 2023-09-22T22:22:20.425 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:20 smithi190 ceph-mon[110035]: Upgrade: Target is version 18.0.0-6358-ge658726a (unknown) 2023-09-22T22:22:20.425 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:20 smithi190 ceph-mon[110035]: Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:4140e7a8667595b548aab80088e7f8fdc38b9009176e48396a72ab8b93927d18, digests ['quay.ceph.io/ceph-ci/ceph@sha256:4140e7a8667595b548aab80088e7f8fdc38b9009176e48396a72ab8b93927d18'] 2023-09-22T22:22:20.425 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:20 smithi190 ceph-mon[110035]: Upgrade: Need to upgrade myself (mgr.smithi110.ntddcx) 2023-09-22T22:22:20.425 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:20 smithi190 ceph-mon[110035]: Upgrade: Pulling quay.ceph.io/ceph-ci/ceph@sha256:4140e7a8667595b548aab80088e7f8fdc38b9009176e48396a72ab8b93927d18 on smithi190 2023-09-22T22:22:20.922 INFO:teuthology.orchestra.run.smithi110.stdout: 5 14004 10.36 MB/sec warmup 45 sec latency 141.331 ms 2023-09-22T22:22:21.192 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:21 smithi110 ceph-mon[107391]: pgmap v200: 97 pgs: 97 active+clean; 154 MiB data, 480 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.3 MiB/s wr, 377 op/s 2023-09-22T22:22:21.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:21 smithi190 ceph-mon[110035]: pgmap v200: 97 pgs: 97 active+clean; 154 MiB data, 480 MiB used, 715 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.3 MiB/s wr, 377 op/s 2023-09-22T22:22:21.922 INFO:teuthology.orchestra.run.smithi110.stdout: 5 14410 10.41 MB/sec warmup 46 sec latency 132.797 ms 2023-09-22T22:22:22.922 INFO:teuthology.orchestra.run.smithi110.stdout: 5 14827 10.32 MB/sec warmup 47 sec latency 126.673 ms 2023-09-22T22:22:23.205 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:23 smithi110 ceph-mon[107391]: pgmap v201: 97 pgs: 97 active+clean; 161 MiB data, 514 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.6 MiB/s wr, 541 op/s 2023-09-22T22:22:23.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:23 smithi190 ceph-mon[110035]: pgmap v201: 97 pgs: 97 active+clean; 161 MiB data, 514 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.6 MiB/s wr, 541 op/s 2023-09-22T22:22:23.963 INFO:teuthology.orchestra.run.smithi110.stdout: 5 15178 10.27 MB/sec warmup 48 sec latency 108.919 ms 2023-09-22T22:22:24.922 INFO:teuthology.orchestra.run.smithi110.stdout: 5 15613 10.30 MB/sec warmup 49 sec latency 136.422 ms 2023-09-22T22:22:25.268 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:25 smithi110 ceph-mon[107391]: pgmap v202: 97 pgs: 97 active+clean; 161 MiB data, 516 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-09-22T22:22:25.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:25 smithi190 ceph-mon[110035]: pgmap v202: 97 pgs: 97 active+clean; 161 MiB data, 516 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.9 MiB/s wr, 380 op/s 2023-09-22T22:22:25.922 INFO:teuthology.orchestra.run.smithi110.stdout: 5 16034 10.22 MB/sec warmup 50 sec latency 121.237 ms 2023-09-22T22:22:26.296 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2023-09-22T22:22:26.296 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2023-09-22T22:22:26.296 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2023-09-22T22:22:26.296 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2023-09-22T22:22:26.296 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/mirror_snapshot_schedule"}]: dispatch 2023-09-22T22:22:26.296 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:26 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/trash_purge_schedule"}]: dispatch 2023-09-22T22:22:26.399 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2023-09-22T22:22:26.399 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2023-09-22T22:22:26.399 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2023-09-22T22:22:26.399 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2023-09-22T22:22:26.400 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/mirror_snapshot_schedule"}]: dispatch 2023-09-22T22:22:26.400 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:26 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.ntddcx/trash_purge_schedule"}]: dispatch 2023-09-22T22:22:26.616 INFO:teuthology.orchestra.run.smithi110.stdout:true 2023-09-22T22:22:26.928 INFO:teuthology.orchestra.run.smithi110.stdout: 5 16402 10.21 MB/sec warmup 51 sec latency 106.339 ms 2023-09-22T22:22:27.390 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:27 smithi110 ceph-mon[107391]: pgmap v203: 97 pgs: 97 active+clean; 170 MiB data, 558 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.5 MiB/s wr, 528 op/s 2023-09-22T22:22:27.390 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:27 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]': finished 2023-09-22T22:22:27.390 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:27 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]': finished 2023-09-22T22:22:27.390 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:27 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2023-09-22T22:22:27.390 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:27 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2023-09-22T22:22:27.390 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:27 smithi110 ceph-mon[107391]: osdmap e66: 8 total, 8 up, 8 in 2023-09-22T22:22:27.480 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-22T22:22:27.481 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (4m) 54s ago 5m 27.2M - ba2b418f427c 54b46d9a9194 2023-09-22T22:22:27.481 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (5m) 54s ago 5m 7033k - 17.2.0 e1d6a67b021e 1c5b7bcc7c18 2023-09-22T22:22:27.481 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi190 smithi190 running (4m) 55s ago 4m 7147k - 17.2.0 e1d6a67b021e 70f7e0ffca66 2023-09-22T22:22:27.481 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (4m) 54s ago 5m 48.5M - 8.3.5 dad864ee21e9 47d48a046110 2023-09-22T22:22:27.481 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.kmhpkk smithi110 running (74s) 54s ago 73s 14.8M - 17.2.0 e1d6a67b021e a1460f8068d0 2023-09-22T22:22:27.481 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi190.rwycsq smithi190 running (72s) 55s ago 72s 12.4M - 17.2.0 e1d6a67b021e 9de528db6a38 2023-09-22T22:22:27.481 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ntddcx smithi110 *:9283 running (6m) 54s ago 6m 476M - 17.2.0 e1d6a67b021e 5fd4a7713ce9 2023-09-22T22:22:27.481 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi190.rgckme smithi190 *:8443,9283 running (4m) 55s ago 4m 419M - 17.2.0 e1d6a67b021e 9d3cc4c7e309 2023-09-22T22:22:27.481 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (6m) 54s ago 6m 78.1M 2048M 17.2.0 e1d6a67b021e 8016a9a61831 2023-09-22T22:22:27.481 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi190 smithi190 running (4m) 55s ago 4m 61.2M 2048M 17.2.0 e1d6a67b021e e268eb6807b2 2023-09-22T22:22:27.482 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.rptyvn smithi110 *:2049 running (62s) 54s ago 61s 56.1M - 4.0 e1d6a67b021e 061b34e9507b 2023-09-22T22:22:27.482 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi190.azubih smithi190 *:2049 running (57s) 55s ago 57s 51.6M - 4.0 e1d6a67b021e 8d72535b5cb2 2023-09-22T22:22:27.482 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (5m) 54s ago 5m 22.6M - 1dbe0e931976 801382b4e3f5 2023-09-22T22:22:27.482 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi190 smithi190 *:9100 running (4m) 55s ago 4m 22.8M - 1dbe0e931976 3be3ce12141f 2023-09-22T22:22:27.482 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (4m) 54s ago 4m 53.7M 3222M 17.2.0 e1d6a67b021e 7367c3b1d484 2023-09-22T22:22:27.482 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (3m) 54s ago 3m 57.4M 3222M 17.2.0 e1d6a67b021e 38cb99cb1eaf 2023-09-22T22:22:27.482 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (3m) 54s ago 3m 52.2M 3222M 17.2.0 e1d6a67b021e 4c8ced4ef7a2 2023-09-22T22:22:27.482 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (3m) 54s ago 3m 52.4M 3222M 17.2.0 e1d6a67b021e 658f6dc4a9d4 2023-09-22T22:22:27.482 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi190 running (2m) 55s ago 2m 48.9M 3990M 17.2.0 e1d6a67b021e e93901b924eb 2023-09-22T22:22:27.482 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi190 running (2m) 55s ago 2m 48.8M 3990M 17.2.0 e1d6a67b021e 75574d9dfa2a 2023-09-22T22:22:27.483 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi190 running (2m) 55s ago 2m 48.4M 3990M 17.2.0 e1d6a67b021e 71e4d339c3e5 2023-09-22T22:22:27.483 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi190 running (2m) 55s ago 2m 49.6M 3990M 17.2.0 e1d6a67b021e 7717e6410024 2023-09-22T22:22:27.483 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (4m) 54s ago 4m 62.5M - 514e6a882f6e 1311d3a2f2cf 2023-09-22T22:22:27.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:27 smithi190 ceph-mon[110035]: pgmap v203: 97 pgs: 97 active+clean; 170 MiB data, 558 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.5 MiB/s wr, 528 op/s 2023-09-22T22:22:27.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:27 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]': finished 2023-09-22T22:22:27.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:27 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]': finished 2023-09-22T22:22:27.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:27 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]': finished 2023-09-22T22:22:27.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:27 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]': finished 2023-09-22T22:22:27.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:27 smithi190 ceph-mon[110035]: osdmap e66: 8 total, 8 up, 8 in 2023-09-22T22:22:27.928 INFO:teuthology.orchestra.run.smithi110.stdout: 5 16821 10.34 MB/sec warmup 52 sec latency 129.532 ms 2023-09-22T22:22:27.998 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:22:27.998 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2023-09-22T22:22:27.998 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:22:27.998 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:22:27.999 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2023-09-22T22:22:27.999 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:22:27.999 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:22:27.999 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2023-09-22T22:22:27.999 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-22T22:22:27.999 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:22:27.999 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2023-09-22T22:22:27.999 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:22:27.999 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:22:27.999 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2023-09-22T22:22:27.999 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 14 2023-09-22T22:22:27.999 INFO:teuthology.orchestra.run.smithi110.stdout: } 2023-09-22T22:22:28.000 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:22:28.156 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:28 smithi110 ceph-mon[107391]: from='client.24419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:22:28.156 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:28 smithi110 ceph-mon[107391]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:22:28.156 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:28 smithi110 ceph-mon[107391]: osdmap e67: 8 total, 8 up, 8 in 2023-09-22T22:22:28.156 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:28 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/3041589758' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:22:28.445 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:22:28.445 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4140e7a8667595b548aab80088e7f8fdc38b9009176e48396a72ab8b93927d18", 2023-09-22T22:22:28.445 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2023-09-22T22:22:28.445 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2023-09-22T22:22:28.445 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "0/23 daemons upgraded", 2023-09-22T22:22:28.445 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Pulling quay.ceph.io/ceph-ci/ceph@sha256:4140e7a8667595b548aab80088e7f8fdc38b9009176e48396a72ab8b93927d18 image on host smithi190" 2023-09-22T22:22:28.446 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:22:28.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:28 smithi190 ceph-mon[110035]: from='client.24419 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:22:28.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:28 smithi190 ceph-mon[110035]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:22:28.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:28 smithi190 ceph-mon[110035]: osdmap e67: 8 total, 8 up, 8 in 2023-09-22T22:22:28.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:28 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/3041589758' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:22:28.929 INFO:teuthology.orchestra.run.smithi110.stdout: 5 17286 10.50 MB/sec warmup 53 sec latency 129.422 ms 2023-09-22T22:22:28.958 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN Reduced data availability: 1 pg peering 2023-09-22T22:22:28.958 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] PG_AVAILABILITY: Reduced data availability: 1 pg peering 2023-09-22T22:22:28.959 INFO:teuthology.orchestra.run.smithi110.stdout: pg 4.9 is stuck peering for 63s, current state peering, last acting [4,5,3] 2023-09-22T22:22:29.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:29 smithi110 ceph-mon[107391]: from='client.24427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:22:29.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:29 smithi110 ceph-mon[107391]: pgmap v206: 97 pgs: 1 peering, 96 active+clean; 170 MiB data, 576 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 648 op/s 2023-09-22T22:22:29.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:29 smithi110 ceph-mon[107391]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-09-22T22:22:29.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:29 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/2786164173' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:22:29.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:29 smithi190 ceph-mon[110035]: from='client.24427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:22:29.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:29 smithi190 ceph-mon[110035]: pgmap v206: 97 pgs: 1 peering, 96 active+clean; 170 MiB data, 576 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 648 op/s 2023-09-22T22:22:29.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:29 smithi190 ceph-mon[110035]: Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2023-09-22T22:22:29.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:29 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/2786164173' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:22:29.938 INFO:teuthology.orchestra.run.smithi110.stdout: 5 17663 10.46 MB/sec warmup 54 sec latency 116.571 ms 2023-09-22T22:22:30.188 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:30 smithi110 ceph-mon[107391]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:22:30.419 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:30 smithi190 ceph-mon[110035]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:22:30.938 INFO:teuthology.orchestra.run.smithi110.stdout: 5 17973 10.43 MB/sec warmup 55 sec latency 127.546 ms 2023-09-22T22:22:31.212 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:31 smithi110 ceph-mon[107391]: pgmap v207: 97 pgs: 1 peering, 96 active+clean; 166 MiB data, 594 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 466 op/s 2023-09-22T22:22:31.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:31 smithi190 ceph-mon[110035]: pgmap v207: 97 pgs: 1 peering, 96 active+clean; 166 MiB data, 594 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 466 op/s 2023-09-22T22:22:31.946 INFO:teuthology.orchestra.run.smithi110.stdout: 5 18322 10.35 MB/sec warmup 56 sec latency 126.654 ms 2023-09-22T22:22:32.235 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:32 smithi110 ceph-mon[107391]: pgmap v208: 97 pgs: 97 active+clean; 178 MiB data, 628 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 674 op/s 2023-09-22T22:22:32.235 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:32 smithi110 ceph-mon[107391]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-09-22T22:22:32.235 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:32 smithi110 ceph-mon[107391]: Cluster is now healthy 2023-09-22T22:22:32.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:32 smithi190 ceph-mon[110035]: pgmap v208: 97 pgs: 97 active+clean; 178 MiB data, 628 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 674 op/s 2023-09-22T22:22:32.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:32 smithi190 ceph-mon[110035]: Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2023-09-22T22:22:32.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:32 smithi190 ceph-mon[110035]: Cluster is now healthy 2023-09-22T22:22:32.946 INFO:teuthology.orchestra.run.smithi110.stdout: 5 18724 10.40 MB/sec warmup 57 sec latency 145.413 ms 2023-09-22T22:22:33.946 INFO:teuthology.orchestra.run.smithi110.stdout: 5 19188 10.35 MB/sec warmup 58 sec latency 130.245 ms 2023-09-22T22:22:34.951 INFO:teuthology.orchestra.run.smithi110.stdout: 5 19702 10.32 MB/sec warmup 59 sec latency 141.408 ms 2023-09-22T22:22:35.036 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:34 smithi110 ceph-mon[107391]: pgmap v209: 97 pgs: 97 active+clean; 180 MiB data, 653 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 5.1 MiB/s wr, 538 op/s 2023-09-22T22:22:35.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:34 smithi190 ceph-mon[110035]: pgmap v209: 97 pgs: 97 active+clean; 180 MiB data, 653 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 5.1 MiB/s wr, 538 op/s 2023-09-22T22:22:35.951 INFO:teuthology.orchestra.run.smithi110.stdout: 5 20184 10.38 MB/sec warmup 60 sec latency 130.047 ms 2023-09-22T22:22:36.951 INFO:teuthology.orchestra.run.smithi110.stdout: 5 20624 10.49 MB/sec warmup 61 sec latency 129.725 ms 2023-09-22T22:22:37.064 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:37 smithi110 ceph-mon[107391]: pgmap v210: 97 pgs: 97 active+clean; 177 MiB data, 663 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 509 op/s 2023-09-22T22:22:37.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:37 smithi190 ceph-mon[110035]: pgmap v210: 97 pgs: 97 active+clean; 177 MiB data, 663 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 509 op/s 2023-09-22T22:22:37.953 INFO:teuthology.orchestra.run.smithi110.stdout: 5 21064 10.57 MB/sec warmup 62 sec latency 120.329 ms 2023-09-22T22:22:38.954 INFO:teuthology.orchestra.run.smithi110.stdout: 5 21357 10.54 MB/sec warmup 63 sec latency 123.847 ms 2023-09-22T22:22:39.114 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:39 smithi110 ceph-mon[107391]: pgmap v211: 97 pgs: 97 active+clean; 184 MiB data, 707 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.7 MiB/s wr, 574 op/s 2023-09-22T22:22:39.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:39 smithi190 ceph-mon[110035]: pgmap v211: 97 pgs: 97 active+clean; 184 MiB data, 707 MiB used, 715 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.7 MiB/s wr, 574 op/s 2023-09-22T22:22:39.953 INFO:teuthology.orchestra.run.smithi110.stdout: 5 21605 10.43 MB/sec warmup 64 sec latency 130.390 ms 2023-09-22T22:22:40.953 INFO:teuthology.orchestra.run.smithi110.stdout: 5 21987 10.40 MB/sec warmup 65 sec latency 108.685 ms 2023-09-22T22:22:41.177 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:41 smithi110 ceph-mon[107391]: pgmap v212: 97 pgs: 97 active+clean; 185 MiB data, 711 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.8 MiB/s wr, 542 op/s 2023-09-22T22:22:41.177 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:41 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:22:41.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:41 smithi190 ceph-mon[110035]: pgmap v212: 97 pgs: 97 active+clean; 185 MiB data, 711 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 5.8 MiB/s wr, 542 op/s 2023-09-22T22:22:41.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:41 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:22:41.956 INFO:teuthology.orchestra.run.smithi110.stdout: 5 22298 10.44 MB/sec warmup 66 sec latency 137.164 ms 2023-09-22T22:22:42.956 INFO:teuthology.orchestra.run.smithi110.stdout: 5 22673 10.38 MB/sec warmup 67 sec latency 110.732 ms 2023-09-22T22:22:43.244 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:43 smithi110 ceph-mon[107391]: pgmap v213: 97 pgs: 97 active+clean; 195 MiB data, 746 MiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.0 MiB/s wr, 638 op/s 2023-09-22T22:22:43.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:43 smithi190 ceph-mon[110035]: pgmap v213: 97 pgs: 97 active+clean; 195 MiB data, 746 MiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 7.0 MiB/s wr, 638 op/s 2023-09-22T22:22:43.956 INFO:teuthology.orchestra.run.smithi110.stdout: 5 23098 10.32 MB/sec warmup 68 sec latency 129.889 ms 2023-09-22T22:22:44.956 INFO:teuthology.orchestra.run.smithi110.stdout: 5 23536 10.30 MB/sec warmup 69 sec latency 117.564 ms 2023-09-22T22:22:45.314 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:45 smithi110 ceph-mon[107391]: pgmap v214: 97 pgs: 97 active+clean; 193 MiB data, 750 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.2 MiB/s wr, 499 op/s 2023-09-22T22:22:45.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:45 smithi190 ceph-mon[110035]: pgmap v214: 97 pgs: 97 active+clean; 193 MiB data, 750 MiB used, 714 GiB / 715 GiB avail; 7.2 KiB/s rd, 5.2 MiB/s wr, 499 op/s 2023-09-22T22:22:45.956 INFO:teuthology.orchestra.run.smithi110.stdout: 5 23945 10.42 MB/sec warmup 70 sec latency 149.103 ms 2023-09-22T22:22:46.956 INFO:teuthology.orchestra.run.smithi110.stdout: 5 24382 10.51 MB/sec warmup 71 sec latency 134.357 ms 2023-09-22T22:22:47.356 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:47 smithi110 ceph-mon[107391]: pgmap v215: 97 pgs: 97 active+clean; 193 MiB data, 793 MiB used, 714 GiB / 715 GiB avail; 7.4 KiB/s rd, 6.1 MiB/s wr, 582 op/s 2023-09-22T22:22:47.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:47 smithi190 ceph-mon[110035]: pgmap v215: 97 pgs: 97 active+clean; 193 MiB data, 793 MiB used, 714 GiB / 715 GiB avail; 7.4 KiB/s rd, 6.1 MiB/s wr, 582 op/s 2023-09-22T22:22:47.957 INFO:teuthology.orchestra.run.smithi110.stdout: 5 24776 10.48 MB/sec warmup 72 sec latency 130.147 ms 2023-09-22T22:22:48.975 INFO:teuthology.orchestra.run.smithi110.stdout: 5 25144 10.44 MB/sec warmup 73 sec latency 137.138 ms 2023-09-22T22:22:49.118 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:49 smithi110 ceph-mon[107391]: pgmap v216: 97 pgs: 97 active+clean; 197 MiB data, 792 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.9 MiB/s wr, 636 op/s 2023-09-22T22:22:49.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:49 smithi190 ceph-mon[110035]: pgmap v216: 97 pgs: 97 active+clean; 197 MiB data, 792 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 5.9 MiB/s wr, 636 op/s 2023-09-22T22:22:49.975 INFO:teuthology.orchestra.run.smithi110.stdout: 5 25654 10.49 MB/sec warmup 74 sec latency 126.387 ms 2023-09-22T22:22:50.975 INFO:teuthology.orchestra.run.smithi110.stdout: 5 26187 10.53 MB/sec warmup 75 sec latency 96.956 ms 2023-09-22T22:22:51.393 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:51 smithi110 ceph-mon[107391]: pgmap v217: 97 pgs: 97 active+clean; 201 MiB data, 813 MiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.6 MiB/s wr, 513 op/s 2023-09-22T22:22:51.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:51 smithi190 ceph-mon[110035]: pgmap v217: 97 pgs: 97 active+clean; 201 MiB data, 813 MiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 5.6 MiB/s wr, 513 op/s 2023-09-22T22:22:51.983 INFO:teuthology.orchestra.run.smithi110.stdout: 5 26717 10.51 MB/sec warmup 76 sec latency 129.813 ms 2023-09-22T22:22:52.990 INFO:teuthology.orchestra.run.smithi110.stdout: 5 27255 10.58 MB/sec warmup 77 sec latency 126.994 ms 2023-09-22T22:22:53.182 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:53 smithi110 ceph-mon[107391]: pgmap v218: 97 pgs: 97 active+clean; 202 MiB data, 860 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 553 op/s 2023-09-22T22:22:53.182 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:53 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:22:53.182 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:53 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.rgckme", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-22T22:22:53.182 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:53 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-22T22:22:53.182 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:53 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:22:53.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:53 smithi190 ceph-mon[110035]: pgmap v218: 97 pgs: 97 active+clean; 202 MiB data, 860 MiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.1 MiB/s wr, 553 op/s 2023-09-22T22:22:53.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:53 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:22:53.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:53 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi190.rgckme", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-22T22:22:53.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:53 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-22T22:22:53.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:53 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:22:53.999 INFO:teuthology.orchestra.run.smithi110.stdout: 5 27796 10.70 MB/sec warmup 78 sec latency 133.678 ms 2023-09-22T22:22:54.202 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:54 smithi110 ceph-mon[107391]: Upgrade: Updating mgr.smithi190.rgckme 2023-09-22T22:22:54.202 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:54 smithi110 ceph-mon[107391]: Deploying daemon mgr.smithi190.rgckme on smithi190 2023-09-22T22:22:54.374 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:54 smithi190 ceph-mon[110035]: Upgrade: Updating mgr.smithi190.rgckme 2023-09-22T22:22:54.374 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:54 smithi190 ceph-mon[110035]: Deploying daemon mgr.smithi190.rgckme on smithi190 2023-09-22T22:22:54.999 INFO:teuthology.orchestra.run.smithi110.stdout: 5 28141 10.72 MB/sec warmup 79 sec latency 123.827 ms 2023-09-22T22:22:55.173 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:55 smithi190 ceph-mon[110035]: pgmap v219: 97 pgs: 97 active+clean; 204 MiB data, 859 MiB used, 714 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 449 op/s 2023-09-22T22:22:55.174 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:55 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:22:55.174 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:55 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:22:55.174 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:55 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:22:55.174 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:55 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:22:55.221 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:55 smithi110 ceph-mon[107391]: pgmap v219: 97 pgs: 97 active+clean; 204 MiB data, 859 MiB used, 714 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.8 MiB/s wr, 449 op/s 2023-09-22T22:22:55.221 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:55 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:22:55.221 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:55 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:22:55.221 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:55 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:22:55.221 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:55 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:22:55.999 INFO:teuthology.orchestra.run.smithi110.stdout: 5 28458 10.68 MB/sec warmup 80 sec latency 126.598 ms 2023-09-22T22:22:56.999 INFO:teuthology.orchestra.run.smithi110.stdout: 5 28759 10.63 MB/sec warmup 81 sec latency 129.584 ms 2023-09-22T22:22:57.257 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:57 smithi110 ceph-mon[107391]: pgmap v220: 97 pgs: 97 active+clean; 210 MiB data, 872 MiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 7.0 MiB/s wr, 695 op/s 2023-09-22T22:22:57.257 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:57 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:22:57.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:57 smithi190 ceph-mon[110035]: pgmap v220: 97 pgs: 97 active+clean; 210 MiB data, 872 MiB used, 714 GiB / 715 GiB avail; 7.6 KiB/s rd, 7.0 MiB/s wr, 695 op/s 2023-09-22T22:22:57.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:57 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:22:57.999 INFO:teuthology.orchestra.run.smithi110.stdout: 5 29077 10.59 MB/sec warmup 82 sec latency 129.595 ms 2023-09-22T22:22:58.654 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:58 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:22:58.654 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:22:58 smithi190 ceph-mon[110035]: pgmap v221: 97 pgs: 97 active+clean; 212 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.1 MiB/s wr, 576 op/s 2023-09-22T22:22:58.786 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:58 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:22:58.786 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:22:58 smithi110 ceph-mon[107391]: pgmap v221: 97 pgs: 97 active+clean; 212 MiB data, 910 MiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.1 MiB/s wr, 576 op/s 2023-09-22T22:22:59.006 INFO:teuthology.orchestra.run.smithi110.stdout: 5 29433 10.60 MB/sec warmup 83 sec latency 126.525 ms 2023-09-22T22:22:59.516 INFO:teuthology.orchestra.run.smithi110.stdout:true 2023-09-22T22:23:00.006 INFO:teuthology.orchestra.run.smithi110.stdout: 5 29695 10.53 MB/sec warmup 84 sec latency 107.153 ms 2023-09-22T22:23:00.381 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-22T22:23:00.381 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (4m) 87s ago 5m 27.2M - ba2b418f427c 54b46d9a9194 2023-09-22T22:23:00.381 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (5m) 87s ago 5m 7033k - 17.2.0 e1d6a67b021e 1c5b7bcc7c18 2023-09-22T22:23:00.381 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi190 smithi190 running (5m) 3s ago 5m 7151k - 17.2.0 e1d6a67b021e 70f7e0ffca66 2023-09-22T22:23:00.381 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (4m) 87s ago 5m 48.5M - 8.3.5 dad864ee21e9 47d48a046110 2023-09-22T22:23:00.382 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.kmhpkk smithi110 running (107s) 87s ago 106s 14.8M - 17.2.0 e1d6a67b021e a1460f8068d0 2023-09-22T22:23:00.382 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi190.rwycsq smithi190 running (105s) 3s ago 105s 12.7M - 17.2.0 e1d6a67b021e 9de528db6a38 2023-09-22T22:23:00.382 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ntddcx smithi110 *:9283 running (6m) 87s ago 6m 476M - 17.2.0 e1d6a67b021e 5fd4a7713ce9 2023-09-22T22:23:00.382 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi190.rgckme smithi190 *:8443,9283 running (6s) 3s ago 5m 46.7M - 18.0.0-6358-ge658726a 1d431065767a d299fcf83588 2023-09-22T22:23:00.382 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (6m) 87s ago 7m 78.1M 2048M 17.2.0 e1d6a67b021e 8016a9a61831 2023-09-22T22:23:00.382 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi190 smithi190 running (5m) 3s ago 5m 54.1M 2048M 17.2.0 e1d6a67b021e e268eb6807b2 2023-09-22T22:23:00.382 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.rptyvn smithi110 *:2049 running (95s) 87s ago 94s 56.1M - 4.0 e1d6a67b021e 061b34e9507b 2023-09-22T22:23:00.382 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi190.azubih smithi190 *:2049 running (90s) 3s ago 90s 75.7M - 4.0 e1d6a67b021e 8d72535b5cb2 2023-09-22T22:23:00.382 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (5m) 87s ago 5m 22.6M - 1dbe0e931976 801382b4e3f5 2023-09-22T22:23:00.382 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi190 smithi190 *:9100 running (5m) 3s ago 5m 22.7M - 1dbe0e931976 3be3ce12141f 2023-09-22T22:23:00.382 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (4m) 87s ago 4m 53.7M 3222M 17.2.0 e1d6a67b021e 7367c3b1d484 2023-09-22T22:23:00.382 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (4m) 87s ago 4m 57.4M 3222M 17.2.0 e1d6a67b021e 38cb99cb1eaf 2023-09-22T22:23:00.383 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (4m) 87s ago 4m 52.2M 3222M 17.2.0 e1d6a67b021e 4c8ced4ef7a2 2023-09-22T22:23:00.383 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (3m) 87s ago 3m 52.4M 3222M 17.2.0 e1d6a67b021e 658f6dc4a9d4 2023-09-22T22:23:00.383 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi190 running (3m) 3s ago 3m 452M 3990M 17.2.0 e1d6a67b021e e93901b924eb 2023-09-22T22:23:00.383 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi190 running (3m) 3s ago 3m 441M 3990M 17.2.0 e1d6a67b021e 75574d9dfa2a 2023-09-22T22:23:00.383 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi190 running (2m) 3s ago 2m 418M 3990M 17.2.0 e1d6a67b021e 71e4d339c3e5 2023-09-22T22:23:00.383 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi190 running (2m) 3s ago 2m 770M 3990M 17.2.0 e1d6a67b021e 7717e6410024 2023-09-22T22:23:00.383 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (5m) 87s ago 5m 62.5M - 514e6a882f6e 1311d3a2f2cf 2023-09-22T22:23:00.955 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:23:00.955 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2023-09-22T22:23:00.955 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:23:00.955 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:23:00.955 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2023-09-22T22:23:00.955 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1 2023-09-22T22:23:00.955 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:23:00.956 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2023-09-22T22:23:00.956 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-22T22:23:00.956 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:23:00.956 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2023-09-22T22:23:00.956 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:23:00.956 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:23:00.956 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2023-09-22T22:23:00.956 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13 2023-09-22T22:23:00.956 INFO:teuthology.orchestra.run.smithi110.stdout: } 2023-09-22T22:23:00.956 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:23:01.006 INFO:teuthology.orchestra.run.smithi110.stdout: 5 30059 10.45 MB/sec warmup 85 sec latency 127.257 ms 2023-09-22T22:23:01.087 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:00 smithi110 ceph-mon[107391]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:23:01.087 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:00 smithi110 ceph-mon[107391]: pgmap v222: 97 pgs: 97 active+clean; 220 MiB data, 942 MiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.5 MiB/s wr, 632 op/s 2023-09-22T22:23:01.087 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:00 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:23:01.087 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:00 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:23:01.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:00 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:23:01.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:00 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:23:01.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:00 smithi110 ceph-mon[107391]: Upgrade: Need to upgrade myself (mgr.smithi110.ntddcx) 2023-09-22T22:23:01.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:00 smithi110 ceph-mon[107391]: Failing over to other MGR 2023-09-22T22:23:01.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:00 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mgr fail", "who": "smithi110.ntddcx"}]: dispatch 2023-09-22T22:23:01.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:00 smithi110 ceph-mon[107391]: osdmap e68: 8 total, 8 up, 8 in 2023-09-22T22:23:01.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:00 smithi110 ceph-mon[107391]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:23:01.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:00 smithi190 ceph-mon[110035]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:23:01.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:00 smithi190 ceph-mon[110035]: pgmap v222: 97 pgs: 97 active+clean; 220 MiB data, 942 MiB used, 714 GiB / 715 GiB avail; 7.7 KiB/s rd, 6.5 MiB/s wr, 632 op/s 2023-09-22T22:23:01.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:00 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:23:01.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:00 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:23:01.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:00 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' 2023-09-22T22:23:01.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:00 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:23:01.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:00 smithi190 ceph-mon[110035]: Upgrade: Need to upgrade myself (mgr.smithi110.ntddcx) 2023-09-22T22:23:01.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:00 smithi190 ceph-mon[110035]: Failing over to other MGR 2023-09-22T22:23:01.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:00 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "mgr fail", "who": "smithi110.ntddcx"}]: dispatch 2023-09-22T22:23:01.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:00 smithi190 ceph-mon[110035]: osdmap e68: 8 total, 8 up, 8 in 2023-09-22T22:23:01.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:00 smithi190 ceph-mon[110035]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:23:02.006 INFO:teuthology.orchestra.run.smithi110.stdout: 5 30319 10.42 MB/sec warmup 86 sec latency 121.503 ms 2023-09-22T22:23:02.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:01 smithi190 ceph-mon[110035]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "mgr fail", "who": "smithi110.ntddcx"}]': finished 2023-09-22T22:23:02.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:01 smithi190 ceph-mon[110035]: mgrmap e22: smithi190.rgckme(active, starting, since 0.978463s) 2023-09-22T22:23:02.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:01 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/1238700019' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:23:02.114 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:01 smithi110 ceph-mon[107391]: from='mgr.14204 172.21.15.110:0/3531812341' entity='mgr.smithi110.ntddcx' cmd='[{"prefix": "mgr fail", "who": "smithi110.ntddcx"}]': finished 2023-09-22T22:23:02.114 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:01 smithi110 ceph-mon[107391]: mgrmap e22: smithi190.rgckme(active, starting, since 0.978463s) 2023-09-22T22:23:02.114 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:01 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/1238700019' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:23:03.012 INFO:teuthology.orchestra.run.smithi110.stdout: 5 30593 10.40 MB/sec warmup 87 sec latency 102.286 ms 2023-09-22T22:23:03.134 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:02 smithi110 ceph-mon[107391]: Active manager daemon smithi190.rgckme restarted 2023-09-22T22:23:03.134 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:02 smithi110 ceph-mon[107391]: Activating manager daemon smithi190.rgckme 2023-09-22T22:23:03.134 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:02 smithi110 ceph-mon[107391]: osdmap e69: 8 total, 8 up, 8 in 2023-09-22T22:23:03.134 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:02 smithi110 ceph-mon[107391]: from='mgr.? 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.rgckme/crt"}]: dispatch 2023-09-22T22:23:03.134 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:02 smithi110 ceph-mon[107391]: from='mgr.? 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-22T22:23:03.134 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:02 smithi110 ceph-mon[107391]: from='mgr.? 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.rgckme/key"}]: dispatch 2023-09-22T22:23:03.134 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:02 smithi110 ceph-mon[107391]: from='mgr.? 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-22T22:23:03.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:02 smithi190 ceph-mon[110035]: Active manager daemon smithi190.rgckme restarted 2023-09-22T22:23:03.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:02 smithi190 ceph-mon[110035]: Activating manager daemon smithi190.rgckme 2023-09-22T22:23:03.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:02 smithi190 ceph-mon[110035]: osdmap e69: 8 total, 8 up, 8 in 2023-09-22T22:23:03.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:02 smithi190 ceph-mon[110035]: from='mgr.? 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.rgckme/crt"}]: dispatch 2023-09-22T22:23:03.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:02 smithi190 ceph-mon[110035]: from='mgr.? 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-22T22:23:03.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:02 smithi190 ceph-mon[110035]: from='mgr.? 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi190.rgckme/key"}]: dispatch 2023-09-22T22:23:03.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:02 smithi190 ceph-mon[110035]: from='mgr.? 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-22T22:23:03.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: mgrmap e23: smithi190.rgckme(active, starting, since 0.617872s) 2023-09-22T22:23:03.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-22T22:23:03.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:23:03.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.kmhpkk"}]: dispatch 2023-09-22T22:23:03.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.rwycsq"}]: dispatch 2023-09-22T22:23:03.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "mgr metadata", "who": "smithi190.rgckme", "id": "smithi190.rgckme"}]: dispatch 2023-09-22T22:23:03.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-22T22:23:03.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-22T22:23:03.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-22T22:23:03.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-22T22:23:03.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-22T22:23:03.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-22T22:23:03.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-22T22:23:03.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-22T22:23:03.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-22T22:23:03.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-22T22:23:03.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-22T22:23:03.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: Manager daemon smithi190.rgckme is now available 2023-09-22T22:23:03.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:03.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:23:03.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:23:03.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:23:03.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.rgckme/mirror_snapshot_schedule"}]: dispatch 2023-09-22T22:23:03.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.rgckme/mirror_snapshot_schedule"}]: dispatch 2023-09-22T22:23:03.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.rgckme/trash_purge_schedule"}]: dispatch 2023-09-22T22:23:03.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.rgckme/trash_purge_schedule"}]: dispatch 2023-09-22T22:23:03.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: Deploying cephadm binary to smithi190 2023-09-22T22:23:03.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:03.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:03 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:03.966 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:23:03.966 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4140e7a8667595b548aab80088e7f8fdc38b9009176e48396a72ab8b93927d18", 2023-09-22T22:23:03.966 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2023-09-22T22:23:03.966 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-22T22:23:03.966 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2023-09-22T22:23:03.967 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2023-09-22T22:23:03.967 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2023-09-22T22:23:03.967 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2023-09-22T22:23:03.967 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:23:04.016 INFO:teuthology.orchestra.run.smithi110.stdout: 5 30930 10.41 MB/sec warmup 88 sec latency 126.837 ms 2023-09-22T22:23:04.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: mgrmap e23: smithi190.rgckme(active, starting, since 0.617872s) 2023-09-22T22:23:04.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2023-09-22T22:23:04.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "mon metadata", "id": "smithi190"}]: dispatch 2023-09-22T22:23:04.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.kmhpkk"}]: dispatch 2023-09-22T22:23:04.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi190.rwycsq"}]: dispatch 2023-09-22T22:23:04.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "mgr metadata", "who": "smithi190.rgckme", "id": "smithi190.rgckme"}]: dispatch 2023-09-22T22:23:04.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-09-22T22:23:04.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-09-22T22:23:04.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-09-22T22:23:04.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-09-22T22:23:04.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-09-22T22:23:04.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-09-22T22:23:04.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-09-22T22:23:04.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-09-22T22:23:04.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-09-22T22:23:04.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-09-22T22:23:04.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-09-22T22:23:04.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: Manager daemon smithi190.rgckme is now available 2023-09-22T22:23:04.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:04.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:23:04.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:23:04.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:23:04.290 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.rgckme/mirror_snapshot_schedule"}]: dispatch 2023-09-22T22:23:04.290 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.rgckme/mirror_snapshot_schedule"}]: dispatch 2023-09-22T22:23:04.290 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.rgckme/trash_purge_schedule"}]: dispatch 2023-09-22T22:23:04.290 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi190.rgckme/trash_purge_schedule"}]: dispatch 2023-09-22T22:23:04.290 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: Deploying cephadm binary to smithi190 2023-09-22T22:23:04.290 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:04.290 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:03 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:04.570 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2023-09-22T22:23:04.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:04 smithi110 ceph-mon[107391]: Deploying cephadm binary to smithi110 2023-09-22T22:23:04.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:04 smithi110 ceph-mon[107391]: mgrmap e24: smithi190.rgckme(active, since 1.62703s) 2023-09-22T22:23:04.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:04 smithi110 ceph-mon[107391]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:23:04.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:04 smithi110 ceph-mon[107391]: pgmap v3: 97 pgs: 97 active+clean; 221 MiB data, 1005 MiB used, 714 GiB / 715 GiB avail 2023-09-22T22:23:04.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:04 smithi110 ceph-mon[107391]: [22/Sep/2023:22:23:04] ENGINE Bus STARTING 2023-09-22T22:23:04.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:04 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/1391679108' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:23:05.016 INFO:teuthology.orchestra.run.smithi110.stdout: 5 31331 10.45 MB/sec warmup 89 sec latency 123.693 ms 2023-09-22T22:23:05.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:04 smithi190 ceph-mon[110035]: Deploying cephadm binary to smithi110 2023-09-22T22:23:05.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:04 smithi190 ceph-mon[110035]: mgrmap e24: smithi190.rgckme(active, since 1.62703s) 2023-09-22T22:23:05.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:04 smithi190 ceph-mon[110035]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:23:05.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:04 smithi190 ceph-mon[110035]: pgmap v3: 97 pgs: 97 active+clean; 221 MiB data, 1005 MiB used, 714 GiB / 715 GiB avail 2023-09-22T22:23:05.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:04 smithi190 ceph-mon[110035]: [22/Sep/2023:22:23:04] ENGINE Bus STARTING 2023-09-22T22:23:05.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:04 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/1391679108' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:23:05.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:05 smithi110 ceph-mon[107391]: [22/Sep/2023:22:23:04] ENGINE Serving on https://172.21.15.190:7150 2023-09-22T22:23:06.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:05 smithi110 ceph-mon[107391]: [22/Sep/2023:22:23:04] ENGINE Serving on http://172.21.15.190:8765 2023-09-22T22:23:06.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:05 smithi110 ceph-mon[107391]: [22/Sep/2023:22:23:04] ENGINE Bus STARTED 2023-09-22T22:23:06.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:05 smithi110 ceph-mon[107391]: pgmap v4: 97 pgs: 97 active+clean; 221 MiB data, 1005 MiB used, 714 GiB / 715 GiB avail 2023-09-22T22:23:06.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:05 smithi110 ceph-mon[107391]: mgrmap e25: smithi190.rgckme(active, since 2s) 2023-09-22T22:23:06.030 INFO:teuthology.orchestra.run.smithi110.stdout: 5 31594 10.43 MB/sec warmup 90 sec latency 126.803 ms 2023-09-22T22:23:06.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:05 smithi190 ceph-mon[110035]: [22/Sep/2023:22:23:04] ENGINE Serving on https://172.21.15.190:7150 2023-09-22T22:23:06.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:05 smithi190 ceph-mon[110035]: [22/Sep/2023:22:23:04] ENGINE Serving on http://172.21.15.190:8765 2023-09-22T22:23:06.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:05 smithi190 ceph-mon[110035]: [22/Sep/2023:22:23:04] ENGINE Bus STARTED 2023-09-22T22:23:06.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:05 smithi190 ceph-mon[110035]: pgmap v4: 97 pgs: 97 active+clean; 221 MiB data, 1005 MiB used, 714 GiB / 715 GiB avail 2023-09-22T22:23:06.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:05 smithi190 ceph-mon[110035]: mgrmap e25: smithi190.rgckme(active, since 2s) 2023-09-22T22:23:07.016 INFO:teuthology.orchestra.run.smithi110.stdout: 5 31917 10.41 MB/sec warmup 91 sec latency 130.889 ms 2023-09-22T22:23:08.016 INFO:teuthology.orchestra.run.smithi110.stdout: 5 32271 10.38 MB/sec warmup 92 sec latency 127.000 ms 2023-09-22T22:23:08.266 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:08 smithi110 ceph-mon[107391]: pgmap v5: 97 pgs: 97 active+clean; 221 MiB data, 1005 MiB used, 714 GiB / 715 GiB avail 2023-09-22T22:23:08.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:08 smithi110 ceph-mon[107391]: mgrmap e26: smithi190.rgckme(active, since 4s) 2023-09-22T22:23:08.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:08 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:08.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:08 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:08.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:08 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:08.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:08 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:08.385 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:08 smithi190 ceph-mon[110035]: pgmap v5: 97 pgs: 97 active+clean; 221 MiB data, 1005 MiB used, 714 GiB / 715 GiB avail 2023-09-22T22:23:08.385 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:08 smithi190 ceph-mon[110035]: mgrmap e26: smithi190.rgckme(active, since 4s) 2023-09-22T22:23:08.385 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:08 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:08.385 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:08 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:08.385 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:08 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:08.385 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:08 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:09.016 INFO:teuthology.orchestra.run.smithi110.stdout: 5 32596 10.36 MB/sec warmup 93 sec latency 130.655 ms 2023-09-22T22:23:10.016 INFO:teuthology.orchestra.run.smithi110.stdout: 5 32935 10.37 MB/sec warmup 94 sec latency 130.008 ms 2023-09-22T22:23:10.263 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:10 smithi190 ceph-mon[110035]: pgmap v6: 97 pgs: 97 active+clean; 221 MiB data, 1005 MiB used, 714 GiB / 715 GiB avail 2023-09-22T22:23:10.263 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:10 smithi190 ceph-mon[110035]: from='mgr.? 172.21.15.110:0/947650846' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.ntddcx/crt"}]: dispatch 2023-09-22T22:23:10.263 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:10 smithi190 ceph-mon[110035]: from='mgr.? 172.21.15.110:0/947650846' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-22T22:23:10.263 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:10 smithi190 ceph-mon[110035]: Standby manager daemon smithi110.ntddcx started 2023-09-22T22:23:10.264 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:10 smithi190 ceph-mon[110035]: from='mgr.? 172.21.15.110:0/947650846' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.ntddcx/key"}]: dispatch 2023-09-22T22:23:10.264 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:10 smithi190 ceph-mon[110035]: from='mgr.? 172.21.15.110:0/947650846' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-22T22:23:10.284 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:10 smithi110 ceph-mon[107391]: pgmap v6: 97 pgs: 97 active+clean; 221 MiB data, 1005 MiB used, 714 GiB / 715 GiB avail 2023-09-22T22:23:10.285 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:10 smithi110 ceph-mon[107391]: from='mgr.? 172.21.15.110:0/947650846' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.ntddcx/crt"}]: dispatch 2023-09-22T22:23:10.285 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:10 smithi110 ceph-mon[107391]: from='mgr.? 172.21.15.110:0/947650846' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-09-22T22:23:10.285 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:10 smithi110 ceph-mon[107391]: Standby manager daemon smithi110.ntddcx started 2023-09-22T22:23:10.285 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:10 smithi110 ceph-mon[107391]: from='mgr.? 172.21.15.110:0/947650846' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.ntddcx/key"}]: dispatch 2023-09-22T22:23:10.285 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:10 smithi110 ceph-mon[107391]: from='mgr.? 172.21.15.110:0/947650846' entity='mgr.smithi110.ntddcx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-09-22T22:23:11.016 INFO:teuthology.orchestra.run.smithi110.stdout: 5 33312 10.32 MB/sec warmup 95 sec latency 127.050 ms 2023-09-22T22:23:11.296 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:11 smithi110 ceph-mon[107391]: mgrmap e27: smithi190.rgckme(active, since 7s), standbys: smithi110.ntddcx 2023-09-22T22:23:11.296 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:11 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "mgr metadata", "who": "smithi110.ntddcx", "id": "smithi110.ntddcx"}]: dispatch 2023-09-22T22:23:11.296 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:11 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:11.296 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:11 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:11.296 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:11 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:11.297 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:11 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:11.297 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:11 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:11.297 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:11 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:11.297 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:11 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:11.297 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:11 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:11.297 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:11 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:11.297 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:11 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:11.297 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:11 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:11.297 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:11 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:11.297 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:11 smithi110 ceph-mon[107391]: Adjusting osd_memory_target on smithi190 to 2710M 2023-09-22T22:23:11.297 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:11 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:11.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:11 smithi190 ceph-mon[110035]: mgrmap e27: smithi190.rgckme(active, since 7s), standbys: smithi110.ntddcx 2023-09-22T22:23:11.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:11 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "mgr metadata", "who": "smithi110.ntddcx", "id": "smithi110.ntddcx"}]: dispatch 2023-09-22T22:23:11.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:11 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:11.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:11 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:11.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:11 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:11.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:11 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:11.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:11 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:11.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:11 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:11.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:11 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:11.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:11 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:11.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:11 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:11.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:11 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:11.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:11 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:11.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:11 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:11.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:11 smithi190 ceph-mon[110035]: Adjusting osd_memory_target on smithi190 to 2710M 2023-09-22T22:23:11.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:11 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:12.016 INFO:teuthology.orchestra.run.smithi110.stdout: 5 33656 10.26 MB/sec warmup 96 sec latency 134.903 ms 2023-09-22T22:23:12.309 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:12 smithi110 ceph-mon[107391]: pgmap v7: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 33 KiB/s rd, 3.8 MiB/s wr, 355 op/s 2023-09-22T22:23:12.310 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:12 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:12.310 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:12 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:12.310 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:12 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:12.310 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:12 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:12.310 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:12 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:12.310 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:12 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:12.310 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:12 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:12.310 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:12 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:12.310 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:12 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:12.310 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:12 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:12.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:12 smithi110 ceph-mon[107391]: Adjusting osd_memory_target on smithi110 to 1942M 2023-09-22T22:23:12.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:12 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:12.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:12 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:23:12.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:12 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:23:12.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:12 smithi110 ceph-mon[107391]: Updating smithi110:/etc/ceph/ceph.conf 2023-09-22T22:23:12.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:12 smithi110 ceph-mon[107391]: Updating smithi190:/etc/ceph/ceph.conf 2023-09-22T22:23:12.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:12 smithi190 ceph-mon[110035]: pgmap v7: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 33 KiB/s rd, 3.8 MiB/s wr, 355 op/s 2023-09-22T22:23:12.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:12 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:12.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:12 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:12.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:12 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:12 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:12 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:12 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:12 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:12 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:12 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:12 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-09-22T22:23:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:12 smithi190 ceph-mon[110035]: Adjusting osd_memory_target on smithi110 to 1942M 2023-09-22T22:23:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:12 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:12 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:23:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:12 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:23:12.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:12 smithi190 ceph-mon[110035]: Updating smithi110:/etc/ceph/ceph.conf 2023-09-22T22:23:12.539 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:12 smithi190 ceph-mon[110035]: Updating smithi190:/etc/ceph/ceph.conf 2023-09-22T22:23:13.017 INFO:teuthology.orchestra.run.smithi110.stdout: 5 33995 10.28 MB/sec warmup 97 sec latency 126.755 ms 2023-09-22T22:23:13.474 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:13 smithi110 ceph-mon[107391]: Updating smithi190:/var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-22T22:23:13.474 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:13 smithi110 ceph-mon[107391]: Updating smithi110:/var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-22T22:23:13.474 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:13 smithi110 ceph-mon[107391]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2023-09-22T22:23:13.474 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:13 smithi110 ceph-mon[107391]: Updating smithi110:/etc/ceph/ceph.client.admin.keyring 2023-09-22T22:23:13.475 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:13 smithi110 ceph-mon[107391]: Updating smithi190:/var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-22T22:23:13.475 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:13 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:13.475 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:13 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:13.475 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:13 smithi110 ceph-mon[107391]: Updating smithi110:/var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-22T22:23:13.475 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:13 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:13.475 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:13 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:13.475 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:13 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:13.475 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:13 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:13.475 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:13 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:13.475 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:13 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:13.475 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:13 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:13.475 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:13 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:13.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:13 smithi190 ceph-mon[110035]: Updating smithi190:/var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-22T22:23:13.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:13 smithi190 ceph-mon[110035]: Updating smithi110:/var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/config/ceph.conf 2023-09-22T22:23:13.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:13 smithi190 ceph-mon[110035]: Updating smithi190:/etc/ceph/ceph.client.admin.keyring 2023-09-22T22:23:13.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:13 smithi190 ceph-mon[110035]: Updating smithi110:/etc/ceph/ceph.client.admin.keyring 2023-09-22T22:23:13.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:13 smithi190 ceph-mon[110035]: Updating smithi190:/var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-22T22:23:13.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:13 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:13.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:13 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:13.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:13 smithi190 ceph-mon[110035]: Updating smithi110:/var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/config/ceph.client.admin.keyring 2023-09-22T22:23:13.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:13 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:13.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:13 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:13.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:13 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:13.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:13 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:13.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:13 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:13.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:13 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:13.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:13 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:13.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:13 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:14.017 INFO:teuthology.orchestra.run.smithi110.stdout: 5 34377 10.30 MB/sec warmup 98 sec latency 119.915 ms 2023-09-22T22:23:14.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:14 smithi110 ceph-mon[107391]: pgmap v8: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 3.0 MiB/s wr, 276 op/s 2023-09-22T22:23:14.606 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:14 smithi110 ceph-mon[107391]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2023-09-22T22:23:14.606 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:14 smithi110 ceph-mon[107391]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2023-09-22T22:23:14.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:14 smithi190 ceph-mon[110035]: pgmap v8: 97 pgs: 97 active+clean; 234 MiB data, 1.0 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 3.0 MiB/s wr, 276 op/s 2023-09-22T22:23:14.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:14 smithi190 ceph-mon[110035]: Reconfiguring alertmanager.smithi110 (dependencies changed)... 2023-09-22T22:23:14.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:14 smithi190 ceph-mon[110035]: Reconfiguring daemon alertmanager.smithi110 on smithi110 2023-09-22T22:23:15.018 INFO:teuthology.orchestra.run.smithi110.stdout: 5 34875 10.36 MB/sec warmup 99 sec latency 87.693 ms 2023-09-22T22:23:16.018 INFO:teuthology.orchestra.run.smithi110.stdout: 5 35181 10.34 MB/sec warmup 100 sec latency 144.253 ms 2023-09-22T22:23:16.452 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:16 smithi110 ceph-mon[107391]: pgmap v9: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 4.6 MiB/s wr, 458 op/s 2023-09-22T22:23:16.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:16 smithi190 ceph-mon[110035]: pgmap v9: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 25 KiB/s rd, 4.6 MiB/s wr, 458 op/s 2023-09-22T22:23:17.018 INFO:teuthology.orchestra.run.smithi110.stdout: 5 35556 10.31 MB/sec warmup 101 sec latency 123.877 ms 2023-09-22T22:23:18.018 INFO:teuthology.orchestra.run.smithi110.stdout: 5 35935 10.33 MB/sec warmup 102 sec latency 127.809 ms 2023-09-22T22:23:18.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:18 smithi110 ceph-mon[107391]: pgmap v10: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.2 MiB/s wr, 419 op/s 2023-09-22T22:23:18.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:18 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:23:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:18 smithi190 ceph-mon[110035]: pgmap v10: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.2 MiB/s wr, 419 op/s 2023-09-22T22:23:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:18 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:23:19.020 INFO:teuthology.orchestra.run.smithi110.stdout: 5 36296 10.32 MB/sec warmup 103 sec latency 138.880 ms 2023-09-22T22:23:20.019 INFO:teuthology.orchestra.run.smithi110.stdout: 5 36734 10.34 MB/sec warmup 104 sec latency 129.972 ms 2023-09-22T22:23:20.512 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:20 smithi110 ceph-mon[107391]: pgmap v11: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.2 MiB/s wr, 419 op/s 2023-09-22T22:23:20.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:20 smithi190 ceph-mon[110035]: pgmap v11: 97 pgs: 97 active+clean; 235 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 23 KiB/s rd, 4.2 MiB/s wr, 419 op/s 2023-09-22T22:23:21.018 INFO:teuthology.orchestra.run.smithi110.stdout: 5 37165 10.29 MB/sec warmup 105 sec latency 129.964 ms 2023-09-22T22:23:22.018 INFO:teuthology.orchestra.run.smithi110.stdout: 5 37545 10.30 MB/sec warmup 106 sec latency 126.537 ms 2023-09-22T22:23:22.547 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:22 smithi110 ceph-mon[107391]: pgmap v12: 97 pgs: 97 active+clean; 245 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 6.7 MiB/s wr, 648 op/s 2023-09-22T22:23:22.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:22 smithi190 ceph-mon[110035]: pgmap v12: 97 pgs: 97 active+clean; 245 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 26 KiB/s rd, 6.7 MiB/s wr, 648 op/s 2023-09-22T22:23:23.018 INFO:teuthology.orchestra.run.smithi110.stdout: 5 37900 10.30 MB/sec warmup 107 sec latency 126.082 ms 2023-09-22T22:23:24.018 INFO:teuthology.orchestra.run.smithi110.stdout: 5 38359 10.37 MB/sec warmup 108 sec latency 129.994 ms 2023-09-22T22:23:24.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:24 smithi110 ceph-mon[107391]: pgmap v13: 97 pgs: 97 active+clean; 245 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 442 op/s 2023-09-22T22:23:24.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:24 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:24.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:24 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:24.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:24 smithi110 ceph-mon[107391]: Reconfiguring grafana.smithi110 (dependencies changed)... 2023-09-22T22:23:24.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:24 smithi110 ceph-mon[107391]: Regenerating cephadm self-signed grafana TLS certificates 2023-09-22T22:23:24.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:24 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:24.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:24 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:24.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:24 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-22T22:23:24.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:24 smithi190 ceph-mon[110035]: pgmap v13: 97 pgs: 97 active+clean; 245 MiB data, 1.1 GiB used, 714 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.5 MiB/s wr, 442 op/s 2023-09-22T22:23:24.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:24 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:24.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:24 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:24.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:24 smithi190 ceph-mon[110035]: Reconfiguring grafana.smithi110 (dependencies changed)... 2023-09-22T22:23:24.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:24 smithi190 ceph-mon[110035]: Regenerating cephadm self-signed grafana TLS certificates 2023-09-22T22:23:24.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:24 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:24.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:24 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:24.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:24 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-22T22:23:25.018 INFO:teuthology.orchestra.run.smithi110.stdout: 5 38741 10.36 MB/sec warmup 109 sec latency 129.947 ms 2023-09-22T22:23:25.606 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:25 smithi110 ceph-mon[107391]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-22T22:23:25.606 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:25 smithi110 ceph-mon[107391]: Reconfiguring daemon grafana.smithi110 on smithi110 2023-09-22T22:23:25.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:25 smithi190 ceph-mon[110035]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-09-22T22:23:25.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:25 smithi190 ceph-mon[110035]: Reconfiguring daemon grafana.smithi110 on smithi110 2023-09-22T22:23:26.018 INFO:teuthology.orchestra.run.smithi110.stdout: 5 39033 10.33 MB/sec warmup 110 sec latency 126.547 ms 2023-09-22T22:23:26.615 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:26 smithi110 ceph-mon[107391]: pgmap v14: 97 pgs: 97 active+clean; 247 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.8 MiB/s wr, 679 op/s 2023-09-22T22:23:27.080 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:26 smithi190 ceph-mon[110035]: pgmap v14: 97 pgs: 97 active+clean; 247 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 6.8 MiB/s wr, 679 op/s 2023-09-22T22:23:27.081 INFO:teuthology.orchestra.run.smithi110.stdout: 5 39358 10.32 MB/sec warmup 111 sec latency 136.177 ms 2023-09-22T22:23:28.019 INFO:teuthology.orchestra.run.smithi110.stdout: 5 39696 10.30 MB/sec warmup 112 sec latency 188.145 ms 2023-09-22T22:23:28.649 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:28 smithi110 ceph-mon[107391]: pgmap v15: 97 pgs: 97 active+clean; 247 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.9 MiB/s wr, 466 op/s 2023-09-22T22:23:28.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:28 smithi190 ceph-mon[110035]: pgmap v15: 97 pgs: 97 active+clean; 247 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.9 MiB/s wr, 466 op/s 2023-09-22T22:23:29.019 INFO:teuthology.orchestra.run.smithi110.stdout: 5 39961 10.32 MB/sec warmup 113 sec latency 123.985 ms 2023-09-22T22:23:30.019 INFO:teuthology.orchestra.run.smithi110.stdout: 5 40137 10.24 MB/sec warmup 114 sec latency 150.094 ms 2023-09-22T22:23:30.435 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:30 smithi110 ceph-mon[107391]: pgmap v16: 97 pgs: 97 active+clean; 247 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.9 MiB/s wr, 466 op/s 2023-09-22T22:23:30.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:30 smithi190 ceph-mon[110035]: pgmap v16: 97 pgs: 97 active+clean; 247 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.9 MiB/s wr, 466 op/s 2023-09-22T22:23:31.026 INFO:teuthology.orchestra.run.smithi110.stdout: 5 40407 10.19 MB/sec warmup 115 sec latency 140.649 ms 2023-09-22T22:23:32.031 INFO:teuthology.orchestra.run.smithi110.stdout: 5 40661 10.12 MB/sec warmup 116 sec latency 119.524 ms 2023-09-22T22:23:32.472 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:32 smithi110 ceph-mon[107391]: pgmap v17: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.1 MiB/s wr, 668 op/s 2023-09-22T22:23:32.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:32 smithi190 ceph-mon[110035]: pgmap v17: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.1 MiB/s wr, 668 op/s 2023-09-22T22:23:33.031 INFO:teuthology.orchestra.run.smithi110.stdout: 5 40882 10.07 MB/sec warmup 117 sec latency 126.095 ms 2023-09-22T22:23:33.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:33 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:23:33.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:33 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:23:34.031 INFO:teuthology.orchestra.run.smithi110.stdout: 5 41087 10.05 MB/sec warmup 118 sec latency 146.054 ms 2023-09-22T22:23:34.546 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:34 smithi110 ceph-mon[107391]: pgmap v18: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.6 MiB/s wr, 438 op/s 2023-09-22T22:23:34.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:34 smithi190 ceph-mon[110035]: pgmap v18: 97 pgs: 97 active+clean; 255 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.6 MiB/s wr, 438 op/s 2023-09-22T22:23:35.040 INFO:teuthology.orchestra.run.smithi110.stdout: 5 41382 10.06 MB/sec warmup 119 sec latency 131.432 ms 2023-09-22T22:23:35.079 INFO:teuthology.orchestra.run.smithi110.stdout:true 2023-09-22T22:23:35.985 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-22T22:23:35.985 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 starting - - - - 2023-09-22T22:23:35.985 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (6m) - 6m 7033k - 17.2.0 e1d6a67b021e 1c5b7bcc7c18 2023-09-22T22:23:35.985 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi190 smithi190 running (6m) - 6m 7151k - 17.2.0 e1d6a67b021e 70f7e0ffca66 2023-09-22T22:23:35.985 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (5m) - 6m 58.5M - 8.3.5 dad864ee21e9 47d48a046110 2023-09-22T22:23:35.985 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.kmhpkk smithi110 running (2m) - 2m 34.9M - 17.2.0 e1d6a67b021e a1460f8068d0 2023-09-22T22:23:35.985 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi190.rwycsq smithi190 running (2m) - 2m 12.9M - 17.2.0 e1d6a67b021e 9de528db6a38 2023-09-22T22:23:35.985 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ntddcx smithi110 *:9283 running (7m) - 7m 295M - 17.2.0 e1d6a67b021e 5fd4a7713ce9 2023-09-22T22:23:35.985 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi190.rgckme smithi190 *:8443,9283 running (41s) - 6m 484M - 18.0.0-6358-ge658726a 1d431065767a d299fcf83588 2023-09-22T22:23:35.985 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (7m) - 7m 91.0M 2048M 17.2.0 e1d6a67b021e 8016a9a61831 2023-09-22T22:23:35.986 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi190 smithi190 running (5m) - 5m 57.9M 2048M 17.2.0 e1d6a67b021e e268eb6807b2 2023-09-22T22:23:35.986 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.rptyvn smithi110 *:2049 running (2m) - 2m 269M - 4.0 e1d6a67b021e 061b34e9507b 2023-09-22T22:23:35.986 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi190.azubih smithi190 *:2049 running (2m) - 2m 75.9M - 4.0 e1d6a67b021e 8d72535b5cb2 2023-09-22T22:23:35.986 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (6m) - 6m 26.9M - 1.3.1 1dbe0e931976 801382b4e3f5 2023-09-22T22:23:35.986 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi190 smithi190 *:9100 running (5m) - 5m 22.1M - 1.3.1 1dbe0e931976 3be3ce12141f 2023-09-22T22:23:35.986 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (5m) - 5m 546M 1942M 17.2.0 e1d6a67b021e 7367c3b1d484 2023-09-22T22:23:35.986 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (5m) - 5m 367M 1942M 17.2.0 e1d6a67b021e 38cb99cb1eaf 2023-09-22T22:23:35.986 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (4m) - 4m 207M 1942M 17.2.0 e1d6a67b021e 4c8ced4ef7a2 2023-09-22T22:23:35.986 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (4m) - 4m 530M 1942M 17.2.0 e1d6a67b021e 658f6dc4a9d4 2023-09-22T22:23:35.986 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi190 running (4m) - 4m 472M 2710M 17.2.0 e1d6a67b021e e93901b924eb 2023-09-22T22:23:35.986 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi190 running (3m) - 3m 506M 2710M 17.2.0 e1d6a67b021e 75574d9dfa2a 2023-09-22T22:23:35.987 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi190 running (3m) - 3m 490M 2710M 17.2.0 e1d6a67b021e 71e4d339c3e5 2023-09-22T22:23:35.987 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi190 running (3m) - 3m 791M 2710M 17.2.0 e1d6a67b021e 7717e6410024 2023-09-22T22:23:35.987 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (5m) - 5m 65.0M - 2.33.4 514e6a882f6e 1311d3a2f2cf 2023-09-22T22:23:36.552 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:23:36.552 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2023-09-22T22:23:36.552 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:23:36.552 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:23:36.552 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2023-09-22T22:23:36.552 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-22T22:23:36.552 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.0.0-6358-ge658726a (e658726abb668aaae1c42e72d314001acd82ce18) reef (dev)": 1 2023-09-22T22:23:36.552 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:23:36.553 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2023-09-22T22:23:36.553 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-22T22:23:36.553 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:23:36.553 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2023-09-22T22:23:36.553 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:23:36.553 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:23:36.553 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2023-09-22T22:23:36.553 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-22T22:23:36.553 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.0.0-6358-ge658726a (e658726abb668aaae1c42e72d314001acd82ce18) reef (dev)": 1 2023-09-22T22:23:36.553 INFO:teuthology.orchestra.run.smithi110.stdout: } 2023-09-22T22:23:36.553 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:23:36.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:36 smithi110 ceph-mon[107391]: pgmap v19: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.8 MiB/s wr, 580 op/s 2023-09-22T22:23:36.575 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:36 smithi110 ceph-mon[107391]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:23:36.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:36 smithi190 ceph-mon[110035]: pgmap v19: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 9.7 KiB/s rd, 5.8 MiB/s wr, 580 op/s 2023-09-22T22:23:36.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:36 smithi190 ceph-mon[110035]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:23:37.044 INFO:teuthology.orchestra.run.smithi110.stdout: 5 42127 9.46 MB/sec execute 1 sec latency 127.297 ms 2023-09-22T22:23:37.062 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:23:37.062 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4140e7a8667595b548aab80088e7f8fdc38b9009176e48396a72ab8b93927d18", 2023-09-22T22:23:37.063 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2023-09-22T22:23:37.063 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-22T22:23:37.063 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2023-09-22T22:23:37.063 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2023-09-22T22:23:37.063 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "", 2023-09-22T22:23:37.063 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2023-09-22T22:23:37.063 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:23:37.594 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2023-09-22T22:23:37.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:37 smithi110 ceph-mon[107391]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:23:37.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:37 smithi110 ceph-mon[107391]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:23:37.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:37 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/1483687241' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:23:37.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:37 smithi190 ceph-mon[110035]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:23:37.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:37 smithi190 ceph-mon[110035]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:23:37.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:37 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/1483687241' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:23:38.044 INFO:teuthology.orchestra.run.smithi110.stdout: 5 42399 7.12 MB/sec execute 2 sec latency 123.533 ms 2023-09-22T22:23:38.618 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:38 smithi110 ceph-mon[107391]: pgmap v20: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-09-22T22:23:38.619 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:38 smithi110 ceph-mon[107391]: from='client.24501 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:23:38.619 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:38 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/777833256' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:23:38.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:38 smithi190 ceph-mon[110035]: pgmap v20: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-09-22T22:23:38.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:38 smithi190 ceph-mon[110035]: from='client.24501 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:23:38.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:38 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/777833256' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:23:39.044 INFO:teuthology.orchestra.run.smithi110.stdout: 5 42822 9.02 MB/sec execute 3 sec latency 155.157 ms 2023-09-22T22:23:39.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:39 smithi110 ceph-mon[107391]: pgmap v21: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-09-22T22:23:39.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:39 smithi190 ceph-mon[110035]: pgmap v21: 97 pgs: 97 active+clean; 257 MiB data, 1.2 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.5 MiB/s wr, 343 op/s 2023-09-22T22:23:40.053 INFO:teuthology.orchestra.run.smithi110.stdout: 5 43235 9.33 MB/sec execute 4 sec latency 130.900 ms 2023-09-22T22:23:41.065 INFO:teuthology.orchestra.run.smithi110.stdout: 5 43554 9.86 MB/sec execute 5 sec latency 132.854 ms 2023-09-22T22:23:41.443 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:41 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:41.443 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:41 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:41.444 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:41 smithi110 ceph-mon[107391]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2023-09-22T22:23:41.444 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:41 smithi110 ceph-mon[107391]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2023-09-22T22:23:41.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:41 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:41.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:41 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:41.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:41 smithi190 ceph-mon[110035]: Reconfiguring node-exporter.smithi110 (dependencies changed)... 2023-09-22T22:23:41.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:41 smithi190 ceph-mon[110035]: Reconfiguring daemon node-exporter.smithi110 on smithi110 2023-09-22T22:23:42.066 INFO:teuthology.orchestra.run.smithi110.stdout: 5 44036 9.28 MB/sec execute 6 sec latency 105.548 ms 2023-09-22T22:23:42.445 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:42 smithi110 ceph-mon[107391]: pgmap v22: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 538 op/s 2023-09-22T22:23:42.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:42 smithi190 ceph-mon[110035]: pgmap v22: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.7 MiB/s wr, 538 op/s 2023-09-22T22:23:43.066 INFO:teuthology.orchestra.run.smithi110.stdout: 5 44438 9.00 MB/sec execute 7 sec latency 102.545 ms 2023-09-22T22:23:44.065 INFO:teuthology.orchestra.run.smithi110.stdout: 5 44897 10.12 MB/sec execute 8 sec latency 119.189 ms 2023-09-22T22:23:44.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:44 smithi110 ceph-mon[107391]: pgmap v23: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 336 op/s 2023-09-22T22:23:44.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:44 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:44.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:44 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:44.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:44 smithi190 ceph-mon[110035]: pgmap v23: 97 pgs: 97 active+clean; 269 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 336 op/s 2023-09-22T22:23:44.790 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:44 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:44.790 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:44 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:45.066 INFO:teuthology.orchestra.run.smithi110.stdout: 5 45271 10.37 MB/sec execute 9 sec latency 127.981 ms 2023-09-22T22:23:45.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:45 smithi110 ceph-mon[107391]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2023-09-22T22:23:45.529 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:45 smithi110 ceph-mon[107391]: Reconfiguring daemon prometheus.smithi110 on smithi110 2023-09-22T22:23:45.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:45 smithi190 ceph-mon[110035]: Reconfiguring prometheus.smithi110 (dependencies changed)... 2023-09-22T22:23:45.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:45 smithi190 ceph-mon[110035]: Reconfiguring daemon prometheus.smithi110 on smithi110 2023-09-22T22:23:46.066 INFO:teuthology.orchestra.run.smithi110.stdout: 5 45542 9.98 MB/sec execute 10 sec latency 144.389 ms 2023-09-22T22:23:46.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:46 smithi110 ceph-mon[107391]: pgmap v24: 97 pgs: 97 active+clean; 275 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.9 MiB/s wr, 580 op/s 2023-09-22T22:23:46.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:46 smithi190 ceph-mon[110035]: pgmap v24: 97 pgs: 97 active+clean; 275 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.9 MiB/s wr, 580 op/s 2023-09-22T22:23:47.066 INFO:teuthology.orchestra.run.smithi110.stdout: 5 45799 9.46 MB/sec execute 11 sec latency 149.167 ms 2023-09-22T22:23:48.066 INFO:teuthology.orchestra.run.smithi110.stdout: 5 46215 9.73 MB/sec execute 12 sec latency 141.870 ms 2023-09-22T22:23:48.620 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:48 smithi110 ceph-mon[107391]: pgmap v25: 97 pgs: 97 active+clean; 275 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.7 MiB/s wr, 438 op/s 2023-09-22T22:23:48.620 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:48 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:23:48.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:48 smithi190 ceph-mon[110035]: pgmap v25: 97 pgs: 97 active+clean; 275 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.7 MiB/s wr, 438 op/s 2023-09-22T22:23:48.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:48 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:23:49.066 INFO:teuthology.orchestra.run.smithi110.stdout: 5 46593 9.97 MB/sec execute 13 sec latency 188.637 ms 2023-09-22T22:23:50.067 INFO:teuthology.orchestra.run.smithi110.stdout: 5 47025 10.04 MB/sec execute 14 sec latency 130.054 ms 2023-09-22T22:23:50.387 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:50 smithi110 ceph-mon[107391]: pgmap v26: 97 pgs: 97 active+clean; 275 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.7 MiB/s wr, 438 op/s 2023-09-22T22:23:50.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:50 smithi190 ceph-mon[110035]: pgmap v26: 97 pgs: 97 active+clean; 275 MiB data, 1.3 GiB used, 714 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.7 MiB/s wr, 438 op/s 2023-09-22T22:23:51.067 INFO:teuthology.orchestra.run.smithi110.stdout: 5 47419 9.89 MB/sec execute 15 sec latency 111.382 ms 2023-09-22T22:23:52.067 INFO:teuthology.orchestra.run.smithi110.stdout: 5 47751 9.71 MB/sec execute 16 sec latency 134.069 ms 2023-09-22T22:23:52.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:52 smithi110 ceph-mon[107391]: pgmap v27: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.8 MiB/s wr, 640 op/s 2023-09-22T22:23:52.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:52 smithi190 ceph-mon[110035]: pgmap v27: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.8 MiB/s wr, 640 op/s 2023-09-22T22:23:53.066 INFO:teuthology.orchestra.run.smithi110.stdout: 5 48261 10.17 MB/sec execute 17 sec latency 126.839 ms 2023-09-22T22:23:54.066 INFO:teuthology.orchestra.run.smithi110.stdout: 5 48652 10.23 MB/sec execute 18 sec latency 130.031 ms 2023-09-22T22:23:54.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:54 smithi110 ceph-mon[107391]: pgmap v28: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 445 op/s 2023-09-22T22:23:54.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:54 smithi190 ceph-mon[110035]: pgmap v28: 97 pgs: 97 active+clean; 282 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.6 MiB/s wr, 445 op/s 2023-09-22T22:23:55.066 INFO:teuthology.orchestra.run.smithi110.stdout: 5 49057 10.24 MB/sec execute 19 sec latency 129.759 ms 2023-09-22T22:23:56.067 INFO:teuthology.orchestra.run.smithi110.stdout: 5 49450 10.34 MB/sec execute 20 sec latency 105.349 ms 2023-09-22T22:23:56.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:56 smithi110 ceph-mon[107391]: pgmap v29: 97 pgs: 97 active+clean; 285 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 7.0 MiB/s wr, 691 op/s 2023-09-22T22:23:56.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:56 smithi190 ceph-mon[110035]: pgmap v29: 97 pgs: 97 active+clean; 285 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 7.0 MiB/s wr, 691 op/s 2023-09-22T22:23:57.075 INFO:teuthology.orchestra.run.smithi110.stdout: 5 49768 10.17 MB/sec execute 21 sec latency 109.113 ms 2023-09-22T22:23:58.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:57 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:58.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:57 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:58.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:57 smithi110 ceph-mon[107391]: Reconfiguring node-exporter.smithi190 (dependencies changed)... 2023-09-22T22:23:58.027 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:57 smithi110 ceph-mon[107391]: Reconfiguring daemon node-exporter.smithi190 on smithi190 2023-09-22T22:23:58.027 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:57 smithi110 ceph-mon[107391]: pgmap v30: 97 pgs: 97 active+clean; 285 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2023-09-22T22:23:58.075 INFO:teuthology.orchestra.run.smithi110.stdout: 5 50133 10.16 MB/sec execute 22 sec latency 111.029 ms 2023-09-22T22:23:58.084 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:57 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:58.084 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:57 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:58.084 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:57 smithi190 ceph-mon[110035]: Reconfiguring node-exporter.smithi190 (dependencies changed)... 2023-09-22T22:23:58.084 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:57 smithi190 ceph-mon[110035]: Reconfiguring daemon node-exporter.smithi190 on smithi190 2023-09-22T22:23:58.084 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:57 smithi190 ceph-mon[110035]: pgmap v30: 97 pgs: 97 active+clean; 285 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2023-09-22T22:23:59.058 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:59.058 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:59.058 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-22T22:23:59.058 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-22T22:23:59.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi110.front.sepia.ceph.com:9093"}]: dispatch 2023-09-22T22:23:59.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi110.front.sepia.ceph.com:9093"}]: dispatch 2023-09-22T22:23:59.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:59.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-22T22:23:59.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-22T22:23:59.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi110.front.sepia.ceph.com:3000"}]: dispatch 2023-09-22T22:23:59.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi110.front.sepia.ceph.com:3000"}]: dispatch 2023-09-22T22:23:59.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:59.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-22T22:23:59.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-22T22:23:59.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi110.front.sepia.ceph.com:9095"}]: dispatch 2023-09-22T22:23:59.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi110.front.sepia.ceph.com:9095"}]: dispatch 2023-09-22T22:23:59.060 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:59.060 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:23:59.060 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: Upgrade: Need to upgrade myself (mgr.smithi190.rgckme) 2023-09-22T22:23:59.060 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:23:59 smithi110 ceph-mon[107391]: Upgrade: Need to upgrade myself (mgr.smithi190.rgckme) 2023-09-22T22:23:59.075 INFO:teuthology.orchestra.run.smithi110.stdout: 5 50465 10.13 MB/sec execute 23 sec latency 152.376 ms 2023-09-22T22:23:59.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:59.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:59.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-22T22:23:59.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-09-22T22:23:59.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi110.front.sepia.ceph.com:9093"}]: dispatch 2023-09-22T22:23:59.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi110.front.sepia.ceph.com:9093"}]: dispatch 2023-09-22T22:23:59.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:59.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-22T22:23:59.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-09-22T22:23:59.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi110.front.sepia.ceph.com:3000"}]: dispatch 2023-09-22T22:23:59.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi110.front.sepia.ceph.com:3000"}]: dispatch 2023-09-22T22:23:59.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:59.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-22T22:23:59.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-09-22T22:23:59.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi110.front.sepia.ceph.com:9095"}]: dispatch 2023-09-22T22:23:59.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi110.front.sepia.ceph.com:9095"}]: dispatch 2023-09-22T22:23:59.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:23:59.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:23:59.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: Upgrade: Need to upgrade myself (mgr.smithi190.rgckme) 2023-09-22T22:23:59.289 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:23:59 smithi190 ceph-mon[110035]: Upgrade: Need to upgrade myself (mgr.smithi190.rgckme) 2023-09-22T22:24:00.075 INFO:teuthology.orchestra.run.smithi110.stdout: 5 50872 9.98 MB/sec execute 24 sec latency 111.998 ms 2023-09-22T22:24:00.335 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:00 smithi110 ceph-mon[107391]: pgmap v31: 97 pgs: 97 active+clean; 285 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2023-09-22T22:24:00.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:00 smithi190 ceph-mon[110035]: pgmap v31: 97 pgs: 97 active+clean; 285 MiB data, 1.4 GiB used, 714 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 447 op/s 2023-09-22T22:24:01.075 INFO:teuthology.orchestra.run.smithi110.stdout: 5 51239 10.09 MB/sec execute 25 sec latency 126.912 ms 2023-09-22T22:24:01.621 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:01 smithi110 ceph-mon[107391]: Upgrade: Updating mgr.smithi110.ntddcx 2023-09-22T22:24:01.621 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:01 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:24:01.621 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:01 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.ntddcx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-22T22:24:01.622 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:01 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.ntddcx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-22T22:24:01.622 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:01 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-22T22:24:01.622 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:01 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:24:01.622 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:01 smithi110 ceph-mon[107391]: Deploying daemon mgr.smithi110.ntddcx on smithi110 2023-09-22T22:24:01.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:01 smithi190 ceph-mon[110035]: Upgrade: Updating mgr.smithi110.ntddcx 2023-09-22T22:24:01.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:01 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:24:01.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:01 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.ntddcx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-22T22:24:01.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:01 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.ntddcx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-09-22T22:24:01.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:01 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "mgr services"}]: dispatch 2023-09-22T22:24:01.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:01 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:24:01.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:01 smithi190 ceph-mon[110035]: Deploying daemon mgr.smithi110.ntddcx on smithi110 2023-09-22T22:24:02.075 INFO:teuthology.orchestra.run.smithi110.stdout: 5 51706 10.20 MB/sec execute 26 sec latency 126.532 ms 2023-09-22T22:24:02.631 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:02 smithi110 ceph-mon[107391]: pgmap v32: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 672 op/s 2023-09-22T22:24:02.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:02 smithi190 ceph-mon[110035]: pgmap v32: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 672 op/s 2023-09-22T22:24:03.082 INFO:teuthology.orchestra.run.smithi110.stdout: 5 52158 10.33 MB/sec execute 27 sec latency 129.923 ms 2023-09-22T22:24:03.383 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:24:03.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:24:04.082 INFO:teuthology.orchestra.run.smithi110.stdout: 5 52527 10.24 MB/sec execute 28 sec latency 129.672 ms 2023-09-22T22:24:04.399 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:04 smithi110 ceph-mon[107391]: pgmap v33: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 470 op/s 2023-09-22T22:24:04.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:04 smithi190 ceph-mon[110035]: pgmap v33: 97 pgs: 97 active+clean; 290 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 470 op/s 2023-09-22T22:24:05.082 INFO:teuthology.orchestra.run.smithi110.stdout: 5 52902 10.20 MB/sec execute 29 sec latency 129.503 ms 2023-09-22T22:24:06.082 INFO:teuthology.orchestra.run.smithi110.stdout: 5 53375 10.31 MB/sec execute 30 sec latency 101.246 ms 2023-09-22T22:24:06.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:06 smithi110 ceph-mon[107391]: pgmap v34: 97 pgs: 97 active+clean; 300 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 7.2 MiB/s wr, 711 op/s 2023-09-22T22:24:06.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:06 smithi190 ceph-mon[110035]: pgmap v34: 97 pgs: 97 active+clean; 300 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 11 KiB/s rd, 7.2 MiB/s wr, 711 op/s 2023-09-22T22:24:07.082 INFO:teuthology.orchestra.run.smithi110.stdout: 5 53704 10.40 MB/sec execute 31 sec latency 126.804 ms 2023-09-22T22:24:08.049 INFO:teuthology.orchestra.run.smithi110.stdout:true 2023-09-22T22:24:08.089 INFO:teuthology.orchestra.run.smithi110.stdout: 5 54069 10.29 MB/sec execute 32 sec latency 106.043 ms 2023-09-22T22:24:08.635 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:08 smithi110 ceph-mon[107391]: pgmap v35: 97 pgs: 97 active+clean; 300 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 465 op/s 2023-09-22T22:24:08.808 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:08 smithi190 ceph-mon[110035]: pgmap v35: 97 pgs: 97 active+clean; 300 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 465 op/s 2023-09-22T22:24:08.920 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-22T22:24:08.921 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 starting - - - - 2023-09-22T22:24:08.921 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (7m) - 7m 7033k - 17.2.0 e1d6a67b021e 1c5b7bcc7c18 2023-09-22T22:24:08.921 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi190 smithi190 running (6m) - 6m 7151k - 17.2.0 e1d6a67b021e 70f7e0ffca66 2023-09-22T22:24:08.921 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 starting - - - - 2023-09-22T22:24:08.921 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.kmhpkk smithi110 running (2m) - 2m 34.9M - 17.2.0 e1d6a67b021e a1460f8068d0 2023-09-22T22:24:08.921 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi190.rwycsq smithi190 running (2m) - 2m 12.9M - 17.2.0 e1d6a67b021e 9de528db6a38 2023-09-22T22:24:08.921 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ntddcx smithi110 *:9283 running (8m) - 8m 295M - 17.2.0 e1d6a67b021e 5fd4a7713ce9 2023-09-22T22:24:08.921 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi190.rgckme smithi190 *:8443,9283 running (74s) - 6m 484M - 18.0.0-6358-ge658726a 1d431065767a d299fcf83588 2023-09-22T22:24:08.921 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (8m) - 8m 91.0M 2048M 17.2.0 e1d6a67b021e 8016a9a61831 2023-09-22T22:24:08.921 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi190 smithi190 running (6m) - 6m 57.9M 2048M 17.2.0 e1d6a67b021e e268eb6807b2 2023-09-22T22:24:08.921 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.rptyvn smithi110 *:2049 running (2m) - 2m 269M - 4.0 e1d6a67b021e 061b34e9507b 2023-09-22T22:24:08.922 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi190.azubih smithi190 *:2049 running (2m) - 2m 75.9M - 4.0 e1d6a67b021e 8d72535b5cb2 2023-09-22T22:24:08.922 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 starting - - - - 2023-09-22T22:24:08.922 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi190 smithi190 *:9100 starting - - - - 2023-09-22T22:24:08.922 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (5m) - 5m 546M 1942M 17.2.0 e1d6a67b021e 7367c3b1d484 2023-09-22T22:24:08.922 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (5m) - 5m 367M 1942M 17.2.0 e1d6a67b021e 38cb99cb1eaf 2023-09-22T22:24:08.922 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (5m) - 5m 207M 1942M 17.2.0 e1d6a67b021e 4c8ced4ef7a2 2023-09-22T22:24:08.922 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (4m) - 4m 530M 1942M 17.2.0 e1d6a67b021e 658f6dc4a9d4 2023-09-22T22:24:08.922 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi190 running (4m) - 4m 472M 2710M 17.2.0 e1d6a67b021e e93901b924eb 2023-09-22T22:24:08.922 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi190 running (4m) - 4m 506M 2710M 17.2.0 e1d6a67b021e 75574d9dfa2a 2023-09-22T22:24:08.922 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi190 running (4m) - 4m 490M 2710M 17.2.0 e1d6a67b021e 71e4d339c3e5 2023-09-22T22:24:08.922 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi190 running (3m) - 3m 791M 2710M 17.2.0 e1d6a67b021e 7717e6410024 2023-09-22T22:24:08.922 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 starting - - - - 2023-09-22T22:24:09.089 INFO:teuthology.orchestra.run.smithi110.stdout: 5 54376 10.12 MB/sec execute 33 sec latency 127.149 ms 2023-09-22T22:24:09.452 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:24:09.452 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2023-09-22T22:24:09.452 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:24:09.452 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:24:09.452 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2023-09-22T22:24:09.452 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-22T22:24:09.452 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.0.0-6358-ge658726a (e658726abb668aaae1c42e72d314001acd82ce18) reef (dev)": 1 2023-09-22T22:24:09.452 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:24:09.452 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2023-09-22T22:24:09.452 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-22T22:24:09.452 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:24:09.453 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2023-09-22T22:24:09.453 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:24:09.453 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:24:09.453 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2023-09-22T22:24:09.453 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-22T22:24:09.453 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.0.0-6358-ge658726a (e658726abb668aaae1c42e72d314001acd82ce18) reef (dev)": 1 2023-09-22T22:24:09.453 INFO:teuthology.orchestra.run.smithi110.stdout: } 2023-09-22T22:24:09.453 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:24:09.645 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:09 smithi110 ceph-mon[107391]: from='client.24509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:24:09.646 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:09 smithi110 ceph-mon[107391]: from='client.24511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:24:09.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:09 smithi190 ceph-mon[110035]: from='client.24509 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:24:09.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:09 smithi190 ceph-mon[110035]: from='client.24511 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:24:09.935 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:24:09.935 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4140e7a8667595b548aab80088e7f8fdc38b9009176e48396a72ab8b93927d18", 2023-09-22T22:24:09.935 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2023-09-22T22:24:09.935 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-22T22:24:09.935 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2023-09-22T22:24:09.935 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2023-09-22T22:24:09.935 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading mgr daemons", 2023-09-22T22:24:09.935 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2023-09-22T22:24:09.935 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:24:10.089 INFO:teuthology.orchestra.run.smithi110.stdout: 5 54664 10.04 MB/sec execute 34 sec latency 126.503 ms 2023-09-22T22:24:10.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:10 smithi110 ceph-mon[107391]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:24:10.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:10 smithi110 ceph-mon[107391]: pgmap v36: 97 pgs: 97 active+clean; 300 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 465 op/s 2023-09-22T22:24:10.411 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:10 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/1181240421' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:24:10.519 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2023-09-22T22:24:10.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:10 smithi190 ceph-mon[110035]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:24:10.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:10 smithi190 ceph-mon[110035]: pgmap v36: 97 pgs: 97 active+clean; 300 MiB data, 1.5 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 465 op/s 2023-09-22T22:24:10.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:10 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/1181240421' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:24:11.089 INFO:teuthology.orchestra.run.smithi110.stdout: 5 55014 10.18 MB/sec execute 35 sec latency 110.968 ms 2023-09-22T22:24:11.439 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:11 smithi110 ceph-mon[107391]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:24:11.439 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:11 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/775794071' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:24:11.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:11 smithi190 ceph-mon[110035]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:24:11.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:11 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/775794071' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:24:12.089 INFO:teuthology.orchestra.run.smithi110.stdout: 5 55445 10.22 MB/sec execute 36 sec latency 123.621 ms 2023-09-22T22:24:12.448 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:12 smithi110 ceph-mon[107391]: pgmap v37: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.1 MiB/s wr, 690 op/s 2023-09-22T22:24:12.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:12 smithi190 ceph-mon[110035]: pgmap v37: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 7.1 MiB/s wr, 690 op/s 2023-09-22T22:24:13.089 INFO:teuthology.orchestra.run.smithi110.stdout: 5 55828 10.15 MB/sec execute 37 sec latency 105.400 ms 2023-09-22T22:24:14.090 INFO:teuthology.orchestra.run.smithi110.stdout: 5 56159 10.11 MB/sec execute 38 sec latency 129.663 ms 2023-09-22T22:24:14.471 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:14 smithi110 ceph-mon[107391]: pgmap v38: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.8 MiB/s wr, 465 op/s 2023-09-22T22:24:14.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:14 smithi190 ceph-mon[110035]: pgmap v38: 97 pgs: 97 active+clean; 305 MiB data, 1.6 GiB used, 714 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.8 MiB/s wr, 465 op/s 2023-09-22T22:24:15.090 INFO:teuthology.orchestra.run.smithi110.stdout: 5 56548 10.16 MB/sec execute 39 sec latency 123.857 ms 2023-09-22T22:24:16.090 INFO:teuthology.orchestra.run.smithi110.stdout: 5 57004 10.26 MB/sec execute 40 sec latency 140.839 ms 2023-09-22T22:24:16.503 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:16 smithi110 ceph-mon[107391]: pgmap v39: 97 pgs: 97 active+clean; 313 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 7.0 MiB/s wr, 679 op/s 2023-09-22T22:24:16.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:16 smithi190 ceph-mon[110035]: pgmap v39: 97 pgs: 97 active+clean; 313 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 9.9 KiB/s rd, 7.0 MiB/s wr, 679 op/s 2023-09-22T22:24:17.097 INFO:teuthology.orchestra.run.smithi110.stdout: 5 57262 10.13 MB/sec execute 41 sec latency 123.539 ms 2023-09-22T22:24:18.097 INFO:teuthology.orchestra.run.smithi110.stdout: 5 57593 10.10 MB/sec execute 42 sec latency 127.552 ms 2023-09-22T22:24:18.521 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:18 smithi110 ceph-mon[107391]: pgmap v40: 97 pgs: 97 active+clean; 313 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 438 op/s 2023-09-22T22:24:18.521 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:18 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:24:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:18 smithi190 ceph-mon[110035]: pgmap v40: 97 pgs: 97 active+clean; 313 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 438 op/s 2023-09-22T22:24:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:18 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:24:19.108 INFO:teuthology.orchestra.run.smithi110.stdout: 5 58038 10.08 MB/sec execute 43 sec latency 129.866 ms 2023-09-22T22:24:20.108 INFO:teuthology.orchestra.run.smithi110.stdout: 5 58366 10.10 MB/sec execute 44 sec latency 129.500 ms 2023-09-22T22:24:20.551 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:20 smithi110 ceph-mon[107391]: pgmap v41: 97 pgs: 97 active+clean; 313 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 438 op/s 2023-09-22T22:24:20.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:20 smithi190 ceph-mon[110035]: pgmap v41: 97 pgs: 97 active+clean; 313 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 438 op/s 2023-09-22T22:24:21.109 INFO:teuthology.orchestra.run.smithi110.stdout: 5 58751 10.22 MB/sec execute 45 sec latency 134.456 ms 2023-09-22T22:24:22.108 INFO:teuthology.orchestra.run.smithi110.stdout: 5 59094 10.10 MB/sec execute 46 sec latency 87.220 ms 2023-09-22T22:24:22.566 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:22 smithi110 ceph-mon[107391]: pgmap v42: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 659 op/s 2023-09-22T22:24:22.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:22 smithi190 ceph-mon[110035]: pgmap v42: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 659 op/s 2023-09-22T22:24:23.112 INFO:teuthology.orchestra.run.smithi110.stdout: 5 59505 10.09 MB/sec execute 47 sec latency 117.271 ms 2023-09-22T22:24:24.113 INFO:teuthology.orchestra.run.smithi110.stdout: 5 59930 10.17 MB/sec execute 48 sec latency 129.260 ms 2023-09-22T22:24:24.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:24 smithi110 ceph-mon[107391]: pgmap v43: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 434 op/s 2023-09-22T22:24:24.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:24 smithi190 ceph-mon[110035]: pgmap v43: 97 pgs: 97 active+clean; 319 MiB data, 1.7 GiB used, 714 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 434 op/s 2023-09-22T22:24:25.113 INFO:teuthology.orchestra.run.smithi110.stdout: 5 60417 10.19 MB/sec execute 49 sec latency 129.681 ms 2023-09-22T22:24:26.113 INFO:teuthology.orchestra.run.smithi110.stdout: 5 60733 10.21 MB/sec execute 50 sec latency 138.718 ms 2023-09-22T22:24:26.534 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:26 smithi110 ceph-mon[107391]: pgmap v44: 97 pgs: 97 active+clean; 329 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.9 MiB/s wr, 663 op/s 2023-09-22T22:24:26.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:26 smithi190 ceph-mon[110035]: pgmap v44: 97 pgs: 97 active+clean; 329 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.9 MiB/s wr, 663 op/s 2023-09-22T22:24:27.113 INFO:teuthology.orchestra.run.smithi110.stdout: 5 61104 10.19 MB/sec execute 51 sec latency 122.589 ms 2023-09-22T22:24:28.118 INFO:teuthology.orchestra.run.smithi110.stdout: 5 61488 10.10 MB/sec execute 52 sec latency 130.001 ms 2023-09-22T22:24:28.682 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:28 smithi110 ceph-mon[107391]: pgmap v45: 97 pgs: 97 active+clean; 329 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 450 op/s 2023-09-22T22:24:28.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:28 smithi190 ceph-mon[110035]: pgmap v45: 97 pgs: 97 active+clean; 329 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 450 op/s 2023-09-22T22:24:29.127 INFO:teuthology.orchestra.run.smithi110.stdout: 5 61875 10.18 MB/sec execute 53 sec latency 94.996 ms 2023-09-22T22:24:29.699 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:29 smithi110 ceph-mon[107391]: pgmap v46: 97 pgs: 97 active+clean; 329 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 450 op/s 2023-09-22T22:24:30.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:29 smithi190 ceph-mon[110035]: pgmap v46: 97 pgs: 97 active+clean; 329 MiB data, 1.7 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 450 op/s 2023-09-22T22:24:30.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 62292 10.15 MB/sec execute 54 sec latency 118.270 ms 2023-09-22T22:24:31.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 62677 10.18 MB/sec execute 55 sec latency 138.691 ms 2023-09-22T22:24:32.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 63053 10.17 MB/sec execute 56 sec latency 135.031 ms 2023-09-22T22:24:32.258 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:32 smithi110 ceph-mon[107391]: pgmap v47: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 682 op/s 2023-09-22T22:24:32.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:32 smithi190 ceph-mon[110035]: pgmap v47: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 682 op/s 2023-09-22T22:24:33.134 INFO:teuthology.orchestra.run.smithi110.stdout: 5 63434 10.21 MB/sec execute 57 sec latency 132.775 ms 2023-09-22T22:24:33.288 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:33 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:24:33.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:33 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:24:34.136 INFO:teuthology.orchestra.run.smithi110.stdout: 5 63725 10.23 MB/sec execute 58 sec latency 137.905 ms 2023-09-22T22:24:34.305 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:34 smithi110 ceph-mon[107391]: pgmap v48: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-09-22T22:24:34.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:34 smithi190 ceph-mon[110035]: pgmap v48: 97 pgs: 97 active+clean; 334 MiB data, 1.8 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.7 MiB/s wr, 461 op/s 2023-09-22T22:24:35.136 INFO:teuthology.orchestra.run.smithi110.stdout: 5 64024 10.19 MB/sec execute 59 sec latency 136.311 ms 2023-09-22T22:24:36.136 INFO:teuthology.orchestra.run.smithi110.stdout: 5 64349 10.07 MB/sec execute 60 sec latency 126.376 ms 2023-09-22T22:24:36.357 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:36 smithi110 ceph-mon[107391]: pgmap v49: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.3 MiB/s wr, 740 op/s 2023-09-22T22:24:36.357 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:36 smithi110 ceph-mon[107391]: mgrmap e28: smithi190.rgckme(active, since 92s), standbys: smithi110.ntddcx 2023-09-22T22:24:36.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:36 smithi190 ceph-mon[110035]: pgmap v49: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.3 MiB/s wr, 740 op/s 2023-09-22T22:24:36.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:36 smithi190 ceph-mon[110035]: mgrmap e28: smithi190.rgckme(active, since 92s), standbys: smithi110.ntddcx 2023-09-22T22:24:37.136 INFO:teuthology.orchestra.run.smithi110.stdout: 5 64643 9.99 MB/sec execute 61 sec latency 155.180 ms 2023-09-22T22:24:38.136 INFO:teuthology.orchestra.run.smithi110.stdout: 5 65015 10.01 MB/sec execute 62 sec latency 126.745 ms 2023-09-22T22:24:38.384 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:38 smithi110 ceph-mon[107391]: pgmap v50: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.9 MiB/s wr, 511 op/s 2023-09-22T22:24:38.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:38 smithi190 ceph-mon[110035]: pgmap v50: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.9 MiB/s wr, 511 op/s 2023-09-22T22:24:39.136 INFO:teuthology.orchestra.run.smithi110.stdout: 5 65457 10.10 MB/sec execute 63 sec latency 129.832 ms 2023-09-22T22:24:40.770 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:40 smithi190 ceph-mon[110035]: pgmap v51: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.0 MiB/s wr, 520 op/s 2023-09-22T22:24:40.770 INFO:teuthology.orchestra.run.smithi110.stdout: 5 65940 10.11 MB/sec execute 64 sec latency 109.566 ms 2023-09-22T22:24:40.771 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:40 smithi110 ceph-mon[107391]: pgmap v51: 97 pgs: 97 active+clean; 342 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 7.1 KiB/s rd, 5.0 MiB/s wr, 520 op/s 2023-09-22T22:24:40.983 INFO:teuthology.orchestra.run.smithi110.stdout:true 2023-09-22T22:24:41.137 INFO:teuthology.orchestra.run.smithi110.stdout: 5 66193 10.03 MB/sec execute 65 sec latency 138.853 ms 2023-09-22T22:24:41.962 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-22T22:24:41.962 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 starting - - - - 2023-09-22T22:24:41.962 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (7m) - 7m 7033k - 17.2.0 e1d6a67b021e 1c5b7bcc7c18 2023-09-22T22:24:41.963 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi190 smithi190 running (7m) - 7m 7151k - 17.2.0 e1d6a67b021e 70f7e0ffca66 2023-09-22T22:24:41.963 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 starting - - - - 2023-09-22T22:24:41.963 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.kmhpkk smithi110 running (3m) - 3m 34.9M - 17.2.0 e1d6a67b021e a1460f8068d0 2023-09-22T22:24:41.963 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi190.rwycsq smithi190 running (3m) - 3m 12.9M - 17.2.0 e1d6a67b021e 9de528db6a38 2023-09-22T22:24:41.963 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ntddcx smithi110 *:9283 running (8m) - 8m 295M - 17.2.0 e1d6a67b021e 5fd4a7713ce9 2023-09-22T22:24:41.963 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi190.rgckme smithi190 *:8443,9283 running (107s) - 7m 484M - 18.0.0-6358-ge658726a 1d431065767a d299fcf83588 2023-09-22T22:24:41.963 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (8m) - 8m 91.0M 2048M 17.2.0 e1d6a67b021e 8016a9a61831 2023-09-22T22:24:41.963 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi190 smithi190 running (7m) - 7m 57.9M 2048M 17.2.0 e1d6a67b021e e268eb6807b2 2023-09-22T22:24:41.964 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.rptyvn smithi110 *:2049 running (3m) - 3m 269M - 4.0 e1d6a67b021e 061b34e9507b 2023-09-22T22:24:41.964 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi190.azubih smithi190 *:2049 running (3m) - 3m 75.9M - 4.0 e1d6a67b021e 8d72535b5cb2 2023-09-22T22:24:41.964 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 starting - - - - 2023-09-22T22:24:41.964 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi190 smithi190 *:9100 starting - - - - 2023-09-22T22:24:41.964 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (6m) - 6m 546M 1942M 17.2.0 e1d6a67b021e 7367c3b1d484 2023-09-22T22:24:41.964 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (6m) - 6m 367M 1942M 17.2.0 e1d6a67b021e 38cb99cb1eaf 2023-09-22T22:24:41.964 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (5m) - 5m 207M 1942M 17.2.0 e1d6a67b021e 4c8ced4ef7a2 2023-09-22T22:24:41.964 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (5m) - 5m 530M 1942M 17.2.0 e1d6a67b021e 658f6dc4a9d4 2023-09-22T22:24:41.965 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi190 running (5m) - 5m 472M 2710M 17.2.0 e1d6a67b021e e93901b924eb 2023-09-22T22:24:41.965 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi190 running (4m) - 4m 506M 2710M 17.2.0 e1d6a67b021e 75574d9dfa2a 2023-09-22T22:24:41.965 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi190 running (4m) - 4m 490M 2710M 17.2.0 e1d6a67b021e 71e4d339c3e5 2023-09-22T22:24:41.965 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi190 running (4m) - 4m 791M 2710M 17.2.0 e1d6a67b021e 7717e6410024 2023-09-22T22:24:41.965 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 starting - - - - 2023-09-22T22:24:42.137 INFO:teuthology.orchestra.run.smithi110.stdout: 5 66599 10.06 MB/sec execute 66 sec latency 130.000 ms 2023-09-22T22:24:42.209 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:42 smithi110 ceph-mon[107391]: pgmap v52: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 737 op/s 2023-09-22T22:24:42.210 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:42 smithi110 ceph-mon[107391]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:24:42.210 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:42 smithi110 ceph-mon[107391]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:24:42.515 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:24:42.515 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2023-09-22T22:24:42.515 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:24:42.515 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:24:42.515 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2023-09-22T22:24:42.515 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-22T22:24:42.516 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.0.0-6358-ge658726a (e658726abb668aaae1c42e72d314001acd82ce18) reef (dev)": 1 2023-09-22T22:24:42.516 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:24:42.516 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2023-09-22T22:24:42.516 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-22T22:24:42.516 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:24:42.516 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2023-09-22T22:24:42.516 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:24:42.517 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:24:42.517 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2023-09-22T22:24:42.517 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-22T22:24:42.517 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.0.0-6358-ge658726a (e658726abb668aaae1c42e72d314001acd82ce18) reef (dev)": 1 2023-09-22T22:24:42.517 INFO:teuthology.orchestra.run.smithi110.stdout: } 2023-09-22T22:24:42.517 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:24:42.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:42 smithi190 ceph-mon[110035]: pgmap v52: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 737 op/s 2023-09-22T22:24:42.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:42 smithi190 ceph-mon[110035]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:24:42.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:42 smithi190 ceph-mon[110035]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:24:42.985 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:24:42.985 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4140e7a8667595b548aab80088e7f8fdc38b9009176e48396a72ab8b93927d18", 2023-09-22T22:24:42.985 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2023-09-22T22:24:42.985 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-22T22:24:42.986 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2023-09-22T22:24:42.986 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2023-09-22T22:24:42.986 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading mgr daemons", 2023-09-22T22:24:42.986 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2023-09-22T22:24:42.986 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:24:43.137 INFO:teuthology.orchestra.run.smithi110.stdout: 5 66953 10.10 MB/sec execute 67 sec latency 129.277 ms 2023-09-22T22:24:43.235 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:43 smithi110 ceph-mon[107391]: from='client.24535 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:24:43.235 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:43 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/3414666089' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:24:43.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:43 smithi190 ceph-mon[110035]: from='client.24535 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:24:43.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:43 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/3414666089' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:24:43.587 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2023-09-22T22:24:44.137 INFO:teuthology.orchestra.run.smithi110.stdout: 5 67307 10.16 MB/sec execute 68 sec latency 143.616 ms 2023-09-22T22:24:44.244 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:44 smithi110 ceph-mon[107391]: pgmap v53: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 505 op/s 2023-09-22T22:24:44.244 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:44 smithi110 ceph-mon[107391]: from='client.24543 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:24:44.244 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:44 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/2277663523' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:24:44.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:44 smithi190 ceph-mon[110035]: pgmap v53: 97 pgs: 97 active+clean; 341 MiB data, 1.9 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.5 MiB/s wr, 505 op/s 2023-09-22T22:24:44.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:44 smithi190 ceph-mon[110035]: from='client.24543 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:24:44.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:44 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/2277663523' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:24:45.137 INFO:teuthology.orchestra.run.smithi110.stdout: 5 67777 10.11 MB/sec execute 69 sec latency 100.297 ms 2023-09-22T22:24:46.147 INFO:teuthology.orchestra.run.smithi110.stdout: 5 68119 10.06 MB/sec execute 70 sec latency 129.909 ms 2023-09-22T22:24:46.270 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:46 smithi110 ceph-mon[107391]: pgmap v54: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.9 MiB/s wr, 727 op/s 2023-09-22T22:24:46.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:46 smithi190 ceph-mon[110035]: pgmap v54: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.9 MiB/s wr, 727 op/s 2023-09-22T22:24:47.147 INFO:teuthology.orchestra.run.smithi110.stdout: 5 68529 10.13 MB/sec execute 71 sec latency 108.301 ms 2023-09-22T22:24:48.156 INFO:teuthology.orchestra.run.smithi110.stdout: 5 68947 10.16 MB/sec execute 72 sec latency 129.947 ms 2023-09-22T22:24:48.283 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:48 smithi110 ceph-mon[107391]: pgmap v55: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 448 op/s 2023-09-22T22:24:48.283 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:48 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:24:48.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:48 smithi190 ceph-mon[110035]: pgmap v55: 97 pgs: 97 active+clean; 339 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 448 op/s 2023-09-22T22:24:48.538 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:48 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:24:49.156 INFO:teuthology.orchestra.run.smithi110.stdout: 5 69347 10.16 MB/sec execute 73 sec latency 126.983 ms 2023-09-22T22:24:50.156 INFO:teuthology.orchestra.run.smithi110.stdout: 5 69783 10.09 MB/sec execute 74 sec latency 128.766 ms 2023-09-22T22:24:50.313 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:50 smithi110 ceph-mon[107391]: pgmap v56: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 455 op/s 2023-09-22T22:24:50.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:50 smithi190 ceph-mon[110035]: pgmap v56: 97 pgs: 97 active+clean; 338 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 455 op/s 2023-09-22T22:24:51.156 INFO:teuthology.orchestra.run.smithi110.stdout: 5 70208 10.12 MB/sec execute 75 sec latency 102.554 ms 2023-09-22T22:24:52.156 INFO:teuthology.orchestra.run.smithi110.stdout: 5 70700 10.23 MB/sec execute 76 sec latency 132.792 ms 2023-09-22T22:24:52.358 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:52 smithi110 ceph-mon[107391]: pgmap v57: 97 pgs: 97 active+clean; 341 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 678 op/s 2023-09-22T22:24:52.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:52 smithi190 ceph-mon[110035]: pgmap v57: 97 pgs: 97 active+clean; 341 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 6.6 MiB/s wr, 678 op/s 2023-09-22T22:24:53.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 71069 10.23 MB/sec execute 77 sec latency 129.187 ms 2023-09-22T22:24:54.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 71377 10.19 MB/sec execute 78 sec latency 127.022 ms 2023-09-22T22:24:54.372 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:54 smithi110 ceph-mon[107391]: pgmap v58: 97 pgs: 97 active+clean; 341 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 461 op/s 2023-09-22T22:24:54.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:54 smithi190 ceph-mon[110035]: pgmap v58: 97 pgs: 97 active+clean; 341 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.8 MiB/s wr, 461 op/s 2023-09-22T22:24:55.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 71689 10.17 MB/sec execute 79 sec latency 126.991 ms 2023-09-22T22:24:56.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 72084 10.16 MB/sec execute 80 sec latency 144.458 ms 2023-09-22T22:24:56.384 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:56 smithi110 ceph-mon[107391]: pgmap v59: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 704 op/s 2023-09-22T22:24:56.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:56 smithi190 ceph-mon[110035]: pgmap v59: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 704 op/s 2023-09-22T22:24:57.165 INFO:teuthology.orchestra.run.smithi110.stdout: 5 72452 10.18 MB/sec execute 81 sec latency 126.519 ms 2023-09-22T22:24:58.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 72888 10.20 MB/sec execute 82 sec latency 123.734 ms 2023-09-22T22:24:58.433 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:24:58 smithi110 ceph-mon[107391]: pgmap v60: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.8 MiB/s wr, 482 op/s 2023-09-22T22:24:58.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:24:58 smithi190 ceph-mon[110035]: pgmap v60: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.8 MiB/s wr, 482 op/s 2023-09-22T22:24:59.167 INFO:teuthology.orchestra.run.smithi110.stdout: 5 73331 10.15 MB/sec execute 83 sec latency 130.145 ms 2023-09-22T22:25:00.168 INFO:teuthology.orchestra.run.smithi110.stdout: 5 73693 10.18 MB/sec execute 84 sec latency 134.239 ms 2023-09-22T22:25:00.457 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:00 smithi110 ceph-mon[107391]: pgmap v61: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.8 MiB/s wr, 482 op/s 2023-09-22T22:25:00.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:00 smithi190 ceph-mon[110035]: pgmap v61: 97 pgs: 97 active+clean; 337 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.8 MiB/s wr, 482 op/s 2023-09-22T22:25:01.173 INFO:teuthology.orchestra.run.smithi110.stdout: 5 74112 10.22 MB/sec execute 85 sec latency 126.836 ms 2023-09-22T22:25:02.173 INFO:teuthology.orchestra.run.smithi110.stdout: 5 74474 10.27 MB/sec execute 86 sec latency 123.639 ms 2023-09-22T22:25:02.486 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:02 smithi110 ceph-mon[107391]: pgmap v62: 97 pgs: 97 active+clean; 335 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 705 op/s 2023-09-22T22:25:02.550 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:02 smithi190 ceph-mon[110035]: pgmap v62: 97 pgs: 97 active+clean; 335 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 705 op/s 2023-09-22T22:25:03.173 INFO:teuthology.orchestra.run.smithi110.stdout: 5 74808 10.22 MB/sec execute 87 sec latency 120.821 ms 2023-09-22T22:25:03.504 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:25:03.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:25:04.173 INFO:teuthology.orchestra.run.smithi110.stdout: 5 75138 10.15 MB/sec execute 88 sec latency 127.039 ms 2023-09-22T22:25:04.518 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:04 smithi110 ceph-mon[107391]: pgmap v63: 97 pgs: 97 active+clean; 335 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.8 MiB/s wr, 473 op/s 2023-09-22T22:25:04.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:04 smithi190 ceph-mon[110035]: pgmap v63: 97 pgs: 97 active+clean; 335 MiB data, 2.0 GiB used, 713 GiB / 715 GiB avail; 6.8 KiB/s rd, 4.8 MiB/s wr, 473 op/s 2023-09-22T22:25:05.173 INFO:teuthology.orchestra.run.smithi110.stdout: 5 75534 10.17 MB/sec execute 89 sec latency 130.243 ms 2023-09-22T22:25:06.174 INFO:teuthology.orchestra.run.smithi110.stdout: 5 75933 10.20 MB/sec execute 90 sec latency 124.328 ms 2023-09-22T22:25:06.317 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:06 smithi110 ceph-mon[107391]: pgmap v64: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 693 op/s 2023-09-22T22:25:06.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:06 smithi190 ceph-mon[110035]: pgmap v64: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.2 MiB/s wr, 693 op/s 2023-09-22T22:25:07.174 INFO:teuthology.orchestra.run.smithi110.stdout: 5 76330 10.20 MB/sec execute 91 sec latency 107.359 ms 2023-09-22T22:25:08.174 INFO:teuthology.orchestra.run.smithi110.stdout: 5 76737 10.17 MB/sec execute 92 sec latency 125.585 ms 2023-09-22T22:25:08.358 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:08 smithi110 ceph-mon[107391]: pgmap v65: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 449 op/s 2023-09-22T22:25:08.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:08 smithi190 ceph-mon[110035]: pgmap v65: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 449 op/s 2023-09-22T22:25:09.174 INFO:teuthology.orchestra.run.smithi110.stdout: 5 77071 10.16 MB/sec execute 93 sec latency 124.279 ms 2023-09-22T22:25:10.178 INFO:teuthology.orchestra.run.smithi110.stdout: 5 77377 10.18 MB/sec execute 94 sec latency 129.679 ms 2023-09-22T22:25:10.429 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:10 smithi110 ceph-mon[107391]: pgmap v66: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 449 op/s 2023-09-22T22:25:10.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:10 smithi190 ceph-mon[110035]: pgmap v66: 97 pgs: 97 active+clean; 337 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 449 op/s 2023-09-22T22:25:11.178 INFO:teuthology.orchestra.run.smithi110.stdout: 5 77759 10.20 MB/sec execute 95 sec latency 129.972 ms 2023-09-22T22:25:12.178 INFO:teuthology.orchestra.run.smithi110.stdout: 5 78108 10.19 MB/sec execute 96 sec latency 112.055 ms 2023-09-22T22:25:12.468 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:12 smithi110 ceph-mon[107391]: pgmap v67: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 677 op/s 2023-09-22T22:25:12.828 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:12 smithi190 ceph-mon[110035]: pgmap v67: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 10 KiB/s rd, 7.0 MiB/s wr, 677 op/s 2023-09-22T22:25:13.178 INFO:teuthology.orchestra.run.smithi110.stdout: 5 78333 10.14 MB/sec execute 97 sec latency 126.535 ms 2023-09-22T22:25:14.090 INFO:teuthology.orchestra.run.smithi110.stdout:true 2023-09-22T22:25:14.178 INFO:teuthology.orchestra.run.smithi110.stdout: 5 78692 10.13 MB/sec execute 98 sec latency 126.951 ms 2023-09-22T22:25:14.515 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:14 smithi110 ceph-mon[107391]: pgmap v68: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 447 op/s 2023-09-22T22:25:14.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:14 smithi190 ceph-mon[110035]: pgmap v68: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.7 KiB/s rd, 4.7 MiB/s wr, 447 op/s 2023-09-22T22:25:15.063 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-22T22:25:15.063 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 starting - - - - 2023-09-22T22:25:15.063 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (8m) - 8m 7033k - 17.2.0 e1d6a67b021e 1c5b7bcc7c18 2023-09-22T22:25:15.063 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi190 smithi190 running (7m) - 7m 7151k - 17.2.0 e1d6a67b021e 70f7e0ffca66 2023-09-22T22:25:15.064 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 starting - - - - 2023-09-22T22:25:15.064 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.kmhpkk smithi110 running (4m) - 4m 34.9M - 17.2.0 e1d6a67b021e a1460f8068d0 2023-09-22T22:25:15.064 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi190.rwycsq smithi190 running (3m) - 3m 12.9M - 17.2.0 e1d6a67b021e 9de528db6a38 2023-09-22T22:25:15.064 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ntddcx smithi110 *:9283 running (9m) - 9m 295M - 17.2.0 e1d6a67b021e 5fd4a7713ce9 2023-09-22T22:25:15.064 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi190.rgckme smithi190 *:8443,9283 running (2m) - 7m 484M - 18.0.0-6358-ge658726a 1d431065767a d299fcf83588 2023-09-22T22:25:15.064 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (9m) - 9m 91.0M 2048M 17.2.0 e1d6a67b021e 8016a9a61831 2023-09-22T22:25:15.064 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi190 smithi190 running (7m) - 7m 57.9M 2048M 17.2.0 e1d6a67b021e e268eb6807b2 2023-09-22T22:25:15.064 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.rptyvn smithi110 *:2049 running (3m) - 3m 269M - 4.0 e1d6a67b021e 061b34e9507b 2023-09-22T22:25:15.064 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi190.azubih smithi190 *:2049 running (3m) - 3m 75.9M - 4.0 e1d6a67b021e 8d72535b5cb2 2023-09-22T22:25:15.064 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 starting - - - - 2023-09-22T22:25:15.064 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi190 smithi190 *:9100 starting - - - - 2023-09-22T22:25:15.064 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (7m) - 7m 546M 1942M 17.2.0 e1d6a67b021e 7367c3b1d484 2023-09-22T22:25:15.064 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (6m) - 6m 367M 1942M 17.2.0 e1d6a67b021e 38cb99cb1eaf 2023-09-22T22:25:15.065 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (6m) - 6m 207M 1942M 17.2.0 e1d6a67b021e 4c8ced4ef7a2 2023-09-22T22:25:15.065 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (6m) - 6m 530M 1942M 17.2.0 e1d6a67b021e 658f6dc4a9d4 2023-09-22T22:25:15.065 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi190 running (5m) - 5m 472M 2710M 17.2.0 e1d6a67b021e e93901b924eb 2023-09-22T22:25:15.065 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi190 running (5m) - 5m 506M 2710M 17.2.0 e1d6a67b021e 75574d9dfa2a 2023-09-22T22:25:15.065 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi190 running (5m) - 5m 490M 2710M 17.2.0 e1d6a67b021e 71e4d339c3e5 2023-09-22T22:25:15.065 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi190 running (4m) - 4m 791M 2710M 17.2.0 e1d6a67b021e 7717e6410024 2023-09-22T22:25:15.065 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 starting - - - - 2023-09-22T22:25:15.178 INFO:teuthology.orchestra.run.smithi110.stdout: 5 79037 10.08 MB/sec execute 99 sec latency 130.787 ms 2023-09-22T22:25:15.534 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:15 smithi110 ceph-mon[107391]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:25:15.678 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:25:15.678 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2023-09-22T22:25:15.678 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:25:15.678 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:25:15.678 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2023-09-22T22:25:15.678 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-22T22:25:15.678 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.0.0-6358-ge658726a (e658726abb668aaae1c42e72d314001acd82ce18) reef (dev)": 1 2023-09-22T22:25:15.679 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:25:15.679 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2023-09-22T22:25:15.679 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-22T22:25:15.679 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:25:15.679 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2023-09-22T22:25:15.679 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:25:15.679 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:25:15.679 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2023-09-22T22:25:15.679 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-22T22:25:15.679 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.0.0-6358-ge658726a (e658726abb668aaae1c42e72d314001acd82ce18) reef (dev)": 1 2023-09-22T22:25:15.679 INFO:teuthology.orchestra.run.smithi110.stdout: } 2023-09-22T22:25:15.679 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:25:15.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:15 smithi190 ceph-mon[110035]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:25:16.160 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:25:16.160 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4140e7a8667595b548aab80088e7f8fdc38b9009176e48396a72ab8b93927d18", 2023-09-22T22:25:16.160 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2023-09-22T22:25:16.160 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-22T22:25:16.160 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2023-09-22T22:25:16.160 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2023-09-22T22:25:16.161 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading mgr daemons", 2023-09-22T22:25:16.161 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2023-09-22T22:25:16.161 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:25:16.178 INFO:teuthology.orchestra.run.smithi110.stdout: 5 79303 10.06 MB/sec execute 100 sec latency 122.945 ms 2023-09-22T22:25:16.550 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:16 smithi110 ceph-mon[107391]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:25:16.551 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:16 smithi110 ceph-mon[107391]: pgmap v69: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.8 MiB/s wr, 643 op/s 2023-09-22T22:25:16.551 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:16 smithi110 ceph-mon[107391]: from='client.24553 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:25:16.551 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:16 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/1502421092' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:25:16.766 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2023-09-22T22:25:16.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:16 smithi190 ceph-mon[110035]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:25:16.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:16 smithi190 ceph-mon[110035]: pgmap v69: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.9 KiB/s rd, 6.8 MiB/s wr, 643 op/s 2023-09-22T22:25:16.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:16 smithi190 ceph-mon[110035]: from='client.24553 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:25:16.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:16 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/1502421092' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:25:17.178 INFO:teuthology.orchestra.run.smithi110.stdout: 5 79691 10.11 MB/sec execute 101 sec latency 130.776 ms 2023-09-22T22:25:17.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:17 smithi110 ceph-mon[107391]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:25:17.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:17 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/3854941312' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:25:17.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:17 smithi190 ceph-mon[110035]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:25:17.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:17 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/3854941312' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:25:18.179 INFO:teuthology.orchestra.run.smithi110.stdout: 5 80124 10.05 MB/sec execute 102 sec latency 99.345 ms 2023-09-22T22:25:18.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:18 smithi110 ceph-mon[107391]: pgmap v70: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 423 op/s 2023-09-22T22:25:18.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:18 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:25:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:18 smithi190 ceph-mon[110035]: pgmap v70: 97 pgs: 97 active+clean; 338 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 423 op/s 2023-09-22T22:25:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:18 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:25:19.181 INFO:teuthology.orchestra.run.smithi110.stdout: 5 80500 10.06 MB/sec execute 103 sec latency 126.600 ms 2023-09-22T22:25:20.181 INFO:teuthology.orchestra.run.smithi110.stdout: 5 80886 10.12 MB/sec execute 104 sec latency 146.162 ms 2023-09-22T22:25:20.646 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:20 smithi110 ceph-mon[107391]: pgmap v71: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-09-22T22:25:20.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:20 smithi190 ceph-mon[110035]: pgmap v71: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 436 op/s 2023-09-22T22:25:21.181 INFO:teuthology.orchestra.run.smithi110.stdout: 5 81277 10.14 MB/sec execute 105 sec latency 132.784 ms 2023-09-22T22:25:22.181 INFO:teuthology.orchestra.run.smithi110.stdout: 5 81611 10.14 MB/sec execute 106 sec latency 140.344 ms 2023-09-22T22:25:22.427 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:22 smithi110 ceph-mon[107391]: pgmap v72: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.5 MiB/s wr, 641 op/s 2023-09-22T22:25:22.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:22 smithi190 ceph-mon[110035]: pgmap v72: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.5 MiB/s wr, 641 op/s 2023-09-22T22:25:23.181 INFO:teuthology.orchestra.run.smithi110.stdout: 5 81889 10.10 MB/sec execute 107 sec latency 129.718 ms 2023-09-22T22:25:24.187 INFO:teuthology.orchestra.run.smithi110.stdout: 5 82270 10.04 MB/sec execute 108 sec latency 126.306 ms 2023-09-22T22:25:24.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:24 smithi110 ceph-mon[107391]: pgmap v73: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-09-22T22:25:24.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:24 smithi190 ceph-mon[110035]: pgmap v73: 97 pgs: 97 active+clean; 336 MiB data, 2.1 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-09-22T22:25:25.187 INFO:teuthology.orchestra.run.smithi110.stdout: 5 82642 10.04 MB/sec execute 109 sec latency 107.998 ms 2023-09-22T22:25:26.187 INFO:teuthology.orchestra.run.smithi110.stdout: 5 83009 10.07 MB/sec execute 110 sec latency 127.053 ms 2023-09-22T22:25:26.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:26 smithi110 ceph-mon[107391]: pgmap v74: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.4 MiB/s wr, 621 op/s 2023-09-22T22:25:26.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:26 smithi190 ceph-mon[110035]: pgmap v74: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.4 MiB/s wr, 621 op/s 2023-09-22T22:25:27.196 INFO:teuthology.orchestra.run.smithi110.stdout: 5 83442 10.08 MB/sec execute 111 sec latency 113.036 ms 2023-09-22T22:25:28.198 INFO:teuthology.orchestra.run.smithi110.stdout: 5 83805 10.06 MB/sec execute 112 sec latency 135.516 ms 2023-09-22T22:25:28.556 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:28 smithi110 ceph-mon[107391]: pgmap v75: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 426 op/s 2023-09-22T22:25:28.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:28 smithi190 ceph-mon[110035]: pgmap v75: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.3 MiB/s wr, 426 op/s 2023-09-22T22:25:29.199 INFO:teuthology.orchestra.run.smithi110.stdout: 5 84119 10.05 MB/sec execute 113 sec latency 129.291 ms 2023-09-22T22:25:30.199 INFO:teuthology.orchestra.run.smithi110.stdout: 5 84462 10.05 MB/sec execute 114 sec latency 131.548 ms 2023-09-22T22:25:30.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:30 smithi110 ceph-mon[107391]: pgmap v76: 97 pgs: 97 active+clean; 335 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.7 MiB/s wr, 458 op/s 2023-09-22T22:25:30.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:30 smithi190 ceph-mon[110035]: pgmap v76: 97 pgs: 97 active+clean; 335 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.7 MiB/s wr, 458 op/s 2023-09-22T22:25:31.199 INFO:teuthology.orchestra.run.smithi110.stdout: 5 84887 10.11 MB/sec execute 115 sec latency 131.452 ms 2023-09-22T22:25:32.199 INFO:teuthology.orchestra.run.smithi110.stdout: 5 85220 10.10 MB/sec execute 116 sec latency 130.042 ms 2023-09-22T22:25:32.654 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:32 smithi110 ceph-mon[107391]: pgmap v77: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 636 op/s 2023-09-22T22:25:32.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:32 smithi190 ceph-mon[110035]: pgmap v77: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.4 MiB/s wr, 636 op/s 2023-09-22T22:25:33.204 INFO:teuthology.orchestra.run.smithi110.stdout: 5 85506 10.07 MB/sec execute 117 sec latency 101.928 ms 2023-09-22T22:25:33.654 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:33 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:25:33.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:33 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:25:34.204 INFO:teuthology.orchestra.run.smithi110.stdout: 5 85882 10.03 MB/sec execute 118 sec latency 124.071 ms 2023-09-22T22:25:34.683 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:34 smithi110 ceph-mon[107391]: pgmap v78: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-09-22T22:25:34.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:34 smithi190 ceph-mon[110035]: pgmap v78: 97 pgs: 97 active+clean; 342 MiB data, 2.2 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.5 MiB/s wr, 431 op/s 2023-09-22T22:25:35.204 INFO:teuthology.orchestra.run.smithi110.stdout: 5 86180 10.00 MB/sec execute 119 sec latency 126.548 ms 2023-09-22T22:25:36.204 INFO:teuthology.orchestra.run.smithi110.stdout: 5 86507 10.00 MB/sec execute 120 sec latency 129.829 ms 2023-09-22T22:25:36.727 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:36 smithi110 ceph-mon[107391]: pgmap v79: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.7 MiB/s wr, 634 op/s 2023-09-22T22:25:36.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:36 smithi190 ceph-mon[110035]: pgmap v79: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.7 MiB/s wr, 634 op/s 2023-09-22T22:25:37.204 INFO:teuthology.orchestra.run.smithi110.stdout: 5 86890 10.02 MB/sec execute 121 sec latency 142.760 ms 2023-09-22T22:25:38.204 INFO:teuthology.orchestra.run.smithi110.stdout: 5 87311 9.98 MB/sec execute 122 sec latency 130.036 ms 2023-09-22T22:25:38.744 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:38 smithi110 ceph-mon[107391]: pgmap v80: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-09-22T22:25:38.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:38 smithi190 ceph-mon[110035]: pgmap v80: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-09-22T22:25:39.211 INFO:teuthology.orchestra.run.smithi110.stdout: 5 87616 9.98 MB/sec execute 123 sec latency 128.694 ms 2023-09-22T22:25:40.219 INFO:teuthology.orchestra.run.smithi110.stdout: 5 88086 10.03 MB/sec execute 124 sec latency 126.670 ms 2023-09-22T22:25:40.528 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:40 smithi110 ceph-mon[107391]: pgmap v81: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.9 MiB/s wr, 477 op/s 2023-09-22T22:25:40.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:40 smithi190 ceph-mon[110035]: pgmap v81: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.9 MiB/s wr, 477 op/s 2023-09-22T22:25:41.228 INFO:teuthology.orchestra.run.smithi110.stdout: 5 88503 10.08 MB/sec execute 125 sec latency 128.883 ms 2023-09-22T22:25:42.229 INFO:teuthology.orchestra.run.smithi110.stdout: 5 88875 10.08 MB/sec execute 126 sec latency 123.638 ms 2023-09-22T22:25:42.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:42 smithi110 ceph-mon[107391]: pgmap v82: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 618 op/s 2023-09-22T22:25:42.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:42 smithi190 ceph-mon[110035]: pgmap v82: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 6.2 MiB/s wr, 618 op/s 2023-09-22T22:25:43.229 INFO:teuthology.orchestra.run.smithi110.stdout: 5 89116 10.02 MB/sec execute 127 sec latency 133.100 ms 2023-09-22T22:25:44.229 INFO:teuthology.orchestra.run.smithi110.stdout: 5 89409 9.97 MB/sec execute 128 sec latency 138.273 ms 2023-09-22T22:25:44.646 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:44 smithi110 ceph-mon[107391]: pgmap v83: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-09-22T22:25:44.850 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:44 smithi190 ceph-mon[110035]: pgmap v83: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.4 MiB/s wr, 426 op/s 2023-09-22T22:25:45.229 INFO:teuthology.orchestra.run.smithi110.stdout: 5 89686 9.95 MB/sec execute 129 sec latency 130.062 ms 2023-09-22T22:25:46.232 INFO:teuthology.orchestra.run.smithi110.stdout: 5 90015 9.98 MB/sec execute 130 sec latency 148.966 ms 2023-09-22T22:25:46.740 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:46 smithi110 ceph-mon[107391]: pgmap v84: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.6 MiB/s wr, 632 op/s 2023-09-22T22:25:46.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:46 smithi190 ceph-mon[110035]: pgmap v84: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 6.6 MiB/s wr, 632 op/s 2023-09-22T22:25:47.231 INFO:teuthology.orchestra.run.smithi110.stdout: 5 90354 9.98 MB/sec execute 131 sec latency 120.845 ms 2023-09-22T22:25:47.244 INFO:teuthology.orchestra.run.smithi110.stdout:true 2023-09-22T22:25:48.127 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-22T22:25:48.127 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 starting - - - - 2023-09-22T22:25:48.127 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (8m) - 8m 7033k - 17.2.0 e1d6a67b021e 1c5b7bcc7c18 2023-09-22T22:25:48.127 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi190 smithi190 running (8m) - 8m 7151k - 17.2.0 e1d6a67b021e 70f7e0ffca66 2023-09-22T22:25:48.127 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 starting - - - - 2023-09-22T22:25:48.127 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.kmhpkk smithi110 running (4m) - 4m 34.9M - 17.2.0 e1d6a67b021e a1460f8068d0 2023-09-22T22:25:48.127 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi190.rwycsq smithi190 running (4m) - 4m 12.9M - 17.2.0 e1d6a67b021e 9de528db6a38 2023-09-22T22:25:48.127 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ntddcx smithi110 *:9283 running (9m) - 9m 295M - 17.2.0 e1d6a67b021e 5fd4a7713ce9 2023-09-22T22:25:48.127 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi190.rgckme smithi190 *:8443,9283 running (2m) - 8m 484M - 18.0.0-6358-ge658726a 1d431065767a d299fcf83588 2023-09-22T22:25:48.127 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (9m) - 9m 91.0M 2048M 17.2.0 e1d6a67b021e 8016a9a61831 2023-09-22T22:25:48.127 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi190 smithi190 running (8m) - 8m 57.9M 2048M 17.2.0 e1d6a67b021e e268eb6807b2 2023-09-22T22:25:48.128 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.rptyvn smithi110 *:2049 running (4m) - 4m 269M - 4.0 e1d6a67b021e 061b34e9507b 2023-09-22T22:25:48.128 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi190.azubih smithi190 *:2049 running (4m) - 4m 75.9M - 4.0 e1d6a67b021e 8d72535b5cb2 2023-09-22T22:25:48.128 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 starting - - - - 2023-09-22T22:25:48.128 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi190 smithi190 *:9100 starting - - - - 2023-09-22T22:25:48.128 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (7m) - 7m 546M 1942M 17.2.0 e1d6a67b021e 7367c3b1d484 2023-09-22T22:25:48.128 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (7m) - 7m 367M 1942M 17.2.0 e1d6a67b021e 38cb99cb1eaf 2023-09-22T22:25:48.128 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (6m) - 6m 207M 1942M 17.2.0 e1d6a67b021e 4c8ced4ef7a2 2023-09-22T22:25:48.128 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (6m) - 6m 530M 1942M 17.2.0 e1d6a67b021e 658f6dc4a9d4 2023-09-22T22:25:48.128 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi190 running (6m) - 6m 472M 2710M 17.2.0 e1d6a67b021e e93901b924eb 2023-09-22T22:25:48.128 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi190 running (6m) - 6m 506M 2710M 17.2.0 e1d6a67b021e 75574d9dfa2a 2023-09-22T22:25:48.128 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi190 running (5m) - 5m 490M 2710M 17.2.0 e1d6a67b021e 71e4d339c3e5 2023-09-22T22:25:48.128 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi190 running (5m) - 5m 791M 2710M 17.2.0 e1d6a67b021e 7717e6410024 2023-09-22T22:25:48.129 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 starting - - - - 2023-09-22T22:25:48.231 INFO:teuthology.orchestra.run.smithi110.stdout: 5 90692 9.93 MB/sec execute 132 sec latency 125.182 ms 2023-09-22T22:25:48.548 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:48 smithi110 ceph-mon[107391]: pgmap v85: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-09-22T22:25:48.548 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:48 smithi110 ceph-mon[107391]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:25:48.548 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:48 smithi110 ceph-mon[107391]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:25:48.549 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:48 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:25:48.549 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:48 smithi110 ceph-mon[107391]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:25:48.705 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:25:48.705 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2023-09-22T22:25:48.705 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:25:48.705 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:25:48.706 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2023-09-22T22:25:48.706 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-22T22:25:48.706 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.0.0-6358-ge658726a (e658726abb668aaae1c42e72d314001acd82ce18) reef (dev)": 1 2023-09-22T22:25:48.706 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:25:48.706 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2023-09-22T22:25:48.706 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-22T22:25:48.706 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:25:48.706 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2023-09-22T22:25:48.706 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:25:48.706 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:25:48.706 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2023-09-22T22:25:48.707 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-22T22:25:48.707 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.0.0-6358-ge658726a (e658726abb668aaae1c42e72d314001acd82ce18) reef (dev)": 1 2023-09-22T22:25:48.707 INFO:teuthology.orchestra.run.smithi110.stdout: } 2023-09-22T22:25:48.707 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:25:48.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:48 smithi190 ceph-mon[110035]: pgmap v85: 97 pgs: 97 active+clean; 339 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.4 MiB/s wr, 429 op/s 2023-09-22T22:25:48.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:48 smithi190 ceph-mon[110035]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:25:48.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:48 smithi190 ceph-mon[110035]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:25:48.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:48 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:25:48.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:48 smithi190 ceph-mon[110035]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:25:49.143 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:25:49.143 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4140e7a8667595b548aab80088e7f8fdc38b9009176e48396a72ab8b93927d18", 2023-09-22T22:25:49.143 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2023-09-22T22:25:49.143 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-22T22:25:49.143 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2023-09-22T22:25:49.143 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2023-09-22T22:25:49.143 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading mgr daemons", 2023-09-22T22:25:49.143 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2023-09-22T22:25:49.144 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:25:49.232 INFO:teuthology.orchestra.run.smithi110.stdout: 5 90991 9.92 MB/sec execute 133 sec latency 128.164 ms 2023-09-22T22:25:49.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:49 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/3468292107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:25:49.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:49 smithi110 ceph-mon[107391]: pgmap v86: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.1 MiB/s wr, 562 op/s 2023-09-22T22:25:49.573 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:49 smithi110 ceph-mon[107391]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:25:49.701 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2023-09-22T22:25:50.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:49 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/3468292107' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:25:50.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:49 smithi190 ceph-mon[110035]: pgmap v86: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.1 MiB/s wr, 562 op/s 2023-09-22T22:25:50.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:49 smithi190 ceph-mon[110035]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:25:50.234 INFO:teuthology.orchestra.run.smithi110.stdout: 5 91345 9.95 MB/sec execute 134 sec latency 129.868 ms 2023-09-22T22:25:50.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:50 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/2571887612' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:25:51.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:50 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/2571887612' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:25:51.243 INFO:teuthology.orchestra.run.smithi110.stdout: 5 91687 9.94 MB/sec execute 135 sec latency 147.481 ms 2023-09-22T22:25:52.251 INFO:teuthology.orchestra.run.smithi110.stdout: 5 92080 9.99 MB/sec execute 136 sec latency 123.534 ms 2023-09-22T22:25:52.367 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:52 smithi110 ceph-mon[107391]: pgmap v87: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.8 MiB/s wr, 567 op/s 2023-09-22T22:25:52.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:52 smithi190 ceph-mon[110035]: pgmap v87: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.8 MiB/s wr, 567 op/s 2023-09-22T22:25:53.251 INFO:teuthology.orchestra.run.smithi110.stdout: 5 92341 9.95 MB/sec execute 137 sec latency 96.889 ms 2023-09-22T22:25:54.256 INFO:teuthology.orchestra.run.smithi110.stdout: 5 92665 9.91 MB/sec execute 138 sec latency 129.628 ms 2023-09-22T22:25:54.394 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:54 smithi110 ceph-mon[107391]: pgmap v88: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-09-22T22:25:54.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:54 smithi190 ceph-mon[110035]: pgmap v88: 97 pgs: 97 active+clean; 337 MiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 394 op/s 2023-09-22T22:25:55.261 INFO:teuthology.orchestra.run.smithi110.stdout: 5 92953 9.87 MB/sec execute 139 sec latency 120.674 ms 2023-09-22T22:25:56.201 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:56 smithi110 ceph-mon[107391]: pgmap v89: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.3 MiB/s wr, 595 op/s 2023-09-22T22:25:56.261 INFO:teuthology.orchestra.run.smithi110.stdout: 5 93262 9.85 MB/sec execute 140 sec latency 120.748 ms 2023-09-22T22:25:56.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:56 smithi190 ceph-mon[110035]: pgmap v89: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 6.3 MiB/s wr, 595 op/s 2023-09-22T22:25:57.261 INFO:teuthology.orchestra.run.smithi110.stdout: 5 93581 9.86 MB/sec execute 141 sec latency 207.362 ms 2023-09-22T22:25:58.233 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:25:58 smithi110 ceph-mon[107391]: pgmap v90: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 389 op/s 2023-09-22T22:25:58.261 INFO:teuthology.orchestra.run.smithi110.stdout: 5 93996 9.87 MB/sec execute 142 sec latency 136.494 ms 2023-09-22T22:25:58.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:25:58 smithi190 ceph-mon[110035]: pgmap v90: 97 pgs: 97 active+clean; 339 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.1 MiB/s wr, 389 op/s 2023-09-22T22:25:59.261 INFO:teuthology.orchestra.run.smithi110.stdout: 5 94305 9.85 MB/sec execute 143 sec latency 204.438 ms 2023-09-22T22:26:00.261 INFO:teuthology.orchestra.run.smithi110.stdout: 5 94692 9.89 MB/sec execute 144 sec latency 138.622 ms 2023-09-22T22:26:00.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:00 smithi110 ceph-mon[107391]: pgmap v91: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 419 op/s 2023-09-22T22:26:00.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:00 smithi190 ceph-mon[110035]: pgmap v91: 97 pgs: 97 active+clean; 337 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.5 MiB/s wr, 419 op/s 2023-09-22T22:26:01.262 INFO:teuthology.orchestra.run.smithi110.stdout: 5 94989 9.88 MB/sec execute 145 sec latency 146.253 ms 2023-09-22T22:26:02.262 INFO:teuthology.orchestra.run.smithi110.stdout: 5 95351 9.89 MB/sec execute 146 sec latency 126.966 ms 2023-09-22T22:26:02.313 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:02 smithi110 ceph-mon[107391]: pgmap v92: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.2 MiB/s wr, 453 op/s 2023-09-22T22:26:02.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:02 smithi190 ceph-mon[110035]: pgmap v92: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.2 MiB/s wr, 453 op/s 2023-09-22T22:26:03.262 INFO:teuthology.orchestra.run.smithi110.stdout: 5 95587 9.87 MB/sec execute 147 sec latency 139.595 ms 2023-09-22T22:26:03.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:26:03.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:26:04.262 INFO:teuthology.orchestra.run.smithi110.stdout: 5 95771 9.83 MB/sec execute 148 sec latency 144.811 ms 2023-09-22T22:26:04.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:04 smithi110 ceph-mon[107391]: pgmap v93: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 396 op/s 2023-09-22T22:26:04.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:04 smithi190 ceph-mon[110035]: pgmap v93: 97 pgs: 97 active+clean; 336 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.0 MiB/s wr, 396 op/s 2023-09-22T22:26:05.263 INFO:teuthology.orchestra.run.smithi110.stdout: 5 96007 9.81 MB/sec execute 149 sec latency 126.333 ms 2023-09-22T22:26:06.262 INFO:teuthology.orchestra.run.smithi110.stdout: 5 96323 9.76 MB/sec execute 150 sec latency 127.319 ms 2023-09-22T22:26:06.402 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:06 smithi110 ceph-mon[107391]: pgmap v94: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 582 op/s 2023-09-22T22:26:06.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:06 smithi190 ceph-mon[110035]: pgmap v94: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.4 MiB/s wr, 582 op/s 2023-09-22T22:26:07.263 INFO:teuthology.orchestra.run.smithi110.stdout: 5 96574 9.72 MB/sec execute 151 sec latency 123.225 ms 2023-09-22T22:26:08.211 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:08 smithi110 ceph-mon[107391]: pgmap v95: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 381 op/s 2023-09-22T22:26:08.263 INFO:teuthology.orchestra.run.smithi110.stdout: 5 96840 9.71 MB/sec execute 152 sec latency 133.109 ms 2023-09-22T22:26:08.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:08 smithi190 ceph-mon[110035]: pgmap v95: 97 pgs: 97 active+clean; 340 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 381 op/s 2023-09-22T22:26:09.263 INFO:teuthology.orchestra.run.smithi110.stdout: 5 97121 9.72 MB/sec execute 153 sec latency 120.916 ms 2023-09-22T22:26:10.268 INFO:teuthology.orchestra.run.smithi110.stdout: 5 97521 9.71 MB/sec execute 154 sec latency 125.157 ms 2023-09-22T22:26:10.284 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:10 smithi110 ceph-mon[107391]: pgmap v96: 97 pgs: 97 active+clean; 332 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 399 op/s 2023-09-22T22:26:10.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:10 smithi190 ceph-mon[110035]: pgmap v96: 97 pgs: 97 active+clean; 332 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.3 MiB/s wr, 399 op/s 2023-09-22T22:26:11.268 INFO:teuthology.orchestra.run.smithi110.stdout: 5 97868 9.70 MB/sec execute 155 sec latency 126.737 ms 2023-09-22T22:26:12.268 INFO:teuthology.orchestra.run.smithi110.stdout: 5 98148 9.71 MB/sec execute 156 sec latency 135.389 ms 2023-09-22T22:26:12.322 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:12 smithi110 ceph-mon[107391]: pgmap v97: 97 pgs: 97 active+clean; 332 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.0 MiB/s wr, 519 op/s 2023-09-22T22:26:12.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:12 smithi190 ceph-mon[110035]: pgmap v97: 97 pgs: 97 active+clean; 332 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.0 MiB/s wr, 519 op/s 2023-09-22T22:26:13.268 INFO:teuthology.orchestra.run.smithi110.stdout: 5 98490 9.75 MB/sec execute 157 sec latency 139.950 ms 2023-09-22T22:26:14.271 INFO:teuthology.orchestra.run.smithi110.stdout: 5 98786 9.73 MB/sec execute 158 sec latency 128.346 ms 2023-09-22T22:26:14.376 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:14 smithi110 ceph-mon[107391]: pgmap v98: 97 pgs: 97 active+clean; 332 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2023-09-22T22:26:14.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:14 smithi190 ceph-mon[110035]: pgmap v98: 97 pgs: 97 active+clean; 332 MiB data, 2.4 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 353 op/s 2023-09-22T22:26:15.277 INFO:teuthology.orchestra.run.smithi110.stdout: 5 99119 9.73 MB/sec execute 159 sec latency 137.191 ms 2023-09-22T22:26:16.281 INFO:teuthology.orchestra.run.smithi110.stdout: 5 99341 9.69 MB/sec execute 160 sec latency 149.558 ms 2023-09-22T22:26:16.425 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:16 smithi110 ceph-mon[107391]: pgmap v99: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.9 MiB/s wr, 537 op/s 2023-09-22T22:26:16.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:16 smithi190 ceph-mon[110035]: pgmap v99: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.0 KiB/s rd, 5.9 MiB/s wr, 537 op/s 2023-09-22T22:26:17.281 INFO:teuthology.orchestra.run.smithi110.stdout: 5 99654 9.68 MB/sec execute 161 sec latency 123.870 ms 2023-09-22T22:26:18.282 INFO:teuthology.orchestra.run.smithi110.stdout: 5 100000 9.64 MB/sec execute 162 sec latency 88.788 ms 2023-09-22T22:26:18.474 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:18 smithi110 ceph-mon[107391]: pgmap v100: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2023-09-22T22:26:18.474 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:18 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:26:18.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:18 smithi190 ceph-mon[110035]: pgmap v100: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2023-09-22T22:26:18.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:18 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:26:19.282 INFO:teuthology.orchestra.run.smithi110.stdout: 5 100309 9.63 MB/sec execute 163 sec latency 138.499 ms 2023-09-22T22:26:20.188 INFO:teuthology.orchestra.run.smithi110.stdout:true 2023-09-22T22:26:20.261 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:20 smithi110 ceph-mon[107391]: pgmap v101: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-09-22T22:26:20.282 INFO:teuthology.orchestra.run.smithi110.stdout: 5 100531 9.60 MB/sec execute 164 sec latency 126.158 ms 2023-09-22T22:26:20.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:20 smithi190 ceph-mon[110035]: pgmap v101: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 4.0 MiB/s wr, 385 op/s 2023-09-22T22:26:21.162 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-22T22:26:21.163 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 starting - - - - 2023-09-22T22:26:21.163 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (9m) - 9m 7033k - 17.2.0 e1d6a67b021e 1c5b7bcc7c18 2023-09-22T22:26:21.163 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi190 smithi190 running (8m) - 8m 7151k - 17.2.0 e1d6a67b021e 70f7e0ffca66 2023-09-22T22:26:21.163 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 starting - - - - 2023-09-22T22:26:21.163 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.kmhpkk smithi110 running (5m) - 5m 34.9M - 17.2.0 e1d6a67b021e a1460f8068d0 2023-09-22T22:26:21.163 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi190.rwycsq smithi190 running (5m) - 5m 12.9M - 17.2.0 e1d6a67b021e 9de528db6a38 2023-09-22T22:26:21.163 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ntddcx smithi110 *:9283 running (10m) - 10m 295M - 17.2.0 e1d6a67b021e 5fd4a7713ce9 2023-09-22T22:26:21.163 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi190.rgckme smithi190 *:8443,9283 running (3m) - 8m 484M - 18.0.0-6358-ge658726a 1d431065767a d299fcf83588 2023-09-22T22:26:21.163 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (10m) - 10m 91.0M 2048M 17.2.0 e1d6a67b021e 8016a9a61831 2023-09-22T22:26:21.163 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi190 smithi190 running (8m) - 8m 57.9M 2048M 17.2.0 e1d6a67b021e e268eb6807b2 2023-09-22T22:26:21.164 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.rptyvn smithi110 *:2049 running (4m) - 4m 269M - 4.0 e1d6a67b021e 061b34e9507b 2023-09-22T22:26:21.164 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi190.azubih smithi190 *:2049 running (4m) - 4m 75.9M - 4.0 e1d6a67b021e 8d72535b5cb2 2023-09-22T22:26:21.164 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 starting - - - - 2023-09-22T22:26:21.164 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi190 smithi190 *:9100 starting - - - - 2023-09-22T22:26:21.164 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (8m) - 8m 546M 1942M 17.2.0 e1d6a67b021e 7367c3b1d484 2023-09-22T22:26:21.164 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (7m) - 7m 367M 1942M 17.2.0 e1d6a67b021e 38cb99cb1eaf 2023-09-22T22:26:21.164 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (7m) - 7m 207M 1942M 17.2.0 e1d6a67b021e 4c8ced4ef7a2 2023-09-22T22:26:21.164 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (7m) - 7m 530M 1942M 17.2.0 e1d6a67b021e 658f6dc4a9d4 2023-09-22T22:26:21.164 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi190 running (6m) - 6m 472M 2710M 17.2.0 e1d6a67b021e e93901b924eb 2023-09-22T22:26:21.164 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi190 running (6m) - 6m 506M 2710M 17.2.0 e1d6a67b021e 75574d9dfa2a 2023-09-22T22:26:21.164 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi190 running (6m) - 6m 490M 2710M 17.2.0 e1d6a67b021e 71e4d339c3e5 2023-09-22T22:26:21.165 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi190 running (6m) - 6m 791M 2710M 17.2.0 e1d6a67b021e 7717e6410024 2023-09-22T22:26:21.165 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 starting - - - - 2023-09-22T22:26:21.283 INFO:teuthology.orchestra.run.smithi110.stdout: 5 100887 9.62 MB/sec execute 165 sec latency 129.907 ms 2023-09-22T22:26:21.300 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:21 smithi110 ceph-mon[107391]: from='client.24587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:26:21.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:21 smithi190 ceph-mon[110035]: from='client.24587 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:26:21.719 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:26:21.720 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2023-09-22T22:26:21.720 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:26:21.720 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:26:21.720 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2023-09-22T22:26:21.720 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-22T22:26:21.720 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.0.0-6358-ge658726a (e658726abb668aaae1c42e72d314001acd82ce18) reef (dev)": 1 2023-09-22T22:26:21.720 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:26:21.720 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2023-09-22T22:26:21.720 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-22T22:26:21.720 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:26:21.720 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2023-09-22T22:26:21.721 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:26:21.721 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:26:21.721 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2023-09-22T22:26:21.721 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-22T22:26:21.721 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.0.0-6358-ge658726a (e658726abb668aaae1c42e72d314001acd82ce18) reef (dev)": 1 2023-09-22T22:26:21.721 INFO:teuthology.orchestra.run.smithi110.stdout: } 2023-09-22T22:26:21.721 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:26:22.204 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:26:22.205 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4140e7a8667595b548aab80088e7f8fdc38b9009176e48396a72ab8b93927d18", 2023-09-22T22:26:22.205 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2023-09-22T22:26:22.205 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-22T22:26:22.205 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2023-09-22T22:26:22.205 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2023-09-22T22:26:22.205 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading mgr daemons", 2023-09-22T22:26:22.205 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2023-09-22T22:26:22.205 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:26:22.282 INFO:teuthology.orchestra.run.smithi110.stdout: 5 101179 9.60 MB/sec execute 166 sec latency 105.394 ms 2023-09-22T22:26:22.308 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:22 smithi110 ceph-mon[107391]: from='client.24591 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:26:22.309 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:22 smithi110 ceph-mon[107391]: pgmap v102: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 522 op/s 2023-09-22T22:26:22.309 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:22 smithi110 ceph-mon[107391]: from='client.24595 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:26:22.309 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:22 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/3109634917' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:26:22.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:22 smithi190 ceph-mon[110035]: from='client.24591 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:26:22.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:22 smithi190 ceph-mon[110035]: pgmap v102: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.1 MiB/s wr, 522 op/s 2023-09-22T22:26:22.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:22 smithi190 ceph-mon[110035]: from='client.24595 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:26:22.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:22 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/3109634917' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:26:22.758 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2023-09-22T22:26:23.291 INFO:teuthology.orchestra.run.smithi110.stdout: 5 101472 9.60 MB/sec execute 167 sec latency 140.324 ms 2023-09-22T22:26:23.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:23 smithi110 ceph-mon[107391]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:26:23.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:23 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/2228159163' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:26:23.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:23 smithi190 ceph-mon[110035]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:26:23.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:23 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/2228159163' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:26:24.296 INFO:teuthology.orchestra.run.smithi110.stdout: 5 101740 9.59 MB/sec execute 168 sec latency 124.596 ms 2023-09-22T22:26:24.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:24 smithi110 ceph-mon[107391]: pgmap v103: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2023-09-22T22:26:24.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:24 smithi190 ceph-mon[110035]: pgmap v103: 97 pgs: 97 active+clean; 336 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2023-09-22T22:26:25.301 INFO:teuthology.orchestra.run.smithi110.stdout: 5 102018 9.61 MB/sec execute 169 sec latency 134.876 ms 2023-09-22T22:26:26.301 INFO:teuthology.orchestra.run.smithi110.stdout: 5 102424 9.61 MB/sec execute 170 sec latency 127.960 ms 2023-09-22T22:26:26.365 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:26 smithi110 ceph-mon[107391]: pgmap v104: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.7 MiB/s wr, 543 op/s 2023-09-22T22:26:26.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:26 smithi190 ceph-mon[110035]: pgmap v104: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.7 MiB/s wr, 543 op/s 2023-09-22T22:26:27.301 INFO:teuthology.orchestra.run.smithi110.stdout: 5 102724 9.61 MB/sec execute 171 sec latency 129.830 ms 2023-09-22T22:26:28.301 INFO:teuthology.orchestra.run.smithi110.stdout: 5 103055 9.59 MB/sec execute 172 sec latency 121.036 ms 2023-09-22T22:26:28.407 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:28 smithi110 ceph-mon[107391]: pgmap v105: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 360 op/s 2023-09-22T22:26:28.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:28 smithi190 ceph-mon[110035]: pgmap v105: 97 pgs: 97 active+clean; 337 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 360 op/s 2023-09-22T22:26:29.308 INFO:teuthology.orchestra.run.smithi110.stdout: 5 103513 9.58 MB/sec execute 173 sec latency 86.751 ms 2023-09-22T22:26:30.309 INFO:teuthology.orchestra.run.smithi110.stdout: 5 103852 9.56 MB/sec execute 174 sec latency 138.126 ms 2023-09-22T22:26:30.439 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:30 smithi110 ceph-mon[107391]: pgmap v106: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 423 op/s 2023-09-22T22:26:30.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:30 smithi190 ceph-mon[110035]: pgmap v106: 97 pgs: 97 active+clean; 340 MiB data, 2.5 GiB used, 713 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.2 MiB/s wr, 423 op/s 2023-09-22T22:26:31.308 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104249 9.57 MB/sec execute 175 sec latency 105.658 ms 2023-09-22T22:26:32.309 INFO:teuthology.orchestra.run.smithi110.stdout: 5 104648 9.59 MB/sec execute 176 sec latency 149.128 ms 2023-09-22T22:26:32.444 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:32 smithi110 ceph-mon[107391]: pgmap v107: 97 pgs: 97 active+clean; 342 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.1 MiB/s wr, 528 op/s 2023-09-22T22:26:32.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:32 smithi190 ceph-mon[110035]: pgmap v107: 97 pgs: 97 active+clean; 342 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.1 MiB/s wr, 528 op/s 2023-09-22T22:26:33.309 INFO:teuthology.orchestra.run.smithi110.stdout: 5 105104 9.62 MB/sec execute 177 sec latency 117.525 ms 2023-09-22T22:26:33.506 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:33 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:26:33.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:33 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:26:34.309 INFO:teuthology.orchestra.run.smithi110.stdout: 5 105389 9.61 MB/sec execute 178 sec latency 126.132 ms 2023-09-22T22:26:34.519 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:34 smithi110 ceph-mon[107391]: pgmap v108: 97 pgs: 97 active+clean; 342 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-09-22T22:26:34.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:34 smithi190 ceph-mon[110035]: pgmap v108: 97 pgs: 97 active+clean; 342 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.9 MiB/s wr, 372 op/s 2023-09-22T22:26:35.309 INFO:teuthology.orchestra.run.smithi110.stdout: 5 105732 9.63 MB/sec execute 179 sec latency 126.585 ms 2023-09-22T22:26:36.305 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:36 smithi110 ceph-mon[107391]: pgmap v109: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.4 MiB/s wr, 607 op/s 2023-09-22T22:26:36.309 INFO:teuthology.orchestra.run.smithi110.stdout: 5 106042 9.61 MB/sec execute 180 sec latency 141.279 ms 2023-09-22T22:26:36.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:36 smithi190 ceph-mon[110035]: pgmap v109: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.4 MiB/s wr, 607 op/s 2023-09-22T22:26:37.309 INFO:teuthology.orchestra.run.smithi110.stdout: 5 106329 9.61 MB/sec execute 181 sec latency 145.118 ms 2023-09-22T22:26:38.309 INFO:teuthology.orchestra.run.smithi110.stdout: 5 106533 9.58 MB/sec execute 182 sec latency 207.320 ms 2023-09-22T22:26:38.360 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:38 smithi110 ceph-mon[107391]: pgmap v110: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.6 MiB/s wr, 436 op/s 2023-09-22T22:26:38.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:38 smithi190 ceph-mon[110035]: pgmap v110: 97 pgs: 97 active+clean; 339 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.6 MiB/s wr, 436 op/s 2023-09-22T22:26:39.309 INFO:teuthology.orchestra.run.smithi110.stdout: 5 106803 9.57 MB/sec execute 183 sec latency 123.642 ms 2023-09-22T22:26:40.309 INFO:teuthology.orchestra.run.smithi110.stdout: 5 107172 9.54 MB/sec execute 184 sec latency 120.438 ms 2023-09-22T22:26:40.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:40 smithi110 ceph-mon[107391]: pgmap v111: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.7 MiB/s wr, 574 op/s 2023-09-22T22:26:40.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:40 smithi190 ceph-mon[110035]: pgmap v111: 97 pgs: 97 active+clean; 343 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.4 KiB/s rd, 5.7 MiB/s wr, 574 op/s 2023-09-22T22:26:41.309 INFO:teuthology.orchestra.run.smithi110.stdout: 5 107461 9.52 MB/sec execute 185 sec latency 120.668 ms 2023-09-22T22:26:42.309 INFO:teuthology.orchestra.run.smithi110.stdout: 5 107801 9.51 MB/sec execute 186 sec latency 129.737 ms 2023-09-22T22:26:42.484 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:42 smithi110 ceph-mon[107391]: pgmap v112: 97 pgs: 97 active+clean; 342 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.8 MiB/s wr, 550 op/s 2023-09-22T22:26:42.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:42 smithi190 ceph-mon[110035]: pgmap v112: 97 pgs: 97 active+clean; 342 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.5 KiB/s rd, 5.8 MiB/s wr, 550 op/s 2023-09-22T22:26:43.309 INFO:teuthology.orchestra.run.smithi110.stdout: 5 108164 9.53 MB/sec execute 187 sec latency 141.071 ms 2023-09-22T22:26:44.309 INFO:teuthology.orchestra.run.smithi110.stdout: 5 108563 9.54 MB/sec execute 188 sec latency 133.673 ms 2023-09-22T22:26:44.371 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:44 smithi110 ceph-mon[107391]: pgmap v113: 97 pgs: 97 active+clean; 342 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 412 op/s 2023-09-22T22:26:44.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:44 smithi190 ceph-mon[110035]: pgmap v113: 97 pgs: 97 active+clean; 342 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.4 MiB/s wr, 412 op/s 2023-09-22T22:26:45.309 INFO:teuthology.orchestra.run.smithi110.stdout: 5 108871 9.55 MB/sec execute 189 sec latency 128.774 ms 2023-09-22T22:26:46.315 INFO:teuthology.orchestra.run.smithi110.stdout: 5 109131 9.55 MB/sec execute 190 sec latency 121.502 ms 2023-09-22T22:26:46.427 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:46 smithi110 ceph-mon[107391]: pgmap v114: 97 pgs: 97 active+clean; 336 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.1 MiB/s wr, 610 op/s 2023-09-22T22:26:46.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:46 smithi190 ceph-mon[110035]: pgmap v114: 97 pgs: 97 active+clean; 336 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 9.6 KiB/s rd, 6.1 MiB/s wr, 610 op/s 2023-09-22T22:26:47.315 INFO:teuthology.orchestra.run.smithi110.stdout: 5 109474 9.55 MB/sec execute 191 sec latency 135.684 ms 2023-09-22T22:26:48.314 INFO:teuthology.orchestra.run.smithi110.stdout: 5 109734 9.53 MB/sec execute 192 sec latency 135.842 ms 2023-09-22T22:26:48.474 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:48 smithi110 ceph-mon[107391]: pgmap v115: 97 pgs: 97 active+clean; 336 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 375 op/s 2023-09-22T22:26:48.474 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:48 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:26:48.790 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:48 smithi190 ceph-mon[110035]: pgmap v115: 97 pgs: 97 active+clean; 336 MiB data, 2.6 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.6 MiB/s wr, 375 op/s 2023-09-22T22:26:48.790 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:48 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:26:49.314 INFO:teuthology.orchestra.run.smithi110.stdout: 5 110050 9.54 MB/sec execute 193 sec latency 127.168 ms 2023-09-22T22:26:50.314 INFO:teuthology.orchestra.run.smithi110.stdout: 5 110357 9.51 MB/sec execute 194 sec latency 114.751 ms 2023-09-22T22:26:50.520 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:50 smithi110 ceph-mon[107391]: pgmap v116: 97 pgs: 97 active+clean; 338 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.6 MiB/s wr, 426 op/s 2023-09-22T22:26:50.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:50 smithi190 ceph-mon[110035]: pgmap v116: 97 pgs: 97 active+clean; 338 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.6 MiB/s wr, 426 op/s 2023-09-22T22:26:51.320 INFO:teuthology.orchestra.run.smithi110.stdout: 5 110677 9.48 MB/sec execute 195 sec latency 154.169 ms 2023-09-22T22:26:52.327 INFO:teuthology.orchestra.run.smithi110.stdout: 5 111053 9.48 MB/sec execute 196 sec latency 126.631 ms 2023-09-22T22:26:52.558 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:52 smithi110 ceph-mon[107391]: pgmap v117: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.8 MiB/s wr, 418 op/s 2023-09-22T22:26:52.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:52 smithi190 ceph-mon[110035]: pgmap v117: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.8 MiB/s wr, 418 op/s 2023-09-22T22:26:53.283 INFO:teuthology.orchestra.run.smithi110.stdout:true 2023-09-22T22:26:53.327 INFO:teuthology.orchestra.run.smithi110.stdout: 5 111496 9.50 MB/sec execute 197 sec latency 126.721 ms 2023-09-22T22:26:54.217 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-22T22:26:54.217 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 starting - - - - 2023-09-22T22:26:54.217 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (9m) - 9m 7033k - 17.2.0 e1d6a67b021e 1c5b7bcc7c18 2023-09-22T22:26:54.217 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi190 smithi190 running (9m) - 9m 7151k - 17.2.0 e1d6a67b021e 70f7e0ffca66 2023-09-22T22:26:54.217 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 starting - - - - 2023-09-22T22:26:54.217 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.kmhpkk smithi110 running (5m) - 5m 34.9M - 17.2.0 e1d6a67b021e a1460f8068d0 2023-09-22T22:26:54.218 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi190.rwycsq smithi190 running (5m) - 5m 12.9M - 17.2.0 e1d6a67b021e 9de528db6a38 2023-09-22T22:26:54.218 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ntddcx smithi110 *:9283 running (10m) - 10m 295M - 17.2.0 e1d6a67b021e 5fd4a7713ce9 2023-09-22T22:26:54.218 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi190.rgckme smithi190 *:8443,9283 running (3m) - 9m 484M - 18.0.0-6358-ge658726a 1d431065767a d299fcf83588 2023-09-22T22:26:54.218 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (10m) - 10m 91.0M 2048M 17.2.0 e1d6a67b021e 8016a9a61831 2023-09-22T22:26:54.218 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi190 smithi190 running (9m) - 9m 57.9M 2048M 17.2.0 e1d6a67b021e e268eb6807b2 2023-09-22T22:26:54.218 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.rptyvn smithi110 *:2049 running (5m) - 5m 269M - 4.0 e1d6a67b021e 061b34e9507b 2023-09-22T22:26:54.218 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi190.azubih smithi190 *:2049 running (5m) - 5m 75.9M - 4.0 e1d6a67b021e 8d72535b5cb2 2023-09-22T22:26:54.218 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 starting - - - - 2023-09-22T22:26:54.218 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi190 smithi190 *:9100 starting - - - - 2023-09-22T22:26:54.218 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (8m) - 8m 546M 1942M 17.2.0 e1d6a67b021e 7367c3b1d484 2023-09-22T22:26:54.218 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (8m) - 8m 367M 1942M 17.2.0 e1d6a67b021e 38cb99cb1eaf 2023-09-22T22:26:54.218 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (8m) - 8m 207M 1942M 17.2.0 e1d6a67b021e 4c8ced4ef7a2 2023-09-22T22:26:54.219 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (7m) - 7m 530M 1942M 17.2.0 e1d6a67b021e 658f6dc4a9d4 2023-09-22T22:26:54.219 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi190 running (7m) - 7m 472M 2710M 17.2.0 e1d6a67b021e e93901b924eb 2023-09-22T22:26:54.219 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi190 running (7m) - 7m 506M 2710M 17.2.0 e1d6a67b021e 75574d9dfa2a 2023-09-22T22:26:54.219 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi190 running (6m) - 6m 490M 2710M 17.2.0 e1d6a67b021e 71e4d339c3e5 2023-09-22T22:26:54.219 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi190 running (6m) - 6m 791M 2710M 17.2.0 e1d6a67b021e 7717e6410024 2023-09-22T22:26:54.219 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 starting - - - - 2023-09-22T22:26:54.327 INFO:teuthology.orchestra.run.smithi110.stdout: 5 111956 9.51 MB/sec execute 198 sec latency 105.015 ms 2023-09-22T22:26:54.622 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:54 smithi110 ceph-mon[107391]: pgmap v118: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 380 op/s 2023-09-22T22:26:54.622 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:54 smithi110 ceph-mon[107391]: from='client.24603 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:26:54.775 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:26:54.776 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2023-09-22T22:26:54.776 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:26:54.776 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:26:54.776 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2023-09-22T22:26:54.776 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-22T22:26:54.776 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.0.0-6358-ge658726a (e658726abb668aaae1c42e72d314001acd82ce18) reef (dev)": 1 2023-09-22T22:26:54.776 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:26:54.776 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2023-09-22T22:26:54.777 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-22T22:26:54.777 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:26:54.777 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2023-09-22T22:26:54.777 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:26:54.777 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:26:54.777 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2023-09-22T22:26:54.777 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-22T22:26:54.777 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.0.0-6358-ge658726a (e658726abb668aaae1c42e72d314001acd82ce18) reef (dev)": 1 2023-09-22T22:26:54.777 INFO:teuthology.orchestra.run.smithi110.stdout: } 2023-09-22T22:26:54.777 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:26:54.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:54 smithi190 ceph-mon[110035]: pgmap v118: 97 pgs: 97 active+clean; 345 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 4.0 MiB/s wr, 380 op/s 2023-09-22T22:26:54.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:54 smithi190 ceph-mon[110035]: from='client.24603 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:26:55.276 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:26:55.276 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4140e7a8667595b548aab80088e7f8fdc38b9009176e48396a72ab8b93927d18", 2023-09-22T22:26:55.276 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2023-09-22T22:26:55.276 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-22T22:26:55.276 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2023-09-22T22:26:55.276 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2023-09-22T22:26:55.276 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Currently upgrading mgr daemons", 2023-09-22T22:26:55.276 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": false 2023-09-22T22:26:55.276 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:26:55.330 INFO:teuthology.orchestra.run.smithi110.stdout: 5 112207 9.49 MB/sec execute 199 sec latency 129.855 ms 2023-09-22T22:26:55.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:55 smithi110 ceph-mon[107391]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:26:55.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:55 smithi110 ceph-mon[107391]: from='client.24611 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:26:55.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:55 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/2461412085' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:26:55.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:55 smithi190 ceph-mon[110035]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:26:55.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:55 smithi190 ceph-mon[110035]: from='client.24611 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:26:55.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:55 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/2461412085' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:26:55.875 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_OK 2023-09-22T22:26:56.336 INFO:teuthology.orchestra.run.smithi110.stdout: 5 112562 9.52 MB/sec execute 200 sec latency 120.280 ms 2023-09-22T22:26:56.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:56 smithi110 ceph-mon[107391]: pgmap v119: 97 pgs: 97 active+clean; 335 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 604 op/s 2023-09-22T22:26:56.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:56 smithi110 ceph-mon[107391]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:26:56.673 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:56 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/3779993201' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:26:56.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:56 smithi190 ceph-mon[110035]: pgmap v119: 97 pgs: 97 active+clean; 335 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 604 op/s 2023-09-22T22:26:56.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:56 smithi190 ceph-mon[110035]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:26:56.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:56 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/3779993201' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:26:57.336 INFO:teuthology.orchestra.run.smithi110.stdout: 5 112937 9.54 MB/sec execute 201 sec latency 126.611 ms 2023-09-22T22:26:58.336 INFO:teuthology.orchestra.run.smithi110.stdout: 5 113245 9.53 MB/sec execute 202 sec latency 129.596 ms 2023-09-22T22:26:58.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:26:58 smithi110 ceph-mon[107391]: pgmap v120: 97 pgs: 97 active+clean; 335 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2023-09-22T22:26:58.790 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:26:58 smithi190 ceph-mon[110035]: pgmap v120: 97 pgs: 97 active+clean; 335 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 405 op/s 2023-09-22T22:26:59.336 INFO:teuthology.orchestra.run.smithi110.stdout: 5 113448 9.51 MB/sec execute 203 sec latency 127.619 ms 2023-09-22T22:27:00.337 INFO:teuthology.orchestra.run.smithi110.stdout: 5 113716 9.49 MB/sec execute 204 sec latency 123.233 ms 2023-09-22T22:27:00.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:00 smithi110 ceph-mon[107391]: pgmap v121: 97 pgs: 97 active+clean; 335 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.1 MiB/s wr, 458 op/s 2023-09-22T22:27:00.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:00 smithi190 ceph-mon[110035]: pgmap v121: 97 pgs: 97 active+clean; 335 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.2 KiB/s rd, 5.1 MiB/s wr, 458 op/s 2023-09-22T22:27:01.347 INFO:teuthology.orchestra.run.smithi110.stdout: 5 114034 9.47 MB/sec execute 205 sec latency 129.479 ms 2023-09-22T22:27:02.350 INFO:teuthology.orchestra.run.smithi110.stdout: 5 114469 9.46 MB/sec execute 206 sec latency 89.117 ms 2023-09-22T22:27:02.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:02 smithi110 ceph-mon[107391]: pgmap v122: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.5 MiB/s wr, 544 op/s 2023-09-22T22:27:02.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:02 smithi190 ceph-mon[110035]: pgmap v122: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.5 MiB/s wr, 544 op/s 2023-09-22T22:27:03.350 INFO:teuthology.orchestra.run.smithi110.stdout: 5 114865 9.47 MB/sec execute 207 sec latency 131.457 ms 2023-09-22T22:27:03.549 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:27:03.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:27:04.350 INFO:teuthology.orchestra.run.smithi110.stdout: 5 115337 9.49 MB/sec execute 208 sec latency 118.029 ms 2023-09-22T22:27:04.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:04 smithi110 ceph-mon[107391]: pgmap v123: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-09-22T22:27:04.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:04 smithi190 ceph-mon[110035]: pgmap v123: 97 pgs: 97 active+clean; 339 MiB data, 2.7 GiB used, 713 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.2 MiB/s wr, 413 op/s 2023-09-22T22:27:05.350 INFO:teuthology.orchestra.run.smithi110.stdout: 5 115805 9.51 MB/sec execute 209 sec latency 127.178 ms 2023-09-22T22:27:06.350 INFO:teuthology.orchestra.run.smithi110.stdout: 5 116175 9.55 MB/sec execute 210 sec latency 111.386 ms 2023-09-22T22:27:06.604 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:06 smithi110 ceph-mon[107391]: pgmap v124: 97 pgs: 97 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 637 op/s 2023-09-22T22:27:06.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:06 smithi190 ceph-mon[110035]: pgmap v124: 97 pgs: 97 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.0 MiB/s wr, 637 op/s 2023-09-22T22:27:07.350 INFO:teuthology.orchestra.run.smithi110.stdout: 5 116524 9.56 MB/sec execute 211 sec latency 126.817 ms 2023-09-22T22:27:07.614 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:07 smithi110 ceph-mon[107391]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi110.ntddcx on host smithi110 failed. 2023-09-22T22:27:07.614 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:07 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:27:07.615 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:07 smithi110 ceph-mon[107391]: pgmap v125: 97 pgs: 97 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-09-22T22:27:07.615 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:07 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:27:08.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:07 smithi190 ceph-mon[110035]: Upgrade: Paused due to UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi110.ntddcx on host smithi110 failed. 2023-09-22T22:27:08.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:07 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:27:08.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:07 smithi190 ceph-mon[110035]: pgmap v125: 97 pgs: 97 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-09-22T22:27:08.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:07 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:27:08.350 INFO:teuthology.orchestra.run.smithi110.stdout: 5 116822 9.54 MB/sec execute 212 sec latency 120.548 ms 2023-09-22T22:27:08.639 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:08 smithi110 ceph-mon[107391]: Health check failed: Upgrading daemon mgr.smithi110.ntddcx on host smithi110 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-09-22T22:27:09.135 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:08 smithi190 ceph-mon[110035]: Health check failed: Upgrading daemon mgr.smithi110.ntddcx on host smithi110 failed. (UPGRADE_REDEPLOY_DAEMON) 2023-09-22T22:27:09.350 INFO:teuthology.orchestra.run.smithi110.stdout: 5 117054 9.51 MB/sec execute 213 sec latency 128.923 ms 2023-09-22T22:27:10.351 INFO:teuthology.orchestra.run.smithi110.stdout: 5 117297 9.49 MB/sec execute 214 sec latency 133.938 ms 2023-09-22T22:27:10.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:10 smithi110 ceph-mon[107391]: pgmap v126: 97 pgs: 97 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-09-22T22:27:10.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:10 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:27:10.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:10 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:27:10.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:10 smithi190 ceph-mon[110035]: pgmap v126: 97 pgs: 97 active+clean; 330 MiB data, 2.7 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.3 MiB/s wr, 428 op/s 2023-09-22T22:27:10.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:10 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:27:10.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:10 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:27:11.350 INFO:teuthology.orchestra.run.smithi110.stdout: 5 117678 9.49 MB/sec execute 215 sec latency 141.457 ms 2023-09-22T22:27:12.350 INFO:teuthology.orchestra.run.smithi110.stdout: 5 118048 9.47 MB/sec execute 216 sec latency 124.207 ms 2023-09-22T22:27:12.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:12 smithi110 ceph-mon[107391]: pgmap v127: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.1 MiB/s wr, 588 op/s 2023-09-22T22:27:12.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:12 smithi190 ceph-mon[110035]: pgmap v127: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.1 MiB/s wr, 588 op/s 2023-09-22T22:27:13.350 INFO:teuthology.orchestra.run.smithi110.stdout: 5 118405 9.47 MB/sec execute 217 sec latency 137.352 ms 2023-09-22T22:27:14.350 INFO:teuthology.orchestra.run.smithi110.stdout: 5 118699 9.47 MB/sec execute 218 sec latency 133.966 ms 2023-09-22T22:27:14.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:14 smithi110 ceph-mon[107391]: pgmap v128: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2023-09-22T22:27:14.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:14 smithi190 ceph-mon[110035]: pgmap v128: 97 pgs: 97 active+clean; 343 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.6 MiB/s wr, 446 op/s 2023-09-22T22:27:15.350 INFO:teuthology.orchestra.run.smithi110.stdout: 5 119133 9.49 MB/sec execute 219 sec latency 102.318 ms 2023-09-22T22:27:16.354 INFO:teuthology.orchestra.run.smithi110.stdout: 5 119485 9.51 MB/sec execute 220 sec latency 126.723 ms 2023-09-22T22:27:16.556 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:16 smithi110 ceph-mon[107391]: pgmap v129: 97 pgs: 97 active+clean; 334 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 663 op/s 2023-09-22T22:27:16.790 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:16 smithi190 ceph-mon[110035]: pgmap v129: 97 pgs: 97 active+clean; 334 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.3 MiB/s wr, 663 op/s 2023-09-22T22:27:17.350 INFO:teuthology.orchestra.run.smithi110.stdout: 5 119783 9.51 MB/sec execute 221 sec latency 129.584 ms 2023-09-22T22:27:18.354 INFO:teuthology.orchestra.run.smithi110.stdout: 5 120079 9.51 MB/sec execute 222 sec latency 151.904 ms 2023-09-22T22:27:18.616 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:18 smithi110 ceph-mon[107391]: pgmap v130: 97 pgs: 97 active+clean; 334 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-09-22T22:27:18.616 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:18 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:27:18.617 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:18 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:27:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:18 smithi190 ceph-mon[110035]: pgmap v130: 97 pgs: 97 active+clean; 334 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.6 KiB/s rd, 4.5 MiB/s wr, 432 op/s 2023-09-22T22:27:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:18 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:27:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:18 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:27:19.354 INFO:teuthology.orchestra.run.smithi110.stdout: 5 120385 9.50 MB/sec execute 223 sec latency 105.143 ms 2023-09-22T22:27:20.360 INFO:teuthology.orchestra.run.smithi110.stdout: 5 120712 9.48 MB/sec execute 224 sec latency 111.762 ms 2023-09-22T22:27:20.651 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:20 smithi110 ceph-mon[107391]: pgmap v131: 97 pgs: 97 active+clean; 334 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-09-22T22:27:20.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:20 smithi190 ceph-mon[110035]: pgmap v131: 97 pgs: 97 active+clean; 334 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 417 op/s 2023-09-22T22:27:21.360 INFO:teuthology.orchestra.run.smithi110.stdout: 5 121007 9.48 MB/sec execute 225 sec latency 95.096 ms 2023-09-22T22:27:22.360 INFO:teuthology.orchestra.run.smithi110.stdout: 5 121333 9.46 MB/sec execute 226 sec latency 135.650 ms 2023-09-22T22:27:22.472 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:22 smithi110 ceph-mon[107391]: pgmap v132: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.7 MiB/s wr, 601 op/s 2023-09-22T22:27:22.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:22 smithi190 ceph-mon[110035]: pgmap v132: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.7 MiB/s wr, 601 op/s 2023-09-22T22:27:23.360 INFO:teuthology.orchestra.run.smithi110.stdout: 5 121698 9.45 MB/sec execute 227 sec latency 141.295 ms 2023-09-22T22:27:24.361 INFO:teuthology.orchestra.run.smithi110.stdout: 5 121959 9.42 MB/sec execute 228 sec latency 136.222 ms 2023-09-22T22:27:24.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:24 smithi110 ceph-mon[107391]: pgmap v133: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-09-22T22:27:24.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:24 smithi190 ceph-mon[110035]: pgmap v133: 97 pgs: 97 active+clean; 342 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 393 op/s 2023-09-22T22:27:25.361 INFO:teuthology.orchestra.run.smithi110.stdout: 5 122260 9.44 MB/sec execute 229 sec latency 123.881 ms 2023-09-22T22:27:26.364 INFO:teuthology.orchestra.run.smithi110.stdout:true 2023-09-22T22:27:26.370 INFO:teuthology.orchestra.run.smithi110.stdout: 5 122522 9.42 MB/sec execute 230 sec latency 146.407 ms 2023-09-22T22:27:26.569 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:26 smithi110 ceph-mon[107391]: pgmap v134: 97 pgs: 97 active+clean; 331 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 5.6 MiB/s wr, 596 op/s 2023-09-22T22:27:26.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:26 smithi190 ceph-mon[110035]: pgmap v134: 97 pgs: 97 active+clean; 331 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 5.6 MiB/s wr, 596 op/s 2023-09-22T22:27:26.865 INFO:teuthology.orchestra.run.smithi110.stdout:"Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi110.ntddcx on host smithi110 failed." 2023-09-22T22:27:27.369 INFO:teuthology.orchestra.run.smithi110.stdout: 5 122777 9.43 MB/sec execute 231 sec latency 149.334 ms 2023-09-22T22:27:27.616 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:27 smithi110 ceph-mon[107391]: from='client.24623 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:27:27.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:27 smithi190 ceph-mon[110035]: from='client.24623 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:27:28.377 INFO:teuthology.orchestra.run.smithi110.stdout: 5 123100 9.44 MB/sec execute 232 sec latency 127.489 ms 2023-09-22T22:27:28.454 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:28 smithi110 ceph-mon[107391]: pgmap v135: 97 pgs: 97 active+clean; 331 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-09-22T22:27:28.455 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:28 smithi110 ceph-mon[107391]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:27:28.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:28 smithi190 ceph-mon[110035]: pgmap v135: 97 pgs: 97 active+clean; 331 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-09-22T22:27:28.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:28 smithi190 ceph-mon[110035]: from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:27:29.377 INFO:teuthology.orchestra.run.smithi110.stdout: 5 123311 9.43 MB/sec execute 233 sec latency 131.571 ms 2023-09-22T22:27:30.381 INFO:teuthology.orchestra.run.smithi110.stdout: 5 123599 9.43 MB/sec execute 234 sec latency 170.202 ms 2023-09-22T22:27:30.704 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:30 smithi110 ceph-mon[107391]: pgmap v136: 97 pgs: 97 active+clean; 331 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-09-22T22:27:30.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:30 smithi190 ceph-mon[110035]: pgmap v136: 97 pgs: 97 active+clean; 331 MiB data, 2.8 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.0 MiB/s wr, 386 op/s 2023-09-22T22:27:31.389 INFO:teuthology.orchestra.run.smithi110.stdout: 5 123859 9.41 MB/sec execute 235 sec latency 130.223 ms 2023-09-22T22:27:32.389 INFO:teuthology.orchestra.run.smithi110.stdout: 5 124068 9.39 MB/sec execute 236 sec latency 125.008 ms 2023-09-22T22:27:32.480 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:32 smithi110 ceph-mon[107391]: pgmap v137: 97 pgs: 97 active+clean; 337 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.9 MiB/s wr, 543 op/s 2023-09-22T22:27:32.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:32 smithi190 ceph-mon[110035]: pgmap v137: 97 pgs: 97 active+clean; 337 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.9 MiB/s wr, 543 op/s 2023-09-22T22:27:33.389 INFO:teuthology.orchestra.run.smithi110.stdout: 5 124354 9.38 MB/sec execute 237 sec latency 126.600 ms 2023-09-22T22:27:33.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:33 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:27:33.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:33 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:27:34.389 INFO:teuthology.orchestra.run.smithi110.stdout: 5 124679 9.37 MB/sec execute 238 sec latency 87.075 ms 2023-09-22T22:27:34.518 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:34 smithi110 ceph-mon[107391]: pgmap v138: 97 pgs: 97 active+clean; 337 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 359 op/s 2023-09-22T22:27:34.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:34 smithi190 ceph-mon[110035]: pgmap v138: 97 pgs: 97 active+clean; 337 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 359 op/s 2023-09-22T22:27:35.389 INFO:teuthology.orchestra.run.smithi110.stdout: 5 125051 9.35 MB/sec execute 239 sec latency 123.671 ms 2023-09-22T22:27:36.389 INFO:teuthology.orchestra.run.smithi110.stdout: 5 125356 9.34 MB/sec execute 240 sec latency 117.408 ms 2023-09-22T22:27:36.542 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:36 smithi110 ceph-mon[107391]: pgmap v139: 97 pgs: 97 active+clean; 338 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.2 MiB/s wr, 527 op/s 2023-09-22T22:27:36.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:36 smithi190 ceph-mon[110035]: pgmap v139: 97 pgs: 97 active+clean; 338 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 9.0 KiB/s rd, 5.2 MiB/s wr, 527 op/s 2023-09-22T22:27:37.389 INFO:teuthology.orchestra.run.smithi110.stdout: 5 125682 9.34 MB/sec execute 241 sec latency 135.722 ms 2023-09-22T22:27:38.389 INFO:teuthology.orchestra.run.smithi110.stdout: 5 125966 9.34 MB/sec execute 242 sec latency 126.418 ms 2023-09-22T22:27:38.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:38 smithi110 ceph-mon[107391]: pgmap v140: 97 pgs: 97 active+clean; 338 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 324 op/s 2023-09-22T22:27:38.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:38 smithi190 ceph-mon[110035]: pgmap v140: 97 pgs: 97 active+clean; 338 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 324 op/s 2023-09-22T22:27:39.389 INFO:teuthology.orchestra.run.smithi110.stdout: 5 126342 9.35 MB/sec execute 243 sec latency 139.192 ms 2023-09-22T22:27:40.389 INFO:teuthology.orchestra.run.smithi110.stdout: 5 126584 9.34 MB/sec execute 244 sec latency 129.608 ms 2023-09-22T22:27:40.624 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:40 smithi110 ceph-mon[107391]: pgmap v141: 97 pgs: 97 active+clean; 338 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 324 op/s 2023-09-22T22:27:40.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:40 smithi190 ceph-mon[110035]: pgmap v141: 97 pgs: 97 active+clean; 338 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.7 MiB/s wr, 324 op/s 2023-09-22T22:27:41.396 INFO:teuthology.orchestra.run.smithi110.stdout: 5 126827 9.35 MB/sec execute 245 sec latency 136.980 ms 2023-09-22T22:27:42.396 INFO:teuthology.orchestra.run.smithi110.stdout: 5 127137 9.35 MB/sec execute 246 sec latency 128.850 ms 2023-09-22T22:27:42.670 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:42 smithi110 ceph-mon[107391]: pgmap v142: 97 pgs: 97 active+clean; 336 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 516 op/s 2023-09-22T22:27:43.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:42 smithi190 ceph-mon[110035]: pgmap v142: 97 pgs: 97 active+clean; 336 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.4 MiB/s wr, 516 op/s 2023-09-22T22:27:43.402 INFO:teuthology.orchestra.run.smithi110.stdout: 5 127425 9.35 MB/sec execute 247 sec latency 143.375 ms 2023-09-22T22:27:43.699 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:43 smithi110 ceph-mon[107391]: pgmap v143: 97 pgs: 97 active+clean; 336 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 359 op/s 2023-09-22T22:27:44.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:43 smithi190 ceph-mon[110035]: pgmap v143: 97 pgs: 97 active+clean; 336 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.5 MiB/s wr, 359 op/s 2023-09-22T22:27:44.403 INFO:teuthology.orchestra.run.smithi110.stdout: 5 127660 9.33 MB/sec execute 248 sec latency 127.825 ms 2023-09-22T22:27:45.402 INFO:teuthology.orchestra.run.smithi110.stdout: 5 127925 9.32 MB/sec execute 249 sec latency 134.526 ms 2023-09-22T22:27:45.737 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:45 smithi110 ceph-mon[107391]: pgmap v144: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 520 op/s 2023-09-22T22:27:46.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:45 smithi190 ceph-mon[110035]: pgmap v144: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 520 op/s 2023-09-22T22:27:46.413 INFO:teuthology.orchestra.run.smithi110.stdout: 5 128275 9.31 MB/sec execute 250 sec latency 129.739 ms 2023-09-22T22:27:47.415 INFO:teuthology.orchestra.run.smithi110.stdout: 5 128629 9.28 MB/sec execute 251 sec latency 129.557 ms 2023-09-22T22:27:48.289 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:48 smithi110 ceph-mon[107391]: pgmap v145: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 352 op/s 2023-09-22T22:27:48.290 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:48 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:27:48.415 INFO:teuthology.orchestra.run.smithi110.stdout: 5 128874 9.27 MB/sec execute 252 sec latency 126.293 ms 2023-09-22T22:27:48.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:48 smithi190 ceph-mon[110035]: pgmap v145: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 352 op/s 2023-09-22T22:27:48.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:48 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:27:49.415 INFO:teuthology.orchestra.run.smithi110.stdout: 5 129145 9.28 MB/sec execute 253 sec latency 118.484 ms 2023-09-22T22:27:50.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:50 smithi110 ceph-mon[107391]: pgmap v146: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 352 op/s 2023-09-22T22:27:50.415 INFO:teuthology.orchestra.run.smithi110.stdout: 5 129447 9.27 MB/sec execute 254 sec latency 126.622 ms 2023-09-22T22:27:50.540 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:50 smithi190 ceph-mon[110035]: pgmap v146: 97 pgs: 97 active+clean; 341 MiB data, 2.9 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.7 MiB/s wr, 352 op/s 2023-09-22T22:27:51.415 INFO:teuthology.orchestra.run.smithi110.stdout: 5 129784 9.27 MB/sec execute 255 sec latency 131.700 ms 2023-09-22T22:27:52.417 INFO:teuthology.orchestra.run.smithi110.stdout: 5 130070 9.27 MB/sec execute 256 sec latency 195.376 ms 2023-09-22T22:27:52.418 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:52 smithi110 ceph-mon[107391]: pgmap v147: 97 pgs: 97 active+clean; 327 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 544 op/s 2023-09-22T22:27:52.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:52 smithi190 ceph-mon[110035]: pgmap v147: 97 pgs: 97 active+clean; 327 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.9 KiB/s rd, 5.3 MiB/s wr, 544 op/s 2023-09-22T22:27:53.416 INFO:teuthology.orchestra.run.smithi110.stdout: 5 130272 9.27 MB/sec execute 257 sec latency 132.404 ms 2023-09-22T22:27:54.416 INFO:teuthology.orchestra.run.smithi110.stdout: 5 130589 9.28 MB/sec execute 258 sec latency 137.497 ms 2023-09-22T22:27:54.445 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:54 smithi110 ceph-mon[107391]: pgmap v148: 97 pgs: 97 active+clean; 327 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-09-22T22:27:54.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:54 smithi190 ceph-mon[110035]: pgmap v148: 97 pgs: 97 active+clean; 327 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-09-22T22:27:55.416 INFO:teuthology.orchestra.run.smithi110.stdout: 5 130887 9.27 MB/sec execute 259 sec latency 131.962 ms 2023-09-22T22:27:56.416 INFO:teuthology.orchestra.run.smithi110.stdout: 5 131151 9.26 MB/sec execute 260 sec latency 170.427 ms 2023-09-22T22:27:56.482 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:56 smithi110 ceph-mon[107391]: pgmap v149: 97 pgs: 97 active+clean; 336 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 514 op/s 2023-09-22T22:27:56.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:56 smithi190 ceph-mon[110035]: pgmap v149: 97 pgs: 97 active+clean; 336 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 7.8 KiB/s rd, 5.4 MiB/s wr, 514 op/s 2023-09-22T22:27:57.421 INFO:teuthology.orchestra.run.smithi110.stdout: 5 131352 9.24 MB/sec execute 261 sec latency 139.974 ms 2023-09-22T22:27:58.282 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:27:58 smithi110 ceph-mon[107391]: pgmap v150: 97 pgs: 97 active+clean; 336 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 353 op/s 2023-09-22T22:27:58.421 INFO:teuthology.orchestra.run.smithi110.stdout: 5 131651 9.23 MB/sec execute 262 sec latency 126.113 ms 2023-09-22T22:27:58.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:27:58 smithi190 ceph-mon[110035]: pgmap v150: 97 pgs: 97 active+clean; 336 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 353 op/s 2023-09-22T22:27:59.421 INFO:teuthology.orchestra.run.smithi110.stdout: 5 131977 9.22 MB/sec execute 263 sec latency 128.631 ms 2023-09-22T22:28:00.336 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:00 smithi110 ceph-mon[107391]: pgmap v151: 97 pgs: 97 active+clean; 336 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 353 op/s 2023-09-22T22:28:00.421 INFO:teuthology.orchestra.run.smithi110.stdout: 5 132303 9.20 MB/sec execute 264 sec latency 134.778 ms 2023-09-22T22:28:00.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:00 smithi190 ceph-mon[110035]: pgmap v151: 97 pgs: 97 active+clean; 336 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.6 KiB/s rd, 3.5 MiB/s wr, 353 op/s 2023-09-22T22:28:01.431 INFO:teuthology.orchestra.run.smithi110.stdout: 5 132594 9.20 MB/sec execute 265 sec latency 124.251 ms 2023-09-22T22:28:02.431 INFO:teuthology.orchestra.run.smithi110.stdout: 5 132879 9.19 MB/sec execute 266 sec latency 129.899 ms 2023-09-22T22:28:02.434 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:02 smithi110 ceph-mon[107391]: pgmap v152: 97 pgs: 97 active+clean; 333 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 526 op/s 2023-09-22T22:28:02.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:02 smithi190 ceph-mon[110035]: pgmap v152: 97 pgs: 97 active+clean; 333 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 526 op/s 2023-09-22T22:28:03.431 INFO:teuthology.orchestra.run.smithi110.stdout: 5 133263 9.20 MB/sec execute 267 sec latency 133.736 ms 2023-09-22T22:28:03.480 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:28:03.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:28:04.268 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:04 smithi110 ceph-mon[107391]: pgmap v153: 97 pgs: 97 active+clean; 333 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 334 op/s 2023-09-22T22:28:04.434 INFO:teuthology.orchestra.run.smithi110.stdout: 5 133587 9.21 MB/sec execute 268 sec latency 132.246 ms 2023-09-22T22:28:04.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:04 smithi190 ceph-mon[110035]: pgmap v153: 97 pgs: 97 active+clean; 333 MiB data, 3.0 GiB used, 712 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.6 MiB/s wr, 334 op/s 2023-09-22T22:28:05.434 INFO:teuthology.orchestra.run.smithi110.stdout: 5 133962 9.23 MB/sec execute 269 sec latency 127.069 ms 2023-09-22T22:28:06.258 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:06 smithi110 ceph-mon[107391]: pgmap v154: 97 pgs: 97 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 525 op/s 2023-09-22T22:28:06.434 INFO:teuthology.orchestra.run.smithi110.stdout: 5 134374 9.25 MB/sec execute 270 sec latency 173.971 ms 2023-09-22T22:28:06.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:06 smithi190 ceph-mon[110035]: pgmap v154: 97 pgs: 97 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.5 MiB/s wr, 525 op/s 2023-09-22T22:28:07.434 INFO:teuthology.orchestra.run.smithi110.stdout: 5 134645 9.24 MB/sec execute 271 sec latency 131.986 ms 2023-09-22T22:28:08.375 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:08 smithi110 ceph-mon[107391]: pgmap v155: 97 pgs: 97 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2023-09-22T22:28:08.434 INFO:teuthology.orchestra.run.smithi110.stdout: 5 134927 9.23 MB/sec execute 272 sec latency 156.233 ms 2023-09-22T22:28:08.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:08 smithi190 ceph-mon[110035]: pgmap v155: 97 pgs: 97 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2023-09-22T22:28:09.434 INFO:teuthology.orchestra.run.smithi110.stdout: 5 135328 9.21 MB/sec execute 273 sec latency 131.916 ms 2023-09-22T22:28:10.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:10 smithi110 ceph-mon[107391]: pgmap v156: 97 pgs: 97 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2023-09-22T22:28:10.434 INFO:teuthology.orchestra.run.smithi110.stdout: 5 135743 9.21 MB/sec execute 274 sec latency 137.962 ms 2023-09-22T22:28:10.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:10 smithi190 ceph-mon[110035]: pgmap v156: 97 pgs: 97 active+clean; 334 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.6 MiB/s wr, 364 op/s 2023-09-22T22:28:11.441 INFO:teuthology.orchestra.run.smithi110.stdout: 5 136121 9.22 MB/sec execute 275 sec latency 138.239 ms 2023-09-22T22:28:12.441 INFO:teuthology.orchestra.run.smithi110.stdout: 5 136562 9.23 MB/sec execute 276 sec latency 88.167 ms 2023-09-22T22:28:12.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:12 smithi110 ceph-mon[107391]: pgmap v157: 97 pgs: 97 active+clean; 336 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.8 MiB/s wr, 570 op/s 2023-09-22T22:28:12.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:12 smithi190 ceph-mon[110035]: pgmap v157: 97 pgs: 97 active+clean; 336 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.8 MiB/s wr, 570 op/s 2023-09-22T22:28:13.441 INFO:teuthology.orchestra.run.smithi110.stdout: 5 137002 9.25 MB/sec execute 277 sec latency 126.586 ms 2023-09-22T22:28:14.441 INFO:teuthology.orchestra.run.smithi110.stdout: 5 137327 9.24 MB/sec execute 278 sec latency 129.194 ms 2023-09-22T22:28:14.475 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:14 smithi110 ceph-mon[107391]: pgmap v158: 97 pgs: 97 active+clean; 336 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 397 op/s 2023-09-22T22:28:14.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:14 smithi190 ceph-mon[110035]: pgmap v158: 97 pgs: 97 active+clean; 336 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 397 op/s 2023-09-22T22:28:15.441 INFO:teuthology.orchestra.run.smithi110.stdout: 5 137707 9.25 MB/sec execute 279 sec latency 126.931 ms 2023-09-22T22:28:16.441 INFO:teuthology.orchestra.run.smithi110.stdout: 5 138026 9.26 MB/sec execute 280 sec latency 141.953 ms 2023-09-22T22:28:16.505 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:16 smithi110 ceph-mon[107391]: pgmap v159: 97 pgs: 97 active+clean; 337 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.6 MiB/s wr, 640 op/s 2023-09-22T22:28:16.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:16 smithi190 ceph-mon[110035]: pgmap v159: 97 pgs: 97 active+clean; 337 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.6 MiB/s wr, 640 op/s 2023-09-22T22:28:17.441 INFO:teuthology.orchestra.run.smithi110.stdout: 5 138322 9.24 MB/sec execute 281 sec latency 133.113 ms 2023-09-22T22:28:18.441 INFO:teuthology.orchestra.run.smithi110.stdout: 5 138675 9.25 MB/sec execute 282 sec latency 129.314 ms 2023-09-22T22:28:18.567 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:18 smithi110 ceph-mon[107391]: pgmap v160: 97 pgs: 97 active+clean; 337 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.7 MiB/s wr, 448 op/s 2023-09-22T22:28:18.567 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:18 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:28:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:18 smithi190 ceph-mon[110035]: pgmap v160: 97 pgs: 97 active+clean; 337 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.7 MiB/s wr, 448 op/s 2023-09-22T22:28:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:18 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:28:19.442 INFO:teuthology.orchestra.run.smithi110.stdout: 5 139021 9.24 MB/sec execute 283 sec latency 140.199 ms 2023-09-22T22:28:20.448 INFO:teuthology.orchestra.run.smithi110.stdout: 5 139331 9.22 MB/sec execute 284 sec latency 134.639 ms 2023-09-22T22:28:20.607 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:20 smithi110 ceph-mon[107391]: pgmap v161: 97 pgs: 97 active+clean; 337 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.7 MiB/s wr, 448 op/s 2023-09-22T22:28:20.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:20 smithi190 ceph-mon[110035]: pgmap v161: 97 pgs: 97 active+clean; 337 MiB data, 3.1 GiB used, 712 GiB / 715 GiB avail; 6.5 KiB/s rd, 4.7 MiB/s wr, 448 op/s 2023-09-22T22:28:21.448 INFO:teuthology.orchestra.run.smithi110.stdout: 5 139680 9.23 MB/sec execute 285 sec latency 104.658 ms 2023-09-22T22:28:22.393 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:22 smithi110 ceph-mon[107391]: pgmap v162: 97 pgs: 97 active+clean; 335 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 656 op/s 2023-09-22T22:28:22.448 INFO:teuthology.orchestra.run.smithi110.stdout: 5 140032 9.23 MB/sec execute 286 sec latency 129.207 ms 2023-09-22T22:28:22.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:22 smithi190 ceph-mon[110035]: pgmap v162: 97 pgs: 97 active+clean; 335 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 10 KiB/s rd, 6.8 MiB/s wr, 656 op/s 2023-09-22T22:28:23.448 INFO:teuthology.orchestra.run.smithi110.stdout: 5 140391 9.23 MB/sec execute 287 sec latency 130.153 ms 2023-09-22T22:28:24.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:24 smithi110 ceph-mon[107391]: pgmap v163: 97 pgs: 97 active+clean; 335 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.5 MiB/s wr, 450 op/s 2023-09-22T22:28:24.449 INFO:teuthology.orchestra.run.smithi110.stdout: 5 140770 9.25 MB/sec execute 288 sec latency 129.954 ms 2023-09-22T22:28:24.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:24 smithi190 ceph-mon[110035]: pgmap v163: 97 pgs: 97 active+clean; 335 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.9 KiB/s rd, 4.5 MiB/s wr, 450 op/s 2023-09-22T22:28:25.449 INFO:teuthology.orchestra.run.smithi110.stdout: 5 141150 9.25 MB/sec execute 289 sec latency 149.375 ms 2023-09-22T22:28:26.461 INFO:teuthology.orchestra.run.smithi110.stdout: 5 141469 9.26 MB/sec execute 290 sec latency 140.651 ms 2023-09-22T22:28:26.507 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:26 smithi110 ceph-mon[107391]: pgmap v164: 97 pgs: 97 active+clean; 334 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.7 MiB/s wr, 660 op/s 2023-09-22T22:28:26.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:26 smithi190 ceph-mon[110035]: pgmap v164: 97 pgs: 97 active+clean; 334 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.8 KiB/s rd, 6.7 MiB/s wr, 660 op/s 2023-09-22T22:28:27.460 INFO:teuthology.orchestra.run.smithi110.stdout: 5 141688 9.25 MB/sec execute 291 sec latency 135.051 ms 2023-09-22T22:28:28.460 INFO:teuthology.orchestra.run.smithi110.stdout: 5 141919 9.25 MB/sec execute 292 sec latency 134.551 ms 2023-09-22T22:28:28.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:28 smithi110 ceph-mon[107391]: pgmap v165: 97 pgs: 97 active+clean; 334 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 417 op/s 2023-09-22T22:28:28.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:28 smithi190 ceph-mon[110035]: pgmap v165: 97 pgs: 97 active+clean; 334 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 417 op/s 2023-09-22T22:28:29.460 INFO:teuthology.orchestra.run.smithi110.stdout: 5 142177 9.23 MB/sec execute 293 sec latency 110.769 ms 2023-09-22T22:28:30.469 INFO:teuthology.orchestra.run.smithi110.stdout: 5 142547 9.21 MB/sec execute 294 sec latency 207.947 ms 2023-09-22T22:28:30.616 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:30 smithi110 ceph-mon[107391]: pgmap v166: 97 pgs: 97 active+clean; 334 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 417 op/s 2023-09-22T22:28:30.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:30 smithi190 ceph-mon[110035]: pgmap v166: 97 pgs: 97 active+clean; 334 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.4 KiB/s rd, 4.2 MiB/s wr, 417 op/s 2023-09-22T22:28:31.474 INFO:teuthology.orchestra.run.smithi110.stdout: 5 142922 9.21 MB/sec execute 295 sec latency 123.718 ms 2023-09-22T22:28:32.474 INFO:teuthology.orchestra.run.smithi110.stdout: 5 143265 9.21 MB/sec execute 296 sec latency 87.349 ms 2023-09-22T22:28:32.663 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:32 smithi110 ceph-mon[107391]: pgmap v167: 97 pgs: 97 active+clean; 336 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.2 MiB/s wr, 592 op/s 2023-09-22T22:28:32.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:32 smithi190 ceph-mon[110035]: pgmap v167: 97 pgs: 97 active+clean; 336 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 6.2 MiB/s wr, 592 op/s 2023-09-22T22:28:33.479 INFO:teuthology.orchestra.run.smithi110.stdout: 5 143675 9.22 MB/sec execute 297 sec latency 122.741 ms 2023-09-22T22:28:33.687 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:33 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:28:33.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:33 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:28:34.451 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:34 smithi110 ceph-mon[107391]: pgmap v168: 97 pgs: 97 active+clean; 336 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 384 op/s 2023-09-22T22:28:34.479 INFO:teuthology.orchestra.run.smithi110.stdout: 5 144041 9.22 MB/sec execute 298 sec latency 121.056 ms 2023-09-22T22:28:34.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:34 smithi190 ceph-mon[110035]: pgmap v168: 97 pgs: 97 active+clean; 336 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 4.1 MiB/s wr, 384 op/s 2023-09-22T22:28:35.479 INFO:teuthology.orchestra.run.smithi110.stdout: 5 144337 9.23 MB/sec execute 299 sec latency 126.673 ms 2023-09-22T22:28:36.476 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:36 smithi110 ceph-mon[107391]: pgmap v169: 97 pgs: 97 active+clean; 331 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 603 op/s 2023-09-22T22:28:36.479 INFO:teuthology.orchestra.run.smithi110.stdout: 5 144624 9.22 MB/sec execute 300 sec latency 210.301 ms 2023-09-22T22:28:36.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:36 smithi190 ceph-mon[110035]: pgmap v169: 97 pgs: 97 active+clean; 331 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 6.1 MiB/s wr, 603 op/s 2023-09-22T22:28:37.483 INFO:teuthology.orchestra.run.smithi110.stdout: 5 144950 9.23 MB/sec execute 301 sec latency 117.794 ms 2023-09-22T22:28:38.482 INFO:teuthology.orchestra.run.smithi110.stdout: 5 145204 9.22 MB/sec execute 302 sec latency 118.321 ms 2023-09-22T22:28:38.558 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:38 smithi110 ceph-mon[107391]: pgmap v170: 97 pgs: 97 active+clean; 331 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 393 op/s 2023-09-22T22:28:38.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:38 smithi190 ceph-mon[110035]: pgmap v170: 97 pgs: 97 active+clean; 331 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 393 op/s 2023-09-22T22:28:39.483 INFO:teuthology.orchestra.run.smithi110.stdout: 5 145422 9.21 MB/sec execute 303 sec latency 202.558 ms 2023-09-22T22:28:40.483 INFO:teuthology.orchestra.run.smithi110.stdout: 5 145700 9.21 MB/sec execute 304 sec latency 127.692 ms 2023-09-22T22:28:40.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:40 smithi110 ceph-mon[107391]: pgmap v171: 97 pgs: 97 active+clean; 331 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 393 op/s 2023-09-22T22:28:40.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:40 smithi190 ceph-mon[110035]: pgmap v171: 97 pgs: 97 active+clean; 331 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 393 op/s 2023-09-22T22:28:41.483 INFO:teuthology.orchestra.run.smithi110.stdout: 5 145959 9.19 MB/sec execute 305 sec latency 129.668 ms 2023-09-22T22:28:42.489 INFO:teuthology.orchestra.run.smithi110.stdout: 5 146257 9.17 MB/sec execute 306 sec latency 96.388 ms 2023-09-22T22:28:42.644 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:42 smithi110 ceph-mon[107391]: pgmap v172: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.1 MiB/s wr, 566 op/s 2023-09-22T22:28:42.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:42 smithi190 ceph-mon[110035]: pgmap v172: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 9.1 KiB/s rd, 6.1 MiB/s wr, 566 op/s 2023-09-22T22:28:43.489 INFO:teuthology.orchestra.run.smithi110.stdout: 5 146508 9.17 MB/sec execute 307 sec latency 146.222 ms 2023-09-22T22:28:44.490 INFO:teuthology.orchestra.run.smithi110.stdout: 5 146875 9.18 MB/sec execute 308 sec latency 152.333 ms 2023-09-22T22:28:44.704 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:44 smithi110 ceph-mon[107391]: pgmap v173: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-09-22T22:28:44.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:44 smithi190 ceph-mon[110035]: pgmap v173: 97 pgs: 97 active+clean; 339 MiB data, 3.2 GiB used, 712 GiB / 715 GiB avail; 6.1 KiB/s rd, 4.1 MiB/s wr, 391 op/s 2023-09-22T22:28:45.489 INFO:teuthology.orchestra.run.smithi110.stdout: 5 147334 9.18 MB/sec execute 309 sec latency 123.883 ms 2023-09-22T22:28:46.494 INFO:teuthology.orchestra.run.smithi110.stdout: 5 147704 9.18 MB/sec execute 310 sec latency 103.297 ms 2023-09-22T22:28:46.758 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:46 smithi110 ceph-mon[107391]: pgmap v174: 97 pgs: 97 active+clean; 332 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.5 MiB/s wr, 564 op/s 2023-09-22T22:28:46.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:46 smithi190 ceph-mon[110035]: pgmap v174: 97 pgs: 97 active+clean; 332 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.5 MiB/s wr, 564 op/s 2023-09-22T22:28:47.494 INFO:teuthology.orchestra.run.smithi110.stdout: 5 148070 9.19 MB/sec execute 311 sec latency 131.344 ms 2023-09-22T22:28:48.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 148459 9.21 MB/sec execute 312 sec latency 120.787 ms 2023-09-22T22:28:48.552 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:48 smithi110 ceph-mon[107391]: pgmap v175: 97 pgs: 97 active+clean; 332 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-09-22T22:28:48.553 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:48 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:28:49.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:48 smithi190 ceph-mon[110035]: pgmap v175: 97 pgs: 97 active+clean; 332 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-09-22T22:28:49.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:48 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:28:49.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 148788 9.21 MB/sec execute 313 sec latency 90.948 ms 2023-09-22T22:28:49.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:49 smithi110 ceph-mon[107391]: pgmap v176: 97 pgs: 97 active+clean; 332 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-09-22T22:28:50.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:49 smithi190 ceph-mon[110035]: pgmap v176: 97 pgs: 97 active+clean; 332 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.5 MiB/s wr, 345 op/s 2023-09-22T22:28:50.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 149043 9.21 MB/sec execute 314 sec latency 136.005 ms 2023-09-22T22:28:51.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 149370 9.19 MB/sec execute 315 sec latency 129.330 ms 2023-09-22T22:28:52.292 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:52 smithi110 ceph-mon[107391]: pgmap v177: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.1 MiB/s wr, 566 op/s 2023-09-22T22:28:52.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 149681 9.17 MB/sec execute 316 sec latency 129.407 ms 2023-09-22T22:28:52.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:52 smithi190 ceph-mon[110035]: pgmap v177: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.1 MiB/s wr, 566 op/s 2023-09-22T22:28:53.505 INFO:teuthology.orchestra.run.smithi110.stdout: 5 149915 9.16 MB/sec execute 317 sec latency 213.110 ms 2023-09-22T22:28:54.397 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:54 smithi110 ceph-mon[107391]: pgmap v178: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 394 op/s 2023-09-22T22:28:54.632 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:54 smithi190 ceph-mon[110035]: pgmap v178: 97 pgs: 97 active+clean; 344 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 394 op/s 2023-09-22T22:28:54.633 INFO:teuthology.orchestra.run.smithi110.stdout: 5 150284 9.18 MB/sec execute 318 sec latency 135.512 ms 2023-09-22T22:28:55.513 INFO:teuthology.orchestra.run.smithi110.stdout: 5 150718 9.19 MB/sec execute 319 sec latency 139.279 ms 2023-09-22T22:28:56.454 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:56 smithi110 ceph-mon[107391]: pgmap v179: 97 pgs: 97 active+clean; 337 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.7 MiB/s wr, 580 op/s 2023-09-22T22:28:56.514 INFO:teuthology.orchestra.run.smithi110.stdout: 5 151118 9.18 MB/sec execute 320 sec latency 108.976 ms 2023-09-22T22:28:56.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:56 smithi190 ceph-mon[110035]: pgmap v179: 97 pgs: 97 active+clean; 337 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.7 MiB/s wr, 580 op/s 2023-09-22T22:28:57.514 INFO:teuthology.orchestra.run.smithi110.stdout: 5 151392 9.18 MB/sec execute 321 sec latency 129.411 ms 2023-09-22T22:28:58.275 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:28:58 smithi110 ceph-mon[107391]: pgmap v180: 97 pgs: 97 active+clean; 337 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 407 op/s 2023-09-22T22:28:58.514 INFO:teuthology.orchestra.run.smithi110.stdout: 5 151605 9.17 MB/sec execute 322 sec latency 154.615 ms 2023-09-22T22:28:58.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:28:58 smithi190 ceph-mon[110035]: pgmap v180: 97 pgs: 97 active+clean; 337 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 407 op/s 2023-09-22T22:28:59.514 INFO:teuthology.orchestra.run.smithi110.stdout: 5 151929 9.18 MB/sec execute 323 sec latency 143.883 ms 2023-09-22T22:29:00.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:00 smithi110 ceph-mon[107391]: pgmap v181: 97 pgs: 97 active+clean; 337 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 407 op/s 2023-09-22T22:29:00.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 152179 9.17 MB/sec execute 324 sec latency 156.535 ms 2023-09-22T22:29:00.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:00 smithi190 ceph-mon[110035]: pgmap v181: 97 pgs: 97 active+clean; 337 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.3 KiB/s rd, 4.3 MiB/s wr, 407 op/s 2023-09-22T22:29:01.515 INFO:teuthology.orchestra.run.smithi110.stdout: 5 152421 9.17 MB/sec execute 325 sec latency 198.718 ms 2023-09-22T22:29:02.365 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:02 smithi110 ceph-mon[107391]: pgmap v182: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.3 MiB/s wr, 601 op/s 2023-09-22T22:29:02.517 INFO:teuthology.orchestra.run.smithi110.stdout: 5 152768 9.17 MB/sec execute 326 sec latency 213.828 ms 2023-09-22T22:29:02.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:02 smithi190 ceph-mon[110035]: pgmap v182: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 6.3 MiB/s wr, 601 op/s 2023-09-22T22:29:03.399 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:29:03.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:29:03.537 INFO:teuthology.orchestra.run.smithi110.stdout: 5 153086 9.15 MB/sec execute 327 sec latency 126.168 ms 2023-09-22T22:29:04.405 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:04 smithi110 ceph-mon[107391]: pgmap v183: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-09-22T22:29:04.537 INFO:teuthology.orchestra.run.smithi110.stdout: 5 153434 9.15 MB/sec execute 328 sec latency 131.678 ms 2023-09-22T22:29:04.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:04 smithi190 ceph-mon[110035]: pgmap v183: 97 pgs: 97 active+clean; 340 MiB data, 3.3 GiB used, 712 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.7 MiB/s wr, 379 op/s 2023-09-22T22:29:05.539 INFO:teuthology.orchestra.run.smithi110.stdout: 5 153772 9.15 MB/sec execute 329 sec latency 129.905 ms 2023-09-22T22:29:06.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:06 smithi110 ceph-mon[107391]: pgmap v184: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.5 MiB/s wr, 560 op/s 2023-09-22T22:29:06.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:06 smithi190 ceph-mon[110035]: pgmap v184: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.5 MiB/s wr, 560 op/s 2023-09-22T22:29:06.549 INFO:teuthology.orchestra.run.smithi110.stdout: 5 154160 9.15 MB/sec execute 331 sec latency 132.405 ms 2023-09-22T22:29:07.549 INFO:teuthology.orchestra.run.smithi110.stdout: 5 154513 9.16 MB/sec execute 332 sec latency 150.339 ms 2023-09-22T22:29:08.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:08 smithi110 ceph-mon[107391]: pgmap v185: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-09-22T22:29:08.549 INFO:teuthology.orchestra.run.smithi110.stdout: 5 154823 9.16 MB/sec execute 333 sec latency 133.364 ms 2023-09-22T22:29:08.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:08 smithi190 ceph-mon[110035]: pgmap v185: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-09-22T22:29:09.555 INFO:teuthology.orchestra.run.smithi110.stdout: 5 155165 9.16 MB/sec execute 334 sec latency 135.611 ms 2023-09-22T22:29:10.540 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:10 smithi110 ceph-mon[107391]: pgmap v186: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-09-22T22:29:10.555 INFO:teuthology.orchestra.run.smithi110.stdout: 5 155487 9.15 MB/sec execute 335 sec latency 105.341 ms 2023-09-22T22:29:10.578 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:10 smithi190 ceph-mon[110035]: pgmap v186: 97 pgs: 97 active+clean; 340 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 3.8 MiB/s wr, 374 op/s 2023-09-22T22:29:11.555 INFO:teuthology.orchestra.run.smithi110.stdout: 5 155761 9.16 MB/sec execute 336 sec latency 126.551 ms 2023-09-22T22:29:12.331 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:12 smithi110 ceph-mon[107391]: pgmap v187: 97 pgs: 97 active+clean; 338 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 579 op/s 2023-09-22T22:29:12.555 INFO:teuthology.orchestra.run.smithi110.stdout: 5 156096 9.16 MB/sec execute 337 sec latency 139.634 ms 2023-09-22T22:29:12.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:12 smithi190 ceph-mon[110035]: pgmap v187: 97 pgs: 97 active+clean; 338 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 579 op/s 2023-09-22T22:29:13.555 INFO:teuthology.orchestra.run.smithi110.stdout: 5 156395 9.15 MB/sec execute 338 sec latency 126.821 ms 2023-09-22T22:29:14.375 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:14 smithi110 ceph-mon[107391]: pgmap v188: 97 pgs: 97 active+clean; 338 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-09-22T22:29:14.555 INFO:teuthology.orchestra.run.smithi110.stdout: 5 156637 9.14 MB/sec execute 339 sec latency 136.859 ms 2023-09-22T22:29:14.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:14 smithi190 ceph-mon[110035]: pgmap v188: 97 pgs: 97 active+clean; 338 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-09-22T22:29:15.556 INFO:teuthology.orchestra.run.smithi110.stdout: 5 156853 9.12 MB/sec execute 340 sec latency 135.308 ms 2023-09-22T22:29:16.444 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:16 smithi110 ceph-mon[107391]: pgmap v189: 97 pgs: 97 active+clean; 339 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.8 MiB/s wr, 573 op/s 2023-09-22T22:29:16.555 INFO:teuthology.orchestra.run.smithi110.stdout: 5 157125 9.12 MB/sec execute 341 sec latency 136.938 ms 2023-09-22T22:29:16.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:16 smithi190 ceph-mon[110035]: pgmap v189: 97 pgs: 97 active+clean; 339 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.8 MiB/s wr, 573 op/s 2023-09-22T22:29:17.562 INFO:teuthology.orchestra.run.smithi110.stdout: 5 157430 9.12 MB/sec execute 342 sec latency 151.473 ms 2023-09-22T22:29:18.515 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:18 smithi110 ceph-mon[107391]: pgmap v190: 97 pgs: 97 active+clean; 339 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-09-22T22:29:18.515 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:18 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:29:18.562 INFO:teuthology.orchestra.run.smithi110.stdout: 5 157714 9.12 MB/sec execute 343 sec latency 129.674 ms 2023-09-22T22:29:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:18 smithi190 ceph-mon[110035]: pgmap v190: 97 pgs: 97 active+clean; 339 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-09-22T22:29:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:18 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:29:19.562 INFO:teuthology.orchestra.run.smithi110.stdout: 5 157973 9.11 MB/sec execute 344 sec latency 128.267 ms 2023-09-22T22:29:20.555 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:20 smithi110 ceph-mon[107391]: pgmap v191: 97 pgs: 97 active+clean; 339 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-09-22T22:29:20.562 INFO:teuthology.orchestra.run.smithi110.stdout: 5 158379 9.12 MB/sec execute 345 sec latency 186.132 ms 2023-09-22T22:29:20.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:20 smithi190 ceph-mon[110035]: pgmap v191: 97 pgs: 97 active+clean; 339 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 5.4 KiB/s rd, 4.0 MiB/s wr, 391 op/s 2023-09-22T22:29:21.562 INFO:teuthology.orchestra.run.smithi110.stdout: 5 158691 9.11 MB/sec execute 346 sec latency 123.790 ms 2023-09-22T22:29:22.562 INFO:teuthology.orchestra.run.smithi110.stdout: 5 159063 9.12 MB/sec execute 347 sec latency 138.927 ms 2023-09-22T22:29:22.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:22 smithi110 ceph-mon[107391]: pgmap v192: 97 pgs: 97 active+clean; 337 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 556 op/s 2023-09-22T22:29:22.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:22 smithi190 ceph-mon[110035]: pgmap v192: 97 pgs: 97 active+clean; 337 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.7 MiB/s wr, 556 op/s 2023-09-22T22:29:23.562 INFO:teuthology.orchestra.run.smithi110.stdout: 5 159389 9.13 MB/sec execute 348 sec latency 143.329 ms 2023-09-22T22:29:24.549 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:24 smithi110 ceph-mon[107391]: pgmap v193: 97 pgs: 97 active+clean; 337 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 351 op/s 2023-09-22T22:29:24.562 INFO:teuthology.orchestra.run.smithi110.stdout: 5 159697 9.13 MB/sec execute 349 sec latency 161.824 ms 2023-09-22T22:29:24.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:24 smithi190 ceph-mon[110035]: pgmap v193: 97 pgs: 97 active+clean; 337 MiB data, 3.4 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.6 MiB/s wr, 351 op/s 2023-09-22T22:29:25.562 INFO:teuthology.orchestra.run.smithi110.stdout: 5 160094 9.12 MB/sec execute 350 sec latency 96.355 ms 2023-09-22T22:29:26.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:26 smithi110 ceph-mon[107391]: pgmap v194: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 554 op/s 2023-09-22T22:29:26.562 INFO:teuthology.orchestra.run.smithi110.stdout: 5 160477 9.11 MB/sec execute 351 sec latency 153.673 ms 2023-09-22T22:29:26.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:26 smithi190 ceph-mon[110035]: pgmap v194: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.9 MiB/s wr, 554 op/s 2023-09-22T22:29:27.562 INFO:teuthology.orchestra.run.smithi110.stdout: 5 160742 9.11 MB/sec execute 352 sec latency 167.673 ms 2023-09-22T22:29:28.454 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:28 smithi110 ceph-mon[107391]: pgmap v195: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 367 op/s 2023-09-22T22:29:28.562 INFO:teuthology.orchestra.run.smithi110.stdout: 5 161098 9.12 MB/sec execute 353 sec latency 138.444 ms 2023-09-22T22:29:28.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:28 smithi190 ceph-mon[110035]: pgmap v195: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 367 op/s 2023-09-22T22:29:29.562 INFO:teuthology.orchestra.run.smithi110.stdout: 5 161524 9.12 MB/sec execute 354 sec latency 126.400 ms 2023-09-22T22:29:30.502 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:30 smithi110 ceph-mon[107391]: pgmap v196: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 367 op/s 2023-09-22T22:29:30.571 INFO:teuthology.orchestra.run.smithi110.stdout: 5 161816 9.12 MB/sec execute 355 sec latency 126.702 ms 2023-09-22T22:29:30.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:30 smithi190 ceph-mon[110035]: pgmap v196: 97 pgs: 97 active+clean; 345 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.0 MiB/s wr, 367 op/s 2023-09-22T22:29:31.571 INFO:teuthology.orchestra.run.smithi110.stdout: 5 162047 9.11 MB/sec execute 356 sec latency 126.556 ms 2023-09-22T22:29:32.543 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:32 smithi110 ceph-mon[107391]: pgmap v197: 97 pgs: 97 active+clean; 341 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.9 MiB/s wr, 583 op/s 2023-09-22T22:29:32.571 INFO:teuthology.orchestra.run.smithi110.stdout: 5 162327 9.11 MB/sec execute 357 sec latency 143.447 ms 2023-09-22T22:29:32.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:32 smithi190 ceph-mon[110035]: pgmap v197: 97 pgs: 97 active+clean; 341 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 9.4 KiB/s rd, 5.9 MiB/s wr, 583 op/s 2023-09-22T22:29:33.566 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:33 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:29:33.573 INFO:teuthology.orchestra.run.smithi110.stdout: 5 162663 9.11 MB/sec execute 358 sec latency 149.770 ms 2023-09-22T22:29:33.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:33 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:29:34.574 INFO:teuthology.orchestra.run.smithi110.stdout: 5 162880 9.11 MB/sec execute 359 sec latency 135.823 ms 2023-09-22T22:29:34.627 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:34 smithi110 ceph-mon[107391]: pgmap v198: 97 pgs: 97 active+clean; 341 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 418 op/s 2023-09-22T22:29:34.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:34 smithi190 ceph-mon[110035]: pgmap v198: 97 pgs: 97 active+clean; 341 MiB data, 3.5 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.2 MiB/s wr, 418 op/s 2023-09-22T22:29:35.574 INFO:teuthology.orchestra.run.smithi110.stdout: 5 163121 9.11 MB/sec execute 360 sec latency 131.212 ms 2023-09-22T22:29:36.522 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:36 smithi110 ceph-mon[107391]: pgmap v199: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.3 MiB/s wr, 589 op/s 2023-09-22T22:29:36.623 INFO:teuthology.orchestra.run.smithi110.stdout: 5 163336 9.10 MB/sec execute 361 sec latency 131.450 ms 2023-09-22T22:29:36.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:36 smithi190 ceph-mon[110035]: pgmap v199: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.2 KiB/s rd, 6.3 MiB/s wr, 589 op/s 2023-09-22T22:29:37.583 INFO:teuthology.orchestra.run.smithi110.stdout: 5 163592 9.08 MB/sec execute 362 sec latency 123.614 ms 2023-09-22T22:29:38.535 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:38 smithi110 ceph-mon[107391]: pgmap v200: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-09-22T22:29:38.590 INFO:teuthology.orchestra.run.smithi110.stdout: 5 163844 9.06 MB/sec execute 363 sec latency 121.410 ms 2023-09-22T22:29:38.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:38 smithi190 ceph-mon[110035]: pgmap v200: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-09-22T22:29:39.590 INFO:teuthology.orchestra.run.smithi110.stdout: 5 164101 9.06 MB/sec execute 364 sec latency 131.728 ms 2023-09-22T22:29:40.590 INFO:teuthology.orchestra.run.smithi110.stdout: 5 164332 9.05 MB/sec execute 365 sec latency 128.432 ms 2023-09-22T22:29:40.654 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:40 smithi110 ceph-mon[107391]: pgmap v201: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-09-22T22:29:40.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:40 smithi190 ceph-mon[110035]: pgmap v201: 97 pgs: 97 active+clean; 346 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.9 MiB/s wr, 386 op/s 2023-09-22T22:29:41.590 INFO:teuthology.orchestra.run.smithi110.stdout: 5 164592 9.05 MB/sec execute 366 sec latency 128.053 ms 2023-09-22T22:29:42.590 INFO:teuthology.orchestra.run.smithi110.stdout: 5 164921 9.06 MB/sec execute 367 sec latency 147.759 ms 2023-09-22T22:29:42.687 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:42 smithi110 ceph-mon[107391]: pgmap v202: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 537 op/s 2023-09-22T22:29:42.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:42 smithi190 ceph-mon[110035]: pgmap v202: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 8.7 KiB/s rd, 5.2 MiB/s wr, 537 op/s 2023-09-22T22:29:43.590 INFO:teuthology.orchestra.run.smithi110.stdout: 5 165071 9.04 MB/sec execute 368 sec latency 129.643 ms 2023-09-22T22:29:44.476 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:44 smithi110 ceph-mon[107391]: pgmap v203: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 321 op/s 2023-09-22T22:29:44.591 INFO:teuthology.orchestra.run.smithi110.stdout: 5 165376 9.04 MB/sec execute 369 sec latency 126.252 ms 2023-09-22T22:29:44.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:44 smithi190 ceph-mon[110035]: pgmap v203: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 321 op/s 2023-09-22T22:29:45.590 INFO:teuthology.orchestra.run.smithi110.stdout: 5 165606 9.03 MB/sec execute 370 sec latency 114.329 ms 2023-09-22T22:29:46.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:46 smithi110 ceph-mon[107391]: pgmap v204: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 477 op/s 2023-09-22T22:29:46.598 INFO:teuthology.orchestra.run.smithi110.stdout: 5 165811 9.02 MB/sec execute 371 sec latency 130.015 ms 2023-09-22T22:29:46.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:46 smithi190 ceph-mon[110035]: pgmap v204: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.6 KiB/s rd, 4.9 MiB/s wr, 477 op/s 2023-09-22T22:29:47.590 INFO:teuthology.orchestra.run.smithi110.stdout: 5 166021 9.01 MB/sec execute 372 sec latency 124.321 ms 2023-09-22T22:29:48.592 INFO:teuthology.orchestra.run.smithi110.stdout: 5 166283 9.01 MB/sec execute 373 sec latency 126.329 ms 2023-09-22T22:29:48.648 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:48 smithi110 ceph-mon[107391]: pgmap v205: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.8 MiB/s wr, 307 op/s 2023-09-22T22:29:48.649 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:48 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:29:48.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:48 smithi190 ceph-mon[110035]: pgmap v205: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.8 MiB/s wr, 307 op/s 2023-09-22T22:29:48.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:48 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:29:49.592 INFO:teuthology.orchestra.run.smithi110.stdout: 5 166494 9.00 MB/sec execute 374 sec latency 132.553 ms 2023-09-22T22:29:50.600 INFO:teuthology.orchestra.run.smithi110.stdout: 5 166791 9.00 MB/sec execute 375 sec latency 123.752 ms 2023-09-22T22:29:50.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:50 smithi110 ceph-mon[107391]: pgmap v206: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.8 MiB/s wr, 307 op/s 2023-09-22T22:29:50.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:50 smithi190 ceph-mon[110035]: pgmap v206: 97 pgs: 97 active+clean; 340 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 2.8 MiB/s wr, 307 op/s 2023-09-22T22:29:51.599 INFO:teuthology.orchestra.run.smithi110.stdout: 5 167020 8.98 MB/sec execute 376 sec latency 130.804 ms 2023-09-22T22:29:52.599 INFO:teuthology.orchestra.run.smithi110.stdout: 5 167316 8.98 MB/sec execute 377 sec latency 108.206 ms 2023-09-22T22:29:52.756 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:52 smithi110 ceph-mon[107391]: pgmap v207: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.4 MiB/s wr, 446 op/s 2023-09-22T22:29:52.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:52 smithi190 ceph-mon[110035]: pgmap v207: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.4 MiB/s wr, 446 op/s 2023-09-22T22:29:53.599 INFO:teuthology.orchestra.run.smithi110.stdout: 5 167580 8.98 MB/sec execute 378 sec latency 137.460 ms 2023-09-22T22:29:54.600 INFO:teuthology.orchestra.run.smithi110.stdout: 5 167834 8.97 MB/sec execute 379 sec latency 103.292 ms 2023-09-22T22:29:54.793 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:54 smithi110 ceph-mon[107391]: pgmap v208: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 295 op/s 2023-09-22T22:29:55.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:54 smithi190 ceph-mon[110035]: pgmap v208: 97 pgs: 97 active+clean; 344 MiB data, 3.6 GiB used, 712 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.2 MiB/s wr, 295 op/s 2023-09-22T22:29:55.600 INFO:teuthology.orchestra.run.smithi110.stdout: 5 168190 8.97 MB/sec execute 380 sec latency 125.353 ms 2023-09-22T22:29:56.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:56 smithi110 ceph-mon[107391]: pgmap v209: 97 pgs: 97 active+clean; 340 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 457 op/s 2023-09-22T22:29:56.600 INFO:teuthology.orchestra.run.smithi110.stdout: 5 168365 8.96 MB/sec execute 381 sec latency 131.405 ms 2023-09-22T22:29:57.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:56 smithi190 ceph-mon[110035]: pgmap v209: 97 pgs: 97 active+clean; 340 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 457 op/s 2023-09-22T22:29:57.600 INFO:teuthology.orchestra.run.smithi110.stdout: 5 168627 8.97 MB/sec execute 382 sec latency 133.901 ms 2023-09-22T22:29:58.600 INFO:teuthology.orchestra.run.smithi110.stdout: 5 168875 8.96 MB/sec execute 383 sec latency 139.198 ms 2023-09-22T22:29:58.665 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:29:58 smithi110 ceph-mon[107391]: pgmap v210: 97 pgs: 97 active+clean; 340 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.2 MiB/s wr, 301 op/s 2023-09-22T22:29:59.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:29:58 smithi190 ceph-mon[110035]: pgmap v210: 97 pgs: 97 active+clean; 340 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.2 MiB/s wr, 301 op/s 2023-09-22T22:29:59.601 INFO:teuthology.orchestra.run.smithi110.stdout: 5 169106 8.95 MB/sec execute 384 sec latency 120.872 ms 2023-09-22T22:30:00.606 INFO:teuthology.orchestra.run.smithi110.stdout: 5 169403 8.94 MB/sec execute 385 sec latency 109.726 ms 2023-09-22T22:30:00.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: pgmap v211: 97 pgs: 97 active+clean; 340 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.2 MiB/s wr, 301 op/s 2023-09-22T22:30:00.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi110.ntddcx on host smithi110 failed. 2023-09-22T22:30:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi110.ntddcx on host smithi110 failed. 2023-09-22T22:30:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: Upgrade daemon: mgr.smithi110.ntddcx: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi110.ntddcx ... 2023-09-22T22:30:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: Non-zero exit code 1 from systemctl daemon-reload 2023-09-22T22:30:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-09-22T22:30:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: Traceback (most recent call last): 2023-09-22T22:30:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-09-22T22:30:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: "__main__", mod_spec) 2023-09-22T22:30:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-09-22T22:30:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: exec(code, run_globals) 2023-09-22T22:30:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 8193, in 2023-09-22T22:30:00.714 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 8181, in main 2023-09-22T22:30:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 5459, in command_deploy_from 2023-09-22T22:30:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 5477, in _common_deploy 2023-09-22T22:30:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 5514, in _dispatch_deploy 2023-09-22T22:30:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 2828, in deploy_daemon 2023-09-22T22:30:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 3061, in deploy_daemon_units 2023-09-22T22:30:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: File "/tmp/tmppignoqvc.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-09-22T22:30:00.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:00 smithi110 ceph-mon[107391]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-09-22T22:30:01.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: pgmap v211: 97 pgs: 97 active+clean; 340 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 4.5 KiB/s rd, 3.2 MiB/s wr, 301 op/s 2023-09-22T22:30:01.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: Health detail: HEALTH_WARN Upgrading daemon mgr.smithi110.ntddcx on host smithi110 failed. 2023-09-22T22:30:01.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: [WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi110.ntddcx on host smithi110 failed. 2023-09-22T22:30:01.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: Upgrade daemon: mgr.smithi110.ntddcx: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi110.ntddcx ... 2023-09-22T22:30:01.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: Non-zero exit code 1 from systemctl daemon-reload 2023-09-22T22:30:01.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: systemctl: stderr Failed to reload daemon: Connection timed out 2023-09-22T22:30:01.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: Traceback (most recent call last): 2023-09-22T22:30:01.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-09-22T22:30:01.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: "__main__", mod_spec) 2023-09-22T22:30:01.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-09-22T22:30:01.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: exec(code, run_globals) 2023-09-22T22:30:01.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 8193, in 2023-09-22T22:30:01.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 8181, in main 2023-09-22T22:30:01.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 5459, in command_deploy_from 2023-09-22T22:30:01.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 5477, in _common_deploy 2023-09-22T22:30:01.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 5514, in _dispatch_deploy 2023-09-22T22:30:01.039 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 2828, in deploy_daemon 2023-09-22T22:30:01.039 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 3061, in deploy_daemon_units 2023-09-22T22:30:01.039 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: File "/tmp/tmppignoqvc.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-09-22T22:30:01.039 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:00 smithi190 ceph-mon[110035]: RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-09-22T22:30:01.606 INFO:teuthology.orchestra.run.smithi110.stdout: 5 169635 8.93 MB/sec execute 386 sec latency 160.255 ms 2023-09-22T22:30:02.237 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:02 smithi110 ceph-mon[107391]: pgmap v212: 97 pgs: 97 active+clean; 340 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 454 op/s 2023-09-22T22:30:02.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:02 smithi190 ceph-mon[110035]: pgmap v212: 97 pgs: 97 active+clean; 340 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 454 op/s 2023-09-22T22:30:02.606 INFO:teuthology.orchestra.run.smithi110.stdout: 5 169843 8.91 MB/sec execute 387 sec latency 139.040 ms 2023-09-22T22:30:03.255 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:30:03.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:30:03.606 INFO:teuthology.orchestra.run.smithi110.stdout: 5 170202 8.92 MB/sec execute 388 sec latency 117.587 ms 2023-09-22T22:30:04.276 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:04 smithi110 ceph-mon[107391]: pgmap v213: 97 pgs: 97 active+clean; 340 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 314 op/s 2023-09-22T22:30:04.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:04 smithi190 ceph-mon[110035]: pgmap v213: 97 pgs: 97 active+clean; 340 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 314 op/s 2023-09-22T22:30:04.615 INFO:teuthology.orchestra.run.smithi110.stdout: 5 170518 8.93 MB/sec execute 389 sec latency 143.538 ms 2023-09-22T22:30:05.615 INFO:teuthology.orchestra.run.smithi110.stdout: 5 170914 8.94 MB/sec execute 390 sec latency 133.814 ms 2023-09-22T22:30:06.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:06 smithi110 ceph-mon[107391]: pgmap v214: 97 pgs: 97 active+clean; 340 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 475 op/s 2023-09-22T22:30:06.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:06 smithi190 ceph-mon[110035]: pgmap v214: 97 pgs: 97 active+clean; 340 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.7 MiB/s wr, 475 op/s 2023-09-22T22:30:06.615 INFO:teuthology.orchestra.run.smithi110.stdout: 5 171197 8.93 MB/sec execute 391 sec latency 134.748 ms 2023-09-22T22:30:07.615 INFO:teuthology.orchestra.run.smithi110.stdout: 5 171524 8.93 MB/sec execute 392 sec latency 112.103 ms 2023-09-22T22:30:08.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:08 smithi110 ceph-mon[107391]: pgmap v215: 97 pgs: 97 active+clean; 340 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 314 op/s 2023-09-22T22:30:08.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:08 smithi190 ceph-mon[110035]: pgmap v215: 97 pgs: 97 active+clean; 340 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 314 op/s 2023-09-22T22:30:08.619 INFO:teuthology.orchestra.run.smithi110.stdout: 5 171835 8.92 MB/sec execute 393 sec latency 124.185 ms 2023-09-22T22:30:09.619 INFO:teuthology.orchestra.run.smithi110.stdout: 5 172106 8.92 MB/sec execute 394 sec latency 124.158 ms 2023-09-22T22:30:10.387 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:10 smithi110 ceph-mon[107391]: pgmap v216: 97 pgs: 97 active+clean; 340 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 314 op/s 2023-09-22T22:30:10.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:10 smithi190 ceph-mon[110035]: pgmap v216: 97 pgs: 97 active+clean; 340 MiB data, 3.7 GiB used, 712 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.1 MiB/s wr, 314 op/s 2023-09-22T22:30:10.620 INFO:teuthology.orchestra.run.smithi110.stdout: 5 172370 8.92 MB/sec execute 395 sec latency 140.124 ms 2023-09-22T22:30:11.620 INFO:teuthology.orchestra.run.smithi110.stdout: 5 172724 8.92 MB/sec execute 396 sec latency 125.805 ms 2023-09-22T22:30:12.448 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:12 smithi110 ceph-mon[107391]: pgmap v217: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2023-09-22T22:30:12.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:12 smithi190 ceph-mon[110035]: pgmap v217: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 504 op/s 2023-09-22T22:30:12.620 INFO:teuthology.orchestra.run.smithi110.stdout: 5 173049 8.92 MB/sec execute 397 sec latency 108.121 ms 2023-09-22T22:30:13.620 INFO:teuthology.orchestra.run.smithi110.stdout: 5 173351 8.91 MB/sec execute 398 sec latency 132.241 ms 2023-09-22T22:30:14.483 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:14 smithi110 ceph-mon[107391]: pgmap v218: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-09-22T22:30:14.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:14 smithi190 ceph-mon[110035]: pgmap v218: 97 pgs: 97 active+clean; 346 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.6 MiB/s wr, 352 op/s 2023-09-22T22:30:14.626 INFO:teuthology.orchestra.run.smithi110.stdout: 5 173649 8.91 MB/sec execute 399 sec latency 129.976 ms 2023-09-22T22:30:15.631 INFO:teuthology.orchestra.run.smithi110.stdout: 5 173968 8.91 MB/sec execute 400 sec latency 131.846 ms 2023-09-22T22:30:16.519 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:16 smithi110 ceph-mon[107391]: pgmap v219: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.4 MiB/s wr, 540 op/s 2023-09-22T22:30:16.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:16 smithi190 ceph-mon[110035]: pgmap v219: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.4 MiB/s wr, 540 op/s 2023-09-22T22:30:16.633 INFO:teuthology.orchestra.run.smithi110.stdout: 5 174342 8.92 MB/sec execute 401 sec latency 102.238 ms 2023-09-22T22:30:17.634 INFO:teuthology.orchestra.run.smithi110.stdout: 5 174673 8.92 MB/sec execute 402 sec latency 126.588 ms 2023-09-22T22:30:18.556 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:18 smithi110 ceph-mon[107391]: pgmap v220: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2023-09-22T22:30:18.790 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:18 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:30:18.791 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:18 smithi190 ceph-mon[110035]: pgmap v220: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2023-09-22T22:30:18.791 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:18 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:30:18.791 INFO:teuthology.orchestra.run.smithi110.stdout: 5 174944 8.91 MB/sec execute 403 sec latency 123.205 ms 2023-09-22T22:30:19.633 INFO:teuthology.orchestra.run.smithi110.stdout: 5 175186 8.91 MB/sec execute 404 sec latency 130.549 ms 2023-09-22T22:30:20.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:20 smithi110 ceph-mon[107391]: pgmap v221: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2023-09-22T22:30:20.571 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:20 smithi190 ceph-mon[110035]: pgmap v221: 97 pgs: 97 active+clean; 343 MiB data, 3.7 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 379 op/s 2023-09-22T22:30:20.640 INFO:teuthology.orchestra.run.smithi110.stdout: 5 175432 8.90 MB/sec execute 405 sec latency 129.606 ms 2023-09-22T22:30:21.645 INFO:teuthology.orchestra.run.smithi110.stdout: 5 175742 8.90 MB/sec execute 406 sec latency 117.938 ms 2023-09-22T22:30:22.400 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:22 smithi110 ceph-mon[107391]: pgmap v222: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.8 MiB/s wr, 565 op/s 2023-09-22T22:30:22.650 INFO:teuthology.orchestra.run.smithi110.stdout: 5 176026 8.90 MB/sec execute 407 sec latency 118.932 ms 2023-09-22T22:30:22.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:22 smithi190 ceph-mon[110035]: pgmap v222: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 5.8 MiB/s wr, 565 op/s 2023-09-22T22:30:23.650 INFO:teuthology.orchestra.run.smithi110.stdout: 5 176340 8.90 MB/sec execute 408 sec latency 130.045 ms 2023-09-22T22:30:24.438 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:24 smithi110 ceph-mon[107391]: pgmap v223: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 375 op/s 2023-09-22T22:30:24.650 INFO:teuthology.orchestra.run.smithi110.stdout: 5 176684 8.89 MB/sec execute 409 sec latency 137.375 ms 2023-09-22T22:30:24.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:24 smithi190 ceph-mon[110035]: pgmap v223: 97 pgs: 97 active+clean; 346 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 3.7 MiB/s wr, 375 op/s 2023-09-22T22:30:25.650 INFO:teuthology.orchestra.run.smithi110.stdout: 5 176976 8.89 MB/sec execute 410 sec latency 200.302 ms 2023-09-22T22:30:26.487 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:26 smithi110 ceph-mon[107391]: pgmap v224: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.5 MiB/s wr, 554 op/s 2023-09-22T22:30:26.650 INFO:teuthology.orchestra.run.smithi110.stdout: 5 177391 8.90 MB/sec execute 411 sec latency 207.448 ms 2023-09-22T22:30:26.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:26 smithi190 ceph-mon[110035]: pgmap v224: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.5 MiB/s wr, 554 op/s 2023-09-22T22:30:27.650 INFO:teuthology.orchestra.run.smithi110.stdout: 5 177795 8.92 MB/sec execute 412 sec latency 120.657 ms 2023-09-22T22:30:28.405 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:28 smithi110 ceph-mon[107391]: pgmap v225: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-09-22T22:30:28.650 INFO:teuthology.orchestra.run.smithi110.stdout: 5 178166 8.92 MB/sec execute 413 sec latency 123.958 ms 2023-09-22T22:30:28.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:28 smithi190 ceph-mon[110035]: pgmap v225: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-09-22T22:30:29.656 INFO:teuthology.orchestra.run.smithi110.stdout: 5 178363 8.90 MB/sec execute 414 sec latency 141.001 ms 2023-09-22T22:30:30.567 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:30 smithi110 ceph-mon[107391]: pgmap v226: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-09-22T22:30:30.656 INFO:teuthology.orchestra.run.smithi110.stdout: 5 178623 8.90 MB/sec execute 415 sec latency 122.654 ms 2023-09-22T22:30:30.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:30 smithi190 ceph-mon[110035]: pgmap v226: 97 pgs: 97 active+clean; 344 MiB data, 3.8 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.8 MiB/s wr, 365 op/s 2023-09-22T22:30:31.656 INFO:teuthology.orchestra.run.smithi110.stdout: 5 178903 8.89 MB/sec execute 416 sec latency 129.395 ms 2023-09-22T22:30:32.636 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:32 smithi110 ceph-mon[107391]: pgmap v227: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.2 MiB/s wr, 578 op/s 2023-09-22T22:30:32.656 INFO:teuthology.orchestra.run.smithi110.stdout: 5 179102 8.88 MB/sec execute 417 sec latency 126.673 ms 2023-09-22T22:30:32.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:32 smithi190 ceph-mon[110035]: pgmap v227: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.4 KiB/s rd, 6.2 MiB/s wr, 578 op/s 2023-09-22T22:30:33.646 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:33 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:30:33.663 INFO:teuthology.orchestra.run.smithi110.stdout: 5 179376 8.87 MB/sec execute 418 sec latency 213.943 ms 2023-09-22T22:30:33.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:33 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:30:34.416 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:34 smithi110 ceph-mon[107391]: pgmap v228: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 392 op/s 2023-09-22T22:30:34.664 INFO:teuthology.orchestra.run.smithi110.stdout: 5 179807 8.89 MB/sec execute 419 sec latency 129.906 ms 2023-09-22T22:30:34.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:34 smithi190 ceph-mon[110035]: pgmap v228: 97 pgs: 97 active+clean; 351 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.2 MiB/s wr, 392 op/s 2023-09-22T22:30:35.676 INFO:teuthology.orchestra.run.smithi110.stdout: 5 180233 8.88 MB/sec execute 420 sec latency 129.856 ms 2023-09-22T22:30:36.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:36 smithi110 ceph-mon[107391]: pgmap v229: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 560 op/s 2023-09-22T22:30:36.676 INFO:teuthology.orchestra.run.smithi110.stdout: 5 180460 8.87 MB/sec execute 421 sec latency 126.378 ms 2023-09-22T22:30:36.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:36 smithi190 ceph-mon[110035]: pgmap v229: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.8 MiB/s wr, 560 op/s 2023-09-22T22:30:37.676 INFO:teuthology.orchestra.run.smithi110.stdout: 5 180747 8.88 MB/sec execute 422 sec latency 119.478 ms 2023-09-22T22:30:38.536 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:38 smithi110 ceph-mon[107391]: pgmap v230: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 380 op/s 2023-09-22T22:30:38.676 INFO:teuthology.orchestra.run.smithi110.stdout: 5 181003 8.88 MB/sec execute 423 sec latency 147.393 ms 2023-09-22T22:30:38.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:38 smithi190 ceph-mon[110035]: pgmap v230: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 380 op/s 2023-09-22T22:30:39.677 INFO:teuthology.orchestra.run.smithi110.stdout: 5 181328 8.88 MB/sec execute 424 sec latency 123.563 ms 2023-09-22T22:30:40.649 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:40 smithi110 ceph-mon[107391]: pgmap v231: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 380 op/s 2023-09-22T22:30:40.677 INFO:teuthology.orchestra.run.smithi110.stdout: 5 181563 8.87 MB/sec execute 425 sec latency 136.655 ms 2023-09-22T22:30:40.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:40 smithi190 ceph-mon[110035]: pgmap v231: 97 pgs: 97 active+clean; 343 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 6.0 KiB/s rd, 4.0 MiB/s wr, 380 op/s 2023-09-22T22:30:41.677 INFO:teuthology.orchestra.run.smithi110.stdout: 5 181866 8.87 MB/sec execute 426 sec latency 130.606 ms 2023-09-22T22:30:42.434 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:42 smithi110 ceph-mon[107391]: pgmap v232: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 560 op/s 2023-09-22T22:30:42.683 INFO:teuthology.orchestra.run.smithi110.stdout: 5 182194 8.87 MB/sec execute 427 sec latency 132.678 ms 2023-09-22T22:30:42.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:42 smithi190 ceph-mon[110035]: pgmap v232: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 5.8 MiB/s wr, 560 op/s 2023-09-22T22:30:43.684 INFO:teuthology.orchestra.run.smithi110.stdout: 5 182561 8.86 MB/sec execute 428 sec latency 126.717 ms 2023-09-22T22:30:44.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:44 smithi110 ceph-mon[107391]: pgmap v233: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-09-22T22:30:44.684 INFO:teuthology.orchestra.run.smithi110.stdout: 5 182939 8.88 MB/sec execute 429 sec latency 127.288 ms 2023-09-22T22:30:44.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:44 smithi190 ceph-mon[110035]: pgmap v233: 97 pgs: 97 active+clean; 347 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.4 MiB/s wr, 347 op/s 2023-09-22T22:30:45.691 INFO:teuthology.orchestra.run.smithi110.stdout: 5 183269 8.87 MB/sec execute 430 sec latency 124.300 ms 2023-09-22T22:30:46.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:46 smithi110 ceph-mon[107391]: pgmap v234: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.4 MiB/s wr, 535 op/s 2023-09-22T22:30:46.696 INFO:teuthology.orchestra.run.smithi110.stdout: 5 183659 8.87 MB/sec execute 431 sec latency 143.270 ms 2023-09-22T22:30:46.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:46 smithi190 ceph-mon[110035]: pgmap v234: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.4 MiB/s wr, 535 op/s 2023-09-22T22:30:47.696 INFO:teuthology.orchestra.run.smithi110.stdout: 5 183996 8.88 MB/sec execute 432 sec latency 131.244 ms 2023-09-22T22:30:48.537 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:48 smithi110 ceph-mon[107391]: pgmap v235: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-09-22T22:30:48.538 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:48 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:30:48.697 INFO:teuthology.orchestra.run.smithi110.stdout: 5 184336 8.88 MB/sec execute 433 sec latency 118.088 ms 2023-09-22T22:30:48.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:48 smithi190 ceph-mon[110035]: pgmap v235: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-09-22T22:30:48.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:48 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:30:49.699 INFO:teuthology.orchestra.run.smithi110.stdout: 5 184643 8.89 MB/sec execute 434 sec latency 153.795 ms 2023-09-22T22:30:50.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:50 smithi110 ceph-mon[107391]: pgmap v236: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-09-22T22:30:50.699 INFO:teuthology.orchestra.run.smithi110.stdout: 5 184865 8.88 MB/sec execute 435 sec latency 152.230 ms 2023-09-22T22:30:50.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:50 smithi190 ceph-mon[110035]: pgmap v236: 97 pgs: 97 active+clean; 349 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.7 MiB/s wr, 367 op/s 2023-09-22T22:30:51.699 INFO:teuthology.orchestra.run.smithi110.stdout: 5 185103 8.88 MB/sec execute 436 sec latency 126.411 ms 2023-09-22T22:30:52.636 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:52 smithi110 ceph-mon[107391]: pgmap v237: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.9 MiB/s wr, 575 op/s 2023-09-22T22:30:52.699 INFO:teuthology.orchestra.run.smithi110.stdout: 5 185312 8.86 MB/sec execute 437 sec latency 123.730 ms 2023-09-22T22:30:52.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:52 smithi190 ceph-mon[110035]: pgmap v237: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 8.1 KiB/s rd, 5.9 MiB/s wr, 575 op/s 2023-09-22T22:30:53.699 INFO:teuthology.orchestra.run.smithi110.stdout: 5 185463 8.85 MB/sec execute 438 sec latency 120.760 ms 2023-09-22T22:30:54.699 INFO:teuthology.orchestra.run.smithi110.stdout: 5 185628 8.83 MB/sec execute 439 sec latency 198.970 ms 2023-09-22T22:30:54.702 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:54 smithi110 ceph-mon[107391]: pgmap v238: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 396 op/s 2023-09-22T22:30:54.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:54 smithi190 ceph-mon[110035]: pgmap v238: 97 pgs: 97 active+clean; 354 MiB data, 3.9 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 4.1 MiB/s wr, 396 op/s 2023-09-22T22:30:55.709 INFO:teuthology.orchestra.run.smithi110.stdout: 5 185889 8.83 MB/sec execute 440 sec latency 129.516 ms 2023-09-22T22:30:56.536 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:56 smithi110 ceph-mon[107391]: pgmap v239: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.5 MiB/s wr, 538 op/s 2023-09-22T22:30:56.709 INFO:teuthology.orchestra.run.smithi110.stdout: 5 186140 8.82 MB/sec execute 441 sec latency 130.425 ms 2023-09-22T22:30:56.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:56 smithi190 ceph-mon[110035]: pgmap v239: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 9.1 KiB/s rd, 5.5 MiB/s wr, 538 op/s 2023-09-22T22:30:57.719 INFO:teuthology.orchestra.run.smithi110.stdout: 5 186425 8.81 MB/sec execute 442 sec latency 129.294 ms 2023-09-22T22:30:58.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:30:58 smithi110 ceph-mon[107391]: pgmap v240: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-09-22T22:30:58.728 INFO:teuthology.orchestra.run.smithi110.stdout: 5 186666 8.81 MB/sec execute 443 sec latency 207.807 ms 2023-09-22T22:30:59.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:30:58 smithi190 ceph-mon[110035]: pgmap v240: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-09-22T22:30:59.728 INFO:teuthology.orchestra.run.smithi110.stdout: 5 186880 8.80 MB/sec execute 444 sec latency 150.142 ms 2023-09-22T22:31:00.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:00 smithi110 ceph-mon[107391]: pgmap v241: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-09-22T22:31:01.131 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:00 smithi190 ceph-mon[110035]: pgmap v241: 97 pgs: 97 active+clean; 347 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 6.4 KiB/s rd, 3.6 MiB/s wr, 350 op/s 2023-09-22T22:31:01.131 INFO:teuthology.orchestra.run.smithi110.stdout: 5 187179 8.81 MB/sec execute 445 sec latency 144.090 ms 2023-09-22T22:31:01.728 INFO:teuthology.orchestra.run.smithi110.stdout: 5 187501 8.81 MB/sec execute 446 sec latency 130.180 ms 2023-09-22T22:31:02.687 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:02 smithi110 ceph-mon[107391]: pgmap v242: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.9 MiB/s wr, 500 op/s 2023-09-22T22:31:02.728 INFO:teuthology.orchestra.run.smithi110.stdout: 5 187862 8.82 MB/sec execute 447 sec latency 92.582 ms 2023-09-22T22:31:03.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:02 smithi190 ceph-mon[110035]: pgmap v242: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 8.6 KiB/s rd, 4.9 MiB/s wr, 500 op/s 2023-09-22T22:31:03.703 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:31:03.728 INFO:teuthology.orchestra.run.smithi110.stdout: 5 188092 8.81 MB/sec execute 448 sec latency 136.502 ms 2023-09-22T22:31:04.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:31:04.728 INFO:teuthology.orchestra.run.smithi110.stdout: 5 188356 8.80 MB/sec execute 449 sec latency 104.978 ms 2023-09-22T22:31:04.730 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:04 smithi110 ceph-mon[107391]: pgmap v243: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.7 MiB/s wr, 292 op/s 2023-09-22T22:31:05.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:04 smithi190 ceph-mon[110035]: pgmap v243: 97 pgs: 97 active+clean; 343 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.5 KiB/s rd, 2.7 MiB/s wr, 292 op/s 2023-09-22T22:31:05.728 INFO:teuthology.orchestra.run.smithi110.stdout: 5 188616 8.80 MB/sec execute 450 sec latency 128.185 ms 2023-09-22T22:31:05.751 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:05 smithi110 ceph-mon[107391]: pgmap v244: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.6 MiB/s wr, 459 op/s 2023-09-22T22:31:06.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:05 smithi190 ceph-mon[110035]: pgmap v244: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.6 MiB/s wr, 459 op/s 2023-09-22T22:31:06.733 INFO:teuthology.orchestra.run.smithi110.stdout: 5 188855 8.79 MB/sec execute 451 sec latency 134.970 ms 2023-09-22T22:31:07.733 INFO:teuthology.orchestra.run.smithi110.stdout: 5 189183 8.79 MB/sec execute 452 sec latency 127.518 ms 2023-09-22T22:31:08.335 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:08 smithi110 ceph-mon[107391]: pgmap v245: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.2 MiB/s wr, 317 op/s 2023-09-22T22:31:08.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:08 smithi190 ceph-mon[110035]: pgmap v245: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.2 MiB/s wr, 317 op/s 2023-09-22T22:31:08.733 INFO:teuthology.orchestra.run.smithi110.stdout: 5 189453 8.79 MB/sec execute 453 sec latency 210.573 ms 2023-09-22T22:31:09.743 INFO:teuthology.orchestra.run.smithi110.stdout: 5 189843 8.79 MB/sec execute 454 sec latency 108.410 ms 2023-09-22T22:31:10.383 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:10 smithi110 ceph-mon[107391]: pgmap v246: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.2 MiB/s wr, 317 op/s 2023-09-22T22:31:10.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:10 smithi190 ceph-mon[110035]: pgmap v246: 97 pgs: 97 active+clean; 356 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 4.0 KiB/s rd, 3.2 MiB/s wr, 317 op/s 2023-09-22T22:31:10.743 INFO:teuthology.orchestra.run.smithi110.stdout: 5 190202 8.78 MB/sec execute 455 sec latency 123.334 ms 2023-09-22T22:31:11.743 INFO:teuthology.orchestra.run.smithi110.stdout: 5 190471 8.78 MB/sec execute 456 sec latency 129.457 ms 2023-09-22T22:31:12.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:12 smithi110 ceph-mon[107391]: pgmap v247: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 488 op/s 2023-09-22T22:31:12.743 INFO:teuthology.orchestra.run.smithi110.stdout: 5 190805 8.80 MB/sec execute 457 sec latency 129.213 ms 2023-09-22T22:31:12.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:12 smithi190 ceph-mon[110035]: pgmap v247: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.8 MiB/s wr, 488 op/s 2023-09-22T22:31:13.744 INFO:teuthology.orchestra.run.smithi110.stdout: 5 191185 8.80 MB/sec execute 458 sec latency 124.103 ms 2023-09-22T22:31:14.483 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:14 smithi110 ceph-mon[107391]: pgmap v248: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-09-22T22:31:14.743 INFO:teuthology.orchestra.run.smithi110.stdout: 5 191537 8.81 MB/sec execute 459 sec latency 127.869 ms 2023-09-22T22:31:14.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:14 smithi190 ceph-mon[110035]: pgmap v248: 97 pgs: 97 active+clean; 348 MiB data, 4.0 GiB used, 711 GiB / 715 GiB avail; 5.0 KiB/s rd, 3.5 MiB/s wr, 338 op/s 2023-09-22T22:31:15.744 INFO:teuthology.orchestra.run.smithi110.stdout: 5 191709 8.80 MB/sec execute 460 sec latency 131.683 ms 2023-09-22T22:31:16.536 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:16 smithi110 ceph-mon[107391]: pgmap v249: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.7 MiB/s wr, 540 op/s 2023-09-22T22:31:16.743 INFO:teuthology.orchestra.run.smithi110.stdout: 5 192004 8.79 MB/sec execute 461 sec latency 107.331 ms 2023-09-22T22:31:16.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:16 smithi190 ceph-mon[110035]: pgmap v249: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.7 MiB/s wr, 540 op/s 2023-09-22T22:31:17.744 INFO:teuthology.orchestra.run.smithi110.stdout: 5 192283 8.78 MB/sec execute 462 sec latency 182.418 ms 2023-09-22T22:31:18.621 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:18 smithi110 ceph-mon[107391]: pgmap v250: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-09-22T22:31:18.621 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:18 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:31:18.744 INFO:teuthology.orchestra.run.smithi110.stdout: 5 192563 8.79 MB/sec execute 463 sec latency 136.583 ms 2023-09-22T22:31:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:18 smithi190 ceph-mon[110035]: pgmap v250: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-09-22T22:31:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:18 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:31:19.744 INFO:teuthology.orchestra.run.smithi110.stdout: 5 192808 8.77 MB/sec execute 464 sec latency 129.943 ms 2023-09-22T22:31:20.403 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:20 smithi110 ceph-mon[107391]: pgmap v251: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-09-22T22:31:20.746 INFO:teuthology.orchestra.run.smithi110.stdout: 5 193097 8.77 MB/sec execute 465 sec latency 84.004 ms 2023-09-22T22:31:20.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:20 smithi190 ceph-mon[110035]: pgmap v251: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.8 MiB/s wr, 372 op/s 2023-09-22T22:31:21.746 INFO:teuthology.orchestra.run.smithi110.stdout: 5 193332 8.76 MB/sec execute 466 sec latency 118.164 ms 2023-09-22T22:31:22.488 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:22 smithi110 ceph-mon[107391]: pgmap v252: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.5 MiB/s wr, 545 op/s 2023-09-22T22:31:22.746 INFO:teuthology.orchestra.run.smithi110.stdout: 5 193647 8.75 MB/sec execute 467 sec latency 123.897 ms 2023-09-22T22:31:22.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:22 smithi190 ceph-mon[110035]: pgmap v252: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 9.3 KiB/s rd, 5.5 MiB/s wr, 545 op/s 2023-09-22T22:31:23.746 INFO:teuthology.orchestra.run.smithi110.stdout: 5 193929 8.76 MB/sec execute 468 sec latency 147.989 ms 2023-09-22T22:31:24.521 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:24 smithi110 ceph-mon[107391]: pgmap v253: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2023-09-22T22:31:24.750 INFO:teuthology.orchestra.run.smithi110.stdout: 5 194139 8.75 MB/sec execute 469 sec latency 204.018 ms 2023-09-22T22:31:24.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:24 smithi190 ceph-mon[110035]: pgmap v253: 97 pgs: 97 active+clean; 351 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 3.9 MiB/s wr, 373 op/s 2023-09-22T22:31:25.750 INFO:teuthology.orchestra.run.smithi110.stdout: 5 194408 8.76 MB/sec execute 470 sec latency 137.287 ms 2023-09-22T22:31:26.559 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:26 smithi110 ceph-mon[107391]: pgmap v254: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 536 op/s 2023-09-22T22:31:26.750 INFO:teuthology.orchestra.run.smithi110.stdout: 5 194674 8.76 MB/sec execute 471 sec latency 115.112 ms 2023-09-22T22:31:26.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:26 smithi190 ceph-mon[110035]: pgmap v254: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 8.5 KiB/s rd, 5.5 MiB/s wr, 536 op/s 2023-09-22T22:31:27.751 INFO:teuthology.orchestra.run.smithi110.stdout: 5 194866 8.75 MB/sec execute 472 sec latency 129.822 ms 2023-09-22T22:31:28.615 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:28 smithi110 ceph-mon[107391]: pgmap v255: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-09-22T22:31:28.755 INFO:teuthology.orchestra.run.smithi110.stdout: 5 195041 8.74 MB/sec execute 473 sec latency 146.017 ms 2023-09-22T22:31:28.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:28 smithi190 ceph-mon[110035]: pgmap v255: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-09-22T22:31:29.756 INFO:teuthology.orchestra.run.smithi110.stdout: 5 195312 8.74 MB/sec execute 474 sec latency 130.683 ms 2023-09-22T22:31:30.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:30 smithi110 ceph-mon[107391]: pgmap v256: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-09-22T22:31:30.756 INFO:teuthology.orchestra.run.smithi110.stdout: 5 195541 8.73 MB/sec execute 475 sec latency 129.565 ms 2023-09-22T22:31:30.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:30 smithi190 ceph-mon[110035]: pgmap v256: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 5.8 KiB/s rd, 3.3 MiB/s wr, 335 op/s 2023-09-22T22:31:31.756 INFO:teuthology.orchestra.run.smithi110.stdout: 5 195729 8.72 MB/sec execute 476 sec latency 145.926 ms 2023-09-22T22:31:32.695 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:32 smithi110 ceph-mon[107391]: pgmap v257: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 465 op/s 2023-09-22T22:31:32.756 INFO:teuthology.orchestra.run.smithi110.stdout: 5 195934 8.72 MB/sec execute 477 sec latency 199.428 ms 2023-09-22T22:31:32.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:32 smithi190 ceph-mon[110035]: pgmap v257: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 465 op/s 2023-09-22T22:31:33.712 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:33 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:31:33.756 INFO:teuthology.orchestra.run.smithi110.stdout: 5 196243 8.71 MB/sec execute 478 sec latency 207.656 ms 2023-09-22T22:31:33.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:33 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:31:34.717 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:34 smithi110 ceph-mon[107391]: pgmap v258: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 293 op/s 2023-09-22T22:31:34.765 INFO:teuthology.orchestra.run.smithi110.stdout: 5 196650 8.71 MB/sec execute 479 sec latency 116.429 ms 2023-09-22T22:31:34.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:34 smithi190 ceph-mon[110035]: pgmap v258: 97 pgs: 97 active+clean; 356 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.1 MiB/s wr, 293 op/s 2023-09-22T22:31:35.765 INFO:teuthology.orchestra.run.smithi110.stdout: 5 196952 8.70 MB/sec execute 480 sec latency 129.838 ms 2023-09-22T22:31:36.516 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:36 smithi110 ceph-mon[107391]: pgmap v259: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 456 op/s 2023-09-22T22:31:36.765 INFO:teuthology.orchestra.run.smithi110.stdout: 5 197347 8.71 MB/sec execute 481 sec latency 128.251 ms 2023-09-22T22:31:36.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:36 smithi190 ceph-mon[110035]: pgmap v259: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.6 MiB/s wr, 456 op/s 2023-09-22T22:31:37.768 INFO:teuthology.orchestra.run.smithi110.stdout: 5 197796 8.73 MB/sec execute 482 sec latency 139.771 ms 2023-09-22T22:31:38.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:38 smithi110 ceph-mon[107391]: pgmap v260: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 293 op/s 2023-09-22T22:31:38.768 INFO:teuthology.orchestra.run.smithi110.stdout: 5 198185 8.74 MB/sec execute 483 sec latency 168.980 ms 2023-09-22T22:31:38.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:38 smithi190 ceph-mon[110035]: pgmap v260: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 293 op/s 2023-09-22T22:31:39.768 INFO:teuthology.orchestra.run.smithi110.stdout: 5 198539 8.74 MB/sec execute 484 sec latency 126.603 ms 2023-09-22T22:31:40.609 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:40 smithi110 ceph-mon[107391]: pgmap v261: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 293 op/s 2023-09-22T22:31:40.768 INFO:teuthology.orchestra.run.smithi110.stdout: 5 198782 8.73 MB/sec execute 485 sec latency 139.174 ms 2023-09-22T22:31:40.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:40 smithi190 ceph-mon[110035]: pgmap v261: 97 pgs: 97 active+clean; 353 MiB data, 4.1 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.0 MiB/s wr, 293 op/s 2023-09-22T22:31:41.768 INFO:teuthology.orchestra.run.smithi110.stdout: 5 199106 8.73 MB/sec execute 486 sec latency 145.418 ms 2023-09-22T22:31:42.634 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:42 smithi110 ceph-mon[107391]: pgmap v262: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-09-22T22:31:42.775 INFO:teuthology.orchestra.run.smithi110.stdout: 5 199321 8.73 MB/sec execute 487 sec latency 146.333 ms 2023-09-22T22:31:43.275 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:42 smithi190 ceph-mon[110035]: pgmap v262: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.3 MiB/s wr, 516 op/s 2023-09-22T22:31:43.775 INFO:teuthology.orchestra.run.smithi110.stdout: 5 199654 8.73 MB/sec execute 488 sec latency 129.753 ms 2023-09-22T22:31:44.633 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:44 smithi110 ceph-mon[107391]: pgmap v263: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 386 op/s 2023-09-22T22:31:44.775 INFO:teuthology.orchestra.run.smithi110.stdout: 5 199983 8.72 MB/sec execute 489 sec latency 152.148 ms 2023-09-22T22:31:44.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:44 smithi190 ceph-mon[110035]: pgmap v263: 97 pgs: 97 active+clean; 353 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.8 MiB/s wr, 386 op/s 2023-09-22T22:31:45.775 INFO:teuthology.orchestra.run.smithi110.stdout: 5 200326 8.71 MB/sec execute 490 sec latency 112.151 ms 2023-09-22T22:31:46.682 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:46 smithi110 ceph-mon[107391]: pgmap v264: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.6 MiB/s wr, 572 op/s 2023-09-22T22:31:46.775 INFO:teuthology.orchestra.run.smithi110.stdout: 5 200609 8.72 MB/sec execute 491 sec latency 126.602 ms 2023-09-22T22:31:47.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:46 smithi190 ceph-mon[110035]: pgmap v264: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 9.2 KiB/s rd, 5.6 MiB/s wr, 572 op/s 2023-09-22T22:31:47.780 INFO:teuthology.orchestra.run.smithi110.stdout: 5 200901 8.72 MB/sec execute 492 sec latency 182.842 ms 2023-09-22T22:31:48.768 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:48 smithi110 ceph-mon[107391]: pgmap v265: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-09-22T22:31:48.768 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:48 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:31:48.783 INFO:teuthology.orchestra.run.smithi110.stdout: 5 201251 8.72 MB/sec execute 493 sec latency 124.053 ms 2023-09-22T22:31:49.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:48 smithi190 ceph-mon[110035]: pgmap v265: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-09-22T22:31:49.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:48 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:31:49.783 INFO:teuthology.orchestra.run.smithi110.stdout: 5 201497 8.72 MB/sec execute 494 sec latency 132.134 ms 2023-09-22T22:31:50.786 INFO:teuthology.orchestra.run.smithi110.stdout: 5 201731 8.72 MB/sec execute 495 sec latency 139.725 ms 2023-09-22T22:31:50.812 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:50 smithi110 ceph-mon[107391]: pgmap v266: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-09-22T22:31:51.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:50 smithi190 ceph-mon[110035]: pgmap v266: 97 pgs: 97 active+clean; 352 MiB data, 4.2 GiB used, 711 GiB / 715 GiB avail; 6.2 KiB/s rd, 4.2 MiB/s wr, 409 op/s 2023-09-22T22:31:51.786 INFO:teuthology.orchestra.run.smithi110.stdout: 5 201999 8.72 MB/sec execute 496 sec latency 138.401 ms 2023-09-22T22:31:52.608 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:52 smithi110 ceph-mon[107391]: pgmap v267: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 596 op/s 2023-09-22T22:31:52.786 INFO:teuthology.orchestra.run.smithi110.stdout: 5 202305 8.71 MB/sec execute 497 sec latency 128.781 ms 2023-09-22T22:31:53.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:52 smithi190 ceph-mon[110035]: pgmap v267: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.7 KiB/s rd, 6.1 MiB/s wr, 596 op/s 2023-09-22T22:31:53.642 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:53 smithi110 ceph-mon[107391]: pgmap v268: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-09-22T22:31:53.786 INFO:teuthology.orchestra.run.smithi110.stdout: 5 202565 8.70 MB/sec execute 498 sec latency 126.721 ms 2023-09-22T22:31:54.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:53 smithi190 ceph-mon[110035]: pgmap v268: 97 pgs: 97 active+clean; 355 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 6.1 KiB/s rd, 3.7 MiB/s wr, 372 op/s 2023-09-22T22:31:54.786 INFO:teuthology.orchestra.run.smithi110.stdout: 5 202763 8.70 MB/sec execute 499 sec latency 84.348 ms 2023-09-22T22:31:55.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:55 smithi110 ceph-mon[107391]: pgmap v269: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 531 op/s 2023-09-22T22:31:55.787 INFO:teuthology.orchestra.run.smithi110.stdout: 5 202965 8.69 MB/sec execute 500 sec latency 146.737 ms 2023-09-22T22:31:56.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:55 smithi190 ceph-mon[110035]: pgmap v269: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.5 MiB/s wr, 531 op/s 2023-09-22T22:31:56.786 INFO:teuthology.orchestra.run.smithi110.stdout: 5 203224 8.69 MB/sec execute 501 sec latency 118.383 ms 2023-09-22T22:31:57.786 INFO:teuthology.orchestra.run.smithi110.stdout: 5 203495 8.68 MB/sec execute 502 sec latency 120.508 ms 2023-09-22T22:31:58.318 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:31:58 smithi110 ceph-mon[107391]: pgmap v270: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-09-22T22:31:58.786 INFO:teuthology.orchestra.run.smithi110.stdout: 5 203767 8.67 MB/sec execute 503 sec latency 168.516 ms 2023-09-22T22:31:58.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:31:58 smithi190 ceph-mon[110035]: pgmap v270: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-09-22T22:31:59.786 INFO:teuthology.orchestra.run.smithi110.stdout: 5 204011 8.68 MB/sec execute 504 sec latency 215.986 ms 2023-09-22T22:32:00.398 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:00 smithi110 ceph-mon[107391]: pgmap v271: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-09-22T22:32:00.572 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:00 smithi190 ceph-mon[110035]: pgmap v271: 97 pgs: 97 active+clean; 361 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.7 KiB/s rd, 3.7 MiB/s wr, 345 op/s 2023-09-22T22:32:00.786 INFO:teuthology.orchestra.run.smithi110.stdout: 5 204215 8.67 MB/sec execute 505 sec latency 203.903 ms 2023-09-22T22:32:01.787 INFO:teuthology.orchestra.run.smithi110.stdout: 5 204483 8.67 MB/sec execute 506 sec latency 128.795 ms 2023-09-22T22:32:02.431 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:02 smithi110 ceph-mon[107391]: pgmap v272: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-09-22T22:32:02.787 INFO:teuthology.orchestra.run.smithi110.stdout: 5 204791 8.67 MB/sec execute 507 sec latency 113.366 ms 2023-09-22T22:32:02.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:02 smithi190 ceph-mon[110035]: pgmap v272: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.9 MiB/s wr, 494 op/s 2023-09-22T22:32:03.480 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:32:03.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:32:03.793 INFO:teuthology.orchestra.run.smithi110.stdout: 5 205003 8.67 MB/sec execute 508 sec latency 133.271 ms 2023-09-22T22:32:04.502 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:04 smithi110 ceph-mon[107391]: pgmap v273: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-09-22T22:32:04.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:04 smithi190 ceph-mon[110035]: pgmap v273: 97 pgs: 97 active+clean; 352 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 5.1 KiB/s rd, 3.0 MiB/s wr, 307 op/s 2023-09-22T22:32:04.793 INFO:teuthology.orchestra.run.smithi110.stdout: 5 205263 8.67 MB/sec execute 509 sec latency 129.201 ms 2023-09-22T22:32:05.793 INFO:teuthology.orchestra.run.smithi110.stdout: 5 205510 8.67 MB/sec execute 510 sec latency 146.247 ms 2023-09-22T22:32:06.537 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:06 smithi110 ceph-mon[107391]: pgmap v274: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 450 op/s 2023-09-22T22:32:06.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:06 smithi190 ceph-mon[110035]: pgmap v274: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.7 MiB/s wr, 450 op/s 2023-09-22T22:32:06.793 INFO:teuthology.orchestra.run.smithi110.stdout: 5 205783 8.66 MB/sec execute 511 sec latency 129.802 ms 2023-09-22T22:32:07.806 INFO:teuthology.orchestra.run.smithi110.stdout: 5 206008 8.65 MB/sec execute 512 sec latency 126.806 ms 2023-09-22T22:32:08.566 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:08 smithi110 ceph-mon[107391]: pgmap v275: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.9 MiB/s wr, 291 op/s 2023-09-22T22:32:08.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:08 smithi190 ceph-mon[110035]: pgmap v275: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.9 MiB/s wr, 291 op/s 2023-09-22T22:32:08.806 INFO:teuthology.orchestra.run.smithi110.stdout: 5 206231 8.64 MB/sec execute 513 sec latency 123.754 ms 2023-09-22T22:32:09.810 INFO:teuthology.orchestra.run.smithi110.stdout: 5 206449 8.63 MB/sec execute 514 sec latency 136.079 ms 2023-09-22T22:32:10.385 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:10 smithi110 ceph-mon[107391]: pgmap v276: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.9 MiB/s wr, 291 op/s 2023-09-22T22:32:10.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:10 smithi190 ceph-mon[110035]: pgmap v276: 97 pgs: 97 active+clean; 359 MiB data, 4.3 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 2.9 MiB/s wr, 291 op/s 2023-09-22T22:32:10.815 INFO:teuthology.orchestra.run.smithi110.stdout: 5 206642 8.62 MB/sec execute 515 sec latency 129.585 ms 2023-09-22T22:32:11.815 INFO:teuthology.orchestra.run.smithi110.stdout: 5 206866 8.62 MB/sec execute 516 sec latency 141.414 ms 2023-09-22T22:32:12.466 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:12 smithi110 ceph-mon[107391]: pgmap v277: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.4 MiB/s wr, 449 op/s 2023-09-22T22:32:12.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:12 smithi190 ceph-mon[110035]: pgmap v277: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.8 KiB/s rd, 4.4 MiB/s wr, 449 op/s 2023-09-22T22:32:12.815 INFO:teuthology.orchestra.run.smithi110.stdout: 5 207190 8.62 MB/sec execute 517 sec latency 126.917 ms 2023-09-22T22:32:13.815 INFO:teuthology.orchestra.run.smithi110.stdout: 5 207418 8.61 MB/sec execute 518 sec latency 138.170 ms 2023-09-22T22:32:14.518 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:14 smithi110 ceph-mon[107391]: pgmap v278: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 300 op/s 2023-09-22T22:32:14.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:14 smithi190 ceph-mon[110035]: pgmap v278: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.2 MiB/s wr, 300 op/s 2023-09-22T22:32:14.815 INFO:teuthology.orchestra.run.smithi110.stdout: 5 207741 8.62 MB/sec execute 519 sec latency 129.236 ms 2023-09-22T22:32:15.816 INFO:teuthology.orchestra.run.smithi110.stdout: 5 208053 8.62 MB/sec execute 520 sec latency 141.395 ms 2023-09-22T22:32:16.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:16 smithi110 ceph-mon[107391]: pgmap v279: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 452 op/s 2023-09-22T22:32:16.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:16 smithi190 ceph-mon[110035]: pgmap v279: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.3 KiB/s rd, 4.5 MiB/s wr, 452 op/s 2023-09-22T22:32:16.825 INFO:teuthology.orchestra.run.smithi110.stdout: 5 208302 8.62 MB/sec execute 521 sec latency 133.200 ms 2023-09-22T22:32:17.833 INFO:teuthology.orchestra.run.smithi110.stdout: 5 208531 8.62 MB/sec execute 522 sec latency 131.413 ms 2023-09-22T22:32:18.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:18 smithi110 ceph-mon[107391]: pgmap v280: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.9 MiB/s wr, 309 op/s 2023-09-22T22:32:18.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:18 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:32:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:18 smithi190 ceph-mon[110035]: pgmap v280: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.9 MiB/s wr, 309 op/s 2023-09-22T22:32:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:18 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:32:18.833 INFO:teuthology.orchestra.run.smithi110.stdout: 5 208838 8.62 MB/sec execute 523 sec latency 142.354 ms 2023-09-22T22:32:19.834 INFO:teuthology.orchestra.run.smithi110.stdout: 5 209115 8.62 MB/sec execute 524 sec latency 133.596 ms 2023-09-22T22:32:20.632 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:20 smithi110 ceph-mon[107391]: pgmap v281: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.9 MiB/s wr, 309 op/s 2023-09-22T22:32:20.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:20 smithi190 ceph-mon[110035]: pgmap v281: 97 pgs: 97 active+clean; 350 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.9 MiB/s wr, 309 op/s 2023-09-22T22:32:20.834 INFO:teuthology.orchestra.run.smithi110.stdout: 5 209327 8.61 MB/sec execute 525 sec latency 127.956 ms 2023-09-22T22:32:21.834 INFO:teuthology.orchestra.run.smithi110.stdout: 5 209571 8.60 MB/sec execute 526 sec latency 126.250 ms 2023-09-22T22:32:22.666 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:22 smithi110 ceph-mon[107391]: pgmap v282: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 464 op/s 2023-09-22T22:32:22.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:22 smithi190 ceph-mon[110035]: pgmap v282: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.9 MiB/s wr, 464 op/s 2023-09-22T22:32:22.834 INFO:teuthology.orchestra.run.smithi110.stdout: 5 209886 8.60 MB/sec execute 527 sec latency 127.244 ms 2023-09-22T22:32:23.834 INFO:teuthology.orchestra.run.smithi110.stdout: 5 210161 8.59 MB/sec execute 528 sec latency 148.261 ms 2023-09-22T22:32:24.694 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:24 smithi110 ceph-mon[107391]: pgmap v283: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.3 MiB/s wr, 307 op/s 2023-09-22T22:32:24.846 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:24 smithi190 ceph-mon[110035]: pgmap v283: 97 pgs: 97 active+clean; 360 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.3 MiB/s wr, 307 op/s 2023-09-22T22:32:24.846 INFO:teuthology.orchestra.run.smithi110.stdout: 5 210430 8.58 MB/sec execute 529 sec latency 108.139 ms 2023-09-22T22:32:25.841 INFO:teuthology.orchestra.run.smithi110.stdout: 5 210759 8.59 MB/sec execute 530 sec latency 99.234 ms 2023-09-22T22:32:26.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:26 smithi110 ceph-mon[107391]: pgmap v284: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 482 op/s 2023-09-22T22:32:26.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:26 smithi190 ceph-mon[110035]: pgmap v284: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 4.8 MiB/s wr, 482 op/s 2023-09-22T22:32:26.842 INFO:teuthology.orchestra.run.smithi110.stdout: 5 211092 8.59 MB/sec execute 531 sec latency 198.758 ms 2023-09-22T22:32:27.841 INFO:teuthology.orchestra.run.smithi110.stdout: 5 211453 8.59 MB/sec execute 532 sec latency 114.548 ms 2023-09-22T22:32:28.552 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:28 smithi110 ceph-mon[107391]: pgmap v285: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 330 op/s 2023-09-22T22:32:28.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:28 smithi190 ceph-mon[110035]: pgmap v285: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 330 op/s 2023-09-22T22:32:28.841 INFO:teuthology.orchestra.run.smithi110.stdout: 5 211731 8.59 MB/sec execute 533 sec latency 126.518 ms 2023-09-22T22:32:29.841 INFO:teuthology.orchestra.run.smithi110.stdout: 5 212028 8.60 MB/sec execute 534 sec latency 129.228 ms 2023-09-22T22:32:30.613 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:30 smithi110 ceph-mon[107391]: pgmap v286: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 330 op/s 2023-09-22T22:32:30.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:30 smithi190 ceph-mon[110035]: pgmap v286: 97 pgs: 97 active+clean; 355 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.5 MiB/s wr, 330 op/s 2023-09-22T22:32:30.842 INFO:teuthology.orchestra.run.smithi110.stdout: 5 212330 8.60 MB/sec execute 535 sec latency 152.136 ms 2023-09-22T22:32:31.841 INFO:teuthology.orchestra.run.smithi110.stdout: 5 212579 8.60 MB/sec execute 536 sec latency 126.678 ms 2023-09-22T22:32:32.672 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:32 smithi110 ceph-mon[107391]: pgmap v287: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.5 MiB/s wr, 515 op/s 2023-09-22T22:32:32.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:32 smithi190 ceph-mon[110035]: pgmap v287: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 7.5 KiB/s rd, 5.5 MiB/s wr, 515 op/s 2023-09-22T22:32:32.841 INFO:teuthology.orchestra.run.smithi110.stdout: 5 212780 8.59 MB/sec execute 537 sec latency 126.193 ms 2023-09-22T22:32:33.684 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:33 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:32:33.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:33 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:32:33.841 INFO:teuthology.orchestra.run.smithi110.stdout: 5 213138 8.59 MB/sec execute 538 sec latency 120.515 ms 2023-09-22T22:32:34.706 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:34 smithi110 ceph-mon[107391]: pgmap v288: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-09-22T22:32:34.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:34 smithi190 ceph-mon[110035]: pgmap v288: 97 pgs: 97 active+clean; 354 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 360 op/s 2023-09-22T22:32:34.850 INFO:teuthology.orchestra.run.smithi110.stdout: 5 213450 8.59 MB/sec execute 539 sec latency 128.083 ms 2023-09-22T22:32:35.850 INFO:teuthology.orchestra.run.smithi110.stdout: 5 213833 8.58 MB/sec execute 540 sec latency 126.112 ms 2023-09-22T22:32:36.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:36 smithi110 ceph-mon[107391]: pgmap v289: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 535 op/s 2023-09-22T22:32:36.850 INFO:teuthology.orchestra.run.smithi110.stdout: 5 214116 8.57 MB/sec execute 541 sec latency 135.810 ms 2023-09-22T22:32:37.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:36 smithi190 ceph-mon[110035]: pgmap v289: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 8.8 KiB/s rd, 5.3 MiB/s wr, 535 op/s 2023-09-22T22:32:37.856 INFO:teuthology.orchestra.run.smithi110.stdout: 5 214339 8.57 MB/sec execute 542 sec latency 114.415 ms 2023-09-22T22:32:38.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:38 smithi110 ceph-mon[107391]: pgmap v290: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 360 op/s 2023-09-22T22:32:38.856 INFO:teuthology.orchestra.run.smithi110.stdout: 5 214751 8.58 MB/sec execute 543 sec latency 117.002 ms 2023-09-22T22:32:39.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:38 smithi190 ceph-mon[110035]: pgmap v290: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 360 op/s 2023-09-22T22:32:39.861 INFO:teuthology.orchestra.run.smithi110.stdout: 5 215043 8.58 MB/sec execute 544 sec latency 143.893 ms 2023-09-22T22:32:40.636 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:40 smithi110 ceph-mon[107391]: pgmap v291: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 360 op/s 2023-09-22T22:32:40.861 INFO:teuthology.orchestra.run.smithi110.stdout: 5 215339 8.59 MB/sec execute 545 sec latency 139.894 ms 2023-09-22T22:32:41.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:40 smithi190 ceph-mon[110035]: pgmap v291: 97 pgs: 97 active+clean; 356 MiB data, 4.4 GiB used, 711 GiB / 715 GiB avail; 5.3 KiB/s rd, 3.9 MiB/s wr, 360 op/s 2023-09-22T22:32:41.861 INFO:teuthology.orchestra.run.smithi110.stdout: 5 215527 8.58 MB/sec execute 546 sec latency 140.299 ms 2023-09-22T22:32:42.690 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:42 smithi110 ceph-mon[107391]: pgmap v292: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 542 op/s 2023-09-22T22:32:42.861 INFO:teuthology.orchestra.run.smithi110.stdout: 5 215711 8.58 MB/sec execute 547 sec latency 127.674 ms 2023-09-22T22:32:43.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:42 smithi190 ceph-mon[110035]: pgmap v292: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 8.2 KiB/s rd, 5.4 MiB/s wr, 542 op/s 2023-09-22T22:32:43.865 INFO:teuthology.orchestra.run.smithi110.stdout: 5 215888 8.57 MB/sec execute 548 sec latency 143.006 ms 2023-09-22T22:32:44.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:44 smithi110 ceph-mon[107391]: pgmap v293: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 357 op/s 2023-09-22T22:32:44.865 INFO:teuthology.orchestra.run.smithi110.stdout: 5 216113 8.57 MB/sec execute 549 sec latency 129.361 ms 2023-09-22T22:32:45.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:44 smithi190 ceph-mon[110035]: pgmap v293: 97 pgs: 97 active+clean; 350 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.9 KiB/s rd, 3.4 MiB/s wr, 357 op/s 2023-09-22T22:32:45.761 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:45 smithi110 ceph-mon[107391]: pgmap v294: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 495 op/s 2023-09-22T22:32:45.875 INFO:teuthology.orchestra.run.smithi110.stdout: 5 216360 8.56 MB/sec execute 550 sec latency 140.247 ms 2023-09-22T22:32:46.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:45 smithi190 ceph-mon[110035]: pgmap v294: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.9 KiB/s rd, 5.2 MiB/s wr, 495 op/s 2023-09-22T22:32:46.875 INFO:teuthology.orchestra.run.smithi110.stdout: 5 216550 8.55 MB/sec execute 551 sec latency 129.547 ms 2023-09-22T22:32:47.875 INFO:teuthology.orchestra.run.smithi110.stdout: 5 216822 8.55 MB/sec execute 552 sec latency 141.774 ms 2023-09-22T22:32:48.338 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:48 smithi110 ceph-mon[107391]: pgmap v295: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2023-09-22T22:32:48.338 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:48 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:32:48.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:48 smithi190 ceph-mon[110035]: pgmap v295: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2023-09-22T22:32:48.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:48 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:32:48.875 INFO:teuthology.orchestra.run.smithi110.stdout: 5 217088 8.54 MB/sec execute 553 sec latency 119.033 ms 2023-09-22T22:32:49.875 INFO:teuthology.orchestra.run.smithi110.stdout: 5 217372 8.53 MB/sec execute 554 sec latency 126.307 ms 2023-09-22T22:32:50.382 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:50 smithi110 ceph-mon[107391]: pgmap v296: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2023-09-22T22:32:50.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:50 smithi190 ceph-mon[110035]: pgmap v296: 97 pgs: 97 active+clean; 357 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 4.8 KiB/s rd, 3.3 MiB/s wr, 319 op/s 2023-09-22T22:32:50.875 INFO:teuthology.orchestra.run.smithi110.stdout: 5 217630 8.53 MB/sec execute 555 sec latency 120.607 ms 2023-09-22T22:32:51.875 INFO:teuthology.orchestra.run.smithi110.stdout: 5 217809 8.52 MB/sec execute 556 sec latency 137.817 ms 2023-09-22T22:32:52.477 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:52 smithi110 ceph-mon[107391]: pgmap v297: 97 pgs: 97 active+clean; 352 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.7 MiB/s wr, 479 op/s 2023-09-22T22:32:52.790 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:52 smithi190 ceph-mon[110035]: pgmap v297: 97 pgs: 97 active+clean; 352 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.7 MiB/s wr, 479 op/s 2023-09-22T22:32:52.901 INFO:teuthology.orchestra.run.smithi110.stdout: 5 218095 8.52 MB/sec execute 557 sec latency 111.854 ms 2023-09-22T22:32:53.876 INFO:teuthology.orchestra.run.smithi110.stdout: 5 218375 8.52 MB/sec execute 558 sec latency 133.860 ms 2023-09-22T22:32:54.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:54 smithi110 ceph-mon[107391]: pgmap v298: 97 pgs: 97 active+clean; 352 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 298 op/s 2023-09-22T22:32:54.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:54 smithi190 ceph-mon[110035]: pgmap v298: 97 pgs: 97 active+clean; 352 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 3.2 MiB/s wr, 298 op/s 2023-09-22T22:32:54.879 INFO:teuthology.orchestra.run.smithi110.stdout: 5 218621 8.52 MB/sec execute 559 sec latency 120.824 ms 2023-09-22T22:32:55.879 INFO:teuthology.orchestra.run.smithi110.stdout: 5 218966 8.54 MB/sec execute 560 sec latency 120.362 ms 2023-09-22T22:32:56.394 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:56 smithi110 ceph-mon[107391]: pgmap v299: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 443 op/s 2023-09-22T22:32:56.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:56 smithi190 ceph-mon[110035]: pgmap v299: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.6 MiB/s wr, 443 op/s 2023-09-22T22:32:56.879 INFO:teuthology.orchestra.run.smithi110.stdout: 5 219200 8.53 MB/sec execute 561 sec latency 126.763 ms 2023-09-22T22:32:57.881 INFO:teuthology.orchestra.run.smithi110.stdout: 5 219467 8.53 MB/sec execute 562 sec latency 142.567 ms 2023-09-22T22:32:58.430 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:32:58 smithi110 ceph-mon[107391]: pgmap v300: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.7 MiB/s wr, 305 op/s 2023-09-22T22:32:58.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:32:58 smithi190 ceph-mon[110035]: pgmap v300: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.7 MiB/s wr, 305 op/s 2023-09-22T22:32:58.881 INFO:teuthology.orchestra.run.smithi110.stdout: 5 219768 8.52 MB/sec execute 563 sec latency 109.723 ms 2023-09-22T22:32:59.884 INFO:teuthology.orchestra.run.smithi110.stdout: 5 220039 8.52 MB/sec execute 564 sec latency 139.671 ms 2023-09-22T22:33:00.460 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:00 smithi110 ceph-mon[107391]: pgmap v301: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.7 MiB/s wr, 305 op/s 2023-09-22T22:33:00.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:00 smithi190 ceph-mon[110035]: pgmap v301: 97 pgs: 97 active+clean; 355 MiB data, 4.5 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.7 MiB/s wr, 305 op/s 2023-09-22T22:33:00.884 INFO:teuthology.orchestra.run.smithi110.stdout: 5 220335 8.52 MB/sec execute 565 sec latency 126.761 ms 2023-09-22T22:33:01.887 INFO:teuthology.orchestra.run.smithi110.stdout: 5 220621 8.52 MB/sec execute 566 sec latency 126.842 ms 2023-09-22T22:33:02.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:02 smithi110 ceph-mon[107391]: pgmap v302: 97 pgs: 97 active+clean; 360 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 471 op/s 2023-09-22T22:33:02.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:02 smithi190 ceph-mon[110035]: pgmap v302: 97 pgs: 97 active+clean; 360 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.7 MiB/s wr, 471 op/s 2023-09-22T22:33:02.893 INFO:teuthology.orchestra.run.smithi110.stdout: 5 220976 8.51 MB/sec execute 567 sec latency 123.998 ms 2023-09-22T22:33:03.522 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:33:03.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:33:03.896 INFO:teuthology.orchestra.run.smithi110.stdout: 5 221207 8.50 MB/sec execute 568 sec latency 112.202 ms 2023-09-22T22:33:04.595 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:04 smithi110 ceph-mon[107391]: pgmap v303: 97 pgs: 97 active+clean; 360 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.4 MiB/s wr, 311 op/s 2023-09-22T22:33:04.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:04 smithi190 ceph-mon[110035]: pgmap v303: 97 pgs: 97 active+clean; 360 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.2 KiB/s rd, 3.4 MiB/s wr, 311 op/s 2023-09-22T22:33:04.896 INFO:teuthology.orchestra.run.smithi110.stdout: 5 221397 8.49 MB/sec execute 569 sec latency 125.292 ms 2023-09-22T22:33:05.896 INFO:teuthology.orchestra.run.smithi110.stdout: 5 221710 8.50 MB/sec execute 570 sec latency 149.634 ms 2023-09-22T22:33:06.384 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:06 smithi110 ceph-mon[107391]: pgmap v304: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 496 op/s 2023-09-22T22:33:06.790 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:06 smithi190 ceph-mon[110035]: pgmap v304: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.0 KiB/s rd, 4.9 MiB/s wr, 496 op/s 2023-09-22T22:33:06.896 INFO:teuthology.orchestra.run.smithi110.stdout: 5 222028 8.51 MB/sec execute 571 sec latency 137.350 ms 2023-09-22T22:33:07.902 INFO:teuthology.orchestra.run.smithi110.stdout: 5 222285 8.51 MB/sec execute 572 sec latency 129.458 ms 2023-09-22T22:33:08.484 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:08 smithi110 ceph-mon[107391]: pgmap v305: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2023-09-22T22:33:08.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:08 smithi190 ceph-mon[110035]: pgmap v305: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2023-09-22T22:33:08.902 INFO:teuthology.orchestra.run.smithi110.stdout: 5 222504 8.51 MB/sec execute 573 sec latency 192.412 ms 2023-09-22T22:33:09.902 INFO:teuthology.orchestra.run.smithi110.stdout: 5 222702 8.50 MB/sec execute 574 sec latency 138.483 ms 2023-09-22T22:33:10.543 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:10 smithi110 ceph-mon[107391]: pgmap v306: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2023-09-22T22:33:10.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:10 smithi190 ceph-mon[110035]: pgmap v306: 97 pgs: 97 active+clean; 351 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.5 MiB/s wr, 351 op/s 2023-09-22T22:33:10.902 INFO:teuthology.orchestra.run.smithi110.stdout: 5 222872 8.49 MB/sec execute 575 sec latency 137.425 ms 2023-09-22T22:33:11.902 INFO:teuthology.orchestra.run.smithi110.stdout: 5 223100 8.49 MB/sec execute 576 sec latency 125.569 ms 2023-09-22T22:33:12.590 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:12 smithi110 ceph-mon[107391]: pgmap v307: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 496 op/s 2023-09-22T22:33:12.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:12 smithi190 ceph-mon[110035]: pgmap v307: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 7.7 KiB/s rd, 5.3 MiB/s wr, 496 op/s 2023-09-22T22:33:12.906 INFO:teuthology.orchestra.run.smithi110.stdout: 5 223355 8.48 MB/sec execute 577 sec latency 141.584 ms 2023-09-22T22:33:13.907 INFO:teuthology.orchestra.run.smithi110.stdout: 5 223604 8.48 MB/sec execute 578 sec latency 129.056 ms 2023-09-22T22:33:14.651 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:14 smithi110 ceph-mon[107391]: pgmap v308: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-09-22T22:33:14.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:14 smithi190 ceph-mon[110035]: pgmap v308: 97 pgs: 97 active+clean; 357 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 5.7 KiB/s rd, 3.3 MiB/s wr, 329 op/s 2023-09-22T22:33:14.913 INFO:teuthology.orchestra.run.smithi110.stdout: 5 223802 8.47 MB/sec execute 579 sec latency 201.482 ms 2023-09-22T22:33:15.913 INFO:teuthology.orchestra.run.smithi110.stdout: 5 224036 8.47 MB/sec execute 580 sec latency 123.338 ms 2023-09-22T22:33:16.444 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:16 smithi110 ceph-mon[107391]: pgmap v309: 97 pgs: 97 active+clean; 356 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.7 MiB/s wr, 468 op/s 2023-09-22T22:33:16.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:16 smithi190 ceph-mon[110035]: pgmap v309: 97 pgs: 97 active+clean; 356 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 8.3 KiB/s rd, 4.7 MiB/s wr, 468 op/s 2023-09-22T22:33:16.918 INFO:teuthology.orchestra.run.smithi110.stdout: 5 224266 8.47 MB/sec execute 581 sec latency 136.948 ms 2023-09-22T22:33:17.918 INFO:teuthology.orchestra.run.smithi110.stdout: 5 224480 8.45 MB/sec execute 582 sec latency 126.148 ms 2023-09-22T22:33:18.487 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:18 smithi110 ceph-mon[107391]: pgmap v310: 97 pgs: 97 active+clean; 356 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.2 MiB/s wr, 283 op/s 2023-09-22T22:33:18.487 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:18 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:33:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:18 smithi190 ceph-mon[110035]: pgmap v310: 97 pgs: 97 active+clean; 356 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.2 MiB/s wr, 283 op/s 2023-09-22T22:33:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:18 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:33:18.918 INFO:teuthology.orchestra.run.smithi110.stdout: 5 224731 8.44 MB/sec execute 583 sec latency 127.119 ms 2023-09-22T22:33:19.918 INFO:teuthology.orchestra.run.smithi110.stdout: 5 224952 8.44 MB/sec execute 584 sec latency 118.486 ms 2023-09-22T22:33:20.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:20 smithi110 ceph-mon[107391]: pgmap v311: 97 pgs: 97 active+clean; 356 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.2 MiB/s wr, 283 op/s 2023-09-22T22:33:20.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:20 smithi190 ceph-mon[110035]: pgmap v311: 97 pgs: 97 active+clean; 356 MiB data, 4.6 GiB used, 711 GiB / 715 GiB avail; 4.6 KiB/s rd, 3.2 MiB/s wr, 283 op/s 2023-09-22T22:33:20.918 INFO:teuthology.orchestra.run.smithi110.stdout: 5 225111 8.43 MB/sec execute 585 sec latency 127.676 ms 2023-09-22T22:33:21.918 INFO:teuthology.orchestra.run.smithi110.stdout: 5 225375 8.44 MB/sec execute 586 sec latency 146.076 ms 2023-09-22T22:33:22.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:22 smithi110 ceph-mon[107391]: pgmap v312: 97 pgs: 97 active+clean; 348 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-09-22T22:33:22.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:22 smithi190 ceph-mon[110035]: pgmap v312: 97 pgs: 97 active+clean; 348 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.1 KiB/s rd, 4.3 MiB/s wr, 423 op/s 2023-09-22T22:33:22.918 INFO:teuthology.orchestra.run.smithi110.stdout: 5 225779 8.45 MB/sec execute 587 sec latency 144.944 ms 2023-09-22T22:33:23.926 INFO:teuthology.orchestra.run.smithi110.stdout: 5 226108 8.46 MB/sec execute 588 sec latency 126.697 ms 2023-09-22T22:33:24.687 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:24 smithi110 ceph-mon[107391]: pgmap v313: 97 pgs: 97 active+clean; 348 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.4 MiB/s wr, 278 op/s 2023-09-22T22:33:24.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:24 smithi190 ceph-mon[110035]: pgmap v313: 97 pgs: 97 active+clean; 348 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.2 KiB/s rd, 2.4 MiB/s wr, 278 op/s 2023-09-22T22:33:24.926 INFO:teuthology.orchestra.run.smithi110.stdout: 5 226347 8.45 MB/sec execute 589 sec latency 129.601 ms 2023-09-22T22:33:25.926 INFO:teuthology.orchestra.run.smithi110.stdout: 5 226526 8.44 MB/sec execute 590 sec latency 126.257 ms 2023-09-22T22:33:26.732 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:26 smithi110 ceph-mon[107391]: pgmap v314: 97 pgs: 97 active+clean; 354 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.4 MiB/s wr, 438 op/s 2023-09-22T22:33:26.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:26 smithi190 ceph-mon[110035]: pgmap v314: 97 pgs: 97 active+clean; 354 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.0 KiB/s rd, 4.4 MiB/s wr, 438 op/s 2023-09-22T22:33:26.927 INFO:teuthology.orchestra.run.smithi110.stdout: 5 226732 8.44 MB/sec execute 591 sec latency 123.700 ms 2023-09-22T22:33:27.927 INFO:teuthology.orchestra.run.smithi110.stdout: 5 226953 8.43 MB/sec execute 592 sec latency 122.239 ms 2023-09-22T22:33:28.539 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:28 smithi110 ceph-mon[107391]: pgmap v315: 97 pgs: 97 active+clean; 354 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.1 MiB/s wr, 299 op/s 2023-09-22T22:33:28.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:28 smithi190 ceph-mon[110035]: pgmap v315: 97 pgs: 97 active+clean; 354 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.1 MiB/s wr, 299 op/s 2023-09-22T22:33:28.927 INFO:teuthology.orchestra.run.smithi110.stdout: 5 227145 8.43 MB/sec execute 593 sec latency 126.829 ms 2023-09-22T22:33:29.927 INFO:teuthology.orchestra.run.smithi110.stdout: 5 227356 8.42 MB/sec execute 594 sec latency 117.275 ms 2023-09-22T22:33:30.579 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:30 smithi110 ceph-mon[107391]: pgmap v316: 97 pgs: 97 active+clean; 354 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.1 MiB/s wr, 299 op/s 2023-09-22T22:33:30.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:30 smithi190 ceph-mon[110035]: pgmap v316: 97 pgs: 97 active+clean; 354 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 4.3 KiB/s rd, 3.1 MiB/s wr, 299 op/s 2023-09-22T22:33:30.927 INFO:teuthology.orchestra.run.smithi110.stdout: 5 227640 8.42 MB/sec execute 595 sec latency 126.653 ms 2023-09-22T22:33:31.934 INFO:teuthology.orchestra.run.smithi110.stdout: 5 227928 8.42 MB/sec execute 596 sec latency 146.067 ms 2023-09-22T22:33:32.620 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:32 smithi110 ceph-mon[107391]: pgmap v317: 97 pgs: 97 active+clean; 354 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2023-09-22T22:33:32.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:32 smithi190 ceph-mon[110035]: pgmap v317: 97 pgs: 97 active+clean; 354 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.5 MiB/s wr, 435 op/s 2023-09-22T22:33:32.934 INFO:teuthology.orchestra.run.smithi110.stdout: 5 228218 8.41 MB/sec execute 597 sec latency 112.924 ms 2023-09-22T22:33:33.660 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:33 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:33:33.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:33 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:33:33.934 INFO:teuthology.orchestra.run.smithi110.stdout: 5 228468 8.40 MB/sec execute 598 sec latency 126.860 ms 2023-09-22T22:33:34.685 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:34 smithi110 ceph-mon[107391]: pgmap v318: 97 pgs: 97 active+clean; 354 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 295 op/s 2023-09-22T22:33:34.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:34 smithi190 ceph-mon[110035]: pgmap v318: 97 pgs: 97 active+clean; 354 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 MiB/s wr, 295 op/s 2023-09-22T22:33:34.935 INFO:teuthology.orchestra.run.smithi110.stdout: 5 228779 8.41 MB/sec execute 599 sec latency 142.947 ms 2023-09-22T22:33:35.938 INFO:teuthology.orchestra.run.smithi110.stdout: 5 229046 8.41 MB/sec execute 600 sec latency 137.044 ms 2023-09-22T22:33:36.723 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:36 smithi110 ceph-mon[107391]: pgmap v319: 97 pgs: 97 active+clean; 355 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 453 op/s 2023-09-22T22:33:36.938 INFO:teuthology.orchestra.run.smithi110.stdout: 5 cleanup 601 sec 2023-09-22T22:33:37.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:36 smithi190 ceph-mon[110035]: pgmap v319: 97 pgs: 97 active+clean; 355 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 7.2 KiB/s rd, 4.7 MiB/s wr, 453 op/s 2023-09-22T22:33:37.166 INFO:teuthology.orchestra.run.smithi110.stdout:[228598] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000009ef30000000d' failed - Device or resource busy 2023-09-22T22:33:37.166 INFO:teuthology.orchestra.run.smithi110.stdout:[228598] unlink './clients/client1/~dmtmp/PARADOX/.nfs0000010000009ef40000000b' failed - Device or resource busy 2023-09-22T22:33:37.167 INFO:teuthology.orchestra.run.smithi110.stdout:[228598] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002e50000000f' failed - Device or resource busy 2023-09-22T22:33:37.167 INFO:teuthology.orchestra.run.smithi110.stdout:[228598] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002dc00000009' failed - Device or resource busy 2023-09-22T22:33:37.167 INFO:teuthology.orchestra.run.smithi110.stdout:[228598] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002e10000000a' failed - Device or resource busy 2023-09-22T22:33:37.167 INFO:teuthology.orchestra.run.smithi110.stdout:[228598] unlink './clients/client1/~dmtmp/PARADOX/.nfs00000100000002d90000000e' failed - Device or resource busy 2023-09-22T22:33:37.938 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 602 sec 2023-09-22T22:33:38.938 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 603 sec 2023-09-22T22:33:38.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:38 smithi110 ceph-mon[107391]: pgmap v320: 97 pgs: 97 active+clean; 355 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.7 MiB/s wr, 294 op/s 2023-09-22T22:33:39.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:38 smithi190 ceph-mon[110035]: pgmap v320: 97 pgs: 97 active+clean; 355 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.7 MiB/s wr, 294 op/s 2023-09-22T22:33:39.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 604 sec 2023-09-22T22:33:40.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 605 sec 2023-09-22T22:33:40.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:40 smithi110 ceph-mon[107391]: pgmap v321: 97 pgs: 97 active+clean; 355 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.7 MiB/s wr, 294 op/s 2023-09-22T22:33:41.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:40 smithi190 ceph-mon[110035]: pgmap v321: 97 pgs: 97 active+clean; 355 MiB data, 4.7 GiB used, 711 GiB / 715 GiB avail; 5.4 KiB/s rd, 2.7 MiB/s wr, 294 op/s 2023-09-22T22:33:41.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 606 sec 2023-09-22T22:33:42.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 607 sec 2023-09-22T22:33:42.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:42 smithi110 ceph-mon[107391]: pgmap v322: 97 pgs: 97 active+clean; 357 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-09-22T22:33:43.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:42 smithi190 ceph-mon[110035]: pgmap v322: 97 pgs: 97 active+clean; 357 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 7.4 KiB/s rd, 4.1 MiB/s wr, 395 op/s 2023-09-22T22:33:43.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 608 sec 2023-09-22T22:33:44.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 609 sec 2023-09-22T22:33:44.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:44 smithi110 ceph-mon[107391]: pgmap v323: 97 pgs: 97 active+clean; 357 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.7 MiB/s wr, 260 op/s 2023-09-22T22:33:45.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:44 smithi190 ceph-mon[110035]: pgmap v323: 97 pgs: 97 active+clean; 357 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 4.3 KiB/s rd, 2.7 MiB/s wr, 260 op/s 2023-09-22T22:33:45.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 610 sec 2023-09-22T22:33:46.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 611 sec 2023-09-22T22:33:46.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:46 smithi110 ceph-mon[107391]: pgmap v324: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 7.7 KiB/s rd, 2.7 MiB/s wr, 293 op/s 2023-09-22T22:33:47.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:46 smithi190 ceph-mon[110035]: pgmap v324: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 7.7 KiB/s rd, 2.7 MiB/s wr, 293 op/s 2023-09-22T22:33:47.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 612 sec 2023-09-22T22:33:48.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 613 sec 2023-09-22T22:33:48.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:48 smithi110 ceph-mon[107391]: pgmap v325: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 5.4 KiB/s rd, 1.4 MiB/s wr, 135 op/s 2023-09-22T22:33:48.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:48 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:33:49.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:48 smithi190 ceph-mon[110035]: pgmap v325: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 5.4 KiB/s rd, 1.4 MiB/s wr, 135 op/s 2023-09-22T22:33:49.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:48 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:33:49.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 614 sec 2023-09-22T22:33:50.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 615 sec 2023-09-22T22:33:50.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:50 smithi110 ceph-mon[107391]: pgmap v326: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 5.4 KiB/s rd, 1.4 MiB/s wr, 135 op/s 2023-09-22T22:33:51.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:50 smithi190 ceph-mon[110035]: pgmap v326: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 5.4 KiB/s rd, 1.4 MiB/s wr, 135 op/s 2023-09-22T22:33:51.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 616 sec 2023-09-22T22:33:52.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 617 sec 2023-09-22T22:33:52.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:52 smithi110 ceph-mon[107391]: pgmap v327: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 5.4 KiB/s rd, 1.4 MiB/s wr, 135 op/s 2023-09-22T22:33:53.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:52 smithi190 ceph-mon[110035]: pgmap v327: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 5.4 KiB/s rd, 1.4 MiB/s wr, 135 op/s 2023-09-22T22:33:53.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 618 sec 2023-09-22T22:33:54.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 619 sec 2023-09-22T22:33:54.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:54 smithi110 ceph-mon[107391]: pgmap v328: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.4 KiB/s rd, 26 KiB/s wr, 33 op/s 2023-09-22T22:33:55.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:54 smithi190 ceph-mon[110035]: pgmap v328: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.4 KiB/s rd, 26 KiB/s wr, 33 op/s 2023-09-22T22:33:55.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 620 sec 2023-09-22T22:33:56.940 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 621 sec 2023-09-22T22:33:56.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:56 smithi110 ceph-mon[107391]: pgmap v329: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.6 KiB/s rd, 26 KiB/s wr, 33 op/s 2023-09-22T22:33:57.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:56 smithi190 ceph-mon[110035]: pgmap v329: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 3.6 KiB/s rd, 26 KiB/s wr, 33 op/s 2023-09-22T22:33:57.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 622 sec 2023-09-22T22:33:58.940 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 623 sec 2023-09-22T22:33:59.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:33:58 smithi110 ceph-mon[107391]: pgmap v330: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-09-22T22:33:59.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:33:58 smithi190 ceph-mon[110035]: pgmap v330: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-09-22T22:33:59.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 624 sec 2023-09-22T22:34:00.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 625 sec 2023-09-22T22:34:00.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:00 smithi110 ceph-mon[107391]: pgmap v331: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-09-22T22:34:01.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:00 smithi190 ceph-mon[110035]: pgmap v331: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-09-22T22:34:01.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 626 sec 2023-09-22T22:34:02.939 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 627 sec 2023-09-22T22:34:02.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:02 smithi110 ceph-mon[107391]: pgmap v332: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-09-22T22:34:03.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:02 smithi190 ceph-mon[110035]: pgmap v332: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-09-22T22:34:03.940 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 628 sec 2023-09-22T22:34:03.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:34:04.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:34:04.940 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 629 sec 2023-09-22T22:34:04.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:04 smithi110 ceph-mon[107391]: pgmap v333: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:05.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:04 smithi190 ceph-mon[110035]: pgmap v333: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:05.941 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 630 sec 2023-09-22T22:34:06.940 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 631 sec 2023-09-22T22:34:06.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:06 smithi110 ceph-mon[107391]: pgmap v334: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:34:07.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:06 smithi190 ceph-mon[110035]: pgmap v334: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:34:07.122 INFO:teuthology.orchestra.run.smithi110.stdout: 0 cleanup 631 sec 2023-09-22T22:34:07.122 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:34:07.122 INFO:teuthology.orchestra.run.smithi110.stdout: Operation Count AvgLat MaxLat 2023-09-22T22:34:07.122 INFO:teuthology.orchestra.run.smithi110.stdout: ---------------------------------------- 2023-09-22T22:34:07.122 INFO:teuthology.orchestra.run.smithi110.stdout: NTCreateX 162156 6.518 163.188 2023-09-22T22:34:07.122 INFO:teuthology.orchestra.run.smithi110.stdout: Close 119100 0.130 21.020 2023-09-22T22:34:07.122 INFO:teuthology.orchestra.run.smithi110.stdout: Rename 6871 10.555 215.982 2023-09-22T22:34:07.122 INFO:teuthology.orchestra.run.smithi110.stdout: Unlink 32763 6.454 114.856 2023-09-22T22:34:07.122 INFO:teuthology.orchestra.run.smithi110.stdout: Qpathinfo 147082 2.697 104.299 2023-09-22T22:34:07.122 INFO:teuthology.orchestra.run.smithi110.stdout: Qfileinfo 25646 0.094 10.719 2023-09-22T22:34:07.123 INFO:teuthology.orchestra.run.smithi110.stdout: Qfsinfo 26971 1.446 65.854 2023-09-22T22:34:07.123 INFO:teuthology.orchestra.run.smithi110.stdout: Sfileinfo 13216 9.844 123.240 2023-09-22T22:34:07.123 INFO:teuthology.orchestra.run.smithi110.stdout: Find 56842 4.935 147.522 2023-09-22T22:34:07.123 INFO:teuthology.orchestra.run.smithi110.stdout: WriteX 80136 9.901 89.290 2023-09-22T22:34:07.123 INFO:teuthology.orchestra.run.smithi110.stdout: ReadX 254506 0.010 10.756 2023-09-22T22:34:07.123 INFO:teuthology.orchestra.run.smithi110.stdout: LockX 528 0.426 4.904 2023-09-22T22:34:07.123 INFO:teuthology.orchestra.run.smithi110.stdout: UnlockX 528 0.306 8.409 2023-09-22T22:34:07.123 INFO:teuthology.orchestra.run.smithi110.stdout: Flush 11360 0.002 0.035 2023-09-22T22:34:07.123 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:34:07.123 INFO:teuthology.orchestra.run.smithi110.stdout:Throughput 8.4106 MB/sec 5 clients 5 procs max_latency=215.986 ms 2023-09-22T22:34:07.124 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'umount /mnt/foo' 2023-09-22T22:34:08.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:08 smithi110 ceph-mon[107391]: pgmap v335: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:09.191 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:08 smithi190 ceph-mon[110035]: pgmap v335: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:09.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:09 smithi110 ceph-mon[107391]: pgmap v336: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:10.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:09 smithi190 ceph-mon[110035]: pgmap v336: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:12.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:12 smithi110 ceph-mon[107391]: pgmap v337: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 3.7 KiB/s wr, 0 op/s 2023-09-22T22:34:12.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:12 smithi190 ceph-mon[110035]: pgmap v337: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 3.7 KiB/s wr, 0 op/s 2023-09-22T22:34:14.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:14 smithi110 ceph-mon[107391]: pgmap v338: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 3.7 KiB/s wr, 0 op/s 2023-09-22T22:34:14.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:14 smithi190 ceph-mon[110035]: pgmap v338: 97 pgs: 97 active+clean; 247 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 3.7 KiB/s wr, 0 op/s 2023-09-22T22:34:16.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:16 smithi110 ceph-mon[107391]: pgmap v339: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 5.3 KiB/s wr, 2 op/s 2023-09-22T22:34:16.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:16 smithi190 ceph-mon[110035]: pgmap v339: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 5.3 KiB/s wr, 2 op/s 2023-09-22T22:34:18.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:18 smithi110 ceph-mon[107391]: pgmap v340: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 5.3 KiB/s wr, 2 op/s 2023-09-22T22:34:18.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:18 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:34:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:18 smithi190 ceph-mon[110035]: pgmap v340: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 5.3 KiB/s wr, 2 op/s 2023-09-22T22:34:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:18 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:34:20.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:20 smithi110 ceph-mon[107391]: pgmap v341: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 5.3 KiB/s wr, 2 op/s 2023-09-22T22:34:20.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:20 smithi190 ceph-mon[110035]: pgmap v341: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 5.3 KiB/s wr, 2 op/s 2023-09-22T22:34:22.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:22 smithi110 ceph-mon[107391]: pgmap v342: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 5.3 KiB/s wr, 2 op/s 2023-09-22T22:34:22.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:22 smithi190 ceph-mon[110035]: pgmap v342: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 5.3 KiB/s wr, 2 op/s 2023-09-22T22:34:24.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:24 smithi110 ceph-mon[107391]: pgmap v343: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-09-22T22:34:24.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:24 smithi190 ceph-mon[110035]: pgmap v343: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2023-09-22T22:34:26.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:26 smithi110 ceph-mon[107391]: pgmap v344: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 1.9 KiB/s wr, 2 op/s 2023-09-22T22:34:26.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:26 smithi190 ceph-mon[110035]: pgmap v344: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 511 B/s rd, 1.9 KiB/s wr, 2 op/s 2023-09-22T22:34:28.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:28 smithi110 ceph-mon[107391]: pgmap v345: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-22T22:34:28.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:28 smithi190 ceph-mon[110035]: pgmap v345: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-22T22:34:30.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:30 smithi110 ceph-mon[107391]: pgmap v346: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-22T22:34:30.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:30 smithi190 ceph-mon[110035]: pgmap v346: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-22T22:34:32.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:32 smithi110 ceph-mon[107391]: pgmap v347: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-22T22:34:32.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:32 smithi190 ceph-mon[110035]: pgmap v347: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-22T22:34:33.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:33 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:34:33.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:33 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:34:34.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:34 smithi110 ceph-mon[107391]: pgmap v348: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-22T22:34:34.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:34 smithi190 ceph-mon[110035]: pgmap v348: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2023-09-22T22:34:36.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:36 smithi110 ceph-mon[107391]: pgmap v349: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-22T22:34:36.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:36 smithi190 ceph-mon[110035]: pgmap v349: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 255 B/s wr, 0 op/s 2023-09-22T22:34:38.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:38 smithi110 ceph-mon[107391]: pgmap v350: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:38.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:38 smithi190 ceph-mon[110035]: pgmap v350: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:40.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:40 smithi110 ceph-mon[107391]: pgmap v351: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:40.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:40 smithi190 ceph-mon[110035]: pgmap v351: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:42.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:42 smithi110 ceph-mon[107391]: pgmap v352: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:42.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:42 smithi190 ceph-mon[110035]: pgmap v352: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:44.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:44 smithi110 ceph-mon[107391]: pgmap v353: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:44.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:44 smithi190 ceph-mon[110035]: pgmap v353: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:46.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:46 smithi110 ceph-mon[107391]: pgmap v354: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:34:46.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:46 smithi190 ceph-mon[110035]: pgmap v354: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:34:48.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:48 smithi110 ceph-mon[107391]: pgmap v355: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:48.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:48 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:34:48.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:48 smithi190 ceph-mon[110035]: pgmap v355: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:48.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:48 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:34:50.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:50 smithi110 ceph-mon[107391]: pgmap v356: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:50.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:50 smithi190 ceph-mon[110035]: pgmap v356: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:52.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:52 smithi110 ceph-mon[107391]: pgmap v357: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:52.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:52 smithi190 ceph-mon[110035]: pgmap v357: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:54.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:54 smithi110 ceph-mon[107391]: pgmap v358: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:54.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:54 smithi190 ceph-mon[110035]: pgmap v358: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:56.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:56 smithi110 ceph-mon[107391]: pgmap v359: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:34:56.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:56 smithi190 ceph-mon[110035]: pgmap v359: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:34:58.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:34:58 smithi110 ceph-mon[107391]: pgmap v360: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:34:58.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:34:58 smithi190 ceph-mon[110035]: pgmap v360: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:35:00.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:00 smithi110 ceph-mon[107391]: pgmap v361: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:35:00.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:00 smithi190 ceph-mon[110035]: pgmap v361: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:35:02.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:02 smithi110 ceph-mon[107391]: pgmap v362: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:35:02.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:02 smithi190 ceph-mon[110035]: pgmap v362: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:35:03.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:35:03.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:35:04.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:04 smithi110 ceph-mon[107391]: pgmap v363: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:35:04.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:04 smithi190 ceph-mon[110035]: pgmap v363: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:35:06.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:06 smithi110 ceph-mon[107391]: pgmap v364: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:35:06.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:06 smithi190 ceph-mon[110035]: pgmap v364: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:35:08.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:08 smithi110 ceph-mon[107391]: pgmap v365: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:35:08.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:08 smithi190 ceph-mon[110035]: pgmap v365: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:35:10.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:10 smithi110 ceph-mon[107391]: pgmap v366: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:35:10.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:10 smithi190 ceph-mon[110035]: pgmap v366: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:35:10.902 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done' 2023-09-22T22:35:11.018 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'cd /mnt/foo && dbench 5 -t 5' 2023-09-22T22:35:11.077 INFO:teuthology.orchestra.run.smithi110.stdout:dbench version 4.00 - Copyright Andrew Tridgell 1999-2004 2023-09-22T22:35:11.078 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:35:11.078 INFO:teuthology.orchestra.run.smithi110.stdout:Running for 5 seconds with load '/usr/share/dbench/client.txt' and minimum warmup 1 secs 2023-09-22T22:35:11.078 INFO:teuthology.orchestra.run.smithi110.stdout:3 of 5 processes prepared for launch 0 sec 2023-09-22T22:35:11.179 INFO:teuthology.orchestra.run.smithi110.stdout:5 of 5 processes prepared for launch 0 sec 2023-09-22T22:35:11.179 INFO:teuthology.orchestra.run.smithi110.stdout:releasing clients 2023-09-22T22:35:11.571 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -e sha1=e658726abb668aaae1c42e72d314001acd82ce18 -- bash -c 'ceph orch ps' 2023-09-22T22:35:12.100 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:12 smithi110 ceph-mon[107391]: pgmap v367: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:35:12.509 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:12 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:35:12.509 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:12 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:35:12.510 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:12 smithi190 ceph-mon[110035]: pgmap v367: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:35:12.510 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:12 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:35:12.510 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:12 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:35:13.179 INFO:teuthology.orchestra.run.smithi110.stdout: 5 335 22.89 MB/sec execute 1 sec latency 122.479 ms 2023-09-22T22:35:14.156 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-22T22:35:14.156 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 starting - - - - 2023-09-22T22:35:14.156 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (18m) - 18m 7033k - 17.2.0 e1d6a67b021e 1c5b7bcc7c18 2023-09-22T22:35:14.156 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi190 smithi190 running (17m) - 17m 7147k - 17.2.0 e1d6a67b021e 70f7e0ffca66 2023-09-22T22:35:14.156 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 starting - - - - 2023-09-22T22:35:14.156 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.kmhpkk smithi110 running (14m) - 14m 34.9M - 17.2.0 e1d6a67b021e a1460f8068d0 2023-09-22T22:35:14.156 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi190.rwycsq smithi190 running (13m) - 13m 14.2M - 17.2.0 e1d6a67b021e 9de528db6a38 2023-09-22T22:35:14.156 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ntddcx smithi110 *:9283 running (19m) - 19m 295M - 17.2.0 e1d6a67b021e 5fd4a7713ce9 2023-09-22T22:35:14.156 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi190.rgckme smithi190 *:8443,9283 running (12m) - 17m 509M - 18.0.0-6358-ge658726a 1d431065767a d299fcf83588 2023-09-22T22:35:14.157 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (19m) - 19m 91.0M 2048M 17.2.0 e1d6a67b021e 8016a9a61831 2023-09-22T22:35:14.157 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi190 smithi190 running (17m) - 17m 66.9M 2048M 17.2.0 e1d6a67b021e e268eb6807b2 2023-09-22T22:35:14.157 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.rptyvn smithi110 *:2049 running (13m) - 13m 269M - 4.0 e1d6a67b021e 061b34e9507b 2023-09-22T22:35:14.157 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi190.azubih smithi190 *:2049 running (13m) - 13m 85.6M - 4.0 e1d6a67b021e 8d72535b5cb2 2023-09-22T22:35:14.157 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 starting - - - - 2023-09-22T22:35:14.157 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi190 smithi190 *:9100 running (11m) - 17m 29.6M - 1.3.1 1dbe0e931976 cedc73301118 2023-09-22T22:35:14.157 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (17m) - 17m 546M 1942M 17.2.0 e1d6a67b021e 7367c3b1d484 2023-09-22T22:35:14.157 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (16m) - 16m 367M 1942M 17.2.0 e1d6a67b021e 38cb99cb1eaf 2023-09-22T22:35:14.157 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (16m) - 16m 207M 1942M 17.2.0 e1d6a67b021e 4c8ced4ef7a2 2023-09-22T22:35:14.157 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (16m) - 16m 530M 1942M 17.2.0 e1d6a67b021e 658f6dc4a9d4 2023-09-22T22:35:14.157 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi190 running (15m) - 15m 1422M 2710M 17.2.0 e1d6a67b021e e93901b924eb 2023-09-22T22:35:14.157 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi190 running (15m) - 15m 1756M 2710M 17.2.0 e1d6a67b021e 75574d9dfa2a 2023-09-22T22:35:14.157 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi190 running (15m) - 15m 1489M 2710M 17.2.0 e1d6a67b021e 71e4d339c3e5 2023-09-22T22:35:14.158 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi190 running (14m) - 14m 2229M 2710M 17.2.0 e1d6a67b021e 7717e6410024 2023-09-22T22:35:14.158 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 starting - - - - 2023-09-22T22:35:14.179 INFO:teuthology.orchestra.run.smithi110.stdout: 5 449 20.42 MB/sec execute 2 sec latency 140.377 ms 2023-09-22T22:35:14.202 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:14 smithi110 ceph-mon[107391]: pgmap v368: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:35:14.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:14 smithi190 ceph-mon[110035]: pgmap v368: 97 pgs: 97 active+clean; 245 MiB data, 4.7 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:35:14.873 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -e sha1=e658726abb668aaae1c42e72d314001acd82ce18 -- bash -c 'ceph versions' 2023-09-22T22:35:15.179 INFO:teuthology.orchestra.run.smithi110.stdout: 5 650 22.51 MB/sec execute 3 sec latency 142.410 ms 2023-09-22T22:35:15.237 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:15 smithi110 ceph-mon[107391]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:35:15.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:15 smithi190 ceph-mon[110035]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:35:16.179 INFO:teuthology.orchestra.run.smithi110.stdout: 5 862 17.52 MB/sec execute 4 sec latency 123.503 ms 2023-09-22T22:35:16.252 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:16 smithi110 ceph-mon[107391]: pgmap v369: 97 pgs: 97 active+clean; 321 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 6.5 MiB/s wr, 98 op/s 2023-09-22T22:35:16.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:16 smithi190 ceph-mon[110035]: pgmap v369: 97 pgs: 97 active+clean; 321 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 6.5 MiB/s wr, 98 op/s 2023-09-22T22:35:17.179 INFO:teuthology.orchestra.run.smithi110.stdout: 5 cleanup 5 sec 2023-09-22T22:35:17.651 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:35:17.652 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2023-09-22T22:35:17.652 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:35:17.652 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:35:17.652 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2023-09-22T22:35:17.652 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-22T22:35:17.652 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.0.0-6358-ge658726a (e658726abb668aaae1c42e72d314001acd82ce18) reef (dev)": 1 2023-09-22T22:35:17.652 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:35:17.652 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2023-09-22T22:35:17.652 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-22T22:35:17.652 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:35:17.653 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2023-09-22T22:35:17.653 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:35:17.653 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:35:17.653 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2023-09-22T22:35:17.653 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-22T22:35:17.653 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.0.0-6358-ge658726a (e658726abb668aaae1c42e72d314001acd82ce18) reef (dev)": 1 2023-09-22T22:35:17.653 INFO:teuthology.orchestra.run.smithi110.stdout: } 2023-09-22T22:35:17.653 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:35:18.179 INFO:teuthology.orchestra.run.smithi110.stdout: 2 cleanup 6 sec 2023-09-22T22:35:18.275 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -e sha1=e658726abb668aaae1c42e72d314001acd82ce18 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2023-09-22T22:35:18.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:18 smithi110 ceph-mon[107391]: pgmap v370: 97 pgs: 97 active+clean; 321 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 6.5 MiB/s wr, 98 op/s 2023-09-22T22:35:18.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:18 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/1299878637' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:35:18.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:18 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:35:18.590 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:18 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:35:18.590 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:18 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:35:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:18 smithi190 ceph-mon[110035]: pgmap v370: 97 pgs: 97 active+clean; 321 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 6.5 MiB/s wr, 98 op/s 2023-09-22T22:35:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:18 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/1299878637' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:35:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:18 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:35:18.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:18 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:35:18.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:18 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:35:19.179 INFO:teuthology.orchestra.run.smithi110.stdout: 2 cleanup 7 sec 2023-09-22T22:35:19.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:19 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:35:19.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:19 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:35:19.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:19 smithi110 ceph-mon[107391]: pgmap v371: 97 pgs: 97 active+clean; 321 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 173 B/s rd, 6.6 MiB/s wr, 99 op/s 2023-09-22T22:35:19.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:19 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:35:19.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:19 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:35:19.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:19 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:35:19.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:19 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:35:19.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:19 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:35:19.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:19 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:35:19.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:19 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:35:19.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:19 smithi190 ceph-mon[110035]: pgmap v371: 97 pgs: 97 active+clean; 321 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 173 B/s rd, 6.6 MiB/s wr, 99 op/s 2023-09-22T22:35:19.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:19 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:35:19.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:19 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:35:19.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:19 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:35:19.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:19 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:35:19.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:19 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:35:20.179 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 8 sec 2023-09-22T22:35:20.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:20 smithi110 ceph-mon[107391]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-09-22T22:35:20.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:20 smithi190 ceph-mon[110035]: Health check failed: 1 hosts fail cephadm check (CEPHADM_HOST_CHECK_FAILED) 2023-09-22T22:35:21.179 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 9 sec 2023-09-22T22:35:21.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:21 smithi110 ceph-mon[107391]: pgmap v372: 97 pgs: 97 active+clean; 348 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 781 B/s rd, 9.8 MiB/s wr, 208 op/s 2023-09-22T22:35:21.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:21 smithi190 ceph-mon[110035]: pgmap v372: 97 pgs: 97 active+clean; 348 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 781 B/s rd, 9.8 MiB/s wr, 208 op/s 2023-09-22T22:35:22.179 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 10 sec 2023-09-22T22:35:23.179 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 11 sec 2023-09-22T22:35:23.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:23 smithi110 ceph-mon[107391]: pgmap v373: 97 pgs: 97 active+clean; 348 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 781 B/s rd, 9.8 MiB/s wr, 208 op/s 2023-09-22T22:35:24.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:23 smithi190 ceph-mon[110035]: pgmap v373: 97 pgs: 97 active+clean; 348 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 781 B/s rd, 9.8 MiB/s wr, 208 op/s 2023-09-22T22:35:24.179 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 12 sec 2023-09-22T22:35:25.179 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 13 sec 2023-09-22T22:35:25.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:25 smithi110 ceph-mon[107391]: pgmap v374: 97 pgs: 97 active+clean; 255 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.6 KiB/s rd, 9.8 MiB/s wr, 233 op/s 2023-09-22T22:35:26.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:25 smithi190 ceph-mon[110035]: pgmap v374: 97 pgs: 97 active+clean; 255 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.6 KiB/s rd, 9.8 MiB/s wr, 233 op/s 2023-09-22T22:35:26.179 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 14 sec 2023-09-22T22:35:27.179 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 15 sec 2023-09-22T22:35:27.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:27 smithi110 ceph-mon[107391]: pgmap v375: 97 pgs: 97 active+clean; 255 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.2 MiB/s wr, 134 op/s 2023-09-22T22:35:27.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:27 smithi190 ceph-mon[110035]: pgmap v375: 97 pgs: 97 active+clean; 255 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.2 MiB/s wr, 134 op/s 2023-09-22T22:35:28.179 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 16 sec 2023-09-22T22:35:29.179 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 17 sec 2023-09-22T22:35:29.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:29 smithi110 ceph-mon[107391]: pgmap v376: 97 pgs: 97 active+clean; 255 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.2 MiB/s wr, 134 op/s 2023-09-22T22:35:30.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:29 smithi190 ceph-mon[110035]: pgmap v376: 97 pgs: 97 active+clean; 255 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.5 KiB/s rd, 3.2 MiB/s wr, 134 op/s 2023-09-22T22:35:30.179 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 18 sec 2023-09-22T22:35:31.179 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 19 sec 2023-09-22T22:35:32.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:31 smithi110 ceph-mon[107391]: pgmap v377: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.6 KiB/s rd, 3.2 MiB/s wr, 133 op/s 2023-09-22T22:35:32.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:31 smithi190 ceph-mon[110035]: pgmap v377: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.6 KiB/s rd, 3.2 MiB/s wr, 133 op/s 2023-09-22T22:35:32.179 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 20 sec 2023-09-22T22:35:33.179 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 21 sec 2023-09-22T22:35:33.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:33 smithi110 ceph-mon[107391]: pgmap v378: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.0 KiB/s rd, 24 KiB/s wr, 27 op/s 2023-09-22T22:35:33.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:33 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:35:33.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:33 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:35:34.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:33 smithi190 ceph-mon[110035]: pgmap v378: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.0 KiB/s rd, 24 KiB/s wr, 27 op/s 2023-09-22T22:35:34.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:33 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:35:34.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:33 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:35:34.179 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 22 sec 2023-09-22T22:35:35.179 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 23 sec 2023-09-22T22:35:35.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:35 smithi110 ceph-mon[107391]: pgmap v379: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.2 KiB/s rd, 24 KiB/s wr, 27 op/s 2023-09-22T22:35:36.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:35 smithi190 ceph-mon[110035]: pgmap v379: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 3.2 KiB/s rd, 24 KiB/s wr, 27 op/s 2023-09-22T22:35:36.179 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 24 sec 2023-09-22T22:35:37.179 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 25 sec 2023-09-22T22:35:37.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:37 smithi110 ceph-mon[107391]: pgmap v380: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 2 op/s 2023-09-22T22:35:37.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:37 smithi190 ceph-mon[110035]: pgmap v380: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 2 op/s 2023-09-22T22:35:38.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 26 sec 2023-09-22T22:35:39.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 27 sec 2023-09-22T22:35:39.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:39 smithi110 ceph-mon[107391]: pgmap v381: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 2 op/s 2023-09-22T22:35:40.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:39 smithi190 ceph-mon[110035]: pgmap v381: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 2.2 KiB/s wr, 2 op/s 2023-09-22T22:35:40.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 28 sec 2023-09-22T22:35:41.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 29 sec 2023-09-22T22:35:41.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:41 smithi110 ceph-mon[107391]: pgmap v382: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 2.6 KiB/s wr, 2 op/s 2023-09-22T22:35:42.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:41 smithi190 ceph-mon[110035]: pgmap v382: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 2.6 KiB/s wr, 2 op/s 2023-09-22T22:35:42.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 30 sec 2023-09-22T22:35:43.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 31 sec 2023-09-22T22:35:43.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:43 smithi110 ceph-mon[107391]: pgmap v383: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-22T22:35:44.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:43 smithi190 ceph-mon[110035]: pgmap v383: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-22T22:35:44.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 32 sec 2023-09-22T22:35:45.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 33 sec 2023-09-22T22:35:45.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:45 smithi110 ceph-mon[107391]: pgmap v384: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-09-22T22:35:46.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:45 smithi190 ceph-mon[110035]: pgmap v384: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-09-22T22:35:46.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 34 sec 2023-09-22T22:35:47.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 35 sec 2023-09-22T22:35:47.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:47 smithi110 ceph-mon[107391]: pgmap v385: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-22T22:35:47.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:47 smithi190 ceph-mon[110035]: pgmap v385: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-22T22:35:48.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 36 sec 2023-09-22T22:35:48.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:48 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:35:48.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:48 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:35:49.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 37 sec 2023-09-22T22:35:49.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:49 smithi110 ceph-mon[107391]: pgmap v386: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-22T22:35:49.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:49 smithi190 ceph-mon[110035]: pgmap v386: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-22T22:35:50.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 38 sec 2023-09-22T22:35:51.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 39 sec 2023-09-22T22:35:51.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:51 smithi110 ceph-mon[107391]: pgmap v387: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-22T22:35:52.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:51 smithi190 ceph-mon[110035]: pgmap v387: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-09-22T22:35:52.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 40 sec 2023-09-22T22:35:53.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 41 sec 2023-09-22T22:35:53.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:53 smithi110 ceph-mon[107391]: pgmap v388: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:35:54.295 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:53 smithi190 ceph-mon[110035]: pgmap v388: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:35:54.296 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 42 sec 2023-09-22T22:35:55.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 43 sec 2023-09-22T22:35:55.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:55 smithi110 ceph-mon[107391]: pgmap v389: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:35:56.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:55 smithi190 ceph-mon[110035]: pgmap v389: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:35:56.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 44 sec 2023-09-22T22:35:57.181 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 45 sec 2023-09-22T22:35:57.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:57 smithi110 ceph-mon[107391]: pgmap v390: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:35:57.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:57 smithi190 ceph-mon[110035]: pgmap v390: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:35:58.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 46 sec 2023-09-22T22:35:59.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 47 sec 2023-09-22T22:35:59.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:35:59 smithi110 ceph-mon[107391]: pgmap v391: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:00.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:35:59 smithi190 ceph-mon[110035]: pgmap v391: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:00.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 48 sec 2023-09-22T22:36:01.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 49 sec 2023-09-22T22:36:01.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:01 smithi110 ceph-mon[107391]: pgmap v392: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:02.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:01 smithi190 ceph-mon[110035]: pgmap v392: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:02.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 50 sec 2023-09-22T22:36:03.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 51 sec 2023-09-22T22:36:03.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:03 smithi110 ceph-mon[107391]: pgmap v393: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:03.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:36:04.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:03 smithi190 ceph-mon[110035]: pgmap v393: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:04.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:36:04.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 52 sec 2023-09-22T22:36:05.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 53 sec 2023-09-22T22:36:05.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:05 smithi110 ceph-mon[107391]: pgmap v394: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:36:06.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:05 smithi190 ceph-mon[110035]: pgmap v394: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:36:06.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 54 sec 2023-09-22T22:36:07.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 55 sec 2023-09-22T22:36:07.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:07 smithi110 ceph-mon[107391]: pgmap v395: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:07.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:07 smithi190 ceph-mon[110035]: pgmap v395: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:08.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 56 sec 2023-09-22T22:36:09.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 57 sec 2023-09-22T22:36:09.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:09 smithi110 ceph-mon[107391]: pgmap v396: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:10.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:09 smithi190 ceph-mon[110035]: pgmap v396: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:10.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 58 sec 2023-09-22T22:36:11.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 59 sec 2023-09-22T22:36:11.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:11 smithi110 ceph-mon[107391]: pgmap v397: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:12.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:11 smithi190 ceph-mon[110035]: pgmap v397: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:12.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 60 sec 2023-09-22T22:36:13.180 INFO:teuthology.orchestra.run.smithi110.stdout: 1 cleanup 61 sec 2023-09-22T22:36:13.277 INFO:teuthology.orchestra.run.smithi110.stdout: 0 cleanup 61 sec 2023-09-22T22:36:13.277 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:36:13.277 INFO:teuthology.orchestra.run.smithi110.stdout: Operation Count AvgLat MaxLat 2023-09-22T22:36:13.277 INFO:teuthology.orchestra.run.smithi110.stdout: ---------------------------------------- 2023-09-22T22:36:13.277 INFO:teuthology.orchestra.run.smithi110.stdout: NTCreateX 643 17.749 142.407 2023-09-22T22:36:13.277 INFO:teuthology.orchestra.run.smithi110.stdout: Close 599 6.651 55.294 2023-09-22T22:36:13.277 INFO:teuthology.orchestra.run.smithi110.stdout: Rename 26 16.835 88.005 2023-09-22T22:36:13.278 INFO:teuthology.orchestra.run.smithi110.stdout: Unlink 56 5.615 62.985 2023-09-22T22:36:13.278 INFO:teuthology.orchestra.run.smithi110.stdout: Qpathinfo 240 3.466 65.446 2023-09-22T22:36:13.278 INFO:teuthology.orchestra.run.smithi110.stdout: Qfileinfo 330 11.556 48.011 2023-09-22T22:36:13.278 INFO:teuthology.orchestra.run.smithi110.stdout: Qfsinfo 119 2.317 26.183 2023-09-22T22:36:13.278 INFO:teuthology.orchestra.run.smithi110.stdout: Sfileinfo 106 13.532 47.939 2023-09-22T22:36:13.278 INFO:teuthology.orchestra.run.smithi110.stdout: Find 149 9.176 103.752 2023-09-22T22:36:13.278 INFO:teuthology.orchestra.run.smithi110.stdout: WriteX 1625 0.026 0.073 2023-09-22T22:36:13.278 INFO:teuthology.orchestra.run.smithi110.stdout: ReadX 525 0.036 2.263 2023-09-22T22:36:13.278 INFO:teuthology.orchestra.run.smithi110.stdout: Flush 120 10.726 24.489 2023-09-22T22:36:13.278 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-09-22T22:36:13.278 INFO:teuthology.orchestra.run.smithi110.stdout:Throughput 17.5151 MB/sec 5 clients 5 procs max_latency=142.410 ms 2023-09-22T22:36:13.279 DEBUG:teuthology.parallel:result is None 2023-09-22T22:36:13.948 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:13 smithi110 ceph-mon[107391]: pgmap v398: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:14.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:13 smithi190 ceph-mon[110035]: pgmap v398: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:14.534 INFO:teuthology.orchestra.run.smithi110.stdout:wait for servicemap items w/ changing names to refresh 2023-09-22T22:36:15.007 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -e sha1=e658726abb668aaae1c42e72d314001acd82ce18 -- bash -c 'sleep 60' 2023-09-22T22:36:15.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:15 smithi110 ceph-mon[107391]: pgmap v399: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 4.2 KiB/s wr, 0 op/s 2023-09-22T22:36:16.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:15 smithi190 ceph-mon[110035]: pgmap v399: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 4.2 KiB/s wr, 0 op/s 2023-09-22T22:36:17.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:17 smithi110 ceph-mon[107391]: pgmap v400: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 4.2 KiB/s wr, 0 op/s 2023-09-22T22:36:17.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:17 smithi190 ceph-mon[110035]: pgmap v400: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 4.2 KiB/s wr, 0 op/s 2023-09-22T22:36:19.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:19 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:36:19.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:19 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:36:19.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:19 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:36:19.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:19 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:36:19.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:19 smithi190 ceph-mon[110035]: pgmap v401: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 177 B/s rd, 4.3 KiB/s wr, 0 op/s 2023-09-22T22:36:19.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:19 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:36:19.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:19 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:36:19.288 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:19 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:36:19.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:19 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:36:19.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:19 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:36:19.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:19 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:36:19.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:19 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:36:19.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:19 smithi110 ceph-mon[107391]: pgmap v401: 97 pgs: 97 active+clean; 249 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 177 B/s rd, 4.3 KiB/s wr, 0 op/s 2023-09-22T22:36:19.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:19 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:36:19.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:19 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:36:19.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:19 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:36:20.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:20 smithi190 ceph-mon[110035]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-09-22T22:36:20.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:20 smithi110 ceph-mon[107391]: Health check cleared: CEPHADM_HOST_CHECK_FAILED (was: 1 hosts fail cephadm check) 2023-09-22T22:36:21.287 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:21 smithi190 ceph-mon[110035]: pgmap v402: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 355 B/s rd, 6.0 KiB/s wr, 2 op/s 2023-09-22T22:36:21.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:21 smithi110 ceph-mon[107391]: pgmap v402: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 355 B/s rd, 6.0 KiB/s wr, 2 op/s 2023-09-22T22:36:23.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:23 smithi110 ceph-mon[107391]: pgmap v403: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 355 B/s rd, 6.0 KiB/s wr, 2 op/s 2023-09-22T22:36:23.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:23 smithi190 ceph-mon[110035]: pgmap v403: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 355 B/s rd, 6.0 KiB/s wr, 2 op/s 2023-09-22T22:36:25.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:25 smithi110 ceph-mon[107391]: pgmap v404: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 355 B/s rd, 6.0 KiB/s wr, 2 op/s 2023-09-22T22:36:25.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:25 smithi190 ceph-mon[110035]: pgmap v404: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 355 B/s rd, 6.0 KiB/s wr, 2 op/s 2023-09-22T22:36:27.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:27 smithi110 ceph-mon[107391]: pgmap v405: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 355 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-09-22T22:36:27.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:27 smithi190 ceph-mon[110035]: pgmap v405: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 355 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-09-22T22:36:29.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:29 smithi110 ceph-mon[107391]: pgmap v406: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 355 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-09-22T22:36:29.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:29 smithi190 ceph-mon[110035]: pgmap v406: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 355 B/s rd, 1.6 KiB/s wr, 2 op/s 2023-09-22T22:36:31.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:31 smithi110 ceph-mon[107391]: pgmap v407: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 1.6 KiB/s wr, 1 op/s 2023-09-22T22:36:31.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:31 smithi190 ceph-mon[110035]: pgmap v407: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 1.6 KiB/s wr, 1 op/s 2023-09-22T22:36:33.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:33 smithi110 ceph-mon[107391]: pgmap v408: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:33.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:33 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:36:33.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:33 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:36:33.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:33 smithi190 ceph-mon[110035]: pgmap v408: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:33.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:33 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:36:33.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:33 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:36:35.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:35 smithi110 ceph-mon[107391]: pgmap v409: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:35.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:35 smithi190 ceph-mon[110035]: pgmap v409: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:37.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:37 smithi110 ceph-mon[107391]: pgmap v410: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:36:37.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:37 smithi190 ceph-mon[110035]: pgmap v410: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:36:39.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:39 smithi110 ceph-mon[107391]: pgmap v411: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:39.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:39 smithi190 ceph-mon[110035]: pgmap v411: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:41.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:41 smithi110 ceph-mon[107391]: pgmap v412: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:41.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:41 smithi190 ceph-mon[110035]: pgmap v412: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:43.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:43 smithi110 ceph-mon[107391]: pgmap v413: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:43.788 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:43 smithi190 ceph-mon[110035]: pgmap v413: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:45.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:45 smithi110 ceph-mon[107391]: pgmap v414: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:46.278 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:45 smithi190 ceph-mon[110035]: pgmap v414: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:47.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:47 smithi110 ceph-mon[107391]: pgmap v415: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:36:47.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:47 smithi190 ceph-mon[110035]: pgmap v415: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:36:48.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:48 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:36:48.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:48 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:36:49.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:49 smithi110 ceph-mon[107391]: pgmap v416: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:49.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:49 smithi190 ceph-mon[110035]: pgmap v416: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:51.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:51 smithi110 ceph-mon[107391]: pgmap v417: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:51.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:51 smithi190 ceph-mon[110035]: pgmap v417: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:53.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:53 smithi110 ceph-mon[107391]: pgmap v418: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:53.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:53 smithi190 ceph-mon[110035]: pgmap v418: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:55.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:55 smithi110 ceph-mon[107391]: pgmap v419: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:55.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:55 smithi190 ceph-mon[110035]: pgmap v419: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:57.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:57 smithi110 ceph-mon[107391]: pgmap v420: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:36:57.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:57 smithi190 ceph-mon[110035]: pgmap v420: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:36:59.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:36:59 smithi110 ceph-mon[107391]: pgmap v421: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:36:59.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:36:59 smithi190 ceph-mon[110035]: pgmap v421: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:01.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:01 smithi110 ceph-mon[107391]: pgmap v422: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:01.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:01 smithi190 ceph-mon[110035]: pgmap v422: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:03.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:03 smithi110 ceph-mon[107391]: pgmap v423: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:03.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:03 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:37:03.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:03 smithi190 ceph-mon[110035]: pgmap v423: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:03.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:03 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:37:05.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:05 smithi110 ceph-mon[107391]: pgmap v424: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:05.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:05 smithi190 ceph-mon[110035]: pgmap v424: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:07.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:07 smithi110 ceph-mon[107391]: pgmap v425: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:37:07.789 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:07 smithi190 ceph-mon[110035]: pgmap v425: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:37:09.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:09 smithi110 ceph-mon[107391]: pgmap v426: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:09.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:09 smithi190 ceph-mon[110035]: pgmap v426: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:11.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:11 smithi110 ceph-mon[107391]: pgmap v427: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:11.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:11 smithi190 ceph-mon[110035]: pgmap v427: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:13.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:13 smithi110 ceph-mon[107391]: pgmap v428: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:13.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:13 smithi190 ceph-mon[110035]: pgmap v428: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:15.755 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:15 smithi110 ceph-mon[107391]: pgmap v429: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:15.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:15 smithi190 ceph-mon[110035]: pgmap v429: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:17.376 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -e sha1=e658726abb668aaae1c42e72d314001acd82ce18 -- bash -c 'ceph orch ps' 2023-09-22T22:37:17.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:17 smithi110 ceph-mon[107391]: pgmap v430: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:37:17.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:17 smithi190 ceph-mon[110035]: pgmap v430: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:37:18.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:18 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:37:18.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:18 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:37:18.773 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:18 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-09-22T22:37:18.773 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:18 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-09-22T22:37:18.888 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-09-22T22:37:18.888 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (13m) - 20m - - 0.23.0 ba2b418f427c c781601ff1ee 2023-09-22T22:37:18.888 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (20m) - 20m - - 17.2.0 e1d6a67b021e 1c5b7bcc7c18 2023-09-22T22:37:18.888 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi190 smithi190 running (19m) - 19m 7147k - 17.2.0 e1d6a67b021e 70f7e0ffca66 2023-09-22T22:37:18.888 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (13m) - 20m - - 8.3.5 dad864ee21e9 d3d7e28e79a5 2023-09-22T22:37:18.889 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi110.kmhpkk smithi110 running (16m) - 16m - - 17.2.0 e1d6a67b021e a1460f8068d0 2023-09-22T22:37:18.889 INFO:teuthology.orchestra.run.smithi110.stdout:mds.foofs.smithi190.rwycsq smithi190 running (16m) - 16m 14.2M - 17.2.0 e1d6a67b021e 9de528db6a38 2023-09-22T22:37:18.889 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.ntddcx smithi110 *:8443,9283,8765 running (21m) - 21m - - 17.2.0 e1d6a67b021e 5fd4a7713ce9 2023-09-22T22:37:18.889 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi190.rgckme smithi190 *:8443,9283 running (14m) - 19m 509M - 18.0.0-6358-ge658726a 1d431065767a d299fcf83588 2023-09-22T22:37:18.889 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (21m) - 21m - 2048M 17.2.0 e1d6a67b021e 8016a9a61831 2023-09-22T22:37:18.889 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi190 smithi190 running (19m) - 19m 66.9M 2048M 17.2.0 e1d6a67b021e e268eb6807b2 2023-09-22T22:37:18.889 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.0.0.smithi110.rptyvn smithi110 *:2049 running (15m) - 15m - - 4.0 e1d6a67b021e 061b34e9507b 2023-09-22T22:37:18.889 INFO:teuthology.orchestra.run.smithi110.stdout:nfs.foo.1.0.smithi190.azubih smithi190 *:2049 running (15m) - 15m 85.6M - 4.0 e1d6a67b021e 8d72535b5cb2 2023-09-22T22:37:18.889 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (13m) - 20m - - 1.3.1 1dbe0e931976 abe159e01152 2023-09-22T22:37:18.889 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi190 smithi190 *:9100 running (13m) - 19m 29.6M - 1.3.1 1dbe0e931976 cedc73301118 2023-09-22T22:37:18.889 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi110 running (19m) - 19m - 1942M 17.2.0 e1d6a67b021e 7367c3b1d484 2023-09-22T22:37:18.889 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (18m) - 18m - 1942M 17.2.0 e1d6a67b021e 38cb99cb1eaf 2023-09-22T22:37:18.890 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi110 running (18m) - 18m - 1942M 17.2.0 e1d6a67b021e 4c8ced4ef7a2 2023-09-22T22:37:18.890 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (18m) - 18m - 1942M 17.2.0 e1d6a67b021e 658f6dc4a9d4 2023-09-22T22:37:18.890 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi190 running (17m) - 17m 1422M 2710M 17.2.0 e1d6a67b021e e93901b924eb 2023-09-22T22:37:18.890 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi190 running (17m) - 17m 1756M 2710M 17.2.0 e1d6a67b021e 75574d9dfa2a 2023-09-22T22:37:18.890 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi190 running (17m) - 17m 1489M 2710M 17.2.0 e1d6a67b021e 71e4d339c3e5 2023-09-22T22:37:18.890 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi190 running (17m) - 16m 2229M 2710M 17.2.0 e1d6a67b021e 7717e6410024 2023-09-22T22:37:18.890 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (13m) - 19m - - 2.33.4 514e6a882f6e 3cf6004b1d79 2023-09-22T22:37:19.323 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -e sha1=e658726abb668aaae1c42e72d314001acd82ce18 -- bash -c 'ceph orch upgrade status' 2023-09-22T22:37:19.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:19 smithi190 ceph-mon[110035]: pgmap v431: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:19.658 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:19 smithi110 ceph-mon[107391]: pgmap v431: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:20.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:20 smithi190 ceph-mon[110035]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:37:20.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:20 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:37:20.537 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:20 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:37:20.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:20 smithi110 ceph-mon[107391]: from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:37:20.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:20 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:37:20.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:20 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:37:21.156 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:37:21.156 INFO:teuthology.orchestra.run.smithi110.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:4140e7a8667595b548aab80088e7f8fdc38b9009176e48396a72ab8b93927d18", 2023-09-22T22:37:21.156 INFO:teuthology.orchestra.run.smithi110.stdout: "in_progress": true, 2023-09-22T22:37:21.157 INFO:teuthology.orchestra.run.smithi110.stdout: "which": "Upgrading all daemon types on all hosts", 2023-09-22T22:37:21.157 INFO:teuthology.orchestra.run.smithi110.stdout: "services_complete": [], 2023-09-22T22:37:21.157 INFO:teuthology.orchestra.run.smithi110.stdout: "progress": "1/23 daemons upgraded", 2023-09-22T22:37:21.157 INFO:teuthology.orchestra.run.smithi110.stdout: "message": "Error: UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi110.ntddcx on host smithi110 failed.", 2023-09-22T22:37:21.157 INFO:teuthology.orchestra.run.smithi110.stdout: "is_paused": true 2023-09-22T22:37:21.157 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:37:21.674 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -e sha1=e658726abb668aaae1c42e72d314001acd82ce18 -- bash -c 'ceph health detail' 2023-09-22T22:37:21.701 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:21 smithi110 ceph-mon[107391]: pgmap v432: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:21.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:21 smithi190 ceph-mon[110035]: pgmap v432: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:22.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:22 smithi110 ceph-mon[107391]: from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:37:22.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:22 smithi190 ceph-mon[110035]: from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2023-09-22T22:37:23.640 INFO:teuthology.orchestra.run.smithi110.stdout:HEALTH_WARN Upgrading daemon mgr.smithi110.ntddcx on host smithi110 failed. 2023-09-22T22:37:23.640 INFO:teuthology.orchestra.run.smithi110.stdout:[WRN] UPGRADE_REDEPLOY_DAEMON: Upgrading daemon mgr.smithi110.ntddcx on host smithi110 failed. 2023-09-22T22:37:23.640 INFO:teuthology.orchestra.run.smithi110.stdout: Upgrade daemon: mgr.smithi110.ntddcx: cephadm exited with an error code: 1, stderr: Redeploy daemon mgr.smithi110.ntddcx ... 2023-09-22T22:37:23.640 INFO:teuthology.orchestra.run.smithi110.stdout:Non-zero exit code 1 from systemctl daemon-reload 2023-09-22T22:37:23.640 INFO:teuthology.orchestra.run.smithi110.stdout:systemctl: stderr Failed to reload daemon: Connection timed out 2023-09-22T22:37:23.641 INFO:teuthology.orchestra.run.smithi110.stdout:Traceback (most recent call last): 2023-09-22T22:37:23.641 INFO:teuthology.orchestra.run.smithi110.stdout: File "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main 2023-09-22T22:37:23.641 INFO:teuthology.orchestra.run.smithi110.stdout: "__main__", mod_spec) 2023-09-22T22:37:23.641 INFO:teuthology.orchestra.run.smithi110.stdout: File "/usr/lib64/python3.6/runpy.py", line 85, in _run_code 2023-09-22T22:37:23.641 INFO:teuthology.orchestra.run.smithi110.stdout: exec(code, run_globals) 2023-09-22T22:37:23.641 INFO:teuthology.orchestra.run.smithi110.stdout: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 8193, in 2023-09-22T22:37:23.641 INFO:teuthology.orchestra.run.smithi110.stdout: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 8181, in main 2023-09-22T22:37:23.641 INFO:teuthology.orchestra.run.smithi110.stdout: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 5459, in command_deploy_from 2023-09-22T22:37:23.641 INFO:teuthology.orchestra.run.smithi110.stdout: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 5477, in _common_deploy 2023-09-22T22:37:23.641 INFO:teuthology.orchestra.run.smithi110.stdout: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 5514, in _dispatch_deploy 2023-09-22T22:37:23.641 INFO:teuthology.orchestra.run.smithi110.stdout: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 2828, in deploy_daemon 2023-09-22T22:37:23.641 INFO:teuthology.orchestra.run.smithi110.stdout: File "/tmp/tmppignoqvc.cephadm.build/__main__.py", line 3061, in deploy_daemon_units 2023-09-22T22:37:23.642 INFO:teuthology.orchestra.run.smithi110.stdout: File "/tmp/tmppignoqvc.cephadm.build/cephadmlib/call_wrappers.py", line 308, in call_throws 2023-09-22T22:37:23.642 INFO:teuthology.orchestra.run.smithi110.stdout:RuntimeError: Failed command: systemctl daemon-reload: Failed to reload daemon: Connection timed out 2023-09-22T22:37:23.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:23 smithi110 ceph-mon[107391]: pgmap v433: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:23.787 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:23 smithi190 ceph-mon[110035]: pgmap v433: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:24.040 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -e sha1=e658726abb668aaae1c42e72d314001acd82ce18 -- bash -c 'ceph versions' 2023-09-22T22:37:24.743 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:24 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:37:24.744 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:24 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:37:24.744 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:24 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/1499729819' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:37:24.744 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:24 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:37:24.744 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:24 smithi110 ceph-mon[107391]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:37:24.744 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:24 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:37:24.744 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:24 smithi110 ceph-mon[107391]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:37:25.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:24 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:37:25.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:24 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:37:25.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:24 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/1499729819' entity='client.admin' cmd=[{"prefix": "health", "detail": "detail"}]: dispatch 2023-09-22T22:37:25.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:24 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-09-22T22:37:25.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:24 smithi190 ceph-mon[110035]: from='mgr.24437 172.21.15.190:0/2690630912' entity='mgr.smithi190.rgckme' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-09-22T22:37:25.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:24 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:37:25.038 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:24 smithi190 ceph-mon[110035]: from='mgr.24437 ' entity='mgr.smithi190.rgckme' 2023-09-22T22:37:25.517 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2023-09-22T22:37:25.517 INFO:teuthology.orchestra.run.smithi110.stdout: "mon": { 2023-09-22T22:37:25.517 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:37:25.517 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:37:25.517 INFO:teuthology.orchestra.run.smithi110.stdout: "mgr": { 2023-09-22T22:37:25.517 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 1, 2023-09-22T22:37:25.517 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.0.0-6358-ge658726a (e658726abb668aaae1c42e72d314001acd82ce18) reef (dev)": 1 2023-09-22T22:37:25.517 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:37:25.518 INFO:teuthology.orchestra.run.smithi110.stdout: "osd": { 2023-09-22T22:37:25.518 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 8 2023-09-22T22:37:25.518 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:37:25.518 INFO:teuthology.orchestra.run.smithi110.stdout: "mds": { 2023-09-22T22:37:25.518 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 2 2023-09-22T22:37:25.518 INFO:teuthology.orchestra.run.smithi110.stdout: }, 2023-09-22T22:37:25.518 INFO:teuthology.orchestra.run.smithi110.stdout: "overall": { 2023-09-22T22:37:25.518 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)": 13, 2023-09-22T22:37:25.518 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph version 18.0.0-6358-ge658726a (e658726abb668aaae1c42e72d314001acd82ce18) reef (dev)": 1 2023-09-22T22:37:25.518 INFO:teuthology.orchestra.run.smithi110.stdout: } 2023-09-22T22:37:25.518 INFO:teuthology.orchestra.run.smithi110.stdout:} 2023-09-22T22:37:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:25 smithi110 ceph-mon[107391]: pgmap v434: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:25.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:25 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/732518024' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:37:25.899 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 -e sha1=e658726abb668aaae1c42e72d314001acd82ce18 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2023-09-22T22:37:26.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:25 smithi190 ceph-mon[110035]: pgmap v434: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-09-22T22:37:26.037 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:25 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/732518024' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:37:27.490 INFO:teuthology.orchestra.run.smithi110.stdout:false 2023-09-22T22:37:27.863 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:27 smithi110 ceph-mon[107391]: pgmap v435: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:37:27.863 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:27 smithi110 ceph-mon[107391]: from='client.? 172.21.15.110:0/65979467' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:37:27.881 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-22T22:37:27.881 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/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_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/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_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/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_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_e658726abb668aaae1c42e72d314001acd82ce18/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_e658726abb668aaae1c42e72d314001acd82ce18/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/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_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi110 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 87c32f6a-5995-11ee-8db4-212e2dc638e7 -e sha1=e658726abb668aaae1c42e72d314001acd82ce18 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-09-22T22:37:27.948 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=220b7cfcf2924f4cab7b140129e2994f Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/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_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/task/parallel.py", line 56, in task p.spawn(_run_spawned, ctx, confg, taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/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_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/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_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_e658726abb668aaae1c42e72d314001acd82ce18/qa/tasks/cephadm.py", line 1313, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/git.ceph.com_ceph-c_e658726abb668aaae1c42e72d314001acd82ce18/qa/tasks/cephadm.py", line 39, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/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_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi110 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 87c32f6a-5995-11ee-8db4-212e2dc638e7 -e sha1=e658726abb668aaae1c42e72d314001acd82ce18 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2023-09-22T22:37:27.952 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-09-22T22:37:27.964 INFO:tasks.cephadm:Teardown begin 2023-09-22T22:37:27.965 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-22T22:37:28.000 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-22T22:37:28.031 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:27 smithi190 ceph-mon[110035]: pgmap v435: 97 pgs: 97 active+clean; 243 MiB data, 4.8 GiB used, 710 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-09-22T22:37:28.032 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:27 smithi190 ceph-mon[110035]: from='client.? 172.21.15.110:0/65979467' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2023-09-22T22:37:28.036 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-09-22T22:37:28.036 DEBUG:teuthology.orchestra.run.smithi110:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-22T22:37:28.058 DEBUG:teuthology.orchestra.run.smithi190:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-09-22T22:37:28.096 INFO:tasks.cephadm:Stopping all daemons... 2023-09-22T22:37:28.096 INFO:tasks.cephadm.mon.smithi110:Stopping mon.smithi110... 2023-09-22T22:37:28.096 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@mon.smithi110 2023-09-22T22:37:28.469 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:28 smithi110 systemd[1]: Stopping Ceph mon.smithi110 for 87c32f6a-5995-11ee-8db4-212e2dc638e7... 2023-09-22T22:37:28.469 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:28 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-mon-smithi110[107368]: 2023-09-22T22:37:28.224+0000 7f68b0f95700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi110 -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-09-22T22:37:28.469 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:28 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-mon-smithi110[107368]: 2023-09-22T22:37:28.224+0000 7f68b0f95700 -1 mon.smithi110@0(leader) e2 *** Got Signal Terminated *** 2023-09-22T22:37:28.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Sep 22 22:37:28 smithi110 bash[157696]: ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-mon-smithi110 2023-09-22T22:37:28.736 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@mon.smithi110.service' 2023-09-22T22:37:28.796 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-22T22:37:28.796 INFO:tasks.cephadm.mon.smithi110:Stopped mon.smithi110 2023-09-22T22:37:28.797 INFO:tasks.cephadm.mon.smithi190:Stopping mon.smithi190... 2023-09-22T22:37:28.797 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@mon.smithi190 2023-09-22T22:37:29.258 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:28 smithi190 systemd[1]: Stopping Ceph mon.smithi190 for 87c32f6a-5995-11ee-8db4-212e2dc638e7... 2023-09-22T22:37:29.258 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:28 smithi190 bash[135642]: Error: no container with name or ID "ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-mon.smithi190" found: no such container 2023-09-22T22:37:29.259 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:28 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-mon-smithi190[109993]: 2023-09-22T22:37:28.949+0000 7f0c3d489700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi190 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-09-22T22:37:29.259 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:28 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-mon-smithi190[109993]: 2023-09-22T22:37:28.949+0000 7f0c3d489700 -1 mon.smithi190@1(peon) e2 *** Got Signal Terminated *** 2023-09-22T22:37:29.508 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:29 smithi190 bash[135655]: ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-mon-smithi190 2023-09-22T22:37:29.508 INFO:journalctl@ceph.mon.smithi190.smithi190.stdout:Sep 22 22:37:29 smithi190 bash[135697]: Error: no container with name or ID "ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-mon.smithi190" found: no such container 2023-09-22T22:37:29.514 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@mon.smithi190.service' 2023-09-22T22:37:29.569 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-22T22:37:29.569 INFO:tasks.cephadm.mon.smithi190:Stopped mon.smithi190 2023-09-22T22:37:29.570 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2023-09-22T22:37:29.570 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.0 2023-09-22T22:37:29.998 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 22 22:37:29 smithi110 systemd[1]: Stopping Ceph osd.0 for 87c32f6a-5995-11ee-8db4-212e2dc638e7... 2023-09-22T22:37:29.998 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 22 22:37:29 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-0[120205]: 2023-09-22T22:37:29.699+0000 7fdbf4083700 -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-09-22T22:37:29.998 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 22 22:37:29 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-0[120205]: 2023-09-22T22:37:29.699+0000 7fdbf4083700 -1 osd.0 69 *** Got signal Terminated *** 2023-09-22T22:37:29.999 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 22 22:37:29 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-0[120205]: 2023-09-22T22:37:29.699+0000 7fdbf4083700 -1 osd.0 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-22T22:37:35.687 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 22 22:37:35 smithi110 bash[157799]: ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-0 2023-09-22T22:37:35.688 INFO:journalctl@ceph.osd.0.smithi110.stdout:Sep 22 22:37:35 smithi110 bash[157842]: Error: no container with name or ID "ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd.0" found: no such container 2023-09-22T22:37:36.350 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.0.service' 2023-09-22T22:37:36.391 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-22T22:37:36.391 INFO:tasks.cephadm.osd.0:Stopped osd.0 2023-09-22T22:37:36.391 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2023-09-22T22:37:36.391 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.1 2023-09-22T22:37:36.748 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 22 22:37:36 smithi110 systemd[1]: Stopping Ceph osd.1 for 87c32f6a-5995-11ee-8db4-212e2dc638e7... 2023-09-22T22:37:36.748 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 22 22:37:36 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-1[124955]: 2023-09-22T22:37:36.536+0000 7f08ea7c4700 -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-09-22T22:37:36.749 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 22 22:37:36 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-1[124955]: 2023-09-22T22:37:36.536+0000 7f08ea7c4700 -1 osd.1 69 *** Got signal Terminated *** 2023-09-22T22:37:36.749 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 22 22:37:36 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-1[124955]: 2023-09-22T22:37:36.536+0000 7f08ea7c4700 -1 osd.1 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-22T22:37:42.498 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 22 22:37:42 smithi110 bash[158052]: ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-1 2023-09-22T22:37:42.498 INFO:journalctl@ceph.osd.1.smithi110.stdout:Sep 22 22:37:42 smithi110 bash[158095]: Error: no container with name or ID "ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd.1" found: no such container 2023-09-22T22:37:43.299 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.1.service' 2023-09-22T22:37:43.339 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-22T22:37:43.340 INFO:tasks.cephadm.osd.1:Stopped osd.1 2023-09-22T22:37:43.340 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2023-09-22T22:37:43.340 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.2 2023-09-22T22:37:43.748 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 22 22:37:43 smithi110 systemd[1]: Stopping Ceph osd.2 for 87c32f6a-5995-11ee-8db4-212e2dc638e7... 2023-09-22T22:37:43.748 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 22 22:37:43 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-2[129215]: 2023-09-22T22:37:43.497+0000 7f2a7ba0b700 -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-09-22T22:37:43.749 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 22 22:37:43 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-2[129215]: 2023-09-22T22:37:43.497+0000 7f2a7ba0b700 -1 osd.2 69 *** Got signal Terminated *** 2023-09-22T22:37:43.749 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 22 22:37:43 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-2[129215]: 2023-09-22T22:37:43.497+0000 7f2a7ba0b700 -1 osd.2 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-22T22:37:49.501 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 22 22:37:49 smithi110 bash[158272]: ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-2 2023-09-22T22:37:49.502 INFO:journalctl@ceph.osd.2.smithi110.stdout:Sep 22 22:37:49 smithi110 bash[158316]: Error: no container with name or ID "ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd.2" found: no such container 2023-09-22T22:37:50.215 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.2.service' 2023-09-22T22:37:50.257 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-22T22:37:50.257 INFO:tasks.cephadm.osd.2:Stopped osd.2 2023-09-22T22:37:50.258 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2023-09-22T22:37:50.258 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.3 2023-09-22T22:37:50.498 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 22 22:37:50 smithi110 systemd[1]: Stopping Ceph osd.3 for 87c32f6a-5995-11ee-8db4-212e2dc638e7... 2023-09-22T22:37:50.499 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 22 22:37:50 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-3[132995]: 2023-09-22T22:37:50.414+0000 7fbdfe7af700 -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-09-22T22:37:50.499 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 22 22:37:50 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-3[132995]: 2023-09-22T22:37:50.414+0000 7fbdfe7af700 -1 osd.3 69 *** Got signal Terminated *** 2023-09-22T22:37:50.499 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 22 22:37:50 smithi110 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-3[132995]: 2023-09-22T22:37:50.414+0000 7fbdfe7af700 -1 osd.3 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-22T22:37:56.248 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 22 22:37:56 smithi110 bash[158492]: ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-3 2023-09-22T22:37:56.248 INFO:journalctl@ceph.osd.3.smithi110.stdout:Sep 22 22:37:56 smithi110 bash[158535]: Error: no container with name or ID "ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd.3" found: no such container 2023-09-22T22:37:57.132 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.3.service' 2023-09-22T22:37:57.173 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-22T22:37:57.173 INFO:tasks.cephadm.osd.3:Stopped osd.3 2023-09-22T22:37:57.173 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2023-09-22T22:37:57.174 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.4 2023-09-22T22:37:57.287 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:37:57 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:37:57.159+0000 7f18ea1e7700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.209207+0000 front 2023-09-22T22:37:33.209246+0000 (oldest deadline 2023-09-22T22:37:56.709414+0000) 2023-09-22T22:37:57.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:37:57 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:37:57.001+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:37:57.288 INFO:journalctl@ceph.osd.4.smithi190.stdout:Sep 22 22:37:57 smithi190 systemd[1]: Stopping Ceph osd.4 for 87c32f6a-5995-11ee-8db4-212e2dc638e7... 2023-09-22T22:37:57.288 INFO:journalctl@ceph.osd.4.smithi190.stdout:Sep 22 22:37:57 smithi190 bash[135845]: Error: no container with name or ID "ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd.4" found: no such container 2023-09-22T22:37:57.787 INFO:journalctl@ceph.osd.4.smithi190.stdout:Sep 22 22:37:57 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-4[114762]: 2023-09-22T22:37:57.330+0000 7f325b821700 -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-09-22T22:37:57.787 INFO:journalctl@ceph.osd.4.smithi190.stdout:Sep 22 22:37:57 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-4[114762]: 2023-09-22T22:37:57.330+0000 7f325b821700 -1 osd.4 69 *** Got signal Terminated *** 2023-09-22T22:37:57.788 INFO:journalctl@ceph.osd.4.smithi190.stdout:Sep 22 22:37:57 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-4[114762]: 2023-09-22T22:37:57.330+0000 7f325b821700 -1 osd.4 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-22T22:37:58.287 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:37:58 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:37:58.177+0000 7f18ea1e7700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.209207+0000 front 2023-09-22T22:37:33.209246+0000 (oldest deadline 2023-09-22T22:37:56.709414+0000) 2023-09-22T22:37:58.287 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:37:58 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:37:58.025+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:37:58.787 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:37:58 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:37:58.311+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.318970+0000 front 2023-09-22T22:37:33.319045+0000 (oldest deadline 2023-09-22T22:37:57.418950+0000) 2023-09-22T22:37:59.287 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:37:59 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:37:59.129+0000 7f18ea1e7700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.209207+0000 front 2023-09-22T22:37:33.209246+0000 (oldest deadline 2023-09-22T22:37:56.709414+0000) 2023-09-22T22:37:59.287 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:37:58 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:37:58.985+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:37:59.787 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:37:59 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:37:59.347+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.318970+0000 front 2023-09-22T22:37:33.319045+0000 (oldest deadline 2023-09-22T22:37:57.418950+0000) 2023-09-22T22:38:00.287 INFO:journalctl@ceph.osd.4.smithi190.stdout:Sep 22 22:37:59 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-4[114762]: 2023-09-22T22:37:59.944+0000 7f32569b9700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:34.624667+0000 front 2023-09-22T22:37:34.624758+0000 (oldest deadline 2023-09-22T22:37:59.324494+0000) 2023-09-22T22:38:00.287 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:00 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:38:00.173+0000 7f18ea1e7700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.209207+0000 front 2023-09-22T22:37:33.209246+0000 (oldest deadline 2023-09-22T22:37:56.709414+0000) 2023-09-22T22:38:00.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:37:59 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:37:59.981+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:00.571 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:00 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:00.322+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.318970+0000 front 2023-09-22T22:37:33.319045+0000 (oldest deadline 2023-09-22T22:37:57.418950+0000) 2023-09-22T22:38:01.277 INFO:journalctl@ceph.osd.4.smithi190.stdout:Sep 22 22:38:00 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-4[114762]: 2023-09-22T22:38:00.979+0000 7f32569b9700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:34.624667+0000 front 2023-09-22T22:37:34.624758+0000 (oldest deadline 2023-09-22T22:37:59.324494+0000) 2023-09-22T22:38:01.277 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:01 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:38:01.129+0000 7f18ea1e7700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.209207+0000 front 2023-09-22T22:37:33.209246+0000 (oldest deadline 2023-09-22T22:37:56.709414+0000) 2023-09-22T22:38:01.278 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:01 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:01.020+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:01.537 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:01 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:01.277+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.318970+0000 front 2023-09-22T22:37:33.319045+0000 (oldest deadline 2023-09-22T22:37:57.418950+0000) 2023-09-22T22:38:02.278 INFO:journalctl@ceph.osd.4.smithi190.stdout:Sep 22 22:38:01 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-4[114762]: 2023-09-22T22:38:01.944+0000 7f32569b9700 -1 osd.4 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:34.624667+0000 front 2023-09-22T22:37:34.624758+0000 (oldest deadline 2023-09-22T22:37:59.324494+0000) 2023-09-22T22:38:02.279 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:01 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:01.993+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:02.279 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:02 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:38:02.160+0000 7f18ea1e7700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.209207+0000 front 2023-09-22T22:37:33.209246+0000 (oldest deadline 2023-09-22T22:37:56.709414+0000) 2023-09-22T22:38:02.537 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:02 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:02.279+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.318970+0000 front 2023-09-22T22:37:33.319045+0000 (oldest deadline 2023-09-22T22:37:57.418950+0000) 2023-09-22T22:38:03.287 INFO:journalctl@ceph.osd.4.smithi190.stdout:Sep 22 22:38:03 smithi190 bash[135858]: ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-4 2023-09-22T22:38:03.288 INFO:journalctl@ceph.osd.4.smithi190.stdout:Sep 22 22:38:03 smithi190 bash[135902]: Error: no container with name or ID "ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd.4" found: no such container 2023-09-22T22:38:03.288 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:03 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:38:03.134+0000 7f18ea1e7700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.209207+0000 front 2023-09-22T22:37:33.209246+0000 (oldest deadline 2023-09-22T22:37:56.709414+0000) 2023-09-22T22:38:03.288 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:03 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:03.230+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.318970+0000 front 2023-09-22T22:37:33.319045+0000 (oldest deadline 2023-09-22T22:37:57.418950+0000) 2023-09-22T22:38:03.289 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:02 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:02.990+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:04.165 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:04 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:04.014+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:04.165 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:04 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:04.014+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:04.185 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.4.service' 2023-09-22T22:38:04.226 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-22T22:38:04.226 INFO:tasks.cephadm.osd.4:Stopped osd.4 2023-09-22T22:38:04.227 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2023-09-22T22:38:04.227 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.5 2023-09-22T22:38:04.537 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:04 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:04.268+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.318970+0000 front 2023-09-22T22:37:33.319045+0000 (oldest deadline 2023-09-22T22:37:57.418950+0000) 2023-09-22T22:38:04.537 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:04 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:38:04.164+0000 7f18ea1e7700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.209207+0000 front 2023-09-22T22:37:33.209246+0000 (oldest deadline 2023-09-22T22:37:56.709414+0000) 2023-09-22T22:38:04.538 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:04 smithi190 systemd[1]: Stopping Ceph osd.5 for 87c32f6a-5995-11ee-8db4-212e2dc638e7... 2023-09-22T22:38:04.538 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:04 smithi190 bash[136086]: Error: no container with name or ID "ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd.5" found: no such container 2023-09-22T22:38:04.538 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:04 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:38:04.389+0000 7f18ef04f700 -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-09-22T22:38:04.538 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:04 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:38:04.389+0000 7f18ef04f700 -1 osd.5 69 *** Got signal Terminated *** 2023-09-22T22:38:04.538 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:04 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:38:04.389+0000 7f18ef04f700 -1 osd.5 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-22T22:38:05.287 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:05 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:38:05.138+0000 7f18ea1e7700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.209207+0000 front 2023-09-22T22:37:33.209246+0000 (oldest deadline 2023-09-22T22:37:56.709414+0000) 2023-09-22T22:38:05.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:04 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:04.986+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:05.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:04 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:04.986+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:05.787 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:05 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:05.315+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.318970+0000 front 2023-09-22T22:37:33.319045+0000 (oldest deadline 2023-09-22T22:37:57.418950+0000) 2023-09-22T22:38:06.287 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:06 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:38:06.107+0000 7f18ea1e7700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.209207+0000 front 2023-09-22T22:37:33.209246+0000 (oldest deadline 2023-09-22T22:37:56.709414+0000) 2023-09-22T22:38:06.287 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:06 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:06.005+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:06.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:06 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:06.005+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:06.787 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:06 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:06.319+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.318970+0000 front 2023-09-22T22:37:33.319045+0000 (oldest deadline 2023-09-22T22:37:57.418950+0000) 2023-09-22T22:38:06.787 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:06 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:06.319+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:40.920028+0000 front 2023-09-22T22:37:40.919904+0000 (oldest deadline 2023-09-22T22:38:06.219800+0000) 2023-09-22T22:38:07.287 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:07 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:38:07.116+0000 7f18ea1e7700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.209207+0000 front 2023-09-22T22:37:33.209246+0000 (oldest deadline 2023-09-22T22:37:56.709414+0000) 2023-09-22T22:38:07.287 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:07 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:38:07.116+0000 7f18ea1e7700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:40.810464+0000 front 2023-09-22T22:37:40.810378+0000 (oldest deadline 2023-09-22T22:38:06.710296+0000) 2023-09-22T22:38:07.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:07 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:07.028+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:07.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:07 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:07.028+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:07.787 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:07 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:07.342+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.318970+0000 front 2023-09-22T22:37:33.319045+0000 (oldest deadline 2023-09-22T22:37:57.418950+0000) 2023-09-22T22:38:07.787 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:07 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:07.342+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:40.920028+0000 front 2023-09-22T22:37:40.919904+0000 (oldest deadline 2023-09-22T22:38:06.219800+0000) 2023-09-22T22:38:08.287 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:08 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:38:08.133+0000 7f18ea1e7700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.209207+0000 front 2023-09-22T22:37:33.209246+0000 (oldest deadline 2023-09-22T22:37:56.709414+0000) 2023-09-22T22:38:08.287 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:08 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:38:08.133+0000 7f18ea1e7700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:40.810464+0000 front 2023-09-22T22:37:40.810378+0000 (oldest deadline 2023-09-22T22:38:06.710296+0000) 2023-09-22T22:38:08.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:07 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:07.982+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:08.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:07 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:07.982+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:08.787 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:08 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:08.358+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.318970+0000 front 2023-09-22T22:37:33.319045+0000 (oldest deadline 2023-09-22T22:37:57.418950+0000) 2023-09-22T22:38:08.787 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:08 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:08.358+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:40.920028+0000 front 2023-09-22T22:37:40.919904+0000 (oldest deadline 2023-09-22T22:38:06.219800+0000) 2023-09-22T22:38:09.287 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:09 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:38:09.161+0000 7f18ea1e7700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.209207+0000 front 2023-09-22T22:37:33.209246+0000 (oldest deadline 2023-09-22T22:37:56.709414+0000) 2023-09-22T22:38:09.287 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:09 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:38:09.161+0000 7f18ea1e7700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:40.810464+0000 front 2023-09-22T22:37:40.810378+0000 (oldest deadline 2023-09-22T22:38:06.710296+0000) 2023-09-22T22:38:09.287 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:09 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5[118211]: 2023-09-22T22:38:09.161+0000 7f18ea1e7700 -1 osd.5 69 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2023-09-22T22:37:46.710800+0000 front 2023-09-22T22:37:46.710731+0000 (oldest deadline 2023-09-22T22:38:09.010702+0000) 2023-09-22T22:38:09.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:08 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:08.984+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:09.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:08 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:08.984+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:09.787 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:09 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:09.371+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.318970+0000 front 2023-09-22T22:37:33.319045+0000 (oldest deadline 2023-09-22T22:37:57.418950+0000) 2023-09-22T22:38:09.787 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:09 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:09.371+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:40.920028+0000 front 2023-09-22T22:37:40.919904+0000 (oldest deadline 2023-09-22T22:38:06.219800+0000) 2023-09-22T22:38:10.287 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:10 smithi190 bash[136099]: ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-5 2023-09-22T22:38:10.287 INFO:journalctl@ceph.osd.5.smithi190.stdout:Sep 22 22:38:10 smithi190 bash[136142]: Error: no container with name or ID "ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd.5" found: no such container 2023-09-22T22:38:10.287 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:10 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:10.018+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:10.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:10 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:10.018+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:10.787 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:10 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:10.342+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.318970+0000 front 2023-09-22T22:37:33.319045+0000 (oldest deadline 2023-09-22T22:37:57.418950+0000) 2023-09-22T22:38:10.787 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:10 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:10.342+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:40.920028+0000 front 2023-09-22T22:37:40.919904+0000 (oldest deadline 2023-09-22T22:38:06.219800+0000) 2023-09-22T22:38:10.788 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:10 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:10.342+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2023-09-22T22:37:46.220281+0000 front 2023-09-22T22:37:46.220237+0000 (oldest deadline 2023-09-22T22:38:10.320291+0000) 2023-09-22T22:38:11.143 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:11 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:11.030+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:11.143 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:11 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:11.030+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:11.151 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.5.service' 2023-09-22T22:38:11.191 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-22T22:38:11.191 INFO:tasks.cephadm.osd.5:Stopped osd.5 2023-09-22T22:38:11.191 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2023-09-22T22:38:11.191 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.6 2023-09-22T22:38:11.537 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:11 smithi190 systemd[1]: Stopping Ceph osd.6 for 87c32f6a-5995-11ee-8db4-212e2dc638e7... 2023-09-22T22:38:11.538 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:11 smithi190 bash[136318]: Error: no container with name or ID "ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd.6" found: no such container 2023-09-22T22:38:11.538 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:11 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:11.303+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.318970+0000 front 2023-09-22T22:37:33.319045+0000 (oldest deadline 2023-09-22T22:37:57.418950+0000) 2023-09-22T22:38:11.538 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:11 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:11.303+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:40.920028+0000 front 2023-09-22T22:37:40.919904+0000 (oldest deadline 2023-09-22T22:38:06.219800+0000) 2023-09-22T22:38:11.538 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:11 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:11.303+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2023-09-22T22:37:46.220281+0000 front 2023-09-22T22:37:46.220237+0000 (oldest deadline 2023-09-22T22:38:10.320291+0000) 2023-09-22T22:38:11.538 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:11 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:11.358+0000 7fb4d002e700 -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-09-22T22:38:11.538 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:11 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:11.358+0000 7fb4d002e700 -1 osd.6 69 *** Got signal Terminated *** 2023-09-22T22:38:11.538 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:11 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:11.358+0000 7fb4d002e700 -1 osd.6 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-22T22:38:12.287 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:11 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:11.998+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:12.287 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:11 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:11.998+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:12.537 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:12 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:12.287+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.318970+0000 front 2023-09-22T22:37:33.319045+0000 (oldest deadline 2023-09-22T22:37:57.418950+0000) 2023-09-22T22:38:12.537 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:12 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:12.287+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:40.920028+0000 front 2023-09-22T22:37:40.919904+0000 (oldest deadline 2023-09-22T22:38:06.219800+0000) 2023-09-22T22:38:12.537 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:12 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:12.287+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2023-09-22T22:37:46.220281+0000 front 2023-09-22T22:37:46.220237+0000 (oldest deadline 2023-09-22T22:38:10.320291+0000) 2023-09-22T22:38:13.287 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:13 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:13.244+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.318970+0000 front 2023-09-22T22:37:33.319045+0000 (oldest deadline 2023-09-22T22:37:57.418950+0000) 2023-09-22T22:38:13.287 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:13 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:13.244+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:40.920028+0000 front 2023-09-22T22:37:40.919904+0000 (oldest deadline 2023-09-22T22:38:06.219800+0000) 2023-09-22T22:38:13.288 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:13 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:13.244+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2023-09-22T22:37:46.220281+0000 front 2023-09-22T22:37:46.220237+0000 (oldest deadline 2023-09-22T22:38:10.320291+0000) 2023-09-22T22:38:13.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:13 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:13.013+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:13.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:13 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:13.013+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:14.287 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:14 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:14.252+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.318970+0000 front 2023-09-22T22:37:33.319045+0000 (oldest deadline 2023-09-22T22:37:57.418950+0000) 2023-09-22T22:38:14.288 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:14 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:14.252+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:40.920028+0000 front 2023-09-22T22:37:40.919904+0000 (oldest deadline 2023-09-22T22:38:06.219800+0000) 2023-09-22T22:38:14.288 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:14 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:14.252+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2023-09-22T22:37:46.220281+0000 front 2023-09-22T22:37:46.220237+0000 (oldest deadline 2023-09-22T22:38:10.320291+0000) 2023-09-22T22:38:14.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:14 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:14.004+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:14.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:14 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:14.004+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:14.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:14 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:14.004+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2023-09-22T22:37:47.270403+0000 front 2023-09-22T22:37:47.270309+0000 (oldest deadline 2023-09-22T22:38:13.170338+0000) 2023-09-22T22:38:15.277 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:14 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:14.996+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:15.277 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:14 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:14.996+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:15.277 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:14 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:14.996+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2023-09-22T22:37:47.270403+0000 front 2023-09-22T22:37:47.270309+0000 (oldest deadline 2023-09-22T22:38:13.170338+0000) 2023-09-22T22:38:15.537 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:15 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:15.277+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.318970+0000 front 2023-09-22T22:37:33.319045+0000 (oldest deadline 2023-09-22T22:37:57.418950+0000) 2023-09-22T22:38:15.537 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:15 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:15.277+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:40.920028+0000 front 2023-09-22T22:37:40.919904+0000 (oldest deadline 2023-09-22T22:38:06.219800+0000) 2023-09-22T22:38:15.537 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:15 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:15.277+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2023-09-22T22:37:46.220281+0000 front 2023-09-22T22:37:46.220237+0000 (oldest deadline 2023-09-22T22:38:10.320291+0000) 2023-09-22T22:38:16.234 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:15 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:15.948+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:16.234 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:15 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:15.948+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:16.235 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:15 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:15.948+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2023-09-22T22:37:47.270403+0000 front 2023-09-22T22:37:47.270309+0000 (oldest deadline 2023-09-22T22:38:13.170338+0000) 2023-09-22T22:38:16.537 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:16 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:16.234+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:33.318970+0000 front 2023-09-22T22:37:33.319045+0000 (oldest deadline 2023-09-22T22:37:57.418950+0000) 2023-09-22T22:38:16.537 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:16 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:16.234+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:40.920028+0000 front 2023-09-22T22:37:40.919904+0000 (oldest deadline 2023-09-22T22:38:06.219800+0000) 2023-09-22T22:38:16.537 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:16 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6[121752]: 2023-09-22T22:38:16.234+0000 7fb4cc1c8700 -1 osd.6 69 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2023-09-22T22:37:46.220281+0000 front 2023-09-22T22:37:46.220237+0000 (oldest deadline 2023-09-22T22:38:10.320291+0000) 2023-09-22T22:38:17.287 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:17 smithi190 bash[136330]: ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-6 2023-09-22T22:38:17.287 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:16 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:16.975+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:17.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:16 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:16.975+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:17.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:16 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:16.975+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2023-09-22T22:37:47.270403+0000 front 2023-09-22T22:37:47.270309+0000 (oldest deadline 2023-09-22T22:38:13.170338+0000) 2023-09-22T22:38:17.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:16 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:16.975+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2023-09-22T22:37:53.170904+0000 front 2023-09-22T22:37:53.170952+0000 (oldest deadline 2023-09-22T22:38:16.670830+0000) 2023-09-22T22:38:17.580 INFO:journalctl@ceph.osd.6.smithi190.stdout:Sep 22 22:38:17 smithi190 bash[136410]: Error: no container with name or ID "ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd.6" found: no such container 2023-09-22T22:38:18.266 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:18 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:18.001+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:18.267 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:18 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:18.001+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:18.267 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:18 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:18.001+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2023-09-22T22:37:47.270403+0000 front 2023-09-22T22:37:47.270309+0000 (oldest deadline 2023-09-22T22:38:13.170338+0000) 2023-09-22T22:38:18.267 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:18 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:18.001+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2023-09-22T22:37:53.170904+0000 front 2023-09-22T22:37:53.170952+0000 (oldest deadline 2023-09-22T22:38:16.670830+0000) 2023-09-22T22:38:18.273 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.6.service' 2023-09-22T22:38:18.313 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-22T22:38:18.313 INFO:tasks.cephadm.osd.6:Stopped osd.6 2023-09-22T22:38:18.313 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2023-09-22T22:38:18.314 DEBUG:teuthology.orchestra.run.smithi190:> sudo systemctl stop ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.7 2023-09-22T22:38:18.537 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:18 smithi190 systemd[1]: Stopping Ceph osd.7 for 87c32f6a-5995-11ee-8db4-212e2dc638e7... 2023-09-22T22:38:18.537 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:18 smithi190 bash[136590]: Error: no container with name or ID "ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd.7" found: no such container 2023-09-22T22:38:18.538 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:18 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:18.478+0000 7fc73bbf4700 -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-09-22T22:38:18.538 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:18 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:18.478+0000 7fc73bbf4700 -1 osd.7 69 *** Got signal Terminated *** 2023-09-22T22:38:18.538 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:18 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:18.478+0000 7fc73bbf4700 -1 osd.7 69 *** Immediate shutdown (osd_fast_shutdown=true) *** 2023-09-22T22:38:19.287 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:18 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:18.961+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:19.287 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:18 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:18.961+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:19.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:18 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:18.961+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2023-09-22T22:37:47.270403+0000 front 2023-09-22T22:37:47.270309+0000 (oldest deadline 2023-09-22T22:38:13.170338+0000) 2023-09-22T22:38:19.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:18 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:18.961+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2023-09-22T22:37:53.170904+0000 front 2023-09-22T22:37:53.170952+0000 (oldest deadline 2023-09-22T22:38:16.670830+0000) 2023-09-22T22:38:20.287 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:20 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:20.011+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:20.287 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:20 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:20.011+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:20.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:20 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:20.011+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2023-09-22T22:37:47.270403+0000 front 2023-09-22T22:37:47.270309+0000 (oldest deadline 2023-09-22T22:38:13.170338+0000) 2023-09-22T22:38:20.288 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:20 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:20.011+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2023-09-22T22:37:53.170904+0000 front 2023-09-22T22:37:53.170952+0000 (oldest deadline 2023-09-22T22:38:16.670830+0000) 2023-09-22T22:38:21.537 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:21 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:21.042+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:21.537 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:21 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:21.042+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:21.537 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:21 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:21.043+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2023-09-22T22:37:47.270403+0000 front 2023-09-22T22:37:47.270309+0000 (oldest deadline 2023-09-22T22:38:13.170338+0000) 2023-09-22T22:38:21.537 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:21 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:21.043+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2023-09-22T22:37:53.170904+0000 front 2023-09-22T22:37:53.170952+0000 (oldest deadline 2023-09-22T22:38:16.670830+0000) 2023-09-22T22:38:22.537 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:22 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:22.079+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:22.537 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:22 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:22.079+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:22.537 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:22 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:22.079+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2023-09-22T22:37:47.270403+0000 front 2023-09-22T22:37:47.270309+0000 (oldest deadline 2023-09-22T22:38:13.170338+0000) 2023-09-22T22:38:22.537 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:22 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:22.079+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2023-09-22T22:37:53.170904+0000 front 2023-09-22T22:37:53.170952+0000 (oldest deadline 2023-09-22T22:38:16.670830+0000) 2023-09-22T22:38:23.537 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:23 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:23.101+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6806 osd.0 since back 2023-09-22T22:37:31.468142+0000 front 2023-09-22T22:37:31.468282+0000 (oldest deadline 2023-09-22T22:37:56.168261+0000) 2023-09-22T22:38:23.537 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:23 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:23.101+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6814 osd.1 since back 2023-09-22T22:37:38.469223+0000 front 2023-09-22T22:37:38.469260+0000 (oldest deadline 2023-09-22T22:38:03.169285+0000) 2023-09-22T22:38:23.538 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:23 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:23.101+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6822 osd.2 since back 2023-09-22T22:37:47.270403+0000 front 2023-09-22T22:37:47.270309+0000 (oldest deadline 2023-09-22T22:38:13.170338+0000) 2023-09-22T22:38:23.538 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:23 smithi190 ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7[125233]: 2023-09-22T22:38:23.101+0000 7fc734d88700 -1 osd.7 69 heartbeat_check: no reply from 172.21.15.110:6830 osd.3 since back 2023-09-22T22:37:53.170904+0000 front 2023-09-22T22:37:53.170952+0000 (oldest deadline 2023-09-22T22:38:16.670830+0000) 2023-09-22T22:38:24.537 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:24 smithi190 bash[136603]: ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd-7 2023-09-22T22:38:24.537 INFO:journalctl@ceph.osd.7.smithi190.stdout:Sep 22 22:38:24 smithi190 bash[136644]: Error: no container with name or ID "ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7-osd.7" found: no such container 2023-09-22T22:38:25.365 DEBUG:teuthology.orchestra.run.smithi190:> sudo pkill -f 'journalctl -f -n 0 -u ceph-87c32f6a-5995-11ee-8db4-212e2dc638e7@osd.7.service' 2023-09-22T22:38:25.405 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-09-22T22:38:25.405 INFO:tasks.cephadm.osd.7:Stopped osd.7 2023-09-22T22:38:25.406 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 --force --keep-logs 2023-09-22T22:38:46.454 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 --force --keep-logs 2023-09-22T22:39:02.461 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-22T22:39:02.499 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-09-22T22:39:02.531 INFO:tasks.cephadm:Archiving crash dumps... 2023-09-22T22:39:02.534 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401264/remote/smithi110/crash 2023-09-22T22:39:02.535 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/crash -- . 2023-09-22T22:39:02.591 INFO:teuthology.orchestra.run.smithi110.stderr:tar: /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-22T22:39:02.592 INFO:teuthology.orchestra.run.smithi110.stderr:tar: Error is not recoverable: exiting now 2023-09-22T22:39:02.593 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/crash to /home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401264/remote/smithi190/crash 2023-09-22T22:39:02.594 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/crash -- . 2023-09-22T22:39:02.643 INFO:teuthology.orchestra.run.smithi190.stderr:tar: /var/lib/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/crash: Cannot open: No such file or directory 2023-09-22T22:39:02.643 INFO:teuthology.orchestra.run.smithi190.stderr:tar: Error is not recoverable: exiting now 2023-09-22T22:39:02.644 INFO:tasks.cephadm:Checking cluster log for badness... 2023-09-22T22:39:02.644 DEBUG:teuthology.orchestra.run.smithi110:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-09-22T22:39:02.675 INFO:teuthology.orchestra.run.smithi110.stderr:grep: /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph.log: No such file or directory 2023-09-22T22:39:02.677 INFO:tasks.cephadm:Compressing logs... 2023-09-22T22:39:02.677 DEBUG:teuthology.orchestra.run.smithi110:> 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-09-22T22:39:02.720 DEBUG:teuthology.orchestra.run.smithi190:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-09-22T22:39:02.748 INFO:teuthology.orchestra.run.smithi190.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.6.log 2023-09-22T22:39:02.748 INFO:teuthology.orchestra.run.smithi190.stderr:: No such file or directory 2023-09-22T22:39:02.748 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-volume.log 2023-09-22T22:39:02.748 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-mds.foofs.smithi190.rwycsq.log 2023-09-22T22:39:02.748 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.7.log 2023-09-22T22:39:02.751 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-mds.foofs.smithi190.rwycsq.log: gzip -5 --verbose -- /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-mon.smithi190.log 2023-09-22T22:39:02.751 INFO:teuthology.orchestra.run.smithi190.stderr: 60.7% -- replaced with /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-mds.foofs.smithi190.rwycsq.log.gz 2023-09-22T22:39:02.751 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.4.log 2023-09-22T22:39:02.751 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-mon.smithi190.log: gzip -5 --verbose -- /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-mgr.smithi190.rgckme.log 2023-09-22T22:39:02.752 INFO:teuthology.orchestra.run.smithi110.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-mds.foofs.smithi110.kmhpkk.log 2023-09-22T22:39:02.752 INFO:teuthology.orchestra.run.smithi110.stderr:: No such file or directory 2023-09-22T22:39:02.752 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-volume.log 2023-09-22T22:39:02.752 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-mds.foofs.smithi110.kmhpkk.log: gzip -5 --verbose -- /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.2.log 2023-09-22T22:39:02.752 INFO:teuthology.orchestra.run.smithi110.stderr: 79.7% -- replaced with /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-mds.foofs.smithi110.kmhpkk.log.gz 2023-09-22T22:39:02.753 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.3.log 2023-09-22T22:39:02.753 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.0.log 2023-09-22T22:39:02.753 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.2.log: /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-mgr.smithi110.ntddcx.log 2023-09-22T22:39:02.753 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-mon.smithi110.log 2023-09-22T22:39:02.754 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-mgr.smithi110.ntddcx.log: /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-mon.smithi110.log: 90.8% -- replaced with /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-volume.log.gz 2023-09-22T22:39:02.754 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.1.log 2023-09-22T22:39:02.755 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-09-22T22:39:02.755 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.4.log: /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-mgr.smithi190.rgckme.log: 91.0% -- replaced with /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-volume.log.gz 2023-09-22T22:39:02.755 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.5.log 2023-09-22T22:39:02.755 INFO:teuthology.orchestra.run.smithi190.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-09-22T22:39:02.760 INFO:teuthology.orchestra.run.smithi190.stderr:/var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.5.log: /var/log/ceph/cephadm.log: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2023-09-22T22:39:02.768 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.1.log: /var/log/ceph/cephadm.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-09-22T22:39:02.878 INFO:teuthology.orchestra.run.smithi190.stderr: 91.0% -- replaced with /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-mgr.smithi190.rgckme.log.gz 2023-09-22T22:39:02.888 INFO:teuthology.orchestra.run.smithi110.stderr: 88.5% -- replaced with /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-mgr.smithi110.ntddcx.log.gz 2023-09-22T22:39:03.065 INFO:teuthology.orchestra.run.smithi190.stderr: 92.3% -- replaced with /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-mon.smithi190.log.gz 2023-09-22T22:39:04.273 INFO:teuthology.orchestra.run.smithi110.stderr: 91.7% -- replaced with /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-mon.smithi110.log.gz 2023-09-22T22:39:11.754 INFO:teuthology.orchestra.run.smithi110.stderr: 94.5% -- replaced with /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.2.log.gz 2023-09-22T22:39:13.115 INFO:teuthology.orchestra.run.smithi190.stderr: 94.0% -- replaced with /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.4.log.gz 2023-09-22T22:39:14.359 INFO:teuthology.orchestra.run.smithi190.stderr: 94.3% -- replaced with /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.6.log.gz 2023-09-22T22:39:14.761 INFO:teuthology.orchestra.run.smithi110.stderr: 94.1% -- replaced with /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.0.log.gz 2023-09-22T22:39:16.137 INFO:teuthology.orchestra.run.smithi110.stderr: 94.1% -- replaced with /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.3.log.gz 2023-09-22T22:39:16.452 INFO:teuthology.orchestra.run.smithi110.stderr: 94.3% -- replaced with /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.1.log.gz 2023-09-22T22:39:16.454 INFO:teuthology.orchestra.run.smithi110.stderr: 2023-09-22T22:39:16.454 INFO:teuthology.orchestra.run.smithi110.stderr:real 0m13.717s 2023-09-22T22:39:16.455 INFO:teuthology.orchestra.run.smithi110.stderr:user 0m47.658s 2023-09-22T22:39:16.455 INFO:teuthology.orchestra.run.smithi110.stderr:sys 0m1.998s 2023-09-22T22:39:17.857 INFO:teuthology.orchestra.run.smithi190.stderr: 94.3% -- replaced with /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.5.log.gz 2023-09-22T22:39:21.878 INFO:teuthology.orchestra.run.smithi190.stderr: 94.2% -- replaced with /var/log/ceph/87c32f6a-5995-11ee-8db4-212e2dc638e7/ceph-osd.7.log.gz 2023-09-22T22:39:21.879 INFO:teuthology.orchestra.run.smithi190.stderr: 2023-09-22T22:39:21.880 INFO:teuthology.orchestra.run.smithi190.stderr:real 0m19.143s 2023-09-22T22:39:21.880 INFO:teuthology.orchestra.run.smithi190.stderr:user 0m54.441s 2023-09-22T22:39:21.880 INFO:teuthology.orchestra.run.smithi190.stderr:sys 0m2.162s 2023-09-22T22:39:21.881 INFO:tasks.cephadm:Archiving logs... 2023-09-22T22:39:21.881 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/log/ceph to /home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401264/remote/smithi110/log 2023-09-22T22:39:21.886 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-22T22:39:28.140 DEBUG:teuthology.misc:Transferring archived files from smithi190:/var/log/ceph to /home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401264/remote/smithi190/log 2023-09-22T22:39:28.141 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /var/log/ceph -- . 2023-09-22T22:39:35.431 INFO:tasks.cephadm:Removing cluster... 2023-09-22T22:39:35.432 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 --force 2023-09-22T22:39:35.811 DEBUG:teuthology.orchestra.run.smithi190:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 87c32f6a-5995-11ee-8db4-212e2dc638e7 --force 2023-09-22T22:39:36.204 INFO:tasks.cephadm:Removing cephadm ... 2023-09-22T22:39:36.204 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-22T22:39:36.223 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf /home/ubuntu/cephtest/cephadm 2023-09-22T22:39:36.241 INFO:tasks.cephadm:Teardown complete 2023-09-22T22:39:36.241 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-09-22T22:39:36.252 INFO:teuthology.task.clock:Checking final clock skew... 2023-09-22T22:39:36.252 DEBUG:teuthology.orchestra.run.smithi110:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-22T22:39:36.265 DEBUG:teuthology.orchestra.run.smithi190:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-09-22T22:39:36.281 INFO:teuthology.orchestra.run.smithi110.stderr:bash: ntpq: command not found 2023-09-22T22:39:36.285 INFO:teuthology.orchestra.run.smithi110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-22T22:39:36.285 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================== 2023-09-22T22:39:36.286 INFO:teuthology.orchestra.run.smithi110.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 37 +9231ns[ +37us] +/- 86ms 2023-09-22T22:39:36.286 INFO:teuthology.orchestra.run.smithi110.stdout:^* hv02.front.sepia.ceph.com 3 6 377 37 -278us[ -250us] +/- 56ms 2023-09-22T22:39:36.286 INFO:teuthology.orchestra.run.smithi110.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 36 +465us[ +465us] +/- 86ms 2023-09-22T22:39:36.286 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-09-22T22:39:36.298 INFO:teuthology.orchestra.run.smithi190.stderr:bash: ntpq: command not found 2023-09-22T22:39:36.302 INFO:teuthology.orchestra.run.smithi190.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-09-22T22:39:36.302 INFO:teuthology.orchestra.run.smithi190.stdout:=============================================================================== 2023-09-22T22:39:36.303 INFO:teuthology.orchestra.run.smithi190.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 35 +32us[ +32us] +/- 86ms 2023-09-22T22:39:36.303 INFO:teuthology.orchestra.run.smithi190.stdout:^* hv02.front.sepia.ceph.com 3 6 377 36 -267us[ -256us] +/- 56ms 2023-09-22T22:39:36.303 INFO:teuthology.orchestra.run.smithi190.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 36 +475us[ +485us] +/- 86ms 2023-09-22T22:39:36.303 INFO:teuthology.orchestra.run.smithi190.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-09-22T22:39:36.304 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-09-22T22:39:36.313 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-09-22T22:39:36.314 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-09-22T22:39:36.353 DEBUG:teuthology.orchestra.run.smithi110:> 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-09-22T22:39:36.449 DEBUG:teuthology.orchestra.run.smithi190:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-09-22T22:39:36.543 DEBUG:teuthology.orchestra.run.smithi110:> 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-09-22T22:39:36.575 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-22T22:39:36.576 DEBUG:teuthology.orchestra.run.smithi190:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-09-22T22:39:36.607 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-22T22:39:36.608 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-09-22T22:39:36.618 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-09-22T22:39:36.653 INFO:teuthology.task.internal:Duration was 1902.059716 seconds 2023-09-22T22:39:36.654 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-09-22T22:39:36.687 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-09-22T22:39:36.687 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-22T22:39:36.689 DEBUG:teuthology.orchestra.run.smithi190:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-09-22T22:39:36.734 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-22T22:39:36.735 INFO:teuthology.orchestra.run.smithi190.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-09-22T22:39:37.012 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-09-22T22:39:37.012 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi110.front.sepia.ceph.com 2023-09-22T22:39:37.012 DEBUG:teuthology.orchestra.run.smithi110:> 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-09-22T22:39:37.037 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi190.front.sepia.ceph.com 2023-09-22T22:39:37.038 DEBUG:teuthology.orchestra.run.smithi190:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-09-22T22:39:37.060 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-09-22T22:39:37.061 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-22T22:39:37.079 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-09-22T22:39:37.155 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-09-22T22:39:37.156 DEBUG:teuthology.orchestra.run.smithi110:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-22T22:39:37.158 DEBUG:teuthology.orchestra.run.smithi190:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-09-22T22:39:46.035 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-09-22T22:39:46.131 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-09-22T22:39:46.131 DEBUG:teuthology.orchestra.run.smithi110:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-22T22:39:46.160 DEBUG:teuthology.orchestra.run.smithi190:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-09-22T22:39:46.197 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-09-22T22:39:46.215 DEBUG:teuthology.orchestra.run.smithi110:> 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-09-22T22:39:46.220 DEBUG:teuthology.orchestra.run.smithi190:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-09-22T22:39:46.245 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = core 2023-09-22T22:39:46.270 INFO:teuthology.orchestra.run.smithi190.stdout:kernel.core_pattern = core 2023-09-22T22:39:46.298 DEBUG:teuthology.orchestra.run.smithi110:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-22T22:39:46.324 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-22T22:39:46.325 DEBUG:teuthology.orchestra.run.smithi190:> test -e /home/ubuntu/cephtest/archive/coredump 2023-09-22T22:39:46.360 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-09-22T22:39:46.361 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-09-22T22:39:46.373 INFO:teuthology.task.internal:Transferring archived files... 2023-09-22T22:39:46.374 DEBUG:teuthology.misc:Transferring archived files from smithi110:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401264/remote/smithi110 2023-09-22T22:39:46.374 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-22T22:39:46.440 DEBUG:teuthology.misc:Transferring archived files from smithi190:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401264/remote/smithi190 2023-09-22T22:39:46.441 DEBUG:teuthology.orchestra.run.smithi190:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-09-22T22:39:46.485 INFO:teuthology.task.internal:Removing archive directory... 2023-09-22T22:39:46.485 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-22T22:39:46.488 DEBUG:teuthology.orchestra.run.smithi190:> rm -rf -- /home/ubuntu/cephtest/archive 2023-09-22T22:39:46.538 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-09-22T22:39:46.552 INFO:teuthology.task.internal:Not uploading archives. 2023-09-22T22:39:46.553 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-09-22T22:39:46.628 INFO:teuthology.task.internal:Tidying up after the test... 2023-09-22T22:39:46.628 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-22T22:39:46.631 DEBUG:teuthology.orchestra.run.smithi190:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-09-22T22:39:46.646 INFO:teuthology.orchestra.run.smithi110.stdout: 526073 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 22 22:39 /home/ubuntu/cephtest 2023-09-22T22:39:46.649 INFO:teuthology.orchestra.run.smithi190.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 22 22:39 /home/ubuntu/cephtest 2023-09-22T22:39:46.650 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-09-22T22:39:46.679 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-09-22T22:39:46.745 INFO:teuthology.nuke:Checking targets against current locks 2023-09-22T22:39:46.777 DEBUG:teuthology.nuke:shortname: smithi110 2023-09-22T22:39:46.777 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-22T22:39:46.802 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401264', '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-09-22 21:59:40.685014', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDhpi5mCX4M9WegFtTeNyKcTLBUqDQspQaxe8Iy0oEM1RJl7RzAXCq6he7bbgB5HnCPM/GmEsvB361U83Z8gj5E='} 2023-09-22T22:39:46.805 DEBUG:teuthology.nuke:shortname: smithi190 2023-09-22T22:39:46.805 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-09-22T22:39:46.826 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi190.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-09-22_21:58:46-orch:cephadm-wip-adk-testing-2023-09-22-1218-distro-default-smithi/7401264', '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-09-22 21:59:40.683448', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCrltIeThG3fhTXNryh+O2vKTpP79Shqka2LXRvU0Yet6pZNifzZKf/+ft6XM6TPZtQYM2CuCo8OizEyeAcpQ+4='} 2023-09-22T22:39:46.851 INFO:teuthology.orchestra.console.smithi110:Power off 2023-09-22T22:39:46.852 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-22T22:39:46.874 DEBUG:teuthology.orchestra.console.smithi110:power off output: Chassis Power Control: Down/Off 2023-09-22T22:39:46.874 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-22T22:39:46.893 INFO:teuthology.orchestra.console.smithi190:Power off 2023-09-22T22:39:46.893 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-09-22T22:39:46.903 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2023-09-22T22:39:46.915 DEBUG:teuthology.orchestra.console.smithi190:power off output: Chassis Power Control: Down/Off 2023-09-22T22:39:46.915 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-22T22:39:46.936 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2023-09-22T22:39:50.904 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-22T22:39:50.937 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-22T22:39:51.014 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2023-09-22T22:39:51.047 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is on 2023-09-22T22:39:55.020 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-22T22:39:55.048 DEBUG:teuthology.orchestra.console.smithi190:pexpect command: ipmitool -H smithi190.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-09-22T22:39:55.130 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is off 2023-09-22T22:39:55.158 DEBUG:teuthology.orchestra.console.smithi190:check power output: Chassis Power is off 2023-09-22T22:39:55.231 INFO:teuthology.orchestra.console.smithi110:Power off completed 2023-09-22T22:39:55.259 INFO:teuthology.orchestra.console.smithi190:Power off completed 2023-09-22T22:39:55.364 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: 1902.0597157478333 failure_reason: 'Command failed on smithi110 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 87c32f6a-5995-11ee-8db4-212e2dc638e7 -e sha1=e658726abb668aaae1c42e72d314001acd82ce18 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=220b7cfcf2924f4cab7b140129e2994f status: fail success: false 2023-09-22T22:39:55.365 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-09-22T22:39:55.446 INFO:teuthology.run:FAIL